| 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 981f1c108cab911e8faeb400b32af299653f5d8d..77bae4b8010ae818dd0d47a1f6414092d4e5cc88 100644
|
| --- a/src/compiler/mips64/instruction-codes-mips64.h
|
| +++ b/src/compiler/mips64/instruction-codes-mips64.h
|
| @@ -177,7 +177,19 @@ namespace compiler {
|
| V(Mips64F32x4ExtractLane) \
|
| V(Mips64F32x4ReplaceLane) \
|
| V(Mips64F32x4SConvertI32x4) \
|
| - V(Mips64F32x4UConvertI32x4)
|
| + V(Mips64F32x4UConvertI32x4) \
|
| + V(Mips64S128And) \
|
| + V(Mips64S128Or) \
|
| + V(Mips64S128Xor) \
|
| + V(Mips64S128Not) \
|
| + V(Mips64S1x4AnyTrue) \
|
| + V(Mips64S1x4AllTrue) \
|
| + V(Mips64S1x8AnyTrue) \
|
| + V(Mips64S1x8AllTrue) \
|
| + V(Mips64S1x16AnyTrue) \
|
| + V(Mips64S1x16AllTrue) \
|
| + V(Mips64MsaLd) \
|
| + V(Mips64MsaSt)
|
|
|
| // Addressing modes represent the "shape" of inputs to an instruction.
|
| // Many instructions support multiple addressing modes. Addressing modes
|
|
|