...

Source file src/pkg/cmd/internal/obj/arm64/anames7.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 arm64
     6	
     7	// This order should be strictly consistent to that in a.out.go
     8	var cnames7 = []string{
     9		"NONE",
    10		"REG",
    11		"RSP",
    12		"FREG",
    13		"VREG",
    14		"PAIR",
    15		"SHIFT",
    16		"EXTREG",
    17		"SPR",
    18		"COND",
    19		"ARNG",
    20		"ELEM",
    21		"LIST",
    22		"ZCON",
    23		"ABCON0",
    24		"ADDCON0",
    25		"ABCON",
    26		"AMCON",
    27		"ADDCON",
    28		"MBCON",
    29		"MOVCON",
    30		"BITCON",
    31		"ADDCON2",
    32		"LCON",
    33		"MOVCON2",
    34		"MOVCON3",
    35		"VCON",
    36		"FCON",
    37		"VCONADDR",
    38		"AACON",
    39		"LACON",
    40		"AECON",
    41		"SBRA",
    42		"LBRA",
    43		"ZAUTO",
    44		"NSAUTO_8",
    45		"NSAUTO_4",
    46		"NSAUTO",
    47		"NPAUTO",
    48		"NAUTO4K",
    49		"PSAUTO_8",
    50		"PSAUTO_4",
    51		"PSAUTO",
    52		"PPAUTO",
    53		"UAUTO4K_8",
    54		"UAUTO4K_4",
    55		"UAUTO4K_2",
    56		"UAUTO4K",
    57		"UAUTO8K_8",
    58		"UAUTO8K_4",
    59		"UAUTO8K",
    60		"UAUTO16K_8",
    61		"UAUTO16K",
    62		"UAUTO32K",
    63		"LAUTO",
    64		"SEXT1",
    65		"SEXT2",
    66		"SEXT4",
    67		"SEXT8",
    68		"SEXT16",
    69		"LEXT",
    70		"ZOREG",
    71		"NSOREG_8",
    72		"NSOREG_4",
    73		"NSOREG",
    74		"NPOREG",
    75		"NOREG4K",
    76		"PSOREG_8",
    77		"PSOREG_4",
    78		"PSOREG",
    79		"PPOREG",
    80		"UOREG4K_8",
    81		"UOREG4K_4",
    82		"UOREG4K_2",
    83		"UOREG4K",
    84		"UOREG8K_8",
    85		"UOREG8K_4",
    86		"UOREG8K",
    87		"UOREG16K_8",
    88		"UOREG16K",
    89		"UOREG32K",
    90		"LOREG",
    91		"ADDR",
    92		"GOTADDR",
    93		"TLS_LE",
    94		"TLS_IE",
    95		"ROFF",
    96		"GOK",
    97		"TEXTSIZE",
    98		"NCLASS",
    99	}
   100	

View as plain text