Logical Operations (SSE)
This page is specific to:.NET Framework Version:
Visual C++ Language Reference
Logical Operations (SSE)

Microsoft Specific

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

SSE intrinsics use the __m128, __m128i, and __m128d data types, which are not supported on Itanium Processor Family (IPF) processors. Any SSE intrinsics that use the __m64 data type are not supported on x64 processors.

The header file xmmintrin.h contains the declarations for the SSE intrinsics.

Logical Intrinsics

Intrinsic name

Operation

Corresponding instruction

_mm_and_ps

Bitwise AND

ANDPS

_mm_andnot_ps

Logical NOT

ANDNPS

_mm_or_ps

Bitwise OR

ORPS

_mm_xor_ps

Bitwise Exclusive OR

XORPS

For an explanation of the syntax used in code samples in this topic, see Floating-Point Intrinsics Using Streaming SIMD Extensions.

See Also

Reference

© 2010 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View