__m64 _mm_ cmpeq_pi8(__m64 m1, __m64 m2)
Sets the corresponding 8-bit resulting values to all ones if the 8-bit values in m1 are equal to the corresponding 8-bit values in m2; otherwise sets them to all zeros.
__m64 _mm_ cmpeq_pi16(__m64 m1, __m64 m2)
Sets the corresponding 16-bit resulting values to all ones if the 16-bit values in m1 are equal to the corresponding 16-bit values in m2; otherwise set them to all zeros.
__m64 _mm_ cmpeq_pi32(__m64 m1, __m64 m2)
Sets the corresponding 32-bit resulting values to all ones if the 32-bit values in m1 are equal to the corresponding 32-bit values in m2; otherwise set them to all zeros.
__m64 _mm_ cmpgt_pi8(__m64 m1, __m64 m2)
Sets the corresponding 8-bit resulting values to all ones if the 8-bit signed values in m1 are greater than the corresponding 8-bit signed values in m2; otherwise set them to all zeros.
Copyright © 1996-2010, Intel Corporation. All rights reserved.