Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c5423 ir_ref if_long2 = IR_UNUSED; in zend_jit_long_math_helper() local
5434 if_long2 = jit_if_Z_TYPE(jit, op2_addr, IS_LONG); in zend_jit_long_math_helper()
5435 ir_IF_TRUE(if_long2); in zend_jit_long_math_helper()
5617 if (if_long2 && if_long1) { in zend_jit_long_math_helper()
5619 ir_IF_FALSE_cold(if_long2); in zend_jit_long_math_helper()
5625 } else if (if_long2) { in zend_jit_long_math_helper()
5626 ir_IF_FALSE_cold(if_long2); in zend_jit_long_math_helper()

Completed in 57 milliseconds