Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c5249 ir_ref if_op2_double = IR_UNUSED; in zend_jit_math_helper() local
5412 if_op2_double = jit_if_Z_TYPE(jit, op2_addr, IS_DOUBLE); in zend_jit_math_helper()
5413 ir_IF_FALSE_cold(if_op2_double); in zend_jit_math_helper()
5415 ir_IF_TRUE(if_op2_double); in zend_jit_math_helper()
6913 ir_ref if_op2_double = IR_UNUSED; in zend_jit_cmp() local
7056 if_op2_double = jit_if_Z_TYPE(jit, op2_addr, IS_DOUBLE); in zend_jit_cmp()
7057 ir_IF_FALSE_cold(if_op2_double); in zend_jit_cmp()
7059 ir_IF_TRUE(if_op2_double); in zend_jit_cmp()

Completed in 57 milliseconds