summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/cris/asm/io4.ms
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/sim/cris/asm/io4.ms')
-rw-r--r--sim/testsuite/sim/cris/asm/io4.ms18
1 files changed, 18 insertions, 0 deletions
diff --git a/sim/testsuite/sim/cris/asm/io4.ms b/sim/testsuite/sim/cris/asm/io4.ms
new file mode 100644
index 00000000000..f925dbd3448
--- /dev/null
+++ b/sim/testsuite/sim/cris/asm/io4.ms
@@ -0,0 +1,18 @@
+# mach: crisv32
+# xerror:
+# output: b1e\n
+
+; Check correct "fail" exit.
+
+ .include "testutils.inc"
+ start
+ move.d 0xb1e,$r3
+ dumpr3
+ moveq 1,$r9
+ moveq 2,$r10
+ break 13
+ move.d 0xbadc0de,$r3
+ dumpr3
+0:
+ ba 0b
+ nop