qemu-e2k/tests/tcg
Taylor Simpson c0d86060f0 Hexagon (target/hexagon) assignment to c4 should wait until packet commit
On Hexagon, c4 is an alias for predicate registers P3:0.  If we assign to
c4 inside a packet with reads from predicate registers, the predicate
reads should get the old values.

Test case added to tests/tcg/hexagon/preg_alias.c

Co-authored-by: Michael Lambert <mlambert@cuicinc.com>
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Message-Id: <20220210021556.9217-13-tsimpson@quicinc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
2022-03-12 09:14:22 -08:00
..
aarch64 tests/tcg: port SYS_HEAPINFO to a system test 2022-02-28 16:42:42 +00:00
alpha
arm tests/tcg: add vectorised sha512 versions 2022-02-28 16:42:35 +00:00
cris
hexagon Hexagon (target/hexagon) assignment to c4 should wait until packet commit 2022-03-12 09:14:22 -08:00
hppa
i386 tests/tcg: add vectorised sha512 versions 2022-02-28 16:42:35 +00:00
m68k
minilib
mips
multiarch tests/tcg: add sha512 test 2022-02-28 16:42:30 +00:00
nios2
openrisc
ppc
ppc64 tests/tcg: add vectorised sha512 versions 2022-02-28 16:42:35 +00:00
ppc64le tests/tcg/ppc64le: change signal_save_restore_xer to use SIGTRAP 2022-03-08 16:01:08 +01:00
riscv64
s390x tests/tcg/s390x: Cleanup of mie3 tests. 2022-03-07 09:44:07 +01:00
sh4 tests/tcg: completely disable threadcount for sh4 2022-02-28 16:42:35 +00:00
sparc64
tricore
x86_64 tests/tcg: add vectorised sha512 versions 2022-02-28 16:42:35 +00:00
xtensa
configure.sh Use long endian options for ppc64 2022-03-05 07:16:46 +01:00
Makefile.prereqs
Makefile.qemu
Makefile.target
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".