CanonicalizeShuffle(bool inputs_equal, uint8_t *shuffle, bool *needs_swap, bool *is_swizzle) | v8::internal::wasm::SimdShuffle | inlinestatic |
CanonicalShuffle enum name | v8::internal::wasm::SimdShuffle | |
Pack16Lanes(uint32_t *dst, const uint8_t *shuffle) | v8::internal::wasm::SimdShuffle | static |
Pack2Lanes(const std::array< uint8_t, 2 > &shuffle) | v8::internal::wasm::SimdShuffle | static |
Pack4Lanes(const uint8_t *shuffle) | v8::internal::wasm::SimdShuffle | static |
PackBlend4(const uint8_t *shuffle32x4) | v8::internal::wasm::SimdShuffle | static |
PackBlend8(const uint8_t *shuffle16x8) | v8::internal::wasm::SimdShuffle | static |
PackShuffle4(uint8_t *shuffle) | v8::internal::wasm::SimdShuffle | static |
ShuffleArray typedef | v8::internal::wasm::SimdShuffle | |
TryMatch16x1Shuffle(const uint8_t *shuffle, uint8_t *shuffle16x1) | v8::internal::wasm::SimdShuffle | static |
TryMatch16x2Shuffle(const uint8_t *shuffle, uint8_t *shuffle16x2) | v8::internal::wasm::SimdShuffle | static |
TryMatch16x4Shuffle(const uint8_t *shuffle, uint8_t *shuffle16x4) | v8::internal::wasm::SimdShuffle | static |
TryMatch16x8Shuffle(const uint8_t *shuffle, uint8_t *shuffle16x8) | v8::internal::wasm::SimdShuffle | static |
TryMatch16x8UpperToLowerReduce(const uint8_t *shuffle1, const uint8_t *shuffle2, const uint8_t *shuffle3) | v8::internal::wasm::SimdShuffle | static |
TryMatch32x1Shuffle(const uint8_t *shuffle, uint8_t *shuffle32x1) | v8::internal::wasm::SimdShuffle | static |
TryMatch32x2Shuffle(const uint8_t *shuffle, uint8_t *shuffle32x2) | v8::internal::wasm::SimdShuffle | static |
TryMatch32x4OneLaneSwizzle(const uint8_t *shuffle32x4, uint8_t *from, uint8_t *to) | v8::internal::wasm::SimdShuffle | static |
TryMatch32x4PairwiseReduce(const uint8_t *shuffle1, const uint8_t *shuffle2) | v8::internal::wasm::SimdShuffle | static |
TryMatch32x4Reverse(const uint8_t *shuffle32x4) | v8::internal::wasm::SimdShuffle | static |
TryMatch32x4Rotate(const uint8_t *shuffle, uint8_t *shuffle32x4, bool is_swizzle) | v8::internal::wasm::SimdShuffle | static |
TryMatch32x4Shuffle(const uint8_t *shuffle, uint8_t *shuffle32x4) | v8::internal::wasm::SimdShuffle | static |
TryMatch32x4UpperToLowerReduce(const uint8_t *shuffle1, const uint8_t *shuffle2) | v8::internal::wasm::SimdShuffle | static |
TryMatch32x8Shuffle(const uint8_t *shuffle, uint8_t *shuffle32x8) | v8::internal::wasm::SimdShuffle | static |
TryMatch64x1Shuffle(const uint8_t *shuffle, uint8_t *shuffle64x1) | v8::internal::wasm::SimdShuffle | static |
TryMatch64x2Reduce(const uint8_t *shuffle64x2) | v8::internal::wasm::SimdShuffle | static |
TryMatch64x2Shuffle(const uint8_t *shuffle, uint8_t *shuffle64x2) | v8::internal::wasm::SimdShuffle | static |
TryMatch8x16UpperToLowerReduce(const uint8_t *shuffle1, const uint8_t *shuffle2, const uint8_t *shuffle3, const uint8_t *shuffle4) | v8::internal::wasm::SimdShuffle | static |
TryMatchBlend(const uint8_t *shuffle) | v8::internal::wasm::SimdShuffle | static |
TryMatchByteToDwordZeroExtend(const uint8_t *shuffle) | v8::internal::wasm::SimdShuffle | static |
TryMatchCanonical(const ShuffleArray &shuffle) | v8::internal::wasm::SimdShuffle | static |
TryMatchConcat(const uint8_t *shuffle, uint8_t *offset) | v8::internal::wasm::SimdShuffle | static |
TryMatchIdentity(const uint8_t *shuffle) | v8::internal::wasm::SimdShuffle | static |
TryMatchSplat(const uint8_t *shuffle, int *index) | v8::internal::wasm::SimdShuffle | inlinestatic |