Home | History | Annotate | Download | only in SSE

Lines Matching defs:pstore

309 template<> EIGEN_STRONG_INLINE void pstore<float>(float*   to, const Packet4f& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_store_ps(to, from); }
310 template<> EIGEN_STRONG_INLINE void pstore<double>(double* to, const Packet2d& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_store_pd(to, from); }
311 template<> EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_store_si128(reinterpret_cast<Packet4i*>(to), from); }
325 pstore(to, vec4f_swizzle1(pa,0,0,0,0));
331 pstore(to, vec2d_swizzle1(pa,0,0));
491 pstore(aux, a);
508 // for GCC (eg., it does not like using std::min after the pstore !!)
510 pstore(aux, a);
529 // for GCC (eg., it does not like using std::min after the pstore !!)
531 pstore(aux, a);