Home
last modified time | relevance | path

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

/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc2245 void InstructionSelector::VisitI8x16GtS(Node* node) { UNIMPLEMENTED(); } in VisitI8x16GtS() function in v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc2525 void InstructionSelector::VisitI8x16GtS(Node* node) { UNIMPLEMENTED(); } in VisitI8x16GtS() function in v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/
Dinstruction-selector.cc1972 return MarkAsSimd128(node), VisitI8x16GtS(node); in VisitNode()