ΒΆvoid DecodePSHUFMask(
    unsigned int NumElts,
    unsigned int ScalarBits,
    unsigned int Imm,
    SmallVectorImpl<int>& ShuffleMask)

Description

Decodes the shuffle masks for pshufd/pshufw/vpermilpd/vpermilps.

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

Parameters

unsigned int NumElts
unsigned int ScalarBits
unsigned int Imm
SmallVectorImpl<int>& ShuffleMask