summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/m32r/macwlo.cgs
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/sim/m32r/macwlo.cgs')
-rw-r--r--sim/testsuite/sim/m32r/macwlo.cgs18
1 files changed, 18 insertions, 0 deletions
diff --git a/sim/testsuite/sim/m32r/macwlo.cgs b/sim/testsuite/sim/m32r/macwlo.cgs
new file mode 100644
index 00000000000..a7ce4edac5c
--- /dev/null
+++ b/sim/testsuite/sim/m32r/macwlo.cgs
@@ -0,0 +1,18 @@
+# m32r testcase for macwlo $src1,$src2
+# mach(): m32r m32rx
+
+ .include "testutils.inc"
+
+ start
+
+ .global macwlo
+macwlo:
+ mvi_h_accum0 0, 1
+ mvi_h_gr r4, 0x10123
+ mvi_h_gr r5, 0x40002
+
+ macwlo r4, r5
+
+ test_h_accum0 0, 0x20247
+
+ pass