github.com/filosottile/go@v0.0.0-20170906193555-dbed9972d994/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_8", 39 "PSAUTO", 40 "PPAUTO_8", 41 "PPAUTO", 42 "UAUTO4K_8", 43 "UAUTO4K_4", 44 "UAUTO4K_2", 45 "UAUTO4K", 46 "UAUTO8K_8", 47 "UAUTO8K_4", 48 "UAUTO8K", 49 "UAUTO16K_8", 50 "UAUTO16K", 51 "UAUTO32K", 52 "LAUTO", 53 "SEXT1", 54 "SEXT2", 55 "SEXT4", 56 "SEXT8", 57 "SEXT16", 58 "LEXT", 59 "ZOREG", 60 "NPOREG", 61 "NSOREG", 62 "PSOREG_8", 63 "PSOREG", 64 "PPOREG_8", 65 "PPOREG", 66 "UOREG4K_8", 67 "UOREG4K_4", 68 "UOREG4K_2", 69 "UOREG4K", 70 "UOREG8K_8", 71 "UOREG8K_4", 72 "UOREG8K", 73 "UOREG16K_8", 74 "UOREG16K", 75 "UOREG32K", 76 "LOREG", 77 "ADDR", 78 "GOTADDR", 79 "TLS_LE", 80 "TLS_IE", 81 "ROFF", 82 "GOK", 83 "TEXTSIZE", 84 "NCLASS", 85 }