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