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.c5256 ir_ref if_op2_double = IR_UNUSED; in zend_jit_math_helper() local
5419 if_op2_double = jit_if_Z_TYPE(jit, op2_addr, IS_DOUBLE); in zend_jit_math_helper()
5420 ir_IF_FALSE_cold(if_op2_double); in zend_jit_math_helper()
5422 ir_IF_TRUE(if_op2_double); in zend_jit_math_helper()
6926 ir_ref if_op2_double = IR_UNUSED; in zend_jit_cmp() local
7069 if_op2_double = jit_if_Z_TYPE(jit, op2_addr, IS_DOUBLE); in zend_jit_cmp()
7070 ir_IF_FALSE_cold(if_op2_double); in zend_jit_cmp()
7072 ir_IF_TRUE(if_op2_double); in zend_jit_cmp()

Completed in 39 milliseconds