aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/smartmips.s
blob: 00e9895bd0138b68634a407603cdb317e64ed558 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Source file used to test SmartMIPS instruction set
	
	.text
stuff:
	ror	$4,$5,$6
	rorv	$4,$5,$6
	rotr	$4,$5,$6
	rotrv	$4,$5,$6
	
	ror	$4,$5,31
	ror	$4,$5,8
	ror	$4,$5,1
	ror	$4,$5,0
	rotr	$4,$5,31
	
	rol	$4,$5,31
	rol	$4,$5,8
	rol	$4,$5,1
	rol	$4,$5,0
	
	lwxs	$2,$4($5)
	
	maddp	$16,$17
	multp	$11,$12
	
	mflhxu	$8
	mtlhx	$4
	
	pperm	$6,$24

	.p2align 4