Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c5257 ir_ref if_op1_long_op2_long = IR_UNUSED; in zend_jit_math_helper() local
5292 if_op1_long_op2_long = jit_if_Z_TYPE(jit, op2_addr, IS_LONG); in zend_jit_math_helper()
5293 ir_IF_TRUE(if_op1_long_op2_long); in zend_jit_math_helper()
5303 if (if_op1_long_op2_long) { in zend_jit_math_helper()
5304 ir_IF_FALSE_cold(if_op1_long_op2_long); in zend_jit_math_helper()
5313 if_op1_long_op2_long = jit_if_Z_TYPE(jit, op2_addr, IS_LONG); in zend_jit_math_helper()
5314 ir_IF_FALSE_cold(if_op1_long_op2_long); in zend_jit_math_helper()
5329 ir_IF_TRUE(if_op1_long_op2_long); in zend_jit_math_helper()
6927 ir_ref if_op1_long_op2_long = IR_UNUSED; in zend_jit_cmp() local
6961 ir_IF_FALSE_cold(if_op1_long_op2_long); in zend_jit_cmp()
[all …]

Completed in 40 milliseconds