_mm512_kunpackd
Classification
AVX-512, Miscellaneous, CPUID Test: AVX512BW
Header File
Instruction
KUNPCKDQ k, k, k
Synopsis
_mm512_kunpackd(__mmask64 a, __mmask64 b);
Description
Unpack and interleave 32 bits from masks "a" and "b", and store the 64-bit result in "dst".
Operation
dst[31:0] := b[31:0]
dst[63:32] := a[31:0]
dst[MAX:64] := 0