Searched refs:ir_get_fused_reg (Results 1 – 3 of 3) sorted by relevance
/PHP-8.4/ext/opcache/jit/ir/ |
H A D | ir_emit.c | 356 static int8_t ir_get_fused_reg(ir_ctx *ctx, ir_ref root, ir_ref ref_and_op) in ir_get_fused_reg() function
|
H A D | ir_x86.dasc | 3449 base_reg = ir_get_fused_reg(ctx, root, base_reg_ref); 3468 index_reg = ir_get_fused_reg(ctx, root, index_reg_ref); 3505 reg = ir_get_fused_reg(ctx, root, ref * sizeof(ir_ref) + 2);
|
H A D | ir_aarch64.dasc | 3792 reg = ir_get_fused_reg(ctx, root, ref * sizeof(ir_ref) + 1);
|
Completed in 31 milliseconds