anamesz.go 505 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // Copyright 2016 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. package s390x
  5. var cnamesz = []string{
  6. "NONE",
  7. "REG",
  8. "FREG",
  9. "VREG",
  10. "AREG",
  11. "ZCON",
  12. "SCON",
  13. "UCON",
  14. "ADDCON",
  15. "ANDCON",
  16. "LCON",
  17. "DCON",
  18. "SACON",
  19. "LACON",
  20. "DACON",
  21. "SBRA",
  22. "LBRA",
  23. "SAUTO",
  24. "LAUTO",
  25. "ZOREG",
  26. "SOREG",
  27. "LOREG",
  28. "TLS_LE",
  29. "TLS_IE",
  30. "GOK",
  31. "ADDR",
  32. "SYMADDR",
  33. "GOTADDR",
  34. "TEXTSIZE",
  35. "ANY",
  36. "NCLASS",
  37. }