Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dselfguided_avx2.c266 const __m256i a_res = _mm256_i32gather_epi32(x_by_xplus1, z, 4); in calc_ab()
403 const __m256i a_res = _mm256_i32gather_epi32(x_by_xplus1, z, 4); in calc_ab_fast()
/external/clang/test/CodeGen/
Davx2-builtins.c441 return _mm256_i32gather_epi32(b, c, 2); in test_mm256_i32gather_epi32()
/external/clang/lib/Headers/
Davx2intrin.h1258 #define _mm256_i32gather_epi32(m, i, s) __extension__ ({ \ macro
/external/skia/src/opts/
DSkRasterPipeline_opts.h337 SI U32 gather(const uint32_t* p, U32 ix) { return _mm256_i32gather_epi32(p, ix, 4); }
2833 return join<U32>(_mm256_i32gather_epi32(ptr, lo, 4),
2834 _mm256_i32gather_epi32(ptr, hi, 4));
/external/skqp/src/opts/
DSkRasterPipeline_opts.h337 SI U32 gather(const uint32_t* p, U32 ix) { return _mm256_i32gather_epi32(p, ix, 4); }
2817 return join<U32>(_mm256_i32gather_epi32(ptr, lo, 4),
2818 _mm256_i32gather_epi32(ptr, hi, 4));