ΒΆvoid DecodeZeroExtendMask(
unsigned int SrcScalarBits,
unsigned int DstScalarBits,
unsigned int NumDstElts,
bool IsAnyExtend,
SmallVectorImpl<int>& ShuffleMask)
void DecodeZeroExtendMask(
unsigned int SrcScalarBits,
unsigned int DstScalarBits,
unsigned int NumDstElts,
bool IsAnyExtend,
SmallVectorImpl<int>& ShuffleMask)
Description
Decode a zero extension instruction as a shuffle mask.
Declared at: llvm/lib/Target/X86/MCTargetDesc/X86ShuffleDecode.h:128
Parameters
- unsigned int SrcScalarBits
- unsigned int DstScalarBits
- unsigned int NumDstElts
- bool IsAnyExtend
- SmallVectorImpl<int>& ShuffleMask