summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/m32r/rach.cgs
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/sim/m32r/rach.cgs')
-rw-r--r--sim/testsuite/sim/m32r/rach.cgs22
1 files changed, 0 insertions, 22 deletions
diff --git a/sim/testsuite/sim/m32r/rach.cgs b/sim/testsuite/sim/m32r/rach.cgs
deleted file mode 100644
index c22469834f7..00000000000
--- a/sim/testsuite/sim/m32r/rach.cgs
+++ /dev/null
@@ -1,22 +0,0 @@
-# m32r testcase for rach
-# mach(): m32r m32rx
-
- .include "testutils.inc"
-
- start
-
- .global rach
-rach:
- mvi_h_accum0 1, 0x40004001
- rach
- test_h_accum0 3, 0
-
- mvi_h_accum0 0x3fff, 0xc0000000
- rach
- test_h_accum0 0x7fff, 0
-
- mvi_h_accum0 0xffff8000, 0
- rach
- test_h_accum0 0xffff8000, 0
-
- pass