Black Lives Matter. Support the Equal Justice Initiative.

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

Documentation: cmd/internal/obj/ppc64

     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  	"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  	"LACON",
    24  	"DACON",
    25  	"SBRA",
    26  	"LBRA",
    27  	"LBRAPIC",
    28  	"ZOREG",
    29  	"SOREG",
    30  	"LOREG",
    31  	"FPSCR",
    32  	"XER",
    33  	"LR",
    34  	"CTR",
    35  	"ANY",
    36  	"GOK",
    37  	"ADDR",
    38  	"TLS_LE",
    39  	"TLS_IE",
    40  	"TEXTSIZE",
    41  	"NCLASS",
    42  }
    43  

View as plain text