Home
last modified time | relevance | path

Searched refs:TryMatchArchShuffle (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc2135 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() function
2163 if (TryMatchArchShuffle(shuffle, arch_shuffles, arraysize(arch_shuffles), in VisitS8x16Shuffle()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc2392 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() function
2448 } else if (TryMatchArchShuffle(shuffle, arch_shuffles, in VisitS8x16Shuffle()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc2672 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() function
2745 if (TryMatchArchShuffle(shuffle, arch_shuffles, arraysize(arch_shuffles), in VisitS8x16Shuffle()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc2802 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() function
2830 if (TryMatchArchShuffle(shuffle, arch_shuffles, arraysize(arch_shuffles), in VisitS8x16Shuffle()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc3179 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() function
3220 if (TryMatchArchShuffle(shuffle, arch_shuffles, arraysize(arch_shuffles), in VisitS8x16Shuffle()