gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / smartmips.s
1 # Source file used to test SmartMIPS instruction set
2
3 .text
4 stuff:
5 ror $4,$5,$6
6 rorv $4,$5,$6
7 rotr $4,$5,$6
8 rotrv $4,$5,$6
9
10 ror $4,$5,31
11 ror $4,$5,8
12 ror $4,$5,1
13 ror $4,$5,0
14 rotr $4,$5,31
15
16 rol $4,$5,31
17 rol $4,$5,8
18 rol $4,$5,1
19 rol $4,$5,0
20
21 lwxs $2,$4($5)
22
23 maddp $16,$17
24 multp $11,$12
25
26 mflhxu $8
27 mtlhx $4
28
29 pperm $6,$24
30
31 .p2align 4
This page took 0.030897 seconds and 4 git commands to generate.