_cvtu32_mask32
Classification
AVX-512, Mask, CPUID Test: AVX512BW
Header File
immintrin.h
Instruction
KMOVD k, r32
Synopsis
 _cvtu32_mask32(unsigned int a);
Description
Convert integer value "a" into an 32-bit mask, and store the result in "k".
Operation
k := ZeroExtend32(a[31:0])