Searched refs:_mm512_cvt_roundps_ph (Results 1 – 5 of 5) sorted by relevance
77 return _mm512_cvt_roundps_ph(__A, _MM_FROUND_TO_ZERO | _MM_FROUND_NO_EXC); in test_mm512_cvt_roundps_ph()
4959 return _mm512_cvt_roundps_ph(__A, _MM_FROUND_TO_ZERO | _MM_FROUND_NO_EXC); in test_mm512_cvt_roundps_ph()
3767 #define _mm512_cvt_roundps_ph(A, I) \ macro3782 #define _mm512_cvtps_ph _mm512_cvt_roundps_ph
3247 return _mm512_cvt_roundps_ph(__A, _MM_FROUND_CUR_DIRECTION); in test_mm512_cvt_roundps_ph()
3801 #define _mm512_cvt_roundps_ph(A, I) __extension__ ({ \ macro