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