diff options
author | Víctor Colombo | 2022-06-29 18:29:00 +0200 |
---|---|---|
committer | Daniel Henrique Barboza | 2022-07-06 15:22:38 +0200 |
commit | 7141a173c83414c4e1a4cda2d9ff1eaa6dccfee1 (patch) | |
tree | 3fbeba9f29d206a1690596627f9faff36903bbf4 /tests/tcg/ppc64le/Makefile.target | |
parent | target/ppc: Implement mffscdrn[i] instructions (diff) | |
download | qemu-7141a173c83414c4e1a4cda2d9ff1eaa6dccfee1.tar.gz qemu-7141a173c83414c4e1a4cda2d9ff1eaa6dccfee1.tar.xz qemu-7141a173c83414c4e1a4cda2d9ff1eaa6dccfee1.zip |
tests/tcg/ppc64: Add mffsce test
Add mffsce test to check both the return value and the new fpscr
stored in the cpu.
Signed-off-by: Víctor Colombo <victor.colombo@eldorado.org.br>
Reviewed-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Message-Id: <20220629162904.105060-8-victor.colombo@eldorado.org.br>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Diffstat (limited to 'tests/tcg/ppc64le/Makefile.target')
-rw-r--r-- | tests/tcg/ppc64le/Makefile.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tcg/ppc64le/Makefile.target b/tests/tcg/ppc64le/Makefile.target index 5b0eb5e870..6ca3003f02 100644 --- a/tests/tcg/ppc64le/Makefile.target +++ b/tests/tcg/ppc64le/Makefile.target @@ -24,6 +24,7 @@ run-sha512-vector: QEMU_OPTS+=-cpu POWER10 run-plugin-sha512-vector-with-%: QEMU_OPTS+=-cpu POWER10 PPC64LE_TESTS += mtfsf +PPC64LE_TESTS += mffsce PPC64LE_TESTS += signal_save_restore_xer PPC64LE_TESTS += xxspltw |