summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mn10300/extend.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mn10300/extend.s')
-rw-r--r--gas/testsuite/gas/mn10300/extend.s15
1 files changed, 0 insertions, 15 deletions
diff --git a/gas/testsuite/gas/mn10300/extend.s b/gas/testsuite/gas/mn10300/extend.s
deleted file mode 100644
index d6405b71fda..00000000000
--- a/gas/testsuite/gas/mn10300/extend.s
+++ /dev/null
@@ -1,15 +0,0 @@
- .text
- putx d1
- getx d2
- mulq d1,d2
- mulq 16,d2
- mulq 256,d3
- mulq 131071,d3
- mulqu d1,d2
- mulqu 16,d2
- mulqu 256,d3
- mulqu 131071,d3
- sat16 d2,d3
- sat24 d3,d2
- bsch d1,d2
-