summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/m32r/subv.cgs
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/sim/m32r/subv.cgs')
-rw-r--r--sim/testsuite/sim/m32r/subv.cgs20
1 files changed, 0 insertions, 20 deletions
diff --git a/sim/testsuite/sim/m32r/subv.cgs b/sim/testsuite/sim/m32r/subv.cgs
deleted file mode 100644
index 9474766e55b..00000000000
--- a/sim/testsuite/sim/m32r/subv.cgs
+++ /dev/null
@@ -1,20 +0,0 @@
-# m32r testcase for subv $dr,$sr
-# mach(): m32r m32rx
-
- .include "testutils.inc"
-
- start
-
- .global subv
-subv:
- mvi_h_condbit 0
- mvi_h_gr r4, 0x80000000
- mvi_h_gr r5, 3
-
- subv r4, r5
-
- bc ok
-
- fail
-ok:
- pass