Searched refs:_mm_castps_pd (Results 1 – 4 of 4) sorted by relevance
31 _mm_castps_pd(__m128 __A) in _mm_castps_pd() function
301 … from) { EIGEN_DEBUG_UNALIGNED_STORE pstoreu(reinterpret_cast<double*>(to), _mm_castps_pd(from)); }621 first = _mm_castps_pd(_mm_movehl_ps(_mm_castpd_ps(first),_mm_castpd_ps(first)));622 first = _mm_castps_pd(_mm_movelh_ps(_mm_castpd_ps(first),_mm_castpd_ps(second)));
121 …2cf preverse(const Packet2cf& a) { return Packet2cf(_mm_castpd_ps(preverse(_mm_castps_pd(a.v)))); }
1398 _mm_castps_pd(__m128 __a) in _mm_castps_pd() function