Searched refs:VisitI16x8Shl (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/ppc/ | ||
D | instruction-selector-ppc.cc | 2167 void InstructionSelector::VisitI16x8Shl(Node* node) { UNIMPLEMENTED(); } in VisitI16x8Shl() function in v8::internal::compiler::InstructionSelector |
/external/v8/src/compiler/s390/ | ||
D | instruction-selector-s390.cc | 2447 void InstructionSelector::VisitI16x8Shl(Node* node) { UNIMPLEMENTED(); } in VisitI16x8Shl() function in v8::internal::compiler::InstructionSelector |
/external/v8/src/compiler/ | ||
D | instruction-selector.cc | 1890 return MarkAsSimd128(node), VisitI16x8Shl(node); in VisitNode() |