Searched refs:v2s (Results 1 – 3 of 3) sorted by relevance
3 typedef int v2s __attribute__ ((vector_size (8))); typedef6 void test1(v2u v2ua, v2s v2sa, v2f v2fa) { in test1()26 v2s *v2s_ptr; in test1()
3 typedef signed int v2s __attribute__ ((vector_size (8))); typedef9 v2s v1; in test1()
95 #define GETMSGV2S(v2s, num) \ argument98 for (p = (v2s); p && p->str; p++) { \