qemu/tests/tcg
Richard Henderson baf28675da target/arm: Fix SVE STR increment
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: e6dd5e782b ("target/arm: Use tcg_gen_qemu_{ld, st}_i128 in gen_sve_{ld, st}r")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20231031143215.29764-1-richard.henderson@linaro.org
[PMM: fixed checkpatch nit]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit b11293c212c2927fcea1befc50dabec9baba4fcc)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
(Mjt: context fix in tests/tcg/aarch64/Makefile.target)
Tested-by: Alex Bennée <alex.bennee@linaro.org>
2023-11-09 16:38:51 +03:00
..
aarch64 target/arm: Fix SVE STR increment 2023-11-09 16:38:51 +03:00
alpha
arm tests/tcg: Add -fno-stack-protector 2023-11-01 12:59:22 +03:00
cris tests/tcg: Add -fno-stack-protector 2023-11-01 12:59:22 +03:00
hexagon tests/tcg: Add -fno-stack-protector 2023-11-01 12:59:22 +03:00
hppa
i386 tests/tcg: Add -fno-stack-protector 2023-11-01 12:59:22 +03:00
loongarch64
m68k
minilib tests/tcg: Add -fno-stack-protector 2023-11-01 12:59:22 +03:00
mips tests/tcg: Add -fno-stack-protector 2023-11-01 12:59:22 +03:00
multiarch
nios2
openrisc
ppc
ppc64
ppc64le
riscv64
s390x
sh4
sparc64
tricore target/tricore: Fix RCPW/RRPW_INSERT insns for width = 0 2023-10-03 02:05:55 +03:00
x86_64
xtensa
xtensaeb
Makefile.target tests/tcg: Add -fno-stack-protector 2023-11-01 12:59:22 +03:00
README

This directory contains various interesting guest programs for
regression testing. Tests are either multi-arch, meaning they can be
built for all guest architectures that support linux-user executable,
or they are architecture specific.

CRIS
====
The testsuite for CRIS is in tests/tcg/cris.  You can run it
with "make test-cris".