summaryrefslogtreecommitdiff
path: root/sim/testsuite/arm/thumb/mov-hd-hs.cgs
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/arm/thumb/mov-hd-hs.cgs')
-rw-r--r--sim/testsuite/arm/thumb/mov-hd-hs.cgs12
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/testsuite/arm/thumb/mov-hd-hs.cgs b/sim/testsuite/arm/thumb/mov-hd-hs.cgs
new file mode 100644
index 00000000000..2050908dca5
--- /dev/null
+++ b/sim/testsuite/arm/thumb/mov-hd-hs.cgs
@@ -0,0 +1,12 @@
+# arm testcase for mov $hd,$hs
+# mach: unfinished
+
+ .include "testutils.inc"
+
+ start
+
+ .global mov_hd_hs
+mov_hd_hs:
+ mov r8,r8
+
+ pass