ΒΆvoid DecodeMOVHLPSMask(
    unsigned int NElts,
    SmallVectorImpl<int>& ShuffleMask)

Description

Decode a MOVHLPS instruction as a v2f64/v4f32 shuffle mask. i.e. < 3,1> or < 6,7,2,3>

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

Parameters

unsigned int NElts
SmallVectorImpl<int>& ShuffleMask