Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_internal.h794 static zend_always_inline bool zend_long_is_power_of_two(zend_long x) in zend_long_is_power_of_two() function
801 ZEND_ASSERT(zend_long_is_power_of_two(x)); in zend_long_floor_log2()
H A Dzend_jit_x86.dasc4410 zend_long_is_power_of_two(Z_LVAL_P(Z_ZV(op2_addr)))) {
4426 zend_long_is_power_of_two(Z_LVAL_P(Z_ZV(op1_addr)))) {
4431 zend_long_is_power_of_two(Z_LVAL_P(Z_ZV(op2_addr))))) {
5232 } else if (zend_long_is_power_of_two(op2_lval) && op1_range && op1_range->min >= 0) {
16348 zend_long_is_power_of_two(Z_LVAL_P(RT_CONSTANT(opline, opline->op2))) &&
H A Dzend_jit_arm64.dasc4041 zend_long_is_power_of_two(Z_LVAL_P(Z_ZV(op2_addr)))) {
4057 zend_long_is_power_of_two(Z_LVAL_P(Z_ZV(op1_addr)))) {
4063 zend_long_is_power_of_two(Z_LVAL_P(Z_ZV(op2_addr))))) {
4800 } else if (zend_long_is_power_of_two(op2_lval) && op1_range && op1_range->min >= 0) {

Completed in 53 milliseconds