aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/arm64/anames7.go
blob: 2ecd8164b6b2cc7e4b9886f35052fc4470297b57 (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package arm64

// This order should be strictly consistent to that in a.out.go
var cnames7 = []string{
	"NONE",
	"REG",
	"RSP",
	"FREG",
	"VREG",
	"PAIR",
	"SHIFT",
	"EXTREG",
	"SPR",
	"COND",
	"ARNG",
	"ELEM",
	"LIST",
	"ZCON",
	"ABCON0",
	"ADDCON0",
	"ABCON",
	"AMCON",
	"ADDCON",
	"MBCON",
	"MOVCON",
	"BITCON",
	"ADDCON2",
	"LCON",
	"MOVCON2",
	"MOVCON3",
	"VCON",
	"FCON",
	"VCONADDR",
	"AACON",
	"AACON2",
	"LACON",
	"AECON",
	"SBRA",
	"LBRA",
	"ZAUTO",
	"NSAUTO_16",
	"NSAUTO_8",
	"NSAUTO_4",
	"NSAUTO",
	"NPAUTO_16",
	"NPAUTO",
	"NQAUTO_16",
	"NAUTO4K",
	"PSAUTO_16",
	"PSAUTO_8",
	"PSAUTO_4",
	"PSAUTO",
	"PPAUTO_16",
	"PPAUTO",
	"PQAUTO_16",
	"UAUTO4K_16",
	"UAUTO4K_8",
	"UAUTO4K_4",
	"UAUTO4K_2",
	"UAUTO4K",
	"UAUTO8K_16",
	"UAUTO8K_8",
	"UAUTO8K_4",
	"UAUTO8K",
	"UAUTO16K_16",
	"UAUTO16K_8",
	"UAUTO16K",
	"UAUTO32K_8",
	"UAUTO32K",
	"UAUTO64K",
	"LAUTO",
	"SEXT1",
	"SEXT2",
	"SEXT4",
	"SEXT8",
	"SEXT16",
	"LEXT",
	"ZOREG",
	"NSOREG_16",
	"NSOREG_8",
	"NSOREG_4",
	"NSOREG",
	"NPOREG_16",
	"NPOREG",
	"NQOREG_16",
	"NOREG4K",
	"PSOREG_16",
	"PSOREG_8",
	"PSOREG_4",
	"PSOREG",
	"PPOREG_16",
	"PPOREG",
	"PQOREG_16",
	"UOREG4K_16",
	"UOREG4K_8",
	"UOREG4K_4",
	"UOREG4K_2",
	"UOREG4K",
	"UOREG8K_16",
	"UOREG8K_8",
	"UOREG8K_4",
	"UOREG8K",
	"UOREG16K_16",
	"UOREG16K_8",
	"UOREG16K",
	"UOREG32K_16",
	"UOREG32K",
	"UOREG64K",
	"LOREG",
	"ADDR",
	"GOTADDR",
	"TLS_LE",
	"TLS_IE",
	"ROFF",
	"GOK",
	"TEXTSIZE",
	"NCLASS",
}