Lines Matching refs:__vector
8 __vector char vv_c;
9 __vector signed char vv_sc;
10 __vector unsigned char vv_uc;
11 __vector short vv_s;
12 __vector signed short vv_ss;
13 __vector unsigned short vv_us;
14 __vector short int vv_si;
15 __vector signed short int vv_ssi;
16 __vector unsigned short int vv_usi;
17 __vector int vv_i;
18 __vector signed int vv_sint;
19 __vector unsigned int vv_ui;
20 __vector float vv_f;
21 __vector bool char vv_bc;
22 __vector bool short vv_bs;
23 __vector bool int vv_bi;
24 __vector __bool char vv___bc;
25 __vector __bool short vv___bs;
26 __vector __bool int vv___bi;
27 __vector __pixel vv_p;
28 __vector pixel vv__p;
29 __vector int vf__r();
30 void vf__a(__vector int a);
31 void vf__a2(int b, __vector int a);
61 __vector long vv_l; // nonaix-warning {{Use of 'long' with '__vector' is deprecated…
63 __vector signed long vv_sl; // nonaix-warning {{Use of 'long' with '__vector' is deprecated…
65 __vector unsigned long vv_ul; // nonaix-warning {{Use of 'long' with '__vector' is deprecated…
67 __vector long int vv_li; // nonaix-warning {{Use of 'long' with '__vector' is deprecated…
69 __vector signed long int vv_sli; // nonaix-warning {{Use of 'long' with '__vector' is deprecated…
71 __vector unsigned long int vv_uli; // nonaix-warning {{Use of 'long' with '__vector' is deprecated…
87 __vector long double vv_ld; // expected-error {{cannot use 'long double' with '__vector'}}
91 __vector double vv_d1; // expected-error {{use of 'double' with '__vector' requires V…
93 __vector bool long long v_bll1; // expected-error {{use of 'long long' with '__vector bool' re…
94 __vector __bool long long v_bll2; // expected-error {{use of 'long long' with '__vector bool' re…
97 __vector long double vv_ld3; // expected-error {{cannot use 'long double' with '__vector'}}
119 __vector unsigned int v = {0,0,0,0}; in f()
120 __vector int v__cast = (__vector int)v; in f()
121 __vector int v_cast = (vector int)v; in f()
122 __vector char vb_cast = (vector char)v; in f()
130 __vector unsigned int av = gccv; in f()
131 __vector int avi = (__vector int)gccv; in f()
139 __vector unsigned int tv = gccv; in f()
147 __vector int v;
148 __vector int f__r();
149 void f__a(__vector int a);
150 void f__a2(int b, __vector int a);
184 __vector float xyzw;
197 __vector float xyzw;
207 __vector float xyzw;
208 __vector float abcd;