anames0.go 554 B

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