summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/m32r/mvtachi.cgs
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/sim/m32r/mvtachi.cgs')
-rw-r--r--sim/testsuite/sim/m32r/mvtachi.cgs20
1 files changed, 20 insertions, 0 deletions
diff --git a/sim/testsuite/sim/m32r/mvtachi.cgs b/sim/testsuite/sim/m32r/mvtachi.cgs
new file mode 100644
index 00000000000..6d596169557
--- /dev/null
+++ b/sim/testsuite/sim/m32r/mvtachi.cgs
@@ -0,0 +1,20 @@
+# m32r testcase for mvtachi $src1
+# mach(): m32r m32rx
+
+ .include "testutils.inc"
+
+ start
+
+ .global mvtachi
+mvtachi:
+ mvi_h_accum0 0, 0
+
+ mvi_h_gr r4, 0x11223344
+ mvtachi r4
+ test_h_accum0 0x223344, 0x0
+
+ mvi_h_gr r4, 0x99aabbcc
+ mvtachi r4
+ test_h_accum0 0xffaabbcc, 0x0
+
+ pass