summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/cris/asm/io3.ms
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/sim/cris/asm/io3.ms')
-rw-r--r--sim/testsuite/sim/cris/asm/io3.ms17
1 files changed, 17 insertions, 0 deletions
diff --git a/sim/testsuite/sim/cris/asm/io3.ms b/sim/testsuite/sim/cris/asm/io3.ms
new file mode 100644
index 00000000000..664dc61d267
--- /dev/null
+++ b/sim/testsuite/sim/cris/asm/io3.ms
@@ -0,0 +1,17 @@
+# mach: crisv32
+# sim: --cris-900000xx
+# output: ce11d0c\n
+
+; Check correct "pass" exit.
+
+ .include "testutils.inc"
+ start
+ move.d 0x0ce11d0c,$r3
+ dumpr3
+ move.d 0x90000004,$acr
+ move.d $acr,[$acr]
+ move.d 0xbadc0de,$r3
+ dumpr3
+0:
+ ba 0b
+ nop