github.com/bir3/gocompiler@v0.3.205/src/cmd/internal/obj/loong64/cnames.go (about)

     1  // Copyright 2022 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 loong64
     6  
     7  var cnames0 = []string{
     8  	"NONE",
     9  	"REG",
    10  	"FREG",
    11  	"FCREG",
    12  	"FCSRREG",
    13  	"FCCREG",
    14  	"ZCON",
    15  	"SCON",
    16  	"UCON",
    17  	"ADD0CON",
    18  	"AND0CON",
    19  	"ADDCON",
    20  	"ANDCON",
    21  	"LCON",
    22  	"DCON",
    23  	"SACON",
    24  	"SECON",
    25  	"LACON",
    26  	"LECON",
    27  	"DACON",
    28  	"STCON",
    29  	"SBRA",
    30  	"LBRA",
    31  	"SAUTO",
    32  	"LAUTO",
    33  	"SEXT",
    34  	"LEXT",
    35  	"ZOREG",
    36  	"SOREG",
    37  	"LOREG",
    38  	"GOK",
    39  	"ADDR",
    40  	"TLS",
    41  	"TEXTSIZE",
    42  	"NCLASS",
    43  }