Searched refs:jit_Z_LVAL (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 1677 ref = jit_Z_LVAL(jit, src); in jit_ZVAL_COPY_2() 4986 op1 = jit_Z_LVAL(jit, op1_addr); in zend_jit_math_long_long() 5103 op1 = jit_Z_LVAL(jit, op1_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() 5634 ref = jit_Z_LVAL(jit, op2_addr); in zend_jit_long_math_helper() 5668 jit_Z_LVAL(jit, op1_addr), in zend_jit_long_math_helper() 5766 op1 = jit_Z_LVAL(jit, op1_addr); in zend_jit_long_math_helper() 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() 7610 ref = jit_Z_LVAL(jit, op1_addr); in zend_jit_bool_jmpznz() [all …]
|
Completed in 42 milliseconds