summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/mul.cgs
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/sim/arm/mul.cgs')
-rw-r--r--sim/testsuite/sim/arm/mul.cgs12
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/testsuite/sim/arm/mul.cgs b/sim/testsuite/sim/arm/mul.cgs
new file mode 100644
index 00000000000..4f0a9264d27
--- /dev/null
+++ b/sim/testsuite/sim/arm/mul.cgs
@@ -0,0 +1,12 @@
+# arm testcase for mul$cond${set-cc?} ${mul-rd},$rm,$rs
+# mach: unfinished
+
+ .include "testutils.inc"
+
+ start
+
+ .global mul
+mul:
+ mul00 pc,pc,pc
+
+ pass