Searched refs:_mm_test_all_zeros (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dsmmintrin.h1184 /// int _mm_test_all_zeros(__m128i M, __m128i V);
1194 #define _mm_test_all_zeros(M, V) _mm_testz_si128 ((M), (V)) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dsmmintrin.h89 #define _mm_test_all_zeros(M, V) _mm_testz_si128 ((M), (V)) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dsmmintrin.h450 #define _mm_test_all_zeros(M, V) _mm_testz_si128 ((M), (V)) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dsmmintrin.h89 #define _mm_test_all_zeros(M, V) _mm_testz_si128 ((M), (V)) macro

Completed in 105 milliseconds