_mm512_broadcastmw_epi32
Classification
AVX-512, Swizzle, CPUID Test: AVX512CD
Header File
Instruction
VPBROADCASTMW2D zmm
Synopsis
_mm512_broadcastmw_epi32(__mmask16 k);
Description
Broadcast the low 16-bits from input mask "k" to all 32-bit elements of "dst".
Operation
FOR j := 0 to 15
i := j*32
dst[i+31:i] := ZeroExtend32(k[15:0])
ENDFOR
dst[MAX:512] := 0