Re: [PATCH v2 06/54] tcg: Split out tcg_out_ext16u

2023-04-21 Thread Philippe Mathieu-Daudé
On 11/4/23 03:04, Richard Henderson wrote: We will need a backend interface for performing 16-bit zero-extend. Use it in tcg_reg_alloc_op in the meantime. Signed-off-by: Richard Henderson --- tcg/tcg.c| 5 + tcg/aarch64/tcg-target.c.inc | 13 - t

[PATCH v2 06/54] tcg: Split out tcg_out_ext16u

2023-04-10 Thread Richard Henderson
We will need a backend interface for performing 16-bit zero-extend. Use it in tcg_reg_alloc_op in the meantime. Signed-off-by: Richard Henderson --- tcg/tcg.c| 5 + tcg/aarch64/tcg-target.c.inc | 13 - tcg/arm/tcg-target.c.inc | 17 ++-