Source file src/cmd/internal/obj/ppc64/anames9.go

     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  
     5  package ppc64
     6  
     7  var cnames9 = []string{
     8  	"NONE",
     9  	"REGP",
    10  	"REG",
    11  	"FREGP",
    12  	"FREG",
    13  	"VREG",
    14  	"VSREGP",
    15  	"VSREG",
    16  	"CREG",
    17  	"CRBIT",
    18  	"SPR",
    19  	"MREG",
    20  	"ZCON",
    21  	"U1CON",
    22  	"U2CON",
    23  	"U3CON",
    24  	"U4CON",
    25  	"U5CON",
    26  	"U8CON",
    27  	"U15CON",
    28  	"S16CON",
    29  	"U16CON",
    30  	"32CON",
    31  	"S34CON",
    32  	"64CON",
    33  	"SACON",
    34  	"LACON",
    35  	"DACON",
    36  	"SBRA",
    37  	"LBRA",
    38  	"LBRAPIC",
    39  	"ZOREG",
    40  	"SOREG",
    41  	"LOREG",
    42  	"XOREG",
    43  	"FPSCR",
    44  	"LR",
    45  	"CTR",
    46  	"ANY",
    47  	"GOK",
    48  	"ADDR",
    49  	"TLS_LE",
    50  	"TLS_IE",
    51  	"TEXTSIZE",
    52  	"NCLASS",
    53  }
    54  

View as plain text