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

/external/clang/test/CodeGen/
H A Davx2-builtins.c212 return _mm256_cmpgt_epi8(a, b);
/external/clang/lib/Headers/
H A Davx2intrin.h207 _mm256_cmpgt_epi8(__m256i __a, __m256i __b) function
/external/opencv3/modules/core/src/
H A Darithm.cpp409 __m256i m = _mm256_cmpgt_epi8(b, a);

Completed in 108 milliseconds