_kxnor_mask16
Classification
Header File
Instruction
KXNORW k, k, k
Synopsis
_kxnor_mask16(__mmask16 a, __mmask16 b);
Description
Compute the bitwise XNOR of 16-bit masks "a" and "b", and store the result in "k".
Operation
k[15:0] := NOT (a[15:0] XOR b[15:0])
k[MAX:16] := 0