Searched refs:op2_lval (Results 1 – 2 of 2) sorted by relevance
1487 zend_long op1_lval, op2_lval; in mod_function() local1491 if (op2_lval == 0) { in mod_function()1508 if (op2_lval == -1) { in mod_function()1647 zend_long op1_lval, op2_lval; in bitwise_or_function() local1716 op2_lval = Z_LVAL_P(op2); in bitwise_or_function()1729 zend_long op1_lval, op2_lval; in bitwise_and_function() local1798 op2_lval = Z_LVAL_P(op2); in bitwise_and_function()1811 zend_long op1_lval, op2_lval; in bitwise_xor_function() local1880 op2_lval = Z_LVAL_P(op2); in bitwise_xor_function()1893 zend_long op1_lval, op2_lval; in shift_left_function() local[all …]
5616 zend_long op2_lval = Z_LVAL_P(Z_ZV(op2_addr)); in zend_jit_long_math_helper() local5618 if (UNEXPECTED((zend_ulong)op2_lval >= SIZEOF_ZEND_LONG * 8)) { in zend_jit_long_math_helper()5619 if (EXPECTED(op2_lval > 0)) { in zend_jit_long_math_helper()5631 ref = ir_SHL_L(jit_Z_LVAL(jit, op1_addr), ir_CONST_LONG(op2_lval)); in zend_jit_long_math_helper()5663 zend_long op2_lval = Z_LVAL_P(Z_ZV(op2_addr)); in zend_jit_long_math_helper() local5665 if (UNEXPECTED((zend_ulong)op2_lval >= SIZEOF_ZEND_LONG * 8)) { in zend_jit_long_math_helper()5666 if (EXPECTED(op2_lval > 0)) { 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()5709 zend_long op2_lval = Z_LVAL_P(Z_ZV(op2_addr)); in zend_jit_long_math_helper() local5711 if (op2_lval == 0) { in zend_jit_long_math_helper()[all …]
Completed in 54 milliseconds