aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/mips/anames.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/internal/obj/mips/anames.go')
-rw-r--r--src/cmd/internal/obj/mips/anames.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/cmd/internal/obj/mips/anames.go b/src/cmd/internal/obj/mips/anames.go
index c784809949..8482a9efc8 100644
--- a/src/cmd/internal/obj/mips/anames.go
+++ b/src/cmd/internal/obj/mips/anames.go
@@ -26,6 +26,12 @@ var Anames = []string{
"BLTZAL",
"BNE",
"BREAK",
+ "CLO",
+ "CLZ",
+ "CMOVF",
+ "CMOVN",
+ "CMOVT",
+ "CMOVZ",
"CMPEQD",
"CMPEQF",
"CMPGED",
@@ -38,6 +44,7 @@ var Anames = []string{
"DIVU",
"DIVW",
"GOK",
+ "LL",
"LUI",
"MOVB",
"MOVBU",
@@ -67,9 +74,12 @@ var Anames = []string{
"REM",
"REMU",
"RFE",
+ "SC",
"SGT",
"SGTU",
"SLL",
+ "SQRTD",
+ "SQRTF",
"SRA",
"SRL",
"SUB",
@@ -77,11 +87,14 @@ var Anames = []string{
"SUBF",
"SUBU",
"SUBW",
+ "SYNC",
"SYSCALL",
+ "TEQ",
"TLBP",
"TLBR",
"TLBWI",
"TLBWR",
+ "TNE",
"WORD",
"XOR",
"MOVV",