diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-07-24 13:47:57 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-09-13 20:10:50 +0200 |
commit | 0024b62a214deaa816c83d1846d9b7156df61f06 (patch) | |
tree | a86f1d635e429da55c8a9f6bd243b83939e63703 /tests/tcg/cris/bare/check_movpr.s | |
parent | c66c51461c195d5b91626671a9059fc947a7c2a4 (diff) | |
download | qemu-0024b62a214deaa816c83d1846d9b7156df61f06.zip qemu-0024b62a214deaa816c83d1846d9b7156df61f06.tar.gz qemu-0024b62a214deaa816c83d1846d9b7156df61f06.tar.bz2 |
tests/tcg: Remove CRIS bare test files
We are going to remove the CRIS target.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
Message-ID: <20240904143603.52934-3-philmd@linaro.org>
Diffstat (limited to 'tests/tcg/cris/bare/check_movpr.s')
-rw-r--r-- | tests/tcg/cris/bare/check_movpr.s | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/tests/tcg/cris/bare/check_movpr.s b/tests/tcg/cris/bare/check_movpr.s deleted file mode 100644 index eef9bdb..0000000 --- a/tests/tcg/cris/bare/check_movpr.s +++ /dev/null @@ -1,28 +0,0 @@ -# mach: crisv3 crisv8 crisv10 crisv32 -# output: ffffff00\nffff0000\n0\nbb113344\n - -# Test generic "move Ps,Rd" and "move Rs,Pd" insns; the ones with -# functionality common to all models. - - .include "testutils.inc" - start - moveq -1,r3 - clear.b r3 - checkr3 ffffff00 - - moveq -1,r3 - clear.w r3 - checkr3 ffff0000 - - moveq -1,r3 - clear.d r3 - checkr3 0 - - moveq -1,r3 - move.d 0xbb113344,r4 - setf zcvn - move r4,srp - move srp,r3 - test_cc 1 1 1 1 - checkr3 bb113344 - quit |