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