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
1938 return ir_emit3(ctx, IR_OPTX(IR_PHI, type, 3), ctx->control, src1, src2);
2174 ref = ir_emit3(ctx, IR_END, ctx->control, list, val);
2519 ctx->control = ir_emit3(ctx, IR_RETURN, ctx->control, val, ctx->ir_base[1].op1);
2527 ctx->control = ir_emit3(ctx, IR_IJMP, ctx->control, addr, ctx->ir_base[1].op1);
2583 ctx->control = ir_emit3(ctx, IR_GUARD, ctx->control, condition, addr);
2629 ctx->control = ir_emit3(ctx, IR_GUARD_NOT, ctx->control, condition, addr);
2719 ctx->control = ir_emit3(ctx, IR_VSTORE, ctx->control, var, val);
2737 ctx->control = ir_emit3(ctx, IR_RSTORE, ctx->control, val, reg);
2814 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 27 milliseconds