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