Home
last modified time | relevance | path

Searched refs:zend_long_is_power_of_two (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c195 static zend_bool zend_long_is_power_of_two(zend_long x) in zend_long_is_power_of_two() function
202 ZEND_ASSERT(zend_long_is_power_of_two(x)); in zend_long_floor_log2()
H A Dzend_jit_x86.dasc4372 zend_long_is_power_of_two(Z_LVAL_P(Z_ZV(op2_addr)))) {
4388 zend_long_is_power_of_two(Z_LVAL_P(Z_ZV(op1_addr)))) {
4393 zend_long_is_power_of_two(Z_LVAL_P(Z_ZV(op2_addr))))) {
5161 } else if (zend_long_is_power_of_two(op2_lval) && op1_range && op1_range->min >= 0) {
16040 zend_long_is_power_of_two(Z_LVAL_P(RT_CONSTANT(opline, opline->op2))) &&

Completed in 56 milliseconds