Searched refs:vec_ctf (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | altivec-ct.c | 11 return vec_ctf(x, 0); in test1() 17 return vec_ctf(x, 0); in test2() 23 return vec_ctf(x, 0); in test3() 28 return vec_ctf(x, 0); in test4()
|
| H A D | builtins-ppc-xlcompat.c | 27 res_vf = vec_ctf(vsll, 4); in test() 32 res_vf = vec_ctf(vull, 4); in test()
|
| H A D | builtins-ppc-error.c | 48 …vec_ctf(vsi, index); //expected-error {{argument to '__builtin_altivec_vcfsx' must be a constant i… in testCTF() 49 …vec_ctf(vui, index); //expected-error {{argument to '__builtin_altivec_vcfsx' must be a constant i… in testCTF()
|
| H A D | builtins-ppc-vsx.c | 1322 res_vf = vec_ctf(vsll, 0); in test1() 1328 res_vf = vec_ctf(vsll, 31); in test1() 1334 res_vf = vec_ctf(vull, 0); in test1() 1340 res_vf = vec_ctf(vull, 31); in test1()
|
| H A D | builtins-ppc-altivec.c | 1280 res_vf = vec_ctf(vi, 0); in test6() 1284 res_vf = vec_ctf(vui, 0); in test6()
|
| /llvm-project-15.0.7/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 | 830 return (__m128d)vec_ctf(__val, 0); in _mm_cvtepi32_pd() 837 return ((__m128)vec_ctf((__v4si)__A, 0)); in _mm_cvtepi32_ps() 958 __result = vec_ctf((__vector signed long long)__tmp2, 0); in _mm_cvtpi32_pd()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 3204 #define vec_ctf(__a, __b) \ macro 3220 #define vec_ctf(__a, __b) \ macro 3241 #define vec_ctf(__a, __b) \ macro
|