Lines Matching refs:jit_Z_LVAL

1475 static ir_ref jit_Z_LVAL(zend_jit_ctx *jit, zend_jit_addr addr)  in jit_Z_LVAL()  function
1628 jit_set_Z_LVAL(jit, dst, jit_Z_LVAL(jit, src)); in jit_ZVAL_COPY()
1677 ref = jit_Z_LVAL(jit, src); in jit_ZVAL_COPY_2()
4236 zend_jit_def_reg(jit, dst, jit_Z_LVAL(jit, src)); in zend_jit_load_reg()
4652 op1_lval_ref = jit_Z_LVAL(jit, op1_addr); in zend_jit_inc_dec()
4670 op1_lval_ref = jit_Z_LVAL(jit, op1_addr); in zend_jit_inc_dec()
4986 op1 = jit_Z_LVAL(jit, op1_addr); in zend_jit_math_long_long()
4987 op2 = (same_ops) ? op1 : jit_Z_LVAL(jit, op2_addr); in zend_jit_math_long_long()
5103 op1 = jit_Z_LVAL(jit, op1_addr); in zend_jit_math_long_long()
5104 op2 = (same_ops) ? op1 : jit_Z_LVAL(jit, op2_addr); in zend_jit_math_long_long()
5150 op1 = jit_Z_LVAL(jit, op1_addr); in zend_jit_math_long_double()
5185 op2 = jit_Z_LVAL(jit, op2_addr); in zend_jit_math_double_long()
5631 ref = ir_SHL_L(jit_Z_LVAL(jit, op1_addr), ir_CONST_LONG(op2_lval)); in zend_jit_long_math_helper()
5634 ref = jit_Z_LVAL(jit, op2_addr); in zend_jit_long_math_helper()
5640 ir_ref op1_ref = jit_Z_LVAL(jit, op1_addr); in zend_jit_long_math_helper()
5658 ref = ir_SHL_L(jit_Z_LVAL(jit, op1_addr), ref); in zend_jit_long_math_helper()
5668 jit_Z_LVAL(jit, op1_addr), in zend_jit_long_math_helper()
5680 ref = ir_SAR_L(jit_Z_LVAL(jit, op1_addr), ir_CONST_LONG(op2_lval)); in zend_jit_long_math_helper()
5683 ref = jit_Z_LVAL(jit, op2_addr); in zend_jit_long_math_helper()
5705 ref = ir_SAR_L(jit_Z_LVAL(jit, op1_addr), ref); in zend_jit_long_math_helper()
5720 ref = ir_AND_L(jit_Z_LVAL(jit, op1_addr), ir_CONST_LONG(op2_lval - 1)); in zend_jit_long_math_helper()
5722 ref = ir_MOD_L(jit_Z_LVAL(jit, op1_addr), ir_CONST_LONG(op2_lval)); in zend_jit_long_math_helper()
5726 ir_ref op1_ref = jit_Z_LVAL(jit, op1_addr); in zend_jit_long_math_helper()
5728 ref = jit_Z_LVAL(jit, op2_addr); in zend_jit_long_math_helper()
5766 op1 = jit_Z_LVAL(jit, op1_addr); in zend_jit_long_math_helper()
5767 op2 = (same_ops) ? op1 : jit_Z_LVAL(jit, op2_addr); in zend_jit_long_math_helper()
6602 jit_set_Z_LVAL(jit, real_res_addr, jit_Z_LVAL(jit, var_addr)); in zend_jit_assign_to_variable()
6774 ref = ir_CMP_OP(zend_jit_cmp_op(opline), jit_Z_LVAL(jit, op1_addr), jit_Z_LVAL(jit, op2_addr)); in zend_jit_cmp_long_long()
6810 …ir_ref ref = ir_CMP_OP(zend_jit_cmp_op(opline), ir_INT2D(jit_Z_LVAL(jit, op1_addr)), jit_Z_DVAL(ji… in zend_jit_cmp_long_double()
6831 …ir_ref ref = ir_CMP_OP(zend_jit_cmp_op(opline), jit_Z_DVAL(jit, op1_addr), ir_INT2D(jit_Z_LVAL(jit… in zend_jit_cmp_double_long()
7610 ref = jit_Z_LVAL(jit, op1_addr); in zend_jit_bool_jmpznz()
11862 h = jit_Z_LVAL(jit, op2_addr);
11879 h = jit_Z_LVAL(jit, op2_addr);
11957 h = jit_Z_LVAL(jit, op2_addr);
12007 h = jit_Z_LVAL(jit, op2_addr);
12055 h = jit_Z_LVAL(jit, op2_addr);
12108 h = jit_Z_LVAL(jit, op2_addr);
12148 h = jit_Z_LVAL(jit, op2_addr);
12608 str_ref, jit_Z_LVAL(jit, op2_addr));
16134 ir_ref ref = jit_Z_LVAL(jit, op1_addr);
16357 ref = jit_Z_LVAL(jit, op1_addr);