Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c5227 ir_ref if_op1_double = IR_UNUSED; in zend_jit_math_helper() local
5315 ir_IF_FALSE_cold(if_op1_double); in zend_jit_math_helper()
5317 ir_IF_TRUE(if_op1_double); in zend_jit_math_helper()
5354 if_op1_double = jit_if_Z_TYPE(jit, op1_addr, IS_DOUBLE); in zend_jit_math_helper()
5355 ir_IF_FALSE_cold(if_op1_double); in zend_jit_math_helper()
5357 ir_IF_TRUE(if_op1_double); in zend_jit_math_helper()
6874 ir_ref if_op1_double = IR_UNUSED; in zend_jit_cmp() local
6940 ir_IF_FALSE_cold(if_op1_double); in zend_jit_cmp()
6942 ir_IF_TRUE(if_op1_double); in zend_jit_cmp()
6981 ir_IF_FALSE_cold(if_op1_double); in zend_jit_cmp()
[all …]

Completed in 68 milliseconds