The previous change missed updating one of the increments and
one of the MemOps. Add a test case for all vector lengths.
Cc: qemu-stable@nongnu.org
Fixes: e6dd5e782be ("target/arm: Use tcg_gen_qemu_{ld, st}_i128 in gen_sve_{ld,
st}r")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
target/arm/tcg/translate-sve.c | 5 ++--
tests/tcg/aarch64/sve-str.c | 49 +++++++++++++++++++++++++++++++
tests/tcg/aarch64/Makefile.target | 6 +++-
3 files changed, 57 insertions(+), 3 deletions(-)
create mode 100644 tests/tcg/aarch64/sve-str.c