Home
last modified time | relevance | path

Searched refs:_mm512_castpd256_pd512 (Results 1 – 4 of 4) sorted by relevance

/external/epid-sdk/ext/ipp/sources/include/
Downdefs.h607 #define _ypd2zpd _mm512_castpd256_pd512
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdlib_256_avx512.inl38 static SIMDINLINE __m512d __conv(Double r) { return _mm512_castpd256_pd512(r.v); }
/external/clang/test/CodeGen/
Davx512f-builtins.c6413 return _mm512_castpd256_pd512(a); in test_mm512_castpd256_pd512()
/external/clang/lib/Headers/
Davx512fintrin.h398 _mm512_castpd256_pd512(__m256d __a) in _mm512_castpd256_pd512() function