qemu/tests/tcg
Richard Henderson 4e5712f903 target/s390x: Use a single return for helper_divs64/u64
Pack the quotient and remainder into a single Int128.
Use the divu128 primitive to remove the cpu_abort on
32-bit hosts.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
v2: Extended div test case to cover these insns.
2023-02-04 06:19:42 -10:00
..
aarch64 tests/tcg: add memory-sve test for aarch64 2023-02-02 11:48:20 +00:00
alpha
arm
cris
hexagon Hexagon (target/hexagon) implement mutability mask for GPRs 2023-01-05 09:19:02 -08:00
hppa
i386 target/i386: implement FMA instructions 2022-10-22 09:05:54 +02:00
loongarch64
m68k
minilib
mips
multiarch tests/tcg: skip the vma-pthread test on CI 2023-02-02 10:44:23 +00:00
nios2 tests/tcg/nios2: Tweak 10m50-ghrd.ld 2022-10-31 20:37:58 +00:00
openrisc
ppc
ppc64 tests/tcg: move compiler tests to Makefiles 2022-10-06 11:53:40 +01:00
ppc64le
riscv64 target/riscv: Set pc_succ_insn for !rvc illegal insn 2023-01-06 10:42:55 +10:00
s390x target/s390x: Use a single return for helper_divs64/u64 2023-02-04 06:19:42 -10:00
sh4 tests/tcg: re-enable threadcount for sh4 2022-10-31 20:37:59 +00:00
sparc64
tricore
x86_64 target/i386: fix cmpxchg with 32-bit register destination 2022-11-15 09:34:42 +10:00
xtensa
Makefile.target tests/tcg: Use SIGKILL for timeout 2023-02-02 10:44:23 +00: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".