...

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

View as plain text