| Index: src/compiler/instruction-selector.cc
|
| diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc
|
| index 60630a676378079046f09fe491aea4e9305a31b7..cfb17dc5b22471ac29440249048239ae7b4cd02a 100644
|
| --- a/src/compiler/instruction-selector.cc
|
| +++ b/src/compiler/instruction-selector.cc
|
| @@ -2192,13 +2192,22 @@ void InstructionSelector::VisitI32x4GeS(Node* node) { UNIMPLEMENTED(); }
|
| void InstructionSelector::VisitI32x4GtU(Node* node) { UNIMPLEMENTED(); }
|
|
|
| void InstructionSelector::VisitI32x4GeU(Node* node) { UNIMPLEMENTED(); }
|
| +#endif // !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_ARM64 && !V8_TARGET_ARCH_X64
|
| + // && !V8_TARGET_ARCH_MIPS && !V8_TARGET_ARCH_MIPS64
|
|
|
| +#if !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_ARM64 && !V8_TARGET_ARCH_X64 && \
|
| + !V8_TARGET_ARCH_IA32 && !V8_TARGET_ARCH_MIPS && !V8_TARGET_ARCH_MIPS64
|
| void InstructionSelector::VisitI16x8Splat(Node* node) { UNIMPLEMENTED(); }
|
|
|
| void InstructionSelector::VisitI16x8ExtractLane(Node* node) { UNIMPLEMENTED(); }
|
|
|
| void InstructionSelector::VisitI16x8ReplaceLane(Node* node) { UNIMPLEMENTED(); }
|
| +#endif // !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_ARM64 && !V8_TARGET_ARCH_X64
|
| + // && !V8_TARGET_ARCH_IA32 && !V8_TARGET_ARCH_MIPS &&
|
| + // !V8_TARGET_ARCH_MIPS64
|
|
|
| +#if !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_ARM64 && !V8_TARGET_ARCH_X64 && \
|
| + !V8_TARGET_ARCH_MIPS && !V8_TARGET_ARCH_MIPS64
|
| void InstructionSelector::VisitI16x8Shl(Node* node) { UNIMPLEMENTED(); }
|
|
|
| void InstructionSelector::VisitI16x8ShrS(Node* node) { UNIMPLEMENTED(); }
|
| @@ -2292,14 +2301,15 @@ void InstructionSelector::VisitI8x16ShrS(Node* node) { UNIMPLEMENTED(); }
|
| // && !V8_TARGET_ARCH_MIPS64
|
|
|
| #if !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_ARM64 && !V8_TARGET_ARCH_X64 && \
|
| - !V8_TARGET_ARCH_MIPS && !V8_TARGET_ARCH_MIPS64
|
| + !V8_TARGET_ARCH_IA32 && !V8_TARGET_ARCH_MIPS && !V8_TARGET_ARCH_MIPS64
|
| void InstructionSelector::VisitI8x16Splat(Node* node) { UNIMPLEMENTED(); }
|
|
|
| void InstructionSelector::VisitI8x16ExtractLane(Node* node) { UNIMPLEMENTED(); }
|
|
|
| void InstructionSelector::VisitI8x16ReplaceLane(Node* node) { UNIMPLEMENTED(); }
|
| #endif // !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_ARM64 && !V8_TARGET_ARCH_X64
|
| - // && !V8_TARGET_ARCH_MIPS && !V8_TARGET_ARCH_MIPS64
|
| + // && !V8_TARGET_ARCH_IA32 && !V8_TARGET_ARCH_MIPS &&
|
| + // !V8_TARGET_ARCH_MIPS64
|
|
|
| #if !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_ARM64 && !V8_TARGET_ARCH_MIPS && \
|
| !V8_TARGET_ARCH_MIPS64
|
|
|