summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/msa64.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mips/msa64.s')
-rw-r--r--gas/testsuite/gas/mips/msa64.s15
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/testsuite/gas/mips/msa64.s b/gas/testsuite/gas/mips/msa64.s
new file mode 100644
index 0000000000..ce994b1e1f
--- /dev/null
+++ b/gas/testsuite/gas/mips/msa64.s
@@ -0,0 +1,15 @@
+ .text
+test_msa64:
+ fill.d $w17,$18
+ copy_s.d $23,$w24[0]
+ copy_s.d $25,$w26[3]
+ copy_u.d $7,$w8[0]
+ copy_u.d $9,$w10[3]
+ insert.d $w23[0],$24
+ insert.d $w25[3],$26
+ dlsa $25,$26,$27,1
+ dlsa $28,$29,$30,4
+
+# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
+ .align 2
+ .space 8