_m_pand
Classification
MMX, Logical, CPUID Test: MMX
Header File
Instruction
PAND mm, mm
Synopsis
_m_pand(__m64 a, __m64 b);
Description
Compute the bitwise AND of 64 bits (representing integer data) in "a" and "b", and store the result in "dst".
Operation
dst[63:0] := (a[63:0] AND b[63:0])