Re: [PATCH v2 04/20] target/arm: Use tcg_gen_qemu_ld_i128 for LDXP

2023-05-30 Thread Peter Maydell
On Fri, 26 May 2023 at 00:27, Richard Henderson wrote: > > While we don't require 16-byte atomicity here, using a single larger > load simplifies the code, and makes it a closer match to STXP. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v2 04/20] target/arm: Use tcg_gen_qemu_ld_i128 for LDXP

2023-05-25 Thread Richard Henderson
While we don't require 16-byte atomicity here, using a single larger load simplifies the code, and makes it a closer match to STXP. Signed-off-by: Richard Henderson --- target/arm/tcg/translate-a64.c | 31 --- 1 file changed, 20 insertions(+), 11 deletions(-) diff --