]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/mips/loongson-3a.s
MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3a
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / mips / loongson-3a.s
1 .text
2 .set noreorder
3
4 movz_insns:
5 movnz $2, $3, $4
6
7 integer_insns:
8 gsmult $2, $3, $4
9 gsmultu $5, $6, $7
10 gsdmult $8, $9, $10
11 gsdmultu $11, $12, $13
12 gsdiv $14, $15, $16
13 gsdivu $17, $18, $19
14 gsddiv $20, $21, $22
15 gsddivu $23, $24, $25
16 gsmod $26, $27, $28
17 gsmodu $29, $30, $31
18 gsdmod $2, $3, $4
19 gsdmodu $5, $6, $7