Home
last modified time | relevance | path

Searched refs:is_power_of_two (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_internal.h827 static zend_always_inline bool is_power_of_two(uint32_t x) in is_power_of_two() function
834 return is_power_of_two (value_type & (MAY_BE_ANY|MAY_BE_UNDEF)); in has_concrete_type()
H A Dzend_jit_arm64.dasc11869 zend_reg tmp_reg = (type_mask == 0 || is_power_of_two(type_mask)) ? ZREG_FCARG1 : ZREG_REG0;
11894 if (is_power_of_two(type_mask)) {
14271 } else if (is_power_of_two(type_mask)) {
H A Dzend_jit_x86.dasc12620 zend_reg tmp_reg = (type_mask == 0 || is_power_of_two(type_mask)) ? ZREG_FCARG1 : ZREG_R0;
12645 if (is_power_of_two(type_mask)) {
15199 } else if (is_power_of_two(type_mask)) {
/PHP-8.2/Zend/
H A Dzend_ast.c436 static inline bool is_power_of_two(uint32_t n) { in is_power_of_two() function
442 if (list->children >= 4 && is_power_of_two(list->children)) { in zend_ast_list_add()

Completed in 96 milliseconds