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.c5260 ir_ref if_op1_double_op2_long = IR_UNUSED; in zend_jit_math_helper() local
5363 ir_IF_FALSE_cold(if_op1_double_op2_long); in zend_jit_math_helper()
5365 ir_IF_TRUE(if_op1_double_op2_long); in zend_jit_math_helper()
5402 if_op1_double_op2_long = jit_if_Z_TYPE(jit, op2_addr, IS_LONG); in zend_jit_math_helper()
5403 ir_IF_FALSE_cold(if_op1_double_op2_long); in zend_jit_math_helper()
5405 ir_IF_TRUE(if_op1_double_op2_long); in zend_jit_math_helper()
6930 ir_ref if_op1_double_op2_long = IR_UNUSED; in zend_jit_cmp() local
7012 ir_IF_FALSE_cold(if_op1_double_op2_long); in zend_jit_cmp()
7014 ir_IF_TRUE(if_op1_double_op2_long); in zend_jit_cmp()
7053 ir_IF_FALSE_cold(if_op1_double_op2_long); in zend_jit_cmp()
[all …]

Completed in 46 milliseconds