summaryrefslogtreecommitdiffstats
path: root/tests/tcg/ppc64
diff options
context:
space:
mode:
authorMatheus Ferst2022-03-14 15:57:17 +0100
committerCédric Le Goater2022-03-14 15:57:17 +0100
commit52d324ff13fcf97bc31f2e24803e366d330aa7cc (patch)
tree58fbe26593e6b80df3fdfbca6277b3cc12001a86 /tests/tcg/ppc64
parenttarget/ppc: fix ISI fault cause for Radix MMU (diff)
downloadqemu-52d324ff13fcf97bc31f2e24803e366d330aa7cc.tar.gz
qemu-52d324ff13fcf97bc31f2e24803e366d330aa7cc.tar.xz
qemu-52d324ff13fcf97bc31f2e24803e366d330aa7cc.zip
target/ppc: fix xxspltw for big endian hosts
Fix a typo in the host endianness macro and add a simple test to detect regressions. Fixes: 9bb0048ec6f8 ("target/ppc: convert xxspltw to vector operations") Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220310172047.61094-1-matheus.ferst@eldorado.org.br> Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'tests/tcg/ppc64')
-rw-r--r--tests/tcg/ppc64/Makefile.target1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tcg/ppc64/Makefile.target b/tests/tcg/ppc64/Makefile.target
index c9498053df..8197c288a7 100644
--- a/tests/tcg/ppc64/Makefile.target
+++ b/tests/tcg/ppc64/Makefile.target
@@ -27,5 +27,6 @@ run-sha512-vector: QEMU_OPTS+=-cpu POWER10
run-plugin-sha512-vector-with-%: QEMU_OPTS+=-cpu POWER10
PPC64_TESTS += signal_save_restore_xer
+PPC64_TESTS += xxspltw
TESTS += $(PPC64_TESTS)