summaryrefslogtreecommitdiffstats
path: root/qemu/tests/tcg/cris/check_ret.s
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/tcg/cris/check_ret.s')
-rw-r--r--qemu/tests/tcg/cris/check_ret.s25
1 files changed, 0 insertions, 25 deletions
diff --git a/qemu/tests/tcg/cris/check_ret.s b/qemu/tests/tcg/cris/check_ret.s
deleted file mode 100644
index b44fb2593..000000000
--- a/qemu/tests/tcg/cris/check_ret.s
+++ /dev/null
@@ -1,25 +0,0 @@
-# mach: crisv3 crisv8 crisv10
-# output: 3\n
-
-# Test that ret works.
-
- .include "testutils.inc"
- start
-x:
- moveq 0,r3
- jsr z
-w:
- quit
-y:
- addq 1,r3
- checkr3 3
- quit
-
-z:
- addq 1,r3
- move srp,r2
- add.d y-w,r2
- move r2,srp
- ret
- addq 1,r3
- quit