Lines Matching refs:if_op1_double
5255 ir_ref if_op1_double = IR_UNUSED; in zend_jit_math_helper() local
5342 if_op1_double = jit_if_Z_TYPE(jit, op1_addr, IS_DOUBLE); in zend_jit_math_helper()
5343 ir_IF_FALSE_cold(if_op1_double); in zend_jit_math_helper()
5345 ir_IF_TRUE(if_op1_double); in zend_jit_math_helper()
5382 if_op1_double = jit_if_Z_TYPE(jit, op1_addr, IS_DOUBLE); in zend_jit_math_helper()
5383 ir_IF_FALSE_cold(if_op1_double); in zend_jit_math_helper()
5385 ir_IF_TRUE(if_op1_double); in zend_jit_math_helper()
6925 ir_ref if_op1_double = IR_UNUSED; in zend_jit_cmp() local
6990 if_op1_double = jit_if_Z_TYPE(jit, op1_addr, IS_DOUBLE); in zend_jit_cmp()
6991 ir_IF_FALSE_cold(if_op1_double); in zend_jit_cmp()
6993 ir_IF_TRUE(if_op1_double); in zend_jit_cmp()
7031 if_op1_double = jit_if_Z_TYPE(jit, op1_addr, IS_DOUBLE); in zend_jit_cmp()
7032 ir_IF_FALSE_cold(if_op1_double); in zend_jit_cmp()
7034 ir_IF_TRUE(if_op1_double); in zend_jit_cmp()