File: cp1-names.s

package info (click to toggle)
binutils 2.28-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 271,848 kB
  • sloc: ansic: 1,419,727; asm: 623,424; cpp: 125,042; exp: 64,226; makefile: 56,536; sh: 21,234; lisp: 15,206; yacc: 14,889; perl: 2,111; ada: 1,681; lex: 1,645; pascal: 1,438; cs: 879; sed: 195; python: 154; xml: 95; awk: 25
file content (77 lines) | stat: -rw-r--r-- 1,127 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
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# source file to test objdump's disassembly using various styles of
# CP1 register names.

	.set noreorder
	.set noat

	.globl text_label .text
text_label:

	ctc1	$0, $0
	ctc1	$0, $1
	ctc1	$0, $2
	ctc1	$0, $3
	ctc1	$0, $4
	ctc1	$0, $5
	ctc1	$0, $6
	ctc1	$0, $7
	ctc1	$0, $8
	ctc1	$0, $9
	ctc1	$0, $10
	ctc1	$0, $11
	ctc1	$0, $12
	ctc1	$0, $13
	ctc1	$0, $14
	ctc1	$0, $15
	ctc1	$0, $16
	ctc1	$0, $17
	ctc1	$0, $18
	ctc1	$0, $19
	ctc1	$0, $20
	ctc1	$0, $21
	ctc1	$0, $22
	ctc1	$0, $23
	ctc1	$0, $24
	ctc1	$0, $25
	ctc1	$0, $26
	ctc1	$0, $27
	ctc1	$0, $28
	ctc1	$0, $29
	ctc1	$0, $30
	ctc1	$0, $31

	cfc1	$0, $0
	cfc1	$0, $1
	cfc1	$0, $2
	cfc1	$0, $3
	cfc1	$0, $4
	cfc1	$0, $5
	cfc1	$0, $6
	cfc1	$0, $7
	cfc1	$0, $8
	cfc1	$0, $9
	cfc1	$0, $10
	cfc1	$0, $11
	cfc1	$0, $12
	cfc1	$0, $13
	cfc1	$0, $14
	cfc1	$0, $15
	cfc1	$0, $16
	cfc1	$0, $17
	cfc1	$0, $18
	cfc1	$0, $19
	cfc1	$0, $20
	cfc1	$0, $21
	cfc1	$0, $22
	cfc1	$0, $23
	cfc1	$0, $24
	cfc1	$0, $25
	cfc1	$0, $26
	cfc1	$0, $27
	cfc1	$0, $28
	cfc1	$0, $29
	cfc1	$0, $30
	cfc1	$0, $31

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