summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/sh/sh64/movi64-2.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/sh/sh64/movi64-2.s')
-rw-r--r--gas/testsuite/gas/sh/sh64/movi64-2.s10
1 files changed, 0 insertions, 10 deletions
diff --git a/gas/testsuite/gas/sh/sh64/movi64-2.s b/gas/testsuite/gas/sh/sh64/movi64-2.s
deleted file mode 100644
index 607e17f7030..00000000000
--- a/gas/testsuite/gas/sh/sh64/movi64-2.s
+++ /dev/null
@@ -1,10 +0,0 @@
-! Check MOVI expansion. This one for the 64-bit ABI only.
- .text
-start:
- movi 65536 << 16,r3
- movi -32769 << 16,r3
- movi 32768 << 16,r3
- movi 32767 << 48,r3
- movi 32768 << 48,r3 ! Perhaps a warning on this or the next,
- movi -32768 << 48,r3 ! for being out of range?
-