MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / msa64.s
CommitLineData
ec0c61e3
CF
1 .text
2test_msa64:
3 fill.d $w17,$18
4 copy_s.d $23,$w24[0]
e269fea7 5 copy_s.d $25,$w26[1]
be7fe1cd
RS
6 copy_u.w $3,$w4[0]
7 copy_u.w $5,$w6[3]
ec0c61e3 8 insert.d $w23[0],$24
e269fea7 9 insert.d $w25[1],$26
ec0c61e3
CF
10 dlsa $25,$26,$27,1
11 dlsa $28,$29,$30,4
12
13# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
14 .align 2
15 .space 8
This page took 0.233071 seconds and 4 git commands to generate.