WMMX Logical Intrinsics (Windows Embedded CE 6.0)
1/5/2010
The intrinsics listed in the following table perform logical operations.
Intrinsic name | Operation | WMMX instruction |
---|---|---|
_mm_and_si64 |
Bitwise AND |
WAND |
_mm_andnot_si64 |
Logical NOT |
WANDN |
_mm_or_si64 |
Bitwise OR |
WOR |
_mm_xor_si64 |
Bitwise exclusive OR |
WXOR |