Source file src/cmd/internal/obj/s390x/anamesz.go

     1  // Code generated by mkcnames -i a.out.go -o anamesz.go -p s390x; DO NOT EDIT.
     2  
     3  package s390x
     4  
     5  // This order should be strictly consistent to that in a.out.go.
     6  var cnamesz = []string{
     7  	"NONE",
     8  	"REG",
     9  	"FREG",
    10  	"VREG",
    11  	"AREG",
    12  	"ZCON",
    13  	"SCON",
    14  	"UCON",
    15  	"ADDCON",
    16  	"ANDCON",
    17  	"LCON",
    18  	"DCON",
    19  	"SACON",
    20  	"LACON",
    21  	"DACON",
    22  	"SBRA",
    23  	"LBRA",
    24  	"SAUTO",
    25  	"LAUTO",
    26  	"ZOREG",
    27  	"SOREG",
    28  	"LOREG",
    29  	"TLS_LE",
    30  	"TLS_IE",
    31  	"GOK",
    32  	"ADDR",
    33  	"SYMADDR",
    34  	"GOTADDR",
    35  	"TEXTSIZE",
    36  	"ANY",
    37  	"NCLASS",
    38  }
    39  

View as plain text