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
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 --