Searched refs:vec_cts (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | altivec-ct.c | 47 return vec_cts(x, 0); in test7() 53 return vec_cts(x, 0); in test8()
|
| H A D | builtins-ppc-xlcompat.c | 37 res_vsll = vec_cts(vd, 4); in test()
|
| H A D | builtins-ppc-error.c | 61 …vec_cts(vf, index); //expected-error {{argument to '__builtin_altivec_vctsxs' must be a constant i… in testCTS()
|
| H A D | builtins-ppc-vsx.c | 1272 res_vsll = vec_cts(vd, 0); in test1() 1278 res_vsll = vec_cts(vd, 31); in test1()
|
| H A D | builtins-ppc-altivec.c | 1297 res_vi = vec_cts(vf, 0); in test6()
|
| /llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/ |
| H A D | xmmintrin.h | 962 __result = (__vector unsigned long long)vec_cts(__rounded, 0); in _mm_cvtps_pi32() 1019 __result = (__vector unsigned long long)vec_cts(__temp, 0); in _mm_cvttps_pi32() 1186 __temp = vec_cts(__rounded, 0); in _mm_cvtps_pi16() 1203 __tmp_i = vec_cts(__rounded, 0); in _mm_cvtps_pi8()
|
| H A D | emmintrin.h | 970 __result = vec_cts(__rounded, 0); in _mm_cvtps_epi32() 979 __result = vec_cts((__v4sf)__A, 0); in _mm_cvttps_epi32()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 3283 #define vec_cts(__a, __b) \ macro 3296 #define vec_cts(__a, __b) \ macro 3311 #define vec_cts __builtin_altivec_vctsxs macro
|