Searched refs:vec_ctu (Results 1 – 6 of 6) sorted by relevance
67 return vec_ctu(x, 0); in test10()73 return vec_ctu(x, 0); in test11()
42 res_vull = vec_ctu(vd, 4); in test()
70 …vec_ctu(vf, index); //expected-error {{argument to '__builtin_altivec_vctuxs' must be a constant i… in testCTU()
1297 res_vull = vec_ctu(vd, 0); in test1()1303 res_vull = vec_ctu(vd, 31); in test1()
1306 res_vui = vec_ctu(vf, 0); in test6()
3322 #define vec_ctu(__a, __b) \ macro3335 #define vec_ctu(__a, __b) \ macro3350 #define vec_ctu __builtin_altivec_vctuxs macro