MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / msa64.s
1 .text
2 test_msa64:
3 fill.d $w17,$18
4 copy_s.d $23,$w24[0]
5 copy_s.d $25,$w26[1]
6 copy_u.w $3,$w4[0]
7 copy_u.w $5,$w6[3]
8 insert.d $w23[0],$24
9 insert.d $w25[1],$26
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.044928 seconds and 4 git commands to generate.