1// Copyright 2015 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5package ppc64
6
7var cnames9 = []string{
8	"NONE",
9	"REG",
10	"FREG",
11	"VREG",
12	"VSREG",
13	"CREG",
14	"SPR",
15	"ZCON",
16	"SCON",
17	"UCON",
18	"ADDCON",
19	"ANDCON",
20	"LCON",
21	"DCON",
22	"SACON",
23	"SECON",
24	"LACON",
25	"LECON",
26	"DACON",
27	"SBRA",
28	"LBRA",
29	"SAUTO",
30	"LAUTO",
31	"SEXT",
32	"LEXT",
33	"ZOREG",
34	"SOREG",
35	"LOREG",
36	"FPSCR",
37	"MSR",
38	"XER",
39	"LR",
40	"CTR",
41	"ANY",
42	"GOK",
43	"ADDR",
44	"GOTADDR",
45	"TLS_LE",
46	"TLS_IE",
47	"TEXTSIZE",
48	"NCLASS",
49}
50