github.com/slayercat/go@v0.0.0-20170428012452-c51559813f61/src/cmd/internal/obj/arm64/anames7.go (about) 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 "ZCON", 20 "ABCON0", 21 "ADDCON0", 22 "ABCON", 23 "ADDCON", 24 "MBCON", 25 "MOVCON", 26 "BITCON", 27 "LCON", 28 "VCON", 29 "FCON", 30 "VCONADDR", 31 "AACON", 32 "LACON", 33 "AECON", 34 "SBRA", 35 "LBRA", 36 "NPAUTO", 37 "NSAUTO", 38 "PSAUTO", 39 "PPAUTO", 40 "UAUTO4K", 41 "UAUTO8K", 42 "UAUTO16K", 43 "UAUTO32K", 44 "UAUTO64K", 45 "LAUTO", 46 "SEXT1", 47 "SEXT2", 48 "SEXT4", 49 "SEXT8", 50 "SEXT16", 51 "LEXT", 52 "ZOREG", 53 "NPOREG", 54 "NSOREG", 55 "PSOREG", 56 "PPOREG", 57 "UOREG4K", 58 "UOREG8K", 59 "UOREG16K", 60 "UOREG32K", 61 "UOREG64K", 62 "LOREG", 63 "ADDR", 64 "GOTADDR", 65 "TLS_LE", 66 "TLS_IE", 67 "ROFF", 68 "GOK", 69 "TEXTSIZE", 70 "NCLASS", 71 }