Index: src/compiler/mips/instruction-codes-mips.h |
diff --git a/src/compiler/mips/instruction-codes-mips.h b/src/compiler/mips/instruction-codes-mips.h |
index edff56f72b4ad29fde77d43e84019aac15679311..6c562385ba7bd20036372bcf5fc280d2fb2374d9 100644 |
--- a/src/compiler/mips/instruction-codes-mips.h |
+++ b/src/compiler/mips/instruction-codes-mips.h |
@@ -132,7 +132,13 @@ namespace compiler { |
V(MipsByteSwap32) \ |
V(MipsStackClaim) \ |
V(MipsSeb) \ |
- V(MipsSeh) |
+ V(MipsSeh) \ |
+ V(MipsSimd128Zero) \ |
+ V(MipsInt32x4Splat) \ |
+ V(MipsInt32x4ExtractLane) \ |
+ V(MipsInt32x4ReplaceLane) \ |
+ V(MipsInt32x4Add) \ |
+ V(MipsInt32x4Sub) |
// Addressing modes represent the "shape" of inputs to an instruction. |
// Many instructions support multiple addressing modes. Addressing modes |