anames7.go (1282B)
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 "AACON2", 40 "LACON", 41 "AECON", 42 "SBRA", 43 "LBRA", 44 "ZAUTO", 45 "NSAUTO_8", 46 "NSAUTO_4", 47 "NSAUTO", 48 "NPAUTO", 49 "NAUTO4K", 50 "PSAUTO_8", 51 "PSAUTO_4", 52 "PSAUTO", 53 "PPAUTO", 54 "UAUTO4K_8", 55 "UAUTO4K_4", 56 "UAUTO4K_2", 57 "UAUTO4K", 58 "UAUTO8K_8", 59 "UAUTO8K_4", 60 "UAUTO8K", 61 "UAUTO16K_8", 62 "UAUTO16K", 63 "UAUTO32K", 64 "LAUTO", 65 "SEXT1", 66 "SEXT2", 67 "SEXT4", 68 "SEXT8", 69 "SEXT16", 70 "LEXT", 71 "ZOREG", 72 "NSOREG_8", 73 "NSOREG_4", 74 "NSOREG", 75 "NPOREG", 76 "NOREG4K", 77 "PSOREG_8", 78 "PSOREG_4", 79 "PSOREG", 80 "PPOREG", 81 "UOREG4K_8", 82 "UOREG4K_4", 83 "UOREG4K_2", 84 "UOREG4K", 85 "UOREG8K_8", 86 "UOREG8K_4", 87 "UOREG8K", 88 "UOREG16K_8", 89 "UOREG16K", 90 "UOREG32K", 91 "LOREG", 92 "ADDR", 93 "GOTADDR", 94 "TLS_LE", 95 "TLS_IE", 96 "ROFF", 97 "GOK", 98 "TEXTSIZE", 99 "NCLASS", 100 }