Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dsimd-shuffle.h62 static bool TryMatch16x8Shuffle(const uint8_t* shuffle, uint8_t* shuffle16x8);
Dsimd-shuffle.cc73 bool SimdShuffle::TryMatch16x8Shuffle(const uint8_t* shuffle, in TryMatch16x8Shuffle() function in v8::internal::wasm::SimdShuffle
/external/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc2803 } else if (wasm::SimdShuffle::TryMatch16x8Shuffle(shuffle, shuffle16x8)) { in VisitI8x16Shuffle()
/external/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc3511 } else if (wasm::SimdShuffle::TryMatch16x8Shuffle(shuffle, shuffle16x8)) { in VisitI8x16Shuffle()