diff options
Diffstat (limited to 'src/cmd/internal/obj/loong64/cnames.go')
-rw-r--r-- | src/cmd/internal/obj/loong64/cnames.go | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/cmd/internal/obj/loong64/cnames.go b/src/cmd/internal/obj/loong64/cnames.go new file mode 100644 index 0000000..f397077 --- /dev/null +++ b/src/cmd/internal/obj/loong64/cnames.go @@ -0,0 +1,43 @@ +// Copyright 2022 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +package loong64 + +var cnames0 = []string{ + "NONE", + "REG", + "FREG", + "FCREG", + "FCSRREG", + "FCCREG", + "ZCON", + "SCON", + "UCON", + "ADD0CON", + "AND0CON", + "ADDCON", + "ANDCON", + "LCON", + "DCON", + "SACON", + "SECON", + "LACON", + "LECON", + "DACON", + "STCON", + "SBRA", + "LBRA", + "SAUTO", + "LAUTO", + "SEXT", + "LEXT", + "ZOREG", + "SOREG", + "LOREG", + "GOK", + "ADDR", + "TLS", + "TEXTSIZE", + "NCLASS", +} |