Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c5232 ir_ref if_op1_double_op2_long = IR_UNUSED; in zend_jit_math_helper() local
5335 ir_IF_FALSE_cold(if_op1_double_op2_long); in zend_jit_math_helper()
5337 ir_IF_TRUE(if_op1_double_op2_long); in zend_jit_math_helper()
5374 if_op1_double_op2_long = jit_if_Z_TYPE(jit, op2_addr, IS_LONG); in zend_jit_math_helper()
5375 ir_IF_FALSE_cold(if_op1_double_op2_long); in zend_jit_math_helper()
5377 ir_IF_TRUE(if_op1_double_op2_long); in zend_jit_math_helper()
6879 ir_ref if_op1_double_op2_long = IR_UNUSED; in zend_jit_cmp() local
6961 ir_IF_FALSE_cold(if_op1_double_op2_long); in zend_jit_cmp()
6963 ir_IF_TRUE(if_op1_double_op2_long); in zend_jit_cmp()
7002 ir_IF_FALSE_cold(if_op1_double_op2_long); in zend_jit_cmp()
[all …]

Completed in 52 milliseconds