gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / rol.s
1 # Source file used to test the rol and ror macros.
2
3 # generate warnings for all uses of AT.
4 .set noat
5
6 foo:
7 rol $4,$5
8 rol $4,$5,$6
9 rol $4,1
10 rol $4,$5,1
11 rol $4,$5,0
12
13 ror $4,$5
14 ror $4,$5,$6
15 ror $4,1
16 ror $4,$5,1
17 ror $4,$5,0
18
19 rol $4,$5,32
20 rol $4,$5,33
21 rol $4,$5,63
22
23 ror $4,$5,32
24 ror $4,$5,33
25 ror $4,$5,63
26
27 .space 8
This page took 0.031294 seconds and 4 git commands to generate.