Add support for Andes NDS32:
[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]
5 copy_s.d $25,$w26[3]
6 copy_u.d $7,$w8[0]
7 copy_u.d $9,$w10[3]
8 insert.d $w23[0],$24
9 insert.d $w25[3],$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.029217 seconds and 4 git commands to generate.