target/arm: Use tcg_gen_qemu_{ld, st}_i128 in gen_sve_{ld, st}r
commite6dd5e782becfe6d51f3575c086f5bd7162421d0
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 6 Jun 2023 09:19:36 +0000 (6 10:19 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 6 Jun 2023 09:19:36 +0000 (6 10:19 +0100)
tree3b35c9c8cbbebba44f18267764837688b1696a0d
parente6073d88cc1fb43b00be16f79d9d6b0f9d2276f5
target/arm: Use tcg_gen_qemu_{ld, st}_i128 in gen_sve_{ld, st}r

Round len_align to 16 instead of 8, handling an odd 8-byte as part
of the tail.  Use MO_ATOM_NONE to indicate that all of these memory
ops have only byte atomicity.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230530191438.411344-8-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/translate-sve.c