Lines Matching refs:op1_ref
5640 ir_ref op1_ref = jit_Z_LVAL(jit, op1_addr); in zend_jit_long_math_helper() local
5654 ref = ir_SHL_L(op1_ref, ref); in zend_jit_long_math_helper()
5726 ir_ref op1_ref = jit_Z_LVAL(jit, op1_addr); in zend_jit_long_math_helper() local
5746 ref = ir_MOD_L(op1_ref, ref); in zend_jit_long_math_helper()
12781 ir_ref op1_ref = ref; local
12789 op1_ref = ir_PHI_2(IR_ADDR, ref, array_reference_ref);
12792 ref = jit_Z_PTR_ref(jit, op1_ref);
12801 ref = ir_CALL_1(IR_ADDR, ir_CONST_FC_FUNC(zend_jit_zval_array_dup), op1_ref);
14130 ir_ref op1_ref = IR_UNUSED; local
14148 op1_ref = jit_ZVAL_ADDR(jit, orig_op1_addr);
14150 op1_ref = jit_ZVAL_ADDR(jit, op1_addr);
14154 op1_ref, ir_CONST_ADDR(Z_STRVAL_P(member)));
14158 op1_ref, ir_CONST_ADDR(Z_STRVAL_P(member)));
17612 ir_ref op1_ref = jit_ZVAL_ADDR(jit, op1_addr); local
17615 op1_ref = zend_jit_zval_check_undef(jit, op1_ref, opline->op1.var, opline, 1);
17618 op1_addr = ZEND_ADDR_REF_ZVAL(op1_ref);
17621 op1_ref = jit_ZVAL_DEREF_ref(jit, op1_ref);
17629 ir_CALL_2(IR_VOID, ir_CONST_ADDR((size_t)function), res_ref, op1_ref);
17656 ir_ref op1_ref = jit_ZVAL_ADDR(jit, op1_addr); local
17660 op1_ref = zend_jit_zval_check_undef(jit, op1_ref, opline->op1.var, opline, 1);
17663 op1_addr = ZEND_ADDR_REF_ZVAL(op1_ref);
17672 op1_ref = jit_ZVAL_DEREF_ref(jit, op1_ref);
17683 ir_CALL_3(IR_VOID, ir_CONST_ADDR((size_t)function), res_ref, op1_ref, op2_ref);
17720 ir_ref op1_ref = jit_ZVAL_ADDR(jit, op1_addr); local
17725 op1_ref = zend_jit_zval_check_undef(jit, op1_ref, opline->op1.var, opline, 1);
17728 op1_addr = ZEND_ADDR_REF_ZVAL(op1_ref);
17743 op1_ref = jit_ZVAL_DEREF_ref(jit, op1_ref);
17757 ir_CALL_4(IR_VOID, ir_CONST_ADDR((size_t)function), res_ref, op1_ref, op2_ref, op3_ref);