| Index: src/compiler/mips64/instruction-codes-mips64.h
|
| diff --git a/src/compiler/mips64/instruction-codes-mips64.h b/src/compiler/mips64/instruction-codes-mips64.h
|
| index dd019f9e5accb7ec2bc5daf5b5b15bcd7f746665..bae6e24081195d29e2ab8d5b0f8da481038cf5bc 100644
|
| --- a/src/compiler/mips64/instruction-codes-mips64.h
|
| +++ b/src/compiler/mips64/instruction-codes-mips64.h
|
| @@ -76,6 +76,10 @@ namespace compiler {
|
| V(Mips64Swc1) \
|
| V(Mips64Ldc1) \
|
| V(Mips64Sdc1) \
|
| + V(Mips64FmoveLowUwD) \
|
| + V(Mips64FmoveLowDUw) \
|
| + V(Mips64FmoveHighUwD) \
|
| + V(Mips64FmoveHighDUw) \
|
| V(Mips64Push) \
|
| V(Mips64StoreToStackSlot) \
|
| V(Mips64StackClaim) \
|
|
|