Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdlib_512_avx512.inl266 return _mm512_castps_pd(a);
398 return _mm256_castpd_ps(_mm512_extractf64x4_pd(_mm512_castps_pd(a), imm));
416 return _mm512_castpd_ps(_mm512_insertf64x4(_mm512_castps_pd(a), _mm256_castps_pd(b), imm));
/external/epid-sdk/ext/ipp/sources/include/
Downdefs.h593 #define _zps2zpd _mm512_castps_pd
/external/clang/test/CodeGen/
Davx512f-builtins.c6301 return _mm512_castps_pd (__A); in test_mm512_castps_pd()
/external/clang/lib/Headers/
Davx512fintrin.h453 _mm512_castps_pd (__m512 __A) in _mm512_castps_pd() function