Share via


MMX Technology Logical Intrinsics

Microsoft Specific

The intrinsics listed in the following table are followed by a description of each intrinsic.

MMX intrinsics use the __m64 data type, which is not supported on x64 processors.

The header file mmintrin.h contains the declarations for the MMX intrinsics.

Logical Intrinsics

Intrinsic name

Operation

Corresponding instruction

_mm_and_si64

Bitwise AND

PAND

_mm_andnot_si64

Logical NOT

PANDN

_mm_or_si64

Bitwise OR

POR

_mm_xor_si64

Bitwise exclusive OR

PXOR

See Also

Reference

MMX Technology Intrinsic Groups