summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/rol.s
blob: 259a957e803e72a8b47c2380e19c71bf67edae89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Source file used to test the rol and ror macros.

foo:
	rol	$4,$5
	rol	$4,$5,$6
	rol	$4,1
	rol	$4,$5,1

	ror	$4,$5
	ror	$4,$5,$6
	ror	$4,1
	ror	$4,$5,1