Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/simd/
Dv256_intrinsics_x86.h353 _mm256_cmpgt_epi8(v256_dup_8(16), pattern)); in v256_shuffle_8()
364 _mm256_cmpgt_epi8(v256_dup_8(48), pattern)); in v256_wideshuffle_8()
370 _mm256_cmpgt_epi8(v256_dup_8(16), pattern)); in v256_wideshuffle_8()
371 return _mm256_blendv_epi8(r1, r2, _mm256_cmpgt_epi8(c32, pattern)); in v256_wideshuffle_8()
565 return _mm256_cmpgt_epi8(a, b); in v256_cmpgt_s8()
569 return _mm256_cmpgt_epi8(b, a); in v256_cmplt_s8()
/external/clang/test/CodeGen/
Davx2-builtins.c272 return _mm256_cmpgt_epi8(a, b); in test_mm256_cmpgt_epi8()
/external/clang/lib/Headers/
Davx2intrin.h209 _mm256_cmpgt_epi8(__m256i __a, __m256i __b) in _mm256_cmpgt_epi8() function