Re: [PATCH v2 16/54] tcg: Introduce tcg_out_movext

2023-04-21 Thread Philippe Mathieu-Daudé
On 11/4/23 03:04, Richard Henderson wrote: This is common code in most qemu_{ld,st} slow paths, extending the input value for the store helper data argument or extending the return value from the load helper. Signed-off-by: Richard Henderson --- tcg/tcg.c| 63 +

[PATCH v2 16/54] tcg: Introduce tcg_out_movext

2023-04-10 Thread Richard Henderson
This is common code in most qemu_{ld,st} slow paths, extending the input value for the store helper data argument or extending the return value from the load helper. Signed-off-by: Richard Henderson --- tcg/tcg.c| 63 tcg/aarch64/tcg-targe