Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/x86/
Dfft_avx2.c23 GEN_FFT_8(static INLINE void, avx2, float, __m256, _mm256_load_ps,
26 GEN_FFT_16(static INLINE void, avx2, float, __m256, _mm256_load_ps,
29 GEN_FFT_32(static INLINE void, avx2, float, __m256, _mm256_load_ps,
49 GEN_IFFT_8(static INLINE void, avx2, float, __m256, _mm256_load_ps,
52 GEN_IFFT_16(static INLINE void, avx2, float, __m256, _mm256_load_ps,
55 GEN_IFFT_32(static INLINE void, avx2, float, __m256, _mm256_load_ps,
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfifo.hpp112 __m256 vSrc = _mm256_load_ps(pSrc + i*KNOB_SIMD_WIDTH); in enqueue_try_nosync()
/external/clang/test/CodeGen/
Davx-builtins.c465 return _mm256_load_ps(A); in test_mm256_load_ps()
/external/eigen/Eigen/src/Core/arch/AVX/
DPacketMath.h213 …et8f pload<Packet8f>(const float* from) { EIGEN_DEBUG_ALIGNED_LOAD return _mm256_load_ps(from); }
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdlib_256_avx.inl570 return _mm256_load_ps(p);
/external/clang/lib/Headers/
Davxintrin.h2357 _mm256_load_ps(float const *__p) in _mm256_load_ps() function