Searched refs:_mm_movemask_pi8 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
H A Dmmx-builtins.c127 return _mm_movemask_pi8(a);
/external/clang/lib/Headers/
H A Dxmmintrin.h740 _mm_movemask_pi8(__m64 __a) function
986 #define _m_pmovmskb _mm_movemask_pi8
/external/pixman/pixman/
H A Dpixman-mmx.c70 _mm_movemask_pi8 (__m64 __A) function
476 return _mm_movemask_pi8 (_mm_cmpeq_pi8 (a, b)) == 0xff;
487 return (_mm_movemask_pi8 (_mm_cmpeq_pi8 (v, ffs)) & 0x40);

Completed in 817 milliseconds