kill bogus line between the last 2 entries
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / rol.s
CommitLineData
252b5132
RH
1# Source file used to test the rol and ror macros.
2
3foo:
4 rol $4,$5
5 rol $4,$5,$6
6 rol $4,1
7 rol $4,$5,1
483fc7cd 8 rol $4,$5,0
252b5132
RH
9
10 ror $4,$5
11 ror $4,$5,$6
12 ror $4,1
13 ror $4,$5,1
483fc7cd
RS
14 ror $4,$5,0
15 .space 8
This page took 0.397382 seconds and 4 git commands to generate.