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 251dae2f98f1d5a16a97664b18c77bdfcc804645..9093e2b9b9b9016c015a330ee72069f81c883682 100644 |
--- a/src/compiler/mips/instruction-codes-mips.h |
+++ b/src/compiler/mips/instruction-codes-mips.h |
@@ -143,7 +143,19 @@ namespace compiler { |
V(MipsF32x4ExtractLane) \ |
V(MipsF32x4ReplaceLane) \ |
V(MipsF32x4SConvertI32x4) \ |
- V(MipsF32x4UConvertI32x4) |
+ V(MipsF32x4UConvertI32x4) \ |
+ V(MipsS128And) \ |
+ V(MipsS128Or) \ |
+ V(MipsS128Xor) \ |
+ V(MipsS128Not) \ |
+ V(MipsS1x4AnyTrue) \ |
+ V(MipsS1x4AllTrue) \ |
+ V(MipsS1x8AnyTrue) \ |
+ V(MipsS1x8AllTrue) \ |
+ V(MipsS1x16AnyTrue) \ |
+ V(MipsS1x16AllTrue) \ |
+ V(MipsMsaLd) \ |
+ V(MipsMsaSt) |
// Addressing modes represent the "shape" of inputs to an instruction. |
// Many instructions support multiple addressing modes. Addressing modes |