| 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 401d8b7fd7aa272048dda325a1a883dee853dd43..8fa3618a2675e64632c8b598945232ca236ba587 100644
|
| --- a/src/compiler/mips/instruction-codes-mips.h
|
| +++ b/src/compiler/mips/instruction-codes-mips.h
|
| @@ -228,7 +228,15 @@ namespace compiler {
|
| V(MipsS128And) \
|
| V(MipsS128Or) \
|
| V(MipsS128Xor) \
|
| - V(MipsS128Not)
|
| + 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
|
|
|