Searched refs:op1_ref (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 5654 ref = ir_SHL_L(op1_ref, ref); in zend_jit_long_math_helper() 5746 ref = ir_MOD_L(op1_ref, ref); in zend_jit_long_math_helper() 12781 ir_ref op1_ref = ref; local 12792 ref = jit_Z_PTR_ref(jit, op1_ref); 14130 ir_ref op1_ref = IR_UNUSED; local 17615 op1_ref = zend_jit_zval_check_undef(jit, op1_ref, opline->op1.var, opline, 1); 17621 op1_ref = jit_ZVAL_DEREF_ref(jit, op1_ref); 17660 op1_ref = zend_jit_zval_check_undef(jit, op1_ref, opline->op1.var, opline, 1); 17672 op1_ref = jit_ZVAL_DEREF_ref(jit, op1_ref); 17725 op1_ref = zend_jit_zval_check_undef(jit, op1_ref, opline->op1.var, opline, 1); [all …]
|
Completed in 49 milliseconds