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 |
perform bitwise logical AND NOT of packed single-precision floating-point values | ||
|
ANDPS |
perform bitwise logical AND of packed single-precision floating-point values | ||
|
ORPS |
perform bitwise logical OR of packed single-precision floating-point values | ||
|
XORPS |
perform bitwise logical XOR of packed single-precision floating-point values |