summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/h8300/movws.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/h8300/movws.s')
-rw-r--r--gas/testsuite/gas/h8300/movws.s18
1 files changed, 0 insertions, 18 deletions
diff --git a/gas/testsuite/gas/h8300/movws.s b/gas/testsuite/gas/h8300/movws.s
deleted file mode 100644
index a4f21df2542..00000000000
--- a/gas/testsuite/gas/h8300/movws.s
+++ /dev/null
@@ -1,18 +0,0 @@
- .h8300s
- .text
-h8300s_movw:
- mov.w r0,r1
- mov.w #16,r0
- mov.w @er1,r0
- mov.w @(16:16,er1),r0
- mov.w @(32:32,er1),r0
- mov.w @er1+,r0
- mov.w @h8300s_movw:16,r0
- mov.w @h8300s_movw:32,r0
- mov.w r0,@er1
- mov.w r0,@(16:16,er1)
- mov.w r0,@(32:32,er1)
- mov.w r0,@-er1
- mov.w r0,@h8300s_movw:16
- mov.w r0,@h8300s_movw:32
-