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, 15 insertions, 0 deletions
diff --git a/gas/testsuite/gas/mn10300/extend.s b/gas/testsuite/gas/mn10300/extend.s
new file mode 100644
index 00000000000..d6405b71fda
--- /dev/null
+++ b/gas/testsuite/gas/mn10300/extend.s
@@ -0,0 +1,15 @@
+ .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
+