Home
last modified time | relevance | path

Searched refs:_mm_test_all_ones (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
Dsse41-builtins.c341 return _mm_test_all_ones(x); in test_mm_test_all_ones()
/external/clang/lib/Headers/
Dsmmintrin.h269 #define _mm_test_all_ones(V) _mm_testc_si128((V), _mm_cmpeq_epi32((V), (V))) macro