ΒΆvoid DecodeVPERMILPMask(
    unsigned int NumElts,
    unsigned int ScalarBits,
    ArrayRef<uint64_t> RawMask,
    const llvm::APInt& UndefElts,
    SmallVectorImpl<int>& ShuffleMask)

Description

Decode a VPERMILPD/VPERMILPS variable mask from a raw array of constants.

Declared at: llvm/lib/Target/X86/MCTargetDesc/X86ShuffleDecode.h:148

Parameters

unsigned int NumElts
unsigned int ScalarBits
ArrayRef<uint64_t> RawMask
const llvm::APInt& UndefElts
SmallVectorImpl<int>& ShuffleMask