aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/thumb/tst.cgs
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/sim/arm/thumb/tst.cgs')
-rw-r--r--sim/testsuite/sim/arm/thumb/tst.cgs12
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/testsuite/sim/arm/thumb/tst.cgs b/sim/testsuite/sim/arm/thumb/tst.cgs
new file mode 100644
index 00000000000..068fccc427e
--- /dev/null
+++ b/sim/testsuite/sim/arm/thumb/tst.cgs
@@ -0,0 +1,12 @@
+# arm testcase for tst $rd,$rs
+# mach: unfinished
+
+ .include "testutils.inc"
+
+ start
+
+ .global alu_tst
+alu_tst:
+ tst r0,r0
+
+ pass