Home | History | Annotate | Download | only in SSE

Lines Matching refs:pstore

292 template<> EIGEN_STRONG_INLINE void pstore<float>(float*   to, const Packet4f& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_store_ps(to, from); }
293 template<> EIGEN_STRONG_INLINE void pstore<double>(double* to, const Packet2d& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_store_pd(to, from); }
294 template<> EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_store_si128(reinterpret_cast<Packet4i*>(to), from); }
308 pstore(to, vec4f_swizzle1(pa,0,0,0,0));
314 pstore(to, vec2d_swizzle1(pa,0,0));
474 pstore(aux, a);
491 // for GCC (eg., it does not like using std::min after the pstore !!)
493 pstore(aux, a);
512 // for GCC (eg., it does not like using std::min after the pstore !!)
514 pstore(aux, a);