Home
last modified time | relevance | path

Searched refs:_mm256_storeu_si256 (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_convolve_avx2.c38 _mm256_storeu_si256((__m256i *)dst, p0); in vpx_highbd_convolve_copy_avx2()
39 _mm256_storeu_si256((__m256i *)(dst + 16), p1); in vpx_highbd_convolve_copy_avx2()
40 _mm256_storeu_si256((__m256i *)(dst + 32), p2); in vpx_highbd_convolve_copy_avx2()
41 _mm256_storeu_si256((__m256i *)(dst + 48), p3); in vpx_highbd_convolve_copy_avx2()
50 _mm256_storeu_si256((__m256i *)dst, p0); in vpx_highbd_convolve_copy_avx2()
51 _mm256_storeu_si256((__m256i *)(dst + 16), p1); in vpx_highbd_convolve_copy_avx2()
63 _mm256_storeu_si256((__m256i *)dst, p0); in vpx_highbd_convolve_copy_avx2()
65 _mm256_storeu_si256((__m256i *)dst, p1); in vpx_highbd_convolve_copy_avx2()
124 _mm256_storeu_si256((__m256i *)dst, _mm256_avg_epu16(p0, u0)); in vpx_highbd_convolve_avg_avx2()
125 _mm256_storeu_si256((__m256i *)(dst + 16), _mm256_avg_epu16(p1, u1)); in vpx_highbd_convolve_avg_avx2()
[all …]
/external/skia/src/opts/
DSkOpts_hsw.cpp89 _mm256_storeu_si256((__m256i*)dst, pixels); in convolve_vertically()
/external/eigen/Eigen/src/Core/arch/AVX/
DPacketMath.h252 …>(int* to, const Packet8i& from) { EIGEN_DEBUG_ALIGNED_STORE _mm256_storeu_si256(reinterpret…
256 …int* to, const Packet8i& from) { EIGEN_DEBUG_UNALIGNED_STORE _mm256_storeu_si256(reinterpret…
/external/clang/test/CodeGen/
Davx-builtins.c1173 _mm256_storeu_si256(A, B); in test_mm256_storeu_si256()
/external/clang/lib/Headers/
Davxintrin.h2439 _mm256_storeu_si256(__m256i *__p, __m256i __a) in _mm256_storeu_si256() function
/external/eigen/Eigen/src/Core/arch/CUDA/
DPacketMathHalf.h404 _mm256_storeu_si256((__m256i*)to, from.x);