File: msa-relax.s

package info (click to toggle)
binutils 2.34-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 328,380 kB
  • sloc: ansic: 1,180,155; asm: 665,310; cpp: 130,540; exp: 69,822; makefile: 57,183; sh: 22,559; yacc: 14,469; lisp: 13,785; perl: 2,112; ada: 1,681; lex: 1,650; pascal: 1,446; cs: 879; sed: 195; python: 154; xml: 95; awk: 25
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