target/sparc: Use tcg_gen_qemu_{ld,st}_i128 for GET_ASI_DTWINX
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 13 Oct 2023 21:17:17 +0000 (14:17 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Oct 2023 08:01:13 +0000 (01:01 -0700)
commitebbbec921645d91dcb99bb59d817ede0bcbb4e45
tree855e99fb1d83c1c1da8f5ab428480f6e4bdce5fb
parentc03a0fd15cb0cd694240a68964be630dd3232aca
target/sparc: Use tcg_gen_qemu_{ld,st}_i128 for GET_ASI_DTWINX

Perform one atomic 16-byte operation.
The atomicity is required for the LDTXA instructions.

Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/sparc/translate.c