Searched refs:vec_dst (Results 1 – 3 of 3) sorted by relevance
89 …vec_dst(&vsi, index, index); //expected-error {{argument to '__builtin_altivec_dst' must be a cons… in testDST()90 vec_dst(&vsi, index, 5); //expected-error {{argument value 5 is outside the valid range [0, 3]}} in testDST()
1366 vec_dst(&vsc, 0, 0); in test6()
3896 #define vec_dst(__PTR, __CW, __STR) \ macro