File: msa-relax.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 (29 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (29)
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
	.text
foo:
	bz.b	$w0, bar
	bz.h	$w1, bar
	bz.w	$w2, bar
	bz.d	$w3, bar
	bnz.b	$w4, bar
	bnz.h	$w5, bar
	bnz.w	$w6, bar
	bnz.d	$w7, bar
	bz.v	$w8, bar
	bnz.v	$w9, bar

	.space	0x20000		# to make a 128kb loop body
bar:
	bz.b	$w10, foo
	bz.h	$w11, foo
	bz.w	$w12, foo
	bz.d	$w13, foo
	bnz.b	$w14, foo
	bnz.h	$w15, foo
	bnz.w	$w16, foo
	bnz.d	$w17, foo
	bz.v	$w18, foo
	bnz.v	$w19, foo

# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
	.align	2
	.space	8