Searched refs:TryMatchSplat (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/wasm/ |
D | simd-shuffle.h | 33 static bool TryMatchSplat(const uint8_t* shuffle, int* index) { in TryMatchSplat() function
|
/external/v8/src/compiler/backend/arm/ |
D | instruction-selector-arm.cc | 2887 if (wasm::SimdShuffle::TryMatchSplat<4>(shuffle, &index)) { in VisitI8x16Shuffle() 2903 if (wasm::SimdShuffle::TryMatchSplat<8>(shuffle, &index)) { in VisitI8x16Shuffle() 2909 if (wasm::SimdShuffle::TryMatchSplat<16>(shuffle, &index)) { in VisitI8x16Shuffle()
|
/external/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 3717 if (wasm::SimdShuffle::TryMatchSplat<4>(shuffle, &index)) { in VisitI8x16Shuffle() 3730 if (wasm::SimdShuffle::TryMatchSplat<8>(shuffle, &index)) { in VisitI8x16Shuffle() 3736 if (wasm::SimdShuffle::TryMatchSplat<16>(shuffle, &index)) { in VisitI8x16Shuffle()
|
/external/v8/src/compiler/backend/ia32/ |
D | instruction-selector-ia32.cc | 2809 } else if (wasm::SimdShuffle::TryMatchSplat<8>(shuffle, &index)) { in VisitI8x16Shuffle() 2824 } else if (wasm::SimdShuffle::TryMatchSplat<16>(shuffle, &index)) { in VisitI8x16Shuffle()
|
/external/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 3517 } else if (wasm::SimdShuffle::TryMatchSplat<8>(shuffle, &index)) { in VisitI8x16Shuffle() 3532 } else if (wasm::SimdShuffle::TryMatchSplat<16>(shuffle, &index)) { in VisitI8x16Shuffle()
|