Home
last modified time | relevance | path

Searched refs:VisitI16x8Neg (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc2207 void InstructionSelector::VisitI16x8Neg(Node* node) { UNIMPLEMENTED(); } in VisitI16x8Neg() function in v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc2487 void InstructionSelector::VisitI16x8Neg(Node* node) { UNIMPLEMENTED(); } in VisitI16x8Neg() function in v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/
Dinstruction-selector.cc1888 return MarkAsSimd128(node), VisitI16x8Neg(node); in VisitNode()