Home
last modified time | relevance | path

Searched refs:_mm_movemask_pi8 (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Headers/
H A Dxmmintrin.h2306 _mm_movemask_pi8(__m64 __a) in _mm_movemask_pi8() function
2990 #define _m_pmovmskb _mm_movemask_pi8
/netbsd/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dxmmintrin.h1116 _mm_movemask_pi8 (__m64 __A) in _mm_movemask_pi8() function
1124 return _mm_movemask_pi8 (__A); in _m_pmovmskb()
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Dxmmintrin.h1119 _mm_movemask_pi8 (__m64 __A) in _mm_movemask_pi8() function
1127 return _mm_movemask_pi8 (__A); in _m_pmovmskb()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dmmintrin.h895 _mm_movemask_pi8 (__m64 __A) in _mm_movemask_pi8() function
1814 #define _m_pmovmskb _mm_movemask_pi8
/netbsd/external/gpl3/gcc/dist/gcc/config/arm/
H A Dmmintrin.h895 _mm_movemask_pi8 (__m64 __A) in _mm_movemask_pi8() function
1814 #define _m_pmovmskb _mm_movemask_pi8
/netbsd/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h1555 _mm_movemask_pi8 (__m64 __A) in _mm_movemask_pi8() function
1569 return _mm_movemask_pi8 (__A); in _m_pmovmskb()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dxmmintrin.h1577 _mm_movemask_pi8 (__m64 __A) in _mm_movemask_pi8() function
1604 return _mm_movemask_pi8 (__A); in _m_pmovmskb()
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dxmmintrin.h1581 _mm_movemask_pi8 (__m64 __A) in _mm_movemask_pi8() function
1608 return _mm_movemask_pi8 (__A); in _m_pmovmskb()
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201931562 * config/rs6000/xmmintrin.h (_mm_movemask_pi8): Implement for 32-bit
33060 * config/rs6000/xmmintrin.h (_mm_movemask_pi8): Fix 32-bit.
H A DChangeLog-20181628 (_mm_movemask_pi8): Likewise.