Searched refs:vec_ctf (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
H A D | xmmintrin.h | 1073 __vf1 = (__vector float)vec_ctf(__vm1, 0); in _mm_cvtpi32_ps() 1096 __vf1 = (__vector float)vec_ctf(__vi4, 0); in _mm_cvtpi16_ps() 1117 __vf1 = (__vector float)vec_ctf(__vi4, 0); in _mm_cvtpu16_ps() 1134 __vf1 = (__vector float)vec_ctf(__vi4, 0); in _mm_cvtpi8_ps() 1160 __vf1 = (__vector float)vec_ctf(__vi4, 0); in _mm_cvtpu8_ps() 1173 __vf4 = (__vector float)vec_ctf(__vi4, 0); in _mm_cvtpi32x2_ps()
|
H A D | emmintrin.h | 831 return (__m128d)vec_ctf(__val, 0); in _mm_cvtepi32_pd() 838 return ((__m128)vec_ctf((__v4si)__A, 0)); in _mm_cvtepi32_ps() 959 __result = vec_ctf((__vector signed long long)__tmp2, 0); in _mm_cvtpi32_pd()
|
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | altivec.h | 3204 #define vec_ctf(__a, __b) \ macro 3223 #define vec_ctf(__a, __b) \ macro 3244 #define vec_ctf(__a, __b) \ macro
|