Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction-selector.h471 return TryMatch16x8Shuffle(shuffle, shuffle16x8); in TryMatch16x8ShuffleForTesting()
693 static bool TryMatch16x8Shuffle(const uint8_t* shuffle, uint8_t* shuffle16x8);
Dinstruction-selector.cc3081 bool InstructionSelector::TryMatch16x8Shuffle(const uint8_t* shuffle, in TryMatch16x8Shuffle() function in v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc2487 } else if (TryMatch16x8Shuffle(shuffle, shuffle16x8)) { in VisitS8x16Shuffle()