Re: [PATCH v2 15/54] tcg: Split out tcg_out_extrl_i64_i32

2023-04-21 Thread Philippe Mathieu-Daudé
On 11/4/23 03:04, Richard Henderson wrote: We will need a backend interface for type truncation. For those backends that did not enable TCG_TARGET_HAS_extrl_i64_i32, use tcg_out_mov. Use it in tcg_reg_alloc_op in the meantime. Signed-off-by: Richard Henderson --- tcg/tcg.c

[PATCH v2 15/54] tcg: Split out tcg_out_extrl_i64_i32

2023-04-10 Thread Richard Henderson
We will need a backend interface for type truncation. For those backends that did not enable TCG_TARGET_HAS_extrl_i64_i32, use tcg_out_mov. Use it in tcg_reg_alloc_op in the meantime. Signed-off-by: Richard Henderson --- tcg/tcg.c| 4 tcg/aarch64/tcg-target.c.inc