Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dsimd-shuffle.h84 static bool TryMatchBlend(const uint8_t* shuffle);
Dsimd-shuffle.cc123 bool SimdShuffle::TryMatchBlend(const uint8_t* shuffle) { in TryMatchBlend() function in v8::internal::wasm::SimdShuffle
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc2945 if (wasm::SimdShuffle::TryMatchBlend(shuffle)) { in VisitI8x16Shuffle()
2964 if (wasm::SimdShuffle::TryMatchBlend(shuffle)) { in VisitI8x16Shuffle()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc3693 if (wasm::SimdShuffle::TryMatchBlend(shuffle)) { in VisitI8x16Shuffle()
3719 if (wasm::SimdShuffle::TryMatchBlend(shuffle)) { in VisitI8x16Shuffle()