File: relax-swap2.s

package info (click to toggle)
binutils 2.25-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 240,432 kB
  • sloc: ansic: 1,327,513; asm: 553,096; cpp: 110,410; exp: 58,446; makefile: 51,977; sh: 19,499; yacc: 14,700; lisp: 13,606; perl: 1,791; lex: 1,626; pascal: 307; sed: 195; python: 154; awk: 26
file content (50 lines) | stat: -rw-r--r-- 815 bytes parent folder | download | duplicates (47)
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
# Source file used to test branch likely relaxation with swapping.

	.text
foo:

	move	$2, $4
	beql	$2, $3, foo
	move	$2, $4
	beql	$2, $3, bar
	move	$2, $4
	beql	$4, $5, foo
	move	$2, $4
	beql	$4, $5, bar

	addiu	$2, $4, 1
	beql	$2, $3, foo
	addiu	$2, $4, 1
	beql	$2, $3, bar
	addiu	$2, $4, 1
	beql	$4, $5, foo
	addiu	$2, $4, 1
	beql	$4, $5, bar

	lw	$2, ($4)
	beql	$2, $3, foo
	lw	$2, ($4)
	beql	$2, $3, bar
	lw	$2, ($4)
	beql	$4, $5, foo
	lw	$2, ($4)
	beql	$4, $5, bar

	sw	$2, ($4)
	beql	$2, $3, foo
	sw	$2, ($4)
	beql	$2, $3, bar
	sw	$2, ($4)
	beql	$4, $5, foo
	sw	$2, ($4)
	beql	$4, $5, bar

	teq	$2, $4
	beq	$4, $5, foo
	teq	$2, $4
	beq	$4, $5, bar

        .space  0x20000         # to make a 128kb loop body
bar:
# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
        .space  8