Searched refs:emit_copy (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/ext/opcache/jit/ir/ |
H A D | ir_ra.c | 2108 int ir_gen_dessa_moves(ir_ctx *ctx, uint32_t b, emit_copy_t emit_copy) in ir_gen_dessa_moves() argument 2183 emit_copy(ctx, ctx->ir_base[dst[b]].type, src[c], dst[b]); in ir_gen_dessa_moves() 2196 emit_copy(ctx, ctx->ir_base[src[b]].type, src[b], 0); in ir_gen_dessa_moves() 2214 emit_copy(ctx, insn->type, input, ref); in ir_gen_dessa_moves()
|
H A D | ir_private.h | 1229 int ir_gen_dessa_moves(ir_ctx *ctx, uint32_t b, emit_copy_t emit_copy);
|
Completed in 43 milliseconds