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.c5253 ir_ref if_op1_double_op2_long = IR_UNUSED; in zend_jit_math_helper() local
5356 ir_IF_FALSE_cold(if_op1_double_op2_long); in zend_jit_math_helper()
5358 ir_IF_TRUE(if_op1_double_op2_long); in zend_jit_math_helper()
5395 if_op1_double_op2_long = jit_if_Z_TYPE(jit, op2_addr, IS_LONG); in zend_jit_math_helper()
5396 ir_IF_FALSE_cold(if_op1_double_op2_long); in zend_jit_math_helper()
5398 ir_IF_TRUE(if_op1_double_op2_long); in zend_jit_math_helper()
6917 ir_ref if_op1_double_op2_long = IR_UNUSED; in zend_jit_cmp() local
6999 ir_IF_FALSE_cold(if_op1_double_op2_long); in zend_jit_cmp()
7001 ir_IF_TRUE(if_op1_double_op2_long); in zend_jit_cmp()
7040 ir_IF_FALSE_cold(if_op1_double_op2_long); in zend_jit_cmp()
[all …]

Completed in 61 milliseconds