Home
last modified time | relevance | path

Searched refs:__rounded (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h956 __v4sf __temp, __rounded; in _mm_cvtps_pi32() local
961 __rounded = vec_rint(__temp); in _mm_cvtps_pi32()
962 __result = (__vector unsigned long long)vec_cts(__rounded, 0); in _mm_cvtps_pi32()
1181 __v4sf __rounded; in _mm_cvtps_pi16() local
1185 __rounded = vec_rint(__A); in _mm_cvtps_pi16()
1186 __temp = vec_cts(__rounded, 0); in _mm_cvtps_pi16()
1196 __v4sf __rounded; in _mm_cvtps_pi8() local
1202 __rounded = vec_rint(__A); in _mm_cvtps_pi8()
1203 __tmp_i = vec_cts(__rounded, 0); in _mm_cvtps_pi8()
H A Demmintrin.h844 __v2df __rounded = vec_rint(__A); in _mm_cvtpd_epi32() local
850 __asm__("xvcvdpsxws %x0,%x1" : "=wa"(__temp) : "wa"(__rounded) :); in _mm_cvtpd_epi32()
967 __v4sf __rounded; in _mm_cvtps_epi32() local
970 __rounded = vec_rint((__v4sf)__A); in _mm_cvtps_epi32()
971 __result = vec_cts(__rounded, 0); in _mm_cvtps_epi32()
1018 __v2df __rounded = vec_rint((__v2df)__A); in _mm_cvtsd_si32() local
1019 int __result = ((__v2df)__rounded)[0]; in _mm_cvtsd_si32()
1027 __v2df __rounded = vec_rint((__v2df)__A); in _mm_cvtsd_si64() local
1028 long long __result = ((__v2df)__rounded)[0]; in _mm_cvtsd_si64()