summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/relax.s
blob: 6424b3b7b347b5886ff7e6d8cdbfcf645afa51aa (plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Source file used to test relaxation.

	.text
foo:
	b	bar
	bal	bar
	beq	$2, $3, bar
	bne	$4, $5, bar
	blez	$2, bar
	bgtz	$3, bar
	bltz	$4, bar
	bgez	$5, bar
	bc1f	bar
	bc1t	bar

	bltzal	$2, bar
	bgezal	$3, bar

	beql	$2, $3, bar
	bnel	$4, $5, bar
	blezl	$2, bar
	bgtzl	$3, bar
	bltzl	$4, bar
	bgezl	$5, bar
	bc1fl	bar
	bc1tl	bar

	bltzall	$2, bar
	bgezall	$3, bar
	
        .space  0x20000         # to make a 128kb loop body
bar:
	b	foo
	bal	foo
	beq	$2, $3, foo
	bne	$4, $5, foo
	blez	$2, foo
	bgtz	$3, foo
	bltz	$4, foo
	bgez	$5, foo
	bc1f	foo
	bc1t	foo

	bltzal	$2, foo
	bgezal	$3, foo

	beql	$2, $3, foo
	bnel	$4, $5, foo
	blezl	$2, foo
	bgtzl	$3, foo
	bltzl	$4, foo
	bgezl	$5, foo
	bc1fl	foo
	bc1tl	foo

	bltzall	$2, foo
	bgezall	$3, foo