Searched refs:ir_emit_dessa_move (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/ext/opcache/jit/ir/ |
H A D | ir_emit.c | 619 static void ir_emit_dessa_move(ir_ctx *ctx, ir_type type, ir_ref to, ir_ref from, ir_reg tmp_reg, i… in ir_emit_dessa_move() function 756 ir_emit_dessa_move(ctx, type, to, r, tmp_reg, tmp_fp_reg); in ir_dessa_resolve_cycle() 758 ir_emit_dessa_move(ctx, type, to, r, IR_REG_NONE, IR_REG_NONE); in ir_dessa_resolve_cycle() 772 ir_emit_dessa_move(ctx, type, to, loc[from], IR_REG_NONE, IR_REG_NONE); in ir_dessa_resolve_cycle() 791 ir_emit_dessa_move(ctx, type, to, from, tmp_reg, tmp_fp_reg); in ir_dessa_parallel_copy() 835 ir_emit_dessa_move(ctx, type, to, from, tmp_reg, tmp_fp_reg); in ir_dessa_parallel_copy() 838 ir_emit_dessa_move(ctx, type, to, r, tmp_reg, tmp_fp_reg); in ir_dessa_parallel_copy() 877 ir_emit_dessa_move(ctx, type, to, from, tmp_reg, tmp_fp_reg); in ir_dessa_parallel_copy() 880 ir_emit_dessa_move(ctx, type, to, r, tmp_reg, tmp_fp_reg); in ir_dessa_parallel_copy()
|
Completed in 6 milliseconds