]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/mips/rol.s
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / mips / rol.s
1 # Source file used to test the rol and ror macros.
2
3 rol $4,$5
4 rol $4,$5,$6
5 rol $4,1
6 rol $4,$5,1
7
8 ror $4,$5
9 ror $4,$5,$6
10 ror $4,1
11 ror $4,$5,1