Home
last modified time | relevance | path

Searched refs:TryMatchConcat (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/wasm/
Dsimd-shuffle.h68 static bool TryMatchConcat(const uint8_t* shuffle, uint8_t* offset);
Dsimd-shuffle.cc85 bool SimdShuffle::TryMatchConcat(const uint8_t* shuffle, uint8_t* offset) { in TryMatchConcat() function in v8::internal::wasm::SimdShuffle
/external/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc2398 if (wasm::SimdShuffle::TryMatchConcat(shuffle, &offset)) { in VisitI8x16Shuffle()
/external/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc2749 if (wasm::SimdShuffle::TryMatchConcat(shuffle, &offset)) { in VisitI8x16Shuffle()
/external/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc2922 if (wasm::SimdShuffle::TryMatchConcat(shuffle, &offset)) { in VisitI8x16Shuffle()
/external/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc3106 if (wasm::SimdShuffle::TryMatchConcat(shuffle, &offset)) { in VisitI8x16Shuffle()
/external/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc3710 if (wasm::SimdShuffle::TryMatchConcat(shuffle, &offset)) { in VisitI8x16Shuffle()
/external/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc3455 if (wasm::SimdShuffle::TryMatchConcat(shuffle, &offset)) { in VisitI8x16Shuffle()