Home
last modified time | relevance | path

Searched refs:op2_lval (Results 1 – 2 of 2) sorted by relevance

/php-src/Zend/
H A Dzend_operators.c1487 zend_long op1_lval, op2_lval; in mod_function() local
1491 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() local
1716 op2_lval = Z_LVAL_P(op2); in bitwise_or_function()
1729 zend_long op1_lval, op2_lval; in bitwise_and_function() local
1798 op2_lval = Z_LVAL_P(op2); in bitwise_and_function()
1811 zend_long op1_lval, op2_lval; in bitwise_xor_function() local
1880 op2_lval = Z_LVAL_P(op2); in bitwise_xor_function()
1893 zend_long op1_lval, op2_lval; in shift_left_function() local
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c5609 zend_long op2_lval = Z_LVAL_P(Z_ZV(op2_addr)); in zend_jit_long_math_helper() local
5611 if (UNEXPECTED((zend_ulong)op2_lval >= SIZEOF_ZEND_LONG * 8)) { in zend_jit_long_math_helper()
5612 if (EXPECTED(op2_lval > 0)) { in zend_jit_long_math_helper()
5624 ref = ir_SHL_L(jit_Z_LVAL(jit, op1_addr), ir_CONST_LONG(op2_lval)); in zend_jit_long_math_helper()
5656 zend_long op2_lval = Z_LVAL_P(Z_ZV(op2_addr)); in zend_jit_long_math_helper() local
5658 if (UNEXPECTED((zend_ulong)op2_lval >= SIZEOF_ZEND_LONG * 8)) { in zend_jit_long_math_helper()
5659 if (EXPECTED(op2_lval > 0)) { in zend_jit_long_math_helper()
5673 ref = ir_SAR_L(jit_Z_LVAL(jit, op1_addr), ir_CONST_LONG(op2_lval)); in zend_jit_long_math_helper()
5702 zend_long op2_lval = Z_LVAL_P(Z_ZV(op2_addr)); in zend_jit_long_math_helper() local
5704 if (op2_lval == 0) { in zend_jit_long_math_helper()
[all …]

Completed in 70 milliseconds