Home
last modified time | relevance | path

Searched refs:vec_ctu (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Daltivec-ct.c67 return vec_ctu(x, 0); in test10()
73 return vec_ctu(x, 0); in test11()
H A Dbuiltins-ppc-xlcompat.c42 res_vull = vec_ctu(vd, 4); in test()
H A Dbuiltins-ppc-error.c70vec_ctu(vf, index); //expected-error {{argument to '__builtin_altivec_vctuxs' must be a constant i… in testCTU()
H A Dbuiltins-ppc-vsx.c1297 res_vull = vec_ctu(vd, 0); in test1()
1303 res_vull = vec_ctu(vd, 31); in test1()
H A Dbuiltins-ppc-altivec.c1306 res_vui = vec_ctu(vf, 0); in test6()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h3322 #define vec_ctu(__a, __b) \ macro
3335 #define vec_ctu(__a, __b) \ macro
3350 #define vec_ctu __builtin_altivec_vctuxs macro