Searched refs:TryMatch16x8Shuffle (Results 1 – 3 of 3) sorted by relevance
471 return TryMatch16x8Shuffle(shuffle, shuffle16x8); in TryMatch16x8ShuffleForTesting()693 static bool TryMatch16x8Shuffle(const uint8_t* shuffle, uint8_t* shuffle16x8);
3081 bool InstructionSelector::TryMatch16x8Shuffle(const uint8_t* shuffle, in TryMatch16x8Shuffle() function in v8::internal::compiler::InstructionSelector
2487 } else if (TryMatch16x8Shuffle(shuffle, shuffle16x8)) { in VisitS8x16Shuffle()