Searched refs:_mm256_load_ps (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | fft_avx2.c | 23 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/ |
D | fifo.hpp | 112 __m256 vSrc = _mm256_load_ps(pSrc + i*KNOB_SIMD_WIDTH); in enqueue_try_nosync()
|
/external/clang/test/CodeGen/ |
D | avx-builtins.c | 465 return _mm256_load_ps(A); in test_mm256_load_ps()
|
/external/eigen/Eigen/src/Core/arch/AVX/ |
D | PacketMath.h | 213 …et8f pload<Packet8f>(const float* from) { EIGEN_DEBUG_ALIGNED_LOAD return _mm256_load_ps(from); }
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdlib_256_avx.inl | 570 return _mm256_load_ps(p);
|
/external/clang/lib/Headers/ |
D | avxintrin.h | 2357 _mm256_load_ps(float const *__p) in _mm256_load_ps() function
|