Home
last modified time | relevance | path

Searched refs:vec_cts (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Daltivec-ct.c47 return vec_cts(x, 0); in test7()
53 return vec_cts(x, 0); in test8()
H A Dbuiltins-ppc-xlcompat.c37 res_vsll = vec_cts(vd, 4); in test()
H A Dbuiltins-ppc-error.c61vec_cts(vf, index); //expected-error {{argument to '__builtin_altivec_vctsxs' must be a constant i… in testCTS()
H A Dbuiltins-ppc-vsx.c1272 res_vsll = vec_cts(vd, 0); in test1()
1278 res_vsll = vec_cts(vd, 31); in test1()
H A Dbuiltins-ppc-altivec.c1297 res_vi = vec_cts(vf, 0); in test6()
/llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h962 __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 Demmintrin.h970 __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 Daltivec.h3283 #define vec_cts(__a, __b) \ macro
3296 #define vec_cts(__a, __b) \ macro
3311 #define vec_cts __builtin_altivec_vctsxs macro