Searched refs:_mm512_castpd256_pd512 (Results 1 – 4 of 4) sorted by relevance
607 #define _ypd2zpd _mm512_castpd256_pd512
38 static SIMDINLINE __m512d __conv(Double r) { return _mm512_castpd256_pd512(r.v); }
6413 return _mm512_castpd256_pd512(a); in test_mm512_castpd256_pd512()
398 _mm512_castpd256_pd512(__m256d __a) in _mm512_castpd256_pd512() function