19990502 sourceware import
[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
9 ror $4,$5
10 ror $4,$5,$6
11 ror $4,1
12 ror $4,$5,1
This page took 0.032774 seconds and 4 git commands to generate.