x86 Assembly Language Reference Manual

Logical Instructions (SSE)

The SSE logical instructions perform bitwise AND, AND NOT, OR, and XOR operations on packed single-precision floating-point operands.

Table 3–30 Logical Instructions (SSE)

Solaris Mnemonic 

Intel/AMD Mnemonic 

Description 

Notes 

andnps

ANDNPS

perform bitwise logical AND NOT of packed single-precision floating-point values 

 

andps

ANDPS

perform bitwise logical AND of packed single-precision floating-point values 

 

orps

ORPS

perform bitwise logical OR of packed single-precision floating-point values 

 

xorps

XORPS

perform bitwise logical XOR of packed single-precision floating-point values