| 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 5b0ebe5174eb4c56fe2671e1b0868524d7cbb03b..0717d2e43f1a62169c147f594facc40074e0966f 100644
|
| --- a/src/compiler/mips/instruction-codes-mips.h
|
| +++ b/src/compiler/mips/instruction-codes-mips.h
|
| @@ -138,7 +138,18 @@ namespace compiler {
|
| V(MipsI32x4ExtractLane) \
|
| V(MipsI32x4ReplaceLane) \
|
| V(MipsI32x4Add) \
|
| - V(MipsI32x4Sub)
|
| + V(MipsI32x4Sub) \
|
| + V(MipsI32x4Mul) \
|
| + V(MipsI32x4MaxS) \
|
| + V(MipsI32x4MinS) \
|
| + V(MipsI32x4Eq) \
|
| + V(MipsI32x4Ne) \
|
| + V(MipsI32x4Shl) \
|
| + V(MipsI32x4ShrS) \
|
| + V(MipsI32x4ShrU) \
|
| + V(MipsI32x4MaxU) \
|
| + V(MipsI32x4MinU) \
|
| + V(MipsS32x4Select)
|
|
|
| // Addressing modes represent the "shape" of inputs to an instruction.
|
| // Many instructions support multiple addressing modes. Addressing modes
|
|
|