summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/m32r/mvfc.cgs
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/sim/m32r/mvfc.cgs')
-rw-r--r--sim/testsuite/sim/m32r/mvfc.cgs23
1 files changed, 0 insertions, 23 deletions
diff --git a/sim/testsuite/sim/m32r/mvfc.cgs b/sim/testsuite/sim/m32r/mvfc.cgs
deleted file mode 100644
index ca2470e1e2d..00000000000
--- a/sim/testsuite/sim/m32r/mvfc.cgs
+++ /dev/null
@@ -1,23 +0,0 @@
-# m32r testcase for mvfc $dr,$scr
-# mach(): m32r m32rx
-
- .include "testutils.inc"
-
- start
-
- .global mvfc
-mvfc:
- mvi_h_condbit 0
- mvi_h_gr r4, 1
-
- mvfc r4, cr1
-
- test_h_gr r4, 0
-
- mvi_h_condbit 1
-
- mvfc r4, cr1
-
- test_h_gr r4, 1
-
- pass