Searched refs:_mm256_i32gather_epi32 (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | selfguided_avx2.c | 266 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/ |
D | avx2-builtins.c | 441 return _mm256_i32gather_epi32(b, c, 2); in test_mm256_i32gather_epi32()
|
/external/clang/lib/Headers/ |
D | avx2intrin.h | 1258 #define _mm256_i32gather_epi32(m, i, s) __extension__ ({ \ macro
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 337 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/ |
D | SkRasterPipeline_opts.h | 337 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));
|