_kand_mask8
Classification
AVX-512, Mask, CPUID Test: AVX512DQ
Header File
Instruction
KANDB k, k, k
Synopsis
_kand_mask8(__mmask8 a, __mmask8 b);
Description
Compute the bitwise AND of 8-bit masks "a" and "b", and store the result in "k".
Operation
k[7:0] := a[7:0] AND b[7:0]
k[MAX:8] := 0