_kand_mask32
Classification
AVX-512, Mask, CPUID Test: AVX512BW
Header File
immintrin.h
Instruction
KANDD k, k, k
Synopsis
 _kand_mask32(__mmask32 a, __mmask32 b);
Description
Compute the bitwise AND of 32-bit masks "a" and "b", and store the result in "k".
Operation
k[31:0] := a[31:0] AND b[31:0]
k[MAX:32] := 0