summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/h8300/movw.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/h8300/movw.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/h8300/movw.s13
1 files changed, 0 insertions, 13 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/h8300/movw.s b/binutils-2.17/gas/testsuite/gas/h8300/movw.s
deleted file mode 100644
index 0cc64f8d..00000000
--- a/binutils-2.17/gas/testsuite/gas/h8300/movw.s
+++ /dev/null
@@ -1,13 +0,0 @@
- .text
-h8300_movw:
- mov.w r0,r1
- mov.w #16,r0
- mov.w @r1,r0
- mov.w @(16:16,r1),r0
- mov.w @r1+,r0
- mov.w @h8300_movw:16,r0
- mov.w r0,@r1
- mov.w r0,@(16:16,r1)
- mov.w r0,@-r1
- mov.w r0,@h8300_movw:16
-