Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir.c1791 ir_ref base1, base2, off1, off2; local
1810 off2 = IR_UNUSED;
1813 off2 = insn2->op1;
1816 off2 = insn2->op2;
1828 if (!off2) {
1830 } else if (IR_IS_CONST_REF(off2) && !IR_IS_SYM_CONST(ctx->ir_base[off2].op)) {
1831 offset2 = ctx->ir_base[off2].val.addr;

Completed in 11 milliseconds