Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir.c826 ir_ref ir_emit3(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3) function
1966 return ir_emit3(ctx, IR_OPTX(IR_PHI, type, 3), ctx->control, src1, src2);
2202 ref = ir_emit3(ctx, IR_END, ctx->control, list, val);
2547 ctx->control = ir_emit3(ctx, IR_RETURN, ctx->control, val, ctx->ir_base[1].op1);
2555 ctx->control = ir_emit3(ctx, IR_IJMP, ctx->control, addr, ctx->ir_base[1].op1);
2611 ctx->control = ir_emit3(ctx, IR_GUARD, ctx->control, condition, addr);
2657 ctx->control = ir_emit3(ctx, IR_GUARD_NOT, ctx->control, condition, addr);
2793 ctx->control = ir_emit3(ctx, IR_VSTORE, ctx->control, var, val);
2811 ctx->control = ir_emit3(ctx, IR_RSTORE, ctx->control, val, reg);
2888 ctx->control = ir_emit3(ctx, IR_STORE, ctx->control, addr, val);
[all …]
H A Dir.h703 ir_ref ir_emit3(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3);

Completed in 30 milliseconds