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

Description

Decode a VPERMIL2PD/VPERMIL2PS variable mask from a raw array of constants.

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

Parameters

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