Source file src/cmd/internal/obj/loong64/cnames.go

     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  // This order should be strictly consistent to that in a.out.go.
     8  var cnames0 = []string{
     9  	"NONE",
    10  	"REG",
    11  	"FREG",
    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_LE",
    41  	"TLS_IE",
    42  	"GOTADDR",
    43  	"TEXTSIZE",
    44  	"NCLASS",
    45  }
    46  

View as plain text