Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dsimd-shuffle.h72 static bool TryMatch16x8Shuffle(const uint8_t* shuffle, uint8_t* shuffle16x8);
Dsimd-shuffle.cc94 bool SimdShuffle::TryMatch16x8Shuffle(const uint8_t* shuffle, in TryMatch16x8Shuffle() function in v8::internal::wasm::SimdShuffle
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc2962 } else if (wasm::SimdShuffle::TryMatch16x8Shuffle(shuffle, shuffle16x8)) { in VisitI8x16Shuffle()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc3717 } else if (wasm::SimdShuffle::TryMatch16x8Shuffle(shuffle, shuffle16x8)) { in VisitI8x16Shuffle()