Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dsimd-shuffle.h61 static bool TryMatch32x4Rotate(const uint8_t* shuffle, uint8_t* shuffle32x4,
Dsimd-shuffle.cc63 bool SimdShuffle::TryMatch32x4Rotate(const uint8_t* shuffle, in TryMatch32x4Rotate() function in v8::internal::wasm::SimdShuffle
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc2902 if (wasm::SimdShuffle::TryMatch32x4Rotate(shuffle, shuffle32x4, in VisitI8x16Shuffle()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc3647 if (wasm::SimdShuffle::TryMatch32x4Rotate(shuffle, shuffle32x4, in VisitI8x16Shuffle()