Home
last modified time | relevance | path

Searched refs:_mm256_cmpgt_epi16 (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_avx2.h445 __m256i s3_00_0 = _mm256_cmpgt_epi16(kZero, step2[0]); in FDCT32x32_2D_AVX2()
446 __m256i s3_01_0 = _mm256_cmpgt_epi16(kZero, step2[1]); in FDCT32x32_2D_AVX2()
447 __m256i s3_02_0 = _mm256_cmpgt_epi16(kZero, step2[2]); in FDCT32x32_2D_AVX2()
448 __m256i s3_03_0 = _mm256_cmpgt_epi16(kZero, step2[3]); in FDCT32x32_2D_AVX2()
449 __m256i s3_04_0 = _mm256_cmpgt_epi16(kZero, step2[4]); in FDCT32x32_2D_AVX2()
450 __m256i s3_05_0 = _mm256_cmpgt_epi16(kZero, step2[5]); in FDCT32x32_2D_AVX2()
451 __m256i s3_06_0 = _mm256_cmpgt_epi16(kZero, step2[6]); in FDCT32x32_2D_AVX2()
452 __m256i s3_07_0 = _mm256_cmpgt_epi16(kZero, step2[7]); in FDCT32x32_2D_AVX2()
453 __m256i s2_08_0 = _mm256_cmpgt_epi16(kZero, step2[8]); in FDCT32x32_2D_AVX2()
454 __m256i s2_09_0 = _mm256_cmpgt_epi16(kZero, step2[9]); in FDCT32x32_2D_AVX2()
[all …]
Dvariance_impl_avx2.c281 res_cmp = _mm256_cmpgt_epi16(zero_reg, sum_reg); \
/external/clang/test/CodeGen/
Davx2-builtins.c278 return _mm256_cmpgt_epi16(a, b); in test_mm256_cmpgt_epi16()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdintrin.h575 #define _simd_cmpgt_epi16 _mm256_cmpgt_epi16
/external/clang/lib/Headers/
Davx2intrin.h217 _mm256_cmpgt_epi16(__m256i __a, __m256i __b) in _mm256_cmpgt_epi16() function