Home
last modified time | relevance | path

Searched defs:__a (Results 1 – 25 of 79) sorted by relevance

1234

/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h60 __DEVICE__ int abs(int __a) { return __nv_abs(__a); } in acosh() argument
61 __DEVICE__ double fabs(double __a) { return __nv_fabs(__a); } in acoshf() argument
62 __DEVICE__ double acos(double __a) { return __nv_acos(__a); } in asin() argument
63 __DEVICE__ float acosf(float __a) { return __nv_acosf(__a); } in asinf() argument
64 __DEVICE__ double acosh(double __a) { return __nv_acosh(__a); } in asinh() argument
56 abs(int __a) abs() argument
57 fabs(double __a) fabs() argument
58 acos(double __a) acos() argument
59 acosf(float __a) acosf() argument
65 asinhf(float __a) asinhf() argument
66 atan(double __a) atan() argument
67 atan2(double __a,double __b) atan2() argument
68 atan2f(float __a,float __b) atan2f() argument
69 atanf(float __a) atanf() argument
70 atanh(double __a) atanh() argument
71 atanhf(float __a) atanhf() argument
72 cbrt(double __a) cbrt() argument
73 cbrtf(float __a) cbrtf() argument
74 ceil(double __a) ceil() argument
75 ceilf(float __a) ceilf() argument
76 copysign(double __a,double __b) copysign() argument
79 copysignf(float __a,float __b) copysignf() argument
82 cos(double __a) cos() argument
83 cosf(float __a) cosf() argument
86 cosh(double __a) cosh() argument
87 coshf(float __a) coshf() argument
88 cospi(double __a) cospi() argument
89 cospif(float __a) cospif() argument
90 cyl_bessel_i0(double __a) cyl_bessel_i0() argument
91 cyl_bessel_i0f(float __a) cyl_bessel_i0f() argument
92 cyl_bessel_i1(double __a) cyl_bessel_i1() argument
93 cyl_bessel_i1f(float __a) cyl_bessel_i1f() argument
94 erf(double __a) erf() argument
95 erfc(double __a) erfc() argument
96 erfcf(float __a) erfcf() argument
97 erfcinv(double __a) erfcinv() argument
98 erfcinvf(float __a) erfcinvf() argument
99 erfcx(double __a) erfcx() argument
100 erfcxf(float __a) erfcxf() argument
101 erff(float __a) erff() argument
102 erfinv(double __a) erfinv() argument
103 erfinvf(float __a) erfinvf() argument
104 exp(double __a) exp() argument
105 exp10(double __a) exp10() argument
106 exp10f(float __a) exp10f() argument
107 exp2(double __a) exp2() argument
108 exp2f(float __a) exp2f() argument
109 expf(float __a) expf() argument
110 expm1(double __a) expm1() argument
111 expm1f(float __a) expm1f() argument
112 fabsf(float __a) fabsf() argument
113 fdim(double __a,double __b) fdim() argument
114 fdimf(float __a,float __b) fdimf() argument
115 fdivide(double __a,double __b) fdivide() argument
116 fdividef(float __a,float __b) fdividef() argument
125 fma(double __a,double __b,double __c) fma() argument
128 fmaf(float __a,float __b,float __c) fmaf() argument
131 fmax(double __a,double __b) fmax() argument
132 fmaxf(float __a,float __b) fmaxf() argument
133 fmin(double __a,double __b) fmin() argument
134 fminf(float __a,float __b) fminf() argument
135 fmod(double __a,double __b) fmod() argument
136 fmodf(float __a,float __b) fmodf() argument
137 frexp(double __a,int * __b) frexp() argument
138 frexpf(float __a,int * __b) frexpf() argument
139 hypot(double __a,double __b) hypot() argument
140 hypotf(float __a,float __b) hypotf() argument
141 ilogb(double __a) ilogb() argument
142 ilogbf(float __a) ilogbf() argument
143 j0(double __a) j0() argument
144 j0f(float __a) j0f() argument
145 j1(double __a) j1() argument
146 j1f(float __a) j1f() argument
147 jn(int __n,double __a) jn() argument
148 jnf(int __n,float __a) jnf() argument
150 labs(long __a) labs() argument
152 labs(long __a) labs() argument
154 ldexp(double __a,int __b) ldexp() argument
155 ldexpf(float __a,int __b) ldexpf() argument
156 lgamma(double __a) lgamma() argument
157 lgammaf(float __a) lgammaf() argument
158 llabs(long long __a) llabs() argument
159 llmax(long long __a,long long __b) llmax() argument
162 llmin(long long __a,long long __b) llmin() argument
165 llrint(double __a) llrint() argument
166 llrintf(float __a) llrintf() argument
167 llround(double __a) llround() argument
168 llroundf(float __a) llroundf() argument
169 round(double __a) round() argument
170 roundf(float __a) roundf() argument
171 log(double __a) log() argument
172 log10(double __a) log10() argument
173 log10f(float __a) log10f() argument
174 log1p(double __a) log1p() argument
175 log1pf(float __a) log1pf() argument
176 log2(double __a) log2() argument
177 log2f(float __a) log2f() argument
180 logb(double __a) logb() argument
181 logbf(float __a) logbf() argument
182 logf(float __a) logf() argument
186 lrint(double __a) lrint() argument
187 lrintf(float __a) lrintf() argument
188 lround(double __a) lround() argument
189 lroundf(float __a) lroundf() argument
191 lrint(double __a) lrint() argument
192 lrintf(float __a) lrintf() argument
193 lround(double __a) lround() argument
194 lroundf(float __a) lroundf() argument
196 max(int __a,int __b) max() argument
197 min(int __a,int __b) min() argument
198 modf(double __a,double * __b) modf() argument
199 modff(float __a,float * __b) modff() argument
200 nearbyint(double __a) nearbyint() argument
201 nearbyintf(float __a) nearbyintf() argument
202 nextafter(double __a,double __b) nextafter() argument
205 nextafterf(float __a,float __b) nextafterf() argument
211 norm3d(double __a,double __b,double __c) norm3d() argument
214 norm3df(float __a,float __b,float __c) norm3df() argument
217 norm4d(double __a,double __b,double __c,double __d) norm4d() argument
220 norm4df(float __a,float __b,float __c,float __d) norm4df() argument
223 normcdf(double __a) normcdf() argument
224 normcdff(float __a) normcdff() argument
225 normcdfinv(double __a) normcdfinv() argument
226 normcdfinvf(float __a) normcdfinvf() argument
230 pow(double __a,double __b) pow() argument
231 powf(float __a,float __b) powf() argument
232 powi(double __a,int __b) powi() argument
233 powif(float __a,int __b) powif() argument
234 rcbrt(double __a) rcbrt() argument
235 rcbrtf(float __a) rcbrtf() argument
236 remainder(double __a,double __b) remainder() argument
239 remainderf(float __a,float __b) remainderf() argument
242 remquo(double __a,double __b,int * __c) remquo() argument
245 remquof(float __a,float __b,int * __c) remquof() argument
248 rhypot(double __a,double __b) rhypot() argument
251 rhypotf(float __a,float __b) rhypotf() argument
255 rint(double __a) rint() argument
256 rintf(float __a) rintf() argument
257 rnorm(int __a,const double * __b) rnorm() argument
260 rnorm3d(double __a,double __b,double __c) rnorm3d() argument
263 rnorm3df(float __a,float __b,float __c) rnorm3df() argument
266 rnorm4d(double __a,double __b,double __c,double __d) rnorm4d() argument
269 rnorm4df(float __a,float __b,float __c,float __d) rnorm4df() argument
275 rsqrt(double __a) rsqrt() argument
276 rsqrtf(float __a) rsqrtf() argument
277 scalbn(double __a,int __b) scalbn() argument
278 scalbnf(float __a,int __b) scalbnf() argument
279 scalbln(double __a,long __b) scalbln() argument
286 scalblnf(float __a,long __b) scalblnf() argument
293 sin(double __a) sin() argument
294 sincos(double __a,double * __s,double * __c) sincos() argument
297 sincosf(float __a,float * __s,float * __c) sincosf() argument
300 sincospi(double __a,double * __s,double * __c) sincospi() argument
303 sincospif(float __a,float * __s,float * __c) sincospif() argument
306 sinf(float __a) sinf() argument
309 sinh(double __a) sinh() argument
310 sinhf(float __a) sinhf() argument
311 sinpi(double __a) sinpi() argument
312 sinpif(float __a) sinpif() argument
313 sqrt(double __a) sqrt() argument
314 sqrtf(float __a) sqrtf() argument
315 tan(double __a) tan() argument
316 tanf(float __a) tanf() argument
317 tanh(double __a) tanh() argument
318 tanhf(float __a) tanhf() argument
319 tgamma(double __a) tgamma() argument
320 tgammaf(float __a) tgammaf() argument
321 trunc(double __a) trunc() argument
322 truncf(float __a) truncf() argument
323 ullmax(unsigned long long __a,unsigned long long __b) ullmax() argument
327 ullmin(unsigned long long __a,unsigned long long __b) ullmin() argument
331 umax(unsigned int __a,unsigned int __b) umax() argument
334 umin(unsigned int __a,unsigned int __b) umin() argument
337 y0(double __a) y0() argument
338 y0f(float __a) y0f() argument
339 y1(double __a) y1() argument
340 y1f(float __a) y1f() argument
341 yn(int __a,double __b) yn() argument
342 ynf(int __a,float __b) ynf() argument
[all...]
H A Daltivec.h117 vec_abs(vector signed char __a) vec_abs() argument
122 vec_abs(vector signed short __a) vec_abs() argument
127 vec_abs(vector signed int __a) vec_abs() argument
133 vec_abs(vector signed long long __a) vec_abs() argument
138 vec_abs(vector float __a) vec_abs() argument
149 vec_abs(vector double __a) vec_abs() argument
160 vec_abss(vector signed char __a) vec_abss() argument
166 vec_abss(vector signed short __a) vec_abss() argument
172 vec_abss(vector signed int __a) vec_abss() argument
181 vec_absd(vector unsigned char __a,vector unsigned char __b) vec_absd() argument
186 vec_absd(vector unsigned short __a,vector unsigned short __b) vec_absd() argument
191 vec_absd(vector unsigned int __a,vector unsigned int __b) vec_absd() argument
200 vec_add(vector signed char __a,vector signed char __b) vec_add() argument
205 vec_add(vector bool char __a,vector signed char __b) vec_add() argument
210 vec_add(vector signed char __a,vector bool char __b) vec_add() argument
215 vec_add(vector unsigned char __a,vector unsigned char __b) vec_add() argument
220 vec_add(vector bool char __a,vector unsigned char __b) vec_add() argument
225 vec_add(vector unsigned char __a,vector bool char __b) vec_add() argument
229 vec_add(vector short __a,vector short __b) vec_add() argument
234 vec_add(vector bool short __a,vector short __b) vec_add() argument
239 vec_add(vector short __a,vector bool short __b) vec_add() argument
245 vec_add(vector unsigned short __a,vector unsigned short __b) vec_add() argument
250 vec_add(vector bool short __a,vector unsigned short __b) vec_add() argument
255 vec_add(vector unsigned short __a,vector bool short __b) vec_add() argument
259 vec_add(vector int __a,vector int __b) vec_add() argument
264 vec_add(vector bool int __a,vector int __b) vec_add() argument
269 vec_add(vector int __a,vector bool int __b) vec_add() argument
275 vec_add(vector unsigned int __a,vector unsigned int __b) vec_add() argument
280 vec_add(vector bool int __a,vector unsigned int __b) vec_add() argument
285 vec_add(vector unsigned int __a,vector bool int __b) vec_add() argument
291 vec_add(vector signed long long __a,vector signed long long __b) vec_add() argument
296 vec_add(vector unsigned long long __a,vector unsigned long long __b) vec_add() argument
302 vec_add(vector signed __int128 __a,vector signed __int128 __b) vec_add() argument
307 vec_add(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_add() argument
313 vec_add_u128(vector unsigned char __a,vector unsigned char __b) vec_add_u128() argument
318 vec_add(vector signed long long __a,vector signed long long __b) vec_add() argument
336 vec_add(vector unsigned long long __a,vector unsigned long long __b) vec_add() argument
342 vec_add(vector float __a,vector float __b) vec_add() argument
348 vec_add(vector double __a,vector double __b) vec_add() argument
359 vec_adde(vector signed __int128 __a,vector signed __int128 __b,vector signed __int128 __c) vec_adde() argument
367 vec_adde(vector unsigned __int128 __a,vector unsigned __int128 __b,vector unsigned __int128 __c) vec_adde() argument
374 vec_adde_u128(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) vec_adde_u128() argument
383 vec_adde(vector signed int __a,vector signed int __b,vector signed int __c) vec_adde() argument
391 vec_adde(vector unsigned int __a,vector unsigned int __b,vector unsigned int __c) vec_adde() argument
403 vec_addec(vector signed __int128 __a,vector signed __int128 __b,vector signed __int128 __c) vec_addec() argument
411 vec_addec(vector unsigned __int128 __a,vector unsigned __int128 __b,vector unsigned __int128 __c) vec_addec() argument
418 vec_addec_u128(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) vec_addec_u128() argument
427 vec_addec(vector signed int __a,vector signed int __b,vector signed int __c) vec_addec() argument
450 vec_addec(vector unsigned int __a,vector unsigned int __b,vector unsigned int __c) vec_addec() argument
476 vec_vaddubm(vector signed char __a,vector signed char __b) vec_vaddubm() argument
481 vec_vaddubm(vector bool char __a,vector signed char __b) vec_vaddubm() argument
486 vec_vaddubm(vector signed char __a,vector bool char __b) vec_vaddubm() argument
491 vec_vaddubm(vector unsigned char __a,vector unsigned char __b) vec_vaddubm() argument
496 vec_vaddubm(vector bool char __a,vector unsigned char __b) vec_vaddubm() argument
501 vec_vaddubm(vector unsigned char __a,vector bool char __b) vec_vaddubm() argument
509 vec_vadduhm(vector short __a,vector short __b) vec_vadduhm() argument
514 vec_vadduhm(vector bool short __a,vector short __b) vec_vadduhm() argument
519 vec_vadduhm(vector short __a,vector bool short __b) vec_vadduhm() argument
525 vec_vadduhm(vector unsigned short __a,vector unsigned short __b) vec_vadduhm() argument
530 vec_vadduhm(vector bool short __a,vector unsigned short __b) vec_vadduhm() argument
535 vec_vadduhm(vector unsigned short __a,vector bool short __b) vec_vadduhm() argument
543 vec_vadduwm(vector int __a,vector int __b) vec_vadduwm() argument
548 vec_vadduwm(vector bool int __a,vector int __b) vec_vadduwm() argument
553 vec_vadduwm(vector int __a,vector bool int __b) vec_vadduwm() argument
559 vec_vadduwm(vector unsigned int __a,vector unsigned int __b) vec_vadduwm() argument
564 vec_vadduwm(vector bool int __a,vector unsigned int __b) vec_vadduwm() argument
569 vec_vadduwm(vector unsigned int __a,vector bool int __b) vec_vadduwm() argument
578 vec_vaddfp(vector float __a,vector float __b) vec_vaddfp() argument
585 vec_addc(vector signed int __a,vector signed int __b) vec_addc() argument
591 vec_addc(vector unsigned int __a,vector unsigned int __b) vec_addc() argument
598 vec_addc(vector signed __int128 __a,vector signed __int128 __b) vec_addc() argument
604 vec_addc(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_addc() argument
610 vec_addc_u128(vector unsigned char __a,vector unsigned char __b) vec_addc_u128() argument
619 vec_vaddcuw(vector unsigned int __a,vector unsigned int __b) vec_vaddcuw() argument
626 vec_adds(vector signed char __a,vector signed char __b) vec_adds() argument
631 vec_adds(vector bool char __a,vector signed char __b) vec_adds() argument
636 vec_adds(vector signed char __a,vector bool char __b) vec_adds() argument
641 vec_adds(vector unsigned char __a,vector unsigned char __b) vec_adds() argument
646 vec_adds(vector bool char __a,vector unsigned char __b) vec_adds() argument
651 vec_adds(vector unsigned char __a,vector bool char __b) vec_adds() argument
655 vec_adds(vector short __a,vector short __b) vec_adds() argument
660 vec_adds(vector bool short __a,vector short __b) vec_adds() argument
665 vec_adds(vector short __a,vector bool short __b) vec_adds() argument
671 vec_adds(vector unsigned short __a,vector unsigned short __b) vec_adds() argument
676 vec_adds(vector bool short __a,vector unsigned short __b) vec_adds() argument
681 vec_adds(vector unsigned short __a,vector bool short __b) vec_adds() argument
685 vec_adds(vector int __a,vector int __b) vec_adds() argument
690 vec_adds(vector bool int __a,vector int __b) vec_adds() argument
695 vec_adds(vector int __a,vector bool int __b) vec_adds() argument
701 vec_adds(vector unsigned int __a,vector unsigned int __b) vec_adds() argument
706 vec_adds(vector bool int __a,vector unsigned int __b) vec_adds() argument
711 vec_adds(vector unsigned int __a,vector bool int __b) vec_adds() argument
718 vec_vaddsbs(vector signed char __a,vector signed char __b) vec_vaddsbs() argument
723 vec_vaddsbs(vector bool char __a,vector signed char __b) vec_vaddsbs() argument
728 vec_vaddsbs(vector signed char __a,vector bool char __b) vec_vaddsbs() argument
735 vec_vaddubs(vector unsigned char __a,vector unsigned char __b) vec_vaddubs() argument
740 vec_vaddubs(vector bool char __a,vector unsigned char __b) vec_vaddubs() argument
745 vec_vaddubs(vector unsigned char __a,vector bool char __b) vec_vaddubs() argument
751 vec_vaddshs(vector short __a,vector short __b) vec_vaddshs() argument
756 vec_vaddshs(vector bool short __a,vector short __b) vec_vaddshs() argument
761 vec_vaddshs(vector short __a,vector bool short __b) vec_vaddshs() argument
769 vec_vadduhs(vector unsigned short __a,vector unsigned short __b) vec_vadduhs() argument
774 vec_vadduhs(vector bool short __a,vector unsigned short __b) vec_vadduhs() argument
779 vec_vadduhs(vector unsigned short __a,vector bool short __b) vec_vadduhs() argument
785 vec_vaddsws(vector int __a,vector int __b) vec_vaddsws() argument
790 vec_vaddsws(vector bool int __a,vector int __b) vec_vaddsws() argument
795 vec_vaddsws(vector int __a,vector bool int __b) vec_vaddsws() argument
803 vec_vadduws(vector unsigned int __a,vector unsigned int __b) vec_vadduws() argument
808 vec_vadduws(vector bool int __a,vector unsigned int __b) vec_vadduws() argument
813 vec_vadduws(vector unsigned int __a,vector bool int __b) vec_vadduws() argument
822 vec_vadduqm(vector signed __int128 __a,vector signed __int128 __b) vec_vadduqm() argument
827 vec_vadduqm(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_vadduqm() argument
834 vec_vaddeuqm(vector signed __int128 __a,vector signed __int128 __b,vector signed __int128 __c) vec_vaddeuqm() argument
842 vec_vaddeuqm(vector unsigned __int128 __a,vector unsigned __int128 __b,vector unsigned __int128 __c) vec_vaddeuqm() argument
850 vec_vaddcuq(vector signed __int128 __a,vector signed __int128 __b) vec_vaddcuq() argument
856 vec_vaddcuq(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_vaddcuq() argument
863 vec_vaddecuq(vector signed __int128 __a,vector signed __int128 __b,vector signed __int128 __c) vec_vaddecuq() argument
871 vec_vaddecuq(vector unsigned __int128 __a,vector unsigned __int128 __b,vector unsigned __int128 __c) vec_vaddecuq() argument
882 vec_and(vector signed char __a,vector signed char __b) vec_and() argument
887 vec_and(vector bool char __a,vector signed char __b) vec_and() argument
892 vec_and(vector signed char __a,vector bool char __b) vec_and() argument
897 vec_and(vector unsigned char __a,vector unsigned char __b) vec_and() argument
902 vec_and(vector bool char __a,vector unsigned char __b) vec_and() argument
907 vec_and(vector unsigned char __a,vector bool char __b) vec_and() argument
911 vec_and(vector bool char __a,vector bool char __b) vec_and() argument
916 vec_and(vector short __a,vector short __b) vec_and() argument
921 vec_and(vector bool short __a,vector short __b) vec_and() argument
926 vec_and(vector short __a,vector bool short __b) vec_and() argument
932 vec_and(vector unsigned short __a,vector unsigned short __b) vec_and() argument
937 vec_and(vector bool short __a,vector unsigned short __b) vec_and() argument
942 vec_and(vector unsigned short __a,vector bool short __b) vec_and() argument
947 vec_and(vector bool short __a,vector bool short __b) vec_and() argument
951 vec_and(vector int __a,vector int __b) vec_and() argument
956 vec_and(vector bool int __a,vector int __b) vec_and() argument
961 vec_and(vector int __a,vector bool int __b) vec_and() argument
967 vec_and(vector unsigned int __a,vector unsigned int __b) vec_and() argument
972 vec_and(vector bool int __a,vector unsigned int __b) vec_and() argument
977 vec_and(vector unsigned int __a,vector bool int __b) vec_and() argument
981 vec_and(vector bool int __a,vector bool int __b) vec_and() argument
986 vec_and(vector float __a,vector float __b) vec_and() argument
993 vec_and(vector bool int __a,vector float __b) vec_and() argument
1000 vec_and(vector float __a,vector bool int __b) vec_and() argument
1008 vec_and(vector bool long long __a,vector double __b) vec_and() argument
1016 vec_and(vector double __a,vector bool long long __b) vec_and() argument
1022 vec_and(vector double __a,vector double __b) vec_and() argument
1030 vec_and(vector signed long long __a,vector signed long long __b) vec_and() argument
1035 vec_and(vector bool long long __a,vector signed long long __b) vec_and() argument
1040 vec_and(vector signed long long __a,vector bool long long __b) vec_and() argument
1045 vec_and(vector unsigned long long __a,vector unsigned long long __b) vec_and() argument
1050 vec_and(vector bool long long __a,vector unsigned long long __b) vec_and() argument
1055 vec_and(vector unsigned long long __a,vector bool long long __b) vec_and() argument
1060 vec_and(vector bool long long __a,vector bool long long __b) vec_and() argument
1068 vec_vand(vector signed char __a,vector signed char __b) vec_vand() argument
1073 vec_vand(vector bool char __a,vector signed char __b) vec_vand() argument
1078 vec_vand(vector signed char __a,vector bool char __b) vec_vand() argument
1083 vec_vand(vector unsigned char __a,vector unsigned char __b) vec_vand() argument
1088 vec_vand(vector bool char __a,vector unsigned char __b) vec_vand() argument
1093 vec_vand(vector unsigned char __a,vector bool char __b) vec_vand() argument
1097 vec_vand(vector bool char __a,vector bool char __b) vec_vand() argument
1102 vec_vand(vector short __a,vector short __b) vec_vand() argument
1107 vec_vand(vector bool short __a,vector short __b) vec_vand() argument
1112 vec_vand(vector short __a,vector bool short __b) vec_vand() argument
1118 vec_vand(vector unsigned short __a,vector unsigned short __b) vec_vand() argument
1123 vec_vand(vector bool short __a,vector unsigned short __b) vec_vand() argument
1128 vec_vand(vector unsigned short __a,vector bool short __b) vec_vand() argument
1133 vec_vand(vector bool short __a,vector bool short __b) vec_vand() argument
1137 vec_vand(vector int __a,vector int __b) vec_vand() argument
1142 vec_vand(vector bool int __a,vector int __b) vec_vand() argument
1147 vec_vand(vector int __a,vector bool int __b) vec_vand() argument
1153 vec_vand(vector unsigned int __a,vector unsigned int __b) vec_vand() argument
1158 vec_vand(vector bool int __a,vector unsigned int __b) vec_vand() argument
1163 vec_vand(vector unsigned int __a,vector bool int __b) vec_vand() argument
1167 vec_vand(vector bool int __a,vector bool int __b) vec_vand() argument
1172 vec_vand(vector float __a,vector float __b) vec_vand() argument
1179 vec_vand(vector bool int __a,vector float __b) vec_vand() argument
1186 vec_vand(vector float __a,vector bool int __b) vec_vand() argument
1195 vec_vand(vector signed long long __a,vector signed long long __b) vec_vand() argument
1200 vec_vand(vector bool long long __a,vector signed long long __b) vec_vand() argument
1205 vec_vand(vector signed long long __a,vector bool long long __b) vec_vand() argument
1210 vec_vand(vector unsigned long long __a,vector unsigned long long __b) vec_vand() argument
1215 vec_vand(vector bool long long __a,vector unsigned long long __b) vec_vand() argument
1220 vec_vand(vector unsigned long long __a,vector bool long long __b) vec_vand() argument
1225 vec_vand(vector bool long long __a,vector bool long long __b) vec_vand() argument
1235 vec_andc(vector signed char __a,vector signed char __b) vec_andc() argument
1240 vec_andc(vector bool char __a,vector signed char __b) vec_andc() argument
1245 vec_andc(vector signed char __a,vector bool char __b) vec_andc() argument
1250 vec_andc(vector unsigned char __a,vector unsigned char __b) vec_andc() argument
1255 vec_andc(vector bool char __a,vector unsigned char __b) vec_andc() argument
1260 vec_andc(vector unsigned char __a,vector bool char __b) vec_andc() argument
1264 vec_andc(vector bool char __a,vector bool char __b) vec_andc() argument
1269 vec_andc(vector short __a,vector short __b) vec_andc() argument
1274 vec_andc(vector bool short __a,vector short __b) vec_andc() argument
1279 vec_andc(vector short __a,vector bool short __b) vec_andc() argument
1285 vec_andc(vector unsigned short __a,vector unsigned short __b) vec_andc() argument
1290 vec_andc(vector bool short __a,vector unsigned short __b) vec_andc() argument
1295 vec_andc(vector unsigned short __a,vector bool short __b) vec_andc() argument
1300 vec_andc(vector bool short __a,vector bool short __b) vec_andc() argument
1304 vec_andc(vector int __a,vector int __b) vec_andc() argument
1309 vec_andc(vector bool int __a,vector int __b) vec_andc() argument
1314 vec_andc(vector int __a,vector bool int __b) vec_andc() argument
1320 vec_andc(vector unsigned int __a,vector unsigned int __b) vec_andc() argument
1325 vec_andc(vector bool int __a,vector unsigned int __b) vec_andc() argument
1330 vec_andc(vector unsigned int __a,vector bool int __b) vec_andc() argument
1334 vec_andc(vector bool int __a,vector bool int __b) vec_andc() argument
1339 vec_andc(vector float __a,vector float __b) vec_andc() argument
1346 vec_andc(vector bool int __a,vector float __b) vec_andc() argument
1353 vec_andc(vector float __a,vector bool int __b) vec_andc() argument
1361 vec_andc(vector bool long long __a,vector double __b) vec_andc() argument
1369 vec_andc(vector double __a,vector bool long long __b) vec_andc() argument
1375 vec_andc(vector double __a,vector double __b) vec_andc() argument
1383 vec_andc(vector signed long long __a,vector signed long long __b) vec_andc() argument
1388 vec_andc(vector bool long long __a,vector signed long long __b) vec_andc() argument
1393 vec_andc(vector signed long long __a,vector bool long long __b) vec_andc() argument
1398 vec_andc(vector unsigned long long __a,vector unsigned long long __b) vec_andc() argument
1403 vec_andc(vector bool long long __a,vector unsigned long long __b) vec_andc() argument
1408 vec_andc(vector unsigned long long __a,vector bool long long __b) vec_andc() argument
1413 vec_andc(vector bool long long __a,vector bool long long __b) vec_andc() argument
1421 vec_vandc(vector signed char __a,vector signed char __b) vec_vandc() argument
1426 vec_vandc(vector bool char __a,vector signed char __b) vec_vandc() argument
1431 vec_vandc(vector signed char __a,vector bool char __b) vec_vandc() argument
1436 vec_vandc(vector unsigned char __a,vector unsigned char __b) vec_vandc() argument
1441 vec_vandc(vector bool char __a,vector unsigned char __b) vec_vandc() argument
1446 vec_vandc(vector unsigned char __a,vector bool char __b) vec_vandc() argument
1451 vec_vandc(vector bool char __a,vector bool char __b) vec_vandc() argument
1455 vec_vandc(vector short __a,vector short __b) vec_vandc() argument
1460 vec_vandc(vector bool short __a,vector short __b) vec_vandc() argument
1465 vec_vandc(vector short __a,vector bool short __b) vec_vandc() argument
1471 vec_vandc(vector unsigned short __a,vector unsigned short __b) vec_vandc() argument
1476 vec_vandc(vector bool short __a,vector unsigned short __b) vec_vandc() argument
1481 vec_vandc(vector unsigned short __a,vector bool short __b) vec_vandc() argument
1486 vec_vandc(vector bool short __a,vector bool short __b) vec_vandc() argument
1490 vec_vandc(vector int __a,vector int __b) vec_vandc() argument
1495 vec_vandc(vector bool int __a,vector int __b) vec_vandc() argument
1500 vec_vandc(vector int __a,vector bool int __b) vec_vandc() argument
1506 vec_vandc(vector unsigned int __a,vector unsigned int __b) vec_vandc() argument
1511 vec_vandc(vector bool int __a,vector unsigned int __b) vec_vandc() argument
1516 vec_vandc(vector unsigned int __a,vector bool int __b) vec_vandc() argument
1520 vec_vandc(vector bool int __a,vector bool int __b) vec_vandc() argument
1525 vec_vandc(vector float __a,vector float __b) vec_vandc() argument
1532 vec_vandc(vector bool int __a,vector float __b) vec_vandc() argument
1539 vec_vandc(vector float __a,vector bool int __b) vec_vandc() argument
1548 vec_vandc(vector signed long long __a,vector signed long long __b) vec_vandc() argument
1553 vec_vandc(vector bool long long __a,vector signed long long __b) vec_vandc() argument
1558 vec_vandc(vector signed long long __a,vector bool long long __b) vec_vandc() argument
1563 vec_vandc(vector unsigned long long __a,vector unsigned long long __b) vec_vandc() argument
1568 vec_vandc(vector bool long long __a,vector unsigned long long __b) vec_vandc() argument
1573 vec_vandc(vector unsigned long long __a,vector bool long long __b) vec_vandc() argument
1578 vec_vandc(vector bool long long __a,vector bool long long __b) vec_vandc() argument
1586 vec_avg(vector signed char __a,vector signed char __b) vec_avg() argument
1591 vec_avg(vector unsigned char __a,vector unsigned char __b) vec_avg() argument
1595 vec_avg(vector short __a,vector short __b) vec_avg() argument
1601 vec_avg(vector unsigned short __a,vector unsigned short __b) vec_avg() argument
1605 vec_avg(vector int __a,vector int __b) vec_avg() argument
1611 vec_avg(vector unsigned int __a,vector unsigned int __b) vec_avg() argument
1618 vec_vavgsb(vector signed char __a,vector signed char __b) vec_vavgsb() argument
1625 vec_vavgub(vector unsigned char __a,vector unsigned char __b) vec_vavgub() argument
1632 vec_vavgsh(vector short __a,vector short __b) vec_vavgsh() argument
1639 vec_vavguh(vector unsigned short __a,vector unsigned short __b) vec_vavguh() argument
1646 vec_vavgsw(vector int __a,vector int __b) vec_vavgsw() argument
1653 vec_vavguw(vector unsigned int __a,vector unsigned int __b) vec_vavguw() argument
1659 vec_ceil(vector float __a) vec_ceil() argument
1668 vec_ceil(vector double __a) vec_ceil() argument
1674 vec_roundp(vector float __a) vec_roundp() argument
1679 vec_roundp(vector double __a) vec_roundp() argument
1687 vec_vrfip(vector float __a) vec_vrfip() argument
1694 vec_cmpb(vector float __a,vector float __b) vec_cmpb() argument
1701 vec_vcmpbfp(vector float __a,vector float __b) vec_vcmpbfp() argument
1708 vec_cmpeq(vector signed char __a,vector signed char __b) vec_cmpeq() argument
1714 vec_cmpeq(vector unsigned char __a,vector unsigned char __b) vec_cmpeq() argument
1720 vec_cmpeq(vector bool char __a,vector bool char __b) vec_cmpeq() argument
1725 vec_cmpeq(vector short __a,vector short __b) vec_cmpeq() argument
1731 vec_cmpeq(vector unsigned short __a,vector unsigned short __b) vec_cmpeq() argument
1737 vec_cmpeq(vector bool short __a,vector bool short __b) vec_cmpeq() argument
1742 vec_cmpeq(vector int __a,vector int __b) vec_cmpeq() argument
1748 vec_cmpeq(vector unsigned int __a,vector unsigned int __b) vec_cmpeq() argument
1753 vec_cmpeq(vector bool int __a,vector bool int __b) vec_cmpeq() argument
1761 vec_cmpeq(vector signed long long __a,vector signed long long __b) vec_cmpeq() argument
1766 vec_cmpeq(vector unsigned long long __a,vector unsigned long long __b) vec_cmpeq() argument
1772 vec_cmpeq(vector bool long long __a,vector bool long long __b) vec_cmpeq() argument
1778 vec_cmpeq(vector signed long long __a,vector signed long long __b) vec_cmpeq() argument
1793 vec_cmpeq(vector unsigned long long __a,vector unsigned long long __b) vec_cmpeq() argument
1798 vec_cmpeq(vector bool long long __a,vector bool long long __b) vec_cmpeq() argument
1803 vec_cmpeq(vector float __a,vector float __b) vec_cmpeq() argument
1814 vec_cmpeq(vector double __a,vector double __b) vec_cmpeq() argument
1821 vec_cmpeq(vector signed __int128 __a,vector signed __int128 __b) vec_cmpeq() argument
1827 vec_cmpeq(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_cmpeq() argument
1833 vec_cmpeq(vector bool __int128 __a,vector bool __int128 __b) vec_cmpeq() argument
1843 vec_cmpne(vector bool char __a,vector bool char __b) vec_cmpne() argument
1849 vec_cmpne(vector signed char __a,vector signed char __b) vec_cmpne() argument
1855 vec_cmpne(vector unsigned char __a,vector unsigned char __b) vec_cmpne() argument
1861 vec_cmpne(vector bool short __a,vector bool short __b) vec_cmpne() argument
1867 vec_cmpne(vector signed short __a,vector signed short __b) vec_cmpne() argument
1873 vec_cmpne(vector unsigned short __a,vector unsigned short __b) vec_cmpne() argument
1879 vec_cmpne(vector bool int __a,vector bool int __b) vec_cmpne() argument
1885 vec_cmpne(vector signed int __a,vector signed int __b) vec_cmpne() argument
1891 vec_cmpne(vector unsigned int __a,vector unsigned int __b) vec_cmpne() argument
1897 vec_cmpne(vector float __a,vector float __b) vec_cmpne() argument
1904 vec_cmpne(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_cmpne() argument
1910 vec_cmpne(vector signed __int128 __a,vector signed __int128 __b) vec_cmpne() argument
1916 vec_cmpne(vector bool __int128 __a,vector bool __int128 __b) vec_cmpne() argument
1925 vec_cmpnez(vector signed char __a,vector signed char __b) vec_cmpnez() argument
1931 vec_cmpnez(vector unsigned char __a,vector unsigned char __b) vec_cmpnez() argument
1937 vec_cmpnez(vector signed short __a,vector signed short __b) vec_cmpnez() argument
1943 vec_cmpnez(vector unsigned short __a,vector unsigned short __b) vec_cmpnez() argument
1949 vec_cmpnez(vector signed int __a,vector signed int __b) vec_cmpnez() argument
1955 vec_cmpnez(vector unsigned int __a,vector unsigned int __b) vec_cmpnez() argument
1961 vec_cntlz_lsbb(vector signed char __a) vec_cntlz_lsbb() argument
1970 vec_cntlz_lsbb(vector unsigned char __a) vec_cntlz_lsbb() argument
1979 vec_cnttz_lsbb(vector signed char __a) vec_cnttz_lsbb() argument
1988 vec_cnttz_lsbb(vector unsigned char __a) vec_cnttz_lsbb() argument
1997 vec_parity_lsbb(vector unsigned int __a) vec_parity_lsbb() argument
2002 vec_parity_lsbb(vector signed int __a) vec_parity_lsbb() argument
2008 vec_parity_lsbb(vector unsigned __int128 __a) vec_parity_lsbb() argument
2013 vec_parity_lsbb(vector signed __int128 __a) vec_parity_lsbb() argument
2019 vec_parity_lsbb(vector unsigned long long __a) vec_parity_lsbb() argument
2024 vec_parity_lsbb(vector signed long long __a) vec_parity_lsbb() argument
2032 vec_cmpne(vector bool char __a,vector bool char __b) vec_cmpne() argument
2037 vec_cmpne(vector signed char __a,vector signed char __b) vec_cmpne() argument
2042 vec_cmpne(vector unsigned char __a,vector unsigned char __b) vec_cmpne() argument
2047 vec_cmpne(vector bool short __a,vector bool short __b) vec_cmpne() argument
2052 vec_cmpne(vector signed short __a,vector signed short __b) vec_cmpne() argument
2057 vec_cmpne(vector unsigned short __a,vector unsigned short __b) vec_cmpne() argument
2062 vec_cmpne(vector bool int __a,vector bool int __b) vec_cmpne() argument
2067 vec_cmpne(vector signed int __a,vector signed int __b) vec_cmpne() argument
2072 vec_cmpne(vector unsigned int __a,vector unsigned int __b) vec_cmpne() argument
2077 vec_cmpne(vector float __a,vector float __b) vec_cmpne() argument
2084 vec_cmpne(vector bool long long __a,vector bool long long __b) vec_cmpne() argument
2090 vec_cmpne(vector signed long long __a,vector signed long long __b) vec_cmpne() argument
2096 vec_cmpne(vector unsigned long long __a,vector unsigned long long __b) vec_cmpne() argument
2102 vec_cmpne(vector bool long long __a,vector bool long long __b) vec_cmpne() argument
2108 vec_cmpne(vector signed long long __a,vector signed long long __b) vec_cmpne() argument
2114 vec_cmpne(vector unsigned long long __a,vector unsigned long long __b) vec_cmpne() argument
2122 vec_cmpne(vector double __a,vector double __b) vec_cmpne() argument
2131 vec_cmpgt(vector signed char __a,vector signed char __b) vec_cmpgt() argument
2136 vec_cmpgt(vector unsigned char __a,vector unsigned char __b) vec_cmpgt() argument
2140 vec_cmpgt(vector short __a,vector short __b) vec_cmpgt() argument
2146 vec_cmpgt(vector unsigned short __a,vector unsigned short __b) vec_cmpgt() argument
2150 vec_cmpgt(vector int __a,vector int __b) vec_cmpgt() argument
2156 vec_cmpgt(vector unsigned int __a,vector unsigned int __b) vec_cmpgt() argument
2162 vec_cmpgt(vector signed long long __a,vector signed long long __b) vec_cmpgt() argument
2167 vec_cmpgt(vector unsigned long long __a,vector unsigned long long __b) vec_cmpgt() argument
2172 vec_cmpgt(vector signed long long __a,vector signed long long __b) vec_cmpgt() argument
2193 vec_cmpgt(vector unsigned long long __a,vector unsigned long long __b) vec_cmpgt() argument
2212 vec_cmpgt(vector float __a,vector float __b) vec_cmpgt() argument
2223 vec_cmpgt(vector double __a,vector double __b) vec_cmpgt() argument
2230 vec_cmpgt(vector signed __int128 __a,vector signed __int128 __b) vec_cmpgt() argument
2235 vec_cmpgt(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_cmpgt() argument
2243 vec_cmpge(vector signed char __a,vector signed char __b) vec_cmpge() argument
2248 vec_cmpge(vector unsigned char __a,vector unsigned char __b) vec_cmpge() argument
2253 vec_cmpge(vector signed short __a,vector signed short __b) vec_cmpge() argument
2258 vec_cmpge(vector unsigned short __a,vector unsigned short __b) vec_cmpge() argument
2263 vec_cmpge(vector signed int __a,vector signed int __b) vec_cmpge() argument
2268 vec_cmpge(vector unsigned int __a,vector unsigned int __b) vec_cmpge() argument
2272 vec_cmpge(vector float __a,vector float __b) vec_cmpge() argument
2283 vec_cmpge(vector double __a,vector double __b) vec_cmpge() argument
2288 vec_cmpge(vector signed long long __a,vector signed long long __b) vec_cmpge() argument
2293 vec_cmpge(vector unsigned long long __a,vector unsigned long long __b) vec_cmpge() argument
2300 vec_cmpge(vector signed __int128 __a,vector signed __int128 __b) vec_cmpge() argument
2305 vec_cmpge(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_cmpge() argument
2313 vec_vcmpgefp(vector float __a,vector float __b) vec_vcmpgefp() argument
2320 vec_vcmpgtsb(vector signed char __a,vector signed char __b) vec_vcmpgtsb() argument
2327 vec_vcmpgtub(vector unsigned char __a,vector unsigned char __b) vec_vcmpgtub() argument
2334 vec_vcmpgtsh(vector short __a,vector short __b) vec_vcmpgtsh() argument
2341 vec_vcmpgtuh(vector unsigned short __a,vector unsigned short __b) vec_vcmpgtuh() argument
2348 vec_vcmpgtsw(vector int __a,vector int __b) vec_vcmpgtsw() argument
2355 vec_vcmpgtuw(vector unsigned int __a,vector unsigned int __b) vec_vcmpgtuw() argument
2362 vec_vcmpgtfp(vector float __a,vector float __b) vec_vcmpgtfp() argument
2369 vec_cmple(vector signed char __a,vector signed char __b) vec_cmple() argument
2374 vec_cmple(vector unsigned char __a,vector unsigned char __b) vec_cmple() argument
2379 vec_cmple(vector signed short __a,vector signed short __b) vec_cmple() argument
2384 vec_cmple(vector unsigned short __a,vector unsigned short __b) vec_cmple() argument
2389 vec_cmple(vector signed int __a,vector signed int __b) vec_cmple() argument
2394 vec_cmple(vector unsigned int __a,vector unsigned int __b) vec_cmple() argument
2398 vec_cmple(vector float __a,vector float __b) vec_cmple() argument
2405 vec_cmple(vector double __a,vector double __b) vec_cmple() argument
2410 vec_cmple(vector signed long long __a,vector signed long long __b) vec_cmple() argument
2415 vec_cmple(vector unsigned long long __a,vector unsigned long long __b) vec_cmple() argument
2422 vec_cmple(vector signed __int128 __a,vector signed __int128 __b) vec_cmple() argument
2427 vec_cmple(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_cmple() argument
2435 vec_cmplt(vector signed char __a,vector signed char __b) vec_cmplt() argument
2440 vec_cmplt(vector unsigned char __a,vector unsigned char __b) vec_cmplt() argument
2444 vec_cmplt(vector short __a,vector short __b) vec_cmplt() argument
2450 vec_cmplt(vector unsigned short __a,vector unsigned short __b) vec_cmplt() argument
2454 vec_cmplt(vector int __a,vector int __b) vec_cmplt() argument
2460 vec_cmplt(vector unsigned int __a,vector unsigned int __b) vec_cmplt() argument
2464 vec_cmplt(vector float __a,vector float __b) vec_cmplt() argument
2471 vec_cmplt(vector double __a,vector double __b) vec_cmplt() argument
2478 vec_cmplt(vector signed __int128 __a,vector signed __int128 __b) vec_cmplt() argument
2483 vec_cmplt(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_cmplt() argument
2490 vec_cmplt(vector signed long long __a,vector signed long long __b) vec_cmplt() argument
2495 vec_cmplt(vector unsigned long long __a,vector unsigned long long __b) vec_cmplt() argument
2504 vec_popcnt(vector signed char __a) vec_popcnt() argument
2509 vec_popcnt(vector unsigned char __a) vec_popcnt() argument
2513 vec_popcnt(vector signed short __a) vec_popcnt() argument
2518 vec_popcnt(vector unsigned short __a) vec_popcnt() argument
2522 vec_popcnt(vector signed int __a) vec_popcnt() argument
2526 vec_popcnt(vector unsigned int __a) vec_popcnt() argument
2530 vec_popcnt(vector signed long long __a) vec_popcnt() argument
2534 vec_popcnt(vector unsigned long long __a) vec_popcnt() argument
2542 vec_cntlz(vector signed char __a) vec_cntlz() argument
2546 vec_cntlz(vector unsigned char __a) vec_cntlz() argument
2550 vec_cntlz(vector signed short __a) vec_cntlz() argument
2555 vec_cntlz(vector unsigned short __a) vec_cntlz() argument
2559 vec_cntlz(vector signed int __a) vec_cntlz() argument
2563 vec_cntlz(vector unsigned int __a) vec_cntlz() argument
2567 vec_cntlz(vector signed long long __a) vec_cntlz() argument
2572 vec_cntlz(vector unsigned long long __a) vec_cntlz() argument
2582 vec_cnttz(vector signed char __a) vec_cnttz() argument
2586 vec_cnttz(vector unsigned char __a) vec_cnttz() argument
2590 vec_cnttz(vector signed short __a) vec_cnttz() argument
2595 vec_cnttz(vector unsigned short __a) vec_cnttz() argument
2599 vec_cnttz(vector signed int __a) vec_cnttz() argument
2603 vec_cnttz(vector unsigned int __a) vec_cnttz() argument
2607 vec_cnttz(vector signed long long __a) vec_cnttz() argument
2612 vec_cnttz(vector unsigned long long __a) vec_cnttz() argument
2619 vec_first_match_index(vector signed char __a,vector signed char __b) vec_first_match_index() argument
2633 vec_first_match_index(vector unsigned char __a,vector unsigned char __b) vec_first_match_index() argument
2647 vec_first_match_index(vector signed short __a,vector signed short __b) vec_first_match_index() argument
2661 vec_first_match_index(vector unsigned short __a,vector unsigned short __b) vec_first_match_index() argument
2675 vec_first_match_index(vector signed int __a,vector signed int __b) vec_first_match_index() argument
2689 vec_first_match_index(vector unsigned int __a,vector unsigned int __b) vec_first_match_index() argument
2705 vec_first_match_or_eos_index(vector signed char __a,vector signed char __b) vec_first_match_or_eos_index() argument
2728 vec_first_match_or_eos_index(vector unsigned char __a,vector unsigned char __b) vec_first_match_or_eos_index() argument
2748 vec_first_match_or_eos_index(vector signed short __a,vector signed short __b) vec_first_match_or_eos_index() argument
2767 vec_first_match_or_eos_index(vector unsigned short __a,vector unsigned short __b) vec_first_match_or_eos_index() argument
2787 vec_first_match_or_eos_index(vector signed int __a,vector signed int __b) vec_first_match_or_eos_index() argument
2805 vec_first_match_or_eos_index(vector unsigned int __a,vector unsigned int __b) vec_first_match_or_eos_index() argument
2826 vec_first_mismatch_index(vector signed char __a,vector signed char __b) vec_first_mismatch_index() argument
2840 vec_first_mismatch_index(vector unsigned char __a,vector unsigned char __b) vec_first_mismatch_index() argument
2854 vec_first_mismatch_index(vector signed short __a,vector signed short __b) vec_first_mismatch_index() argument
2868 vec_first_mismatch_index(vector unsigned short __a,vector unsigned short __b) vec_first_mismatch_index() argument
2882 vec_first_mismatch_index(vector signed int __a,vector signed int __b) vec_first_mismatch_index() argument
2896 vec_first_mismatch_index(vector unsigned int __a,vector unsigned int __b) vec_first_mismatch_index() argument
2912 vec_first_mismatch_or_eos_index(vector signed char __a,vector signed char __b) vec_first_mismatch_or_eos_index() argument
2927 vec_first_mismatch_or_eos_index(vector unsigned char __a,vector unsigned char __b) vec_first_mismatch_or_eos_index() argument
2942 vec_first_mismatch_or_eos_index(vector signed short __a,vector signed short __b) vec_first_mismatch_or_eos_index() argument
2957 vec_first_mismatch_or_eos_index(vector unsigned short __a,vector unsigned short __b) vec_first_mismatch_or_eos_index() argument
2972 vec_first_mismatch_or_eos_index(vector signed int __a,vector signed int __b) vec_first_mismatch_or_eos_index() argument
2986 vec_first_mismatch_or_eos_index(vector unsigned int __a,vector unsigned int __b) vec_first_mismatch_or_eos_index() argument
3001 vec_insert_exp(vector double __a,vector unsigned long long __b) vec_insert_exp() argument
3006 vec_insert_exp(vector unsigned long long __a,vector unsigned long long __b) vec_insert_exp() argument
3011 vec_insert_exp(vector float __a,vector unsigned int __b) vec_insert_exp() argument
3016 vec_insert_exp(vector unsigned int __a,vector unsigned int __b) vec_insert_exp() argument
3021 vec_xl_len(const signed char * __a,size_t __b) vec_xl_len() argument
3027 vec_xl_len(const unsigned char * __a,size_t __b) vec_xl_len() argument
3031 vec_xl_len(const signed short * __a,size_t __b) vec_xl_len() argument
3037 vec_xl_len(const unsigned short * __a,size_t __b) vec_xl_len() argument
3041 vec_xl_len(const signed int * __a,size_t __b) vec_xl_len() argument
3046 vec_xl_len(const unsigned int * __a,size_t __b) vec_xl_len() argument
3051 vec_xl_len(const float * __a,size_t __b) vec_xl_len() argument
3057 vec_xl_len(const signed __int128 * __a,size_t __b) vec_xl_len() argument
3062 vec_xl_len(const unsigned __int128 * __a,size_t __b) vec_xl_len() argument
3068 vec_xl_len(const signed long long * __a,size_t __b) vec_xl_len() argument
3073 vec_xl_len(const unsigned long long * __a,size_t __b) vec_xl_len() argument
3077 vec_xl_len(const double * __a,size_t __b) vec_xl_len() argument
3083 vec_xl_len_r(const unsigned char * __a,size_t __b) vec_xl_len_r() argument
3093 vec_xst_len(vector unsigned char __a,unsigned char * __b,size_t __c) vec_xst_len() argument
3099 vec_xst_len(vector signed char __a,signed char * __b,size_t __c) vec_xst_len() argument
3104 vec_xst_len(vector signed short __a,signed short * __b,size_t __c) vec_xst_len() argument
3109 vec_xst_len(vector unsigned short __a,unsigned short * __b,size_t __c) vec_xst_len() argument
3115 vec_xst_len(vector signed int __a,signed int * __b,size_t __c) vec_xst_len() argument
3120 vec_xst_len(vector unsigned int __a,unsigned int * __b,size_t __c) vec_xst_len() argument
3125 vec_xst_len(vector float __a,float * __b,size_t __c) vec_xst_len() argument
3131 vec_xst_len(vector signed __int128 __a,signed __int128 * __b,size_t __c) vec_xst_len() argument
3137 vec_xst_len(vector unsigned __int128 __a,unsigned __int128 * __b,size_t __c) vec_xst_len() argument
3144 vec_xst_len(vector signed long long __a,signed long long * __b,size_t __c) vec_xst_len() argument
3150 vec_xst_len(vector unsigned long long __a,unsigned long long * __b,size_t __c) vec_xst_len() argument
3156 vec_xst_len(vector double __a,double * __b,size_t __c) vec_xst_len() argument
3161 vec_xst_len_r(vector unsigned char __a,unsigned char * __b,size_t __c) vec_xst_len_r() argument
3186 vec_cpsgn(vector float __a,vector float __b) vec_cpsgn() argument
3191 vec_cpsgn(vector double __a,vector double __b) vec_cpsgn() argument
3204 vec_ctf(__a,__b) global() argument
3223 vec_ctf(__a,__b) global() argument
3244 vec_ctf(__a,__b) global() argument
3254 vec_ctd(__a,__b) global() argument
3285 vec_vcfsx(__a,__b) global() argument
3291 vec_cts(__a,__b) global() argument
3304 vec_cts(__a,__b) global() argument
3330 vec_ctu(__a,__b) global() argument
3343 vec_ctu(__a,__b) global() argument
3365 vec_ctsl(__a,__b) global() argument
3386 vec_ctul(__a,__b) global() argument
3409 vec_ctsl(__a,__b) global() argument
3428 vec_ctul(__a,__b) global() argument
3457 vec_signexti(vector signed char __a) vec_signexti() argument
3462 vec_signexti(vector signed short __a) vec_signexti() argument
3467 vec_signextll(vector signed char __a) vec_signextll() argument
3472 vec_signextll(vector signed short __a) vec_signextll() argument
3477 vec_signextll(vector signed int __a) vec_signextll() argument
3484 vec_signextq(vector signed long long __a) vec_signextq() argument
3495 vec_signed(vector float __a) vec_signed() argument
3501 vec_signed(vector double __a) vec_signed() argument
3506 vec_signed2(vector double __a,vector double __b) vec_signed2() argument
3511 vec_signede(vector double __a) vec_signede() argument
3521 vec_signedo(vector double __a) vec_signedo() argument
3537 vec_unsigned(vector float __a) vec_unsigned() argument
3543 vec_unsigned(vector double __a) vec_unsigned() argument
3548 vec_unsigned2(vector double __a,vector double __b) vec_unsigned2() argument
3553 vec_unsignede(vector double __a) vec_unsignede() argument
3563 vec_unsignedo(vector double __a) vec_unsignedo() argument
3579 vec_float(vector signed int __a) vec_float() argument
3584 vec_float(vector unsigned int __a) vec_float() argument
3590 vec_float2(vector signed long long __a,vector signed long long __b) vec_float2() argument
3595 vec_float2(vector unsigned long long __a,vector unsigned long long __b) vec_float2() argument
3600 vec_float2(vector double __a,vector double __b) vec_float2() argument
3605 vec_floate(vector signed long long __a) vec_floate() argument
3615 vec_floate(vector unsigned long long __a) vec_floate() argument
3625 vec_floate(vector double __a) vec_floate() argument
3635 vec_floato(vector signed long long __a) vec_floato() argument
3645 vec_floato(vector unsigned long long __a) vec_floato() argument
3655 vec_floato(vector double __a) vec_floato() argument
3669 vec_double(vector signed long long __a) vec_double() argument
3674 vec_double(vector unsigned long long __a) vec_double() argument
3679 vec_doublee(vector signed int __a) vec_doublee() argument
3688 vec_doublee(vector unsigned int __a) vec_doublee() argument
3697 vec_doublee(vector float __a) vec_doublee() argument
3706 vec_doubleh(vector signed int __a) vec_doubleh() argument
3712 vec_doubleh(vector unsigned int __a) vec_doubleh() argument
3718 vec_doubleh(vector float __a) vec_doubleh() argument
3724 vec_doublel(vector signed int __a) vec_doublel() argument
3730 vec_doublel(vector unsigned int __a) vec_doublel() argument
3736 vec_doublel(vector float __a) vec_doublel() argument
3742 vec_doubleo(vector signed int __a) vec_doubleo() argument
3751 vec_doubleo(vector unsigned int __a) vec_doubleo() argument
3760 vec_doubleo(vector float __a) vec_doubleo() argument
3769 vec_cvf(vector float __a) vec_cvf() argument
3773 vec_cvf(vector double __a) vec_cvf() argument
3784 vec_div(vector signed char __a,vector signed char __b) vec_div() argument
3789 vec_div(vector unsigned char __a,vector unsigned char __b) vec_div() argument
3794 vec_div(vector signed short __a,vector signed short __b) vec_div() argument
3799 vec_div(vector unsigned short __a,vector unsigned short __b) vec_div() argument
3804 vec_div(vector signed int __a,vector signed int __b) vec_div() argument
3809 vec_div(vector unsigned int __a,vector unsigned int __b) vec_div() argument
3815 vec_div(vector signed long long __a,vector signed long long __b) vec_div() argument
3820 vec_div(vector unsigned long long __a,vector unsigned long long __b) vec_div() argument
3824 vec_div(vector float __a,vector float __b) vec_div() argument
3829 vec_div(vector double __a,vector double __b) vec_div() argument
3839 vec_dive(vector signed int __a,vector signed int __b) vec_dive() argument
3844 vec_dive(vector unsigned int __a,vector unsigned int __b) vec_dive() argument
3849 vec_dive(vector signed long long __a,vector signed long long __b) vec_dive() argument
3854 vec_dive(vector unsigned long long __a,vector unsigned long long __b) vec_dive() argument
3860 vec_dive(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_dive() argument
3865 vec_dive(vector signed __int128 __a,vector signed __int128 __b) vec_dive() argument
3873 vec_div(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_div() argument
3878 vec_div(vector signed __int128 __a,vector signed __int128 __b) vec_div() argument
3886 vec_test_swdiv(vector double __a,vector double __b) vec_test_swdiv() argument
3891 vec_test_swdivs(vector float __a,vector float __b) vec_test_swdivs() argument
3927 vec_eqv(vector signed char __a,vector signed char __b) vec_eqv() argument
3933 vec_eqv(vector unsigned char __a,vector unsigned char __b) vec_eqv() argument
3938 vec_eqv(vector bool char __a,vector bool char __b) vec_eqv() argument
3945 vec_eqv(vector signed short __a,vector signed short __b) vec_eqv() argument
3951 vec_eqv(vector unsigned short __a,vector unsigned short __b) vec_eqv() argument
3957 vec_eqv(vector bool short __a,vector bool short __b) vec_eqv() argument
3963 vec_eqv(vector signed int __a,vector signed int __b) vec_eqv() argument
3969 vec_eqv(vector unsigned int __a,vector unsigned int __b) vec_eqv() argument
3973 vec_eqv(vector bool int __a,vector bool int __b) vec_eqv() argument
3980 vec_eqv(vector signed long long __a,vector signed long long __b) vec_eqv() argument
3986 vec_eqv(vector unsigned long long __a,vector unsigned long long __b) vec_eqv() argument
3992 vec_eqv(vector bool long long __a,vector bool long long __b) vec_eqv() argument
3997 vec_eqv(vector float __a,vector float __b) vec_eqv() argument
4003 vec_eqv(vector double __a,vector double __b) vec_eqv() argument
4013 vec_expte(vector float __a) vec_expte() argument
4020 vec_vexptefp(vector float __a) vec_vexptefp() argument
4026 vec_floor(vector float __a) vec_floor() argument
4035 vec_floor(vector double __a) vec_floor() argument
4041 vec_roundm(vector float __a) vec_roundm() argument
4046 vec_roundm(vector double __a) vec_roundm() argument
4054 vec_vrfim(vector float __a) vec_vrfim() argument
4061 vec_ld(long __a,const vector signed char * __b) vec_ld() argument
4066 vec_ld(long __a,const signed char * __b) vec_ld() argument
4071 vec_ld(long __a,const vector unsigned char * __b) vec_ld() argument
4076 vec_ld(long __a,const unsigned char * __b) vec_ld() argument
4081 vec_ld(long __a,const vector bool char * __b) vec_ld() argument
4085 vec_ld(long __a,const vector short * __b) vec_ld() argument
4090 vec_ld(long __a,const short * __b) vec_ld() argument
4095 vec_ld(long __a,const vector unsigned short * __b) vec_ld() argument
4100 vec_ld(long __a,const unsigned short * __b) vec_ld() argument
4105 vec_ld(long __a,const vector bool short * __b) vec_ld() argument
4109 vec_ld(long __a,const vector pixel * __b) vec_ld() argument
4114 vec_ld(long __a,const vector int * __b) vec_ld() argument
4119 vec_ld(long __a,const int * __b) vec_ld() argument
4124 vec_ld(long __a,const vector unsigned int * __b) vec_ld() argument
4129 vec_ld(long __a,const unsigned int * __b) vec_ld() argument
4134 vec_ld(long __a,const vector bool int * __b) vec_ld() argument
4138 vec_ld(long __a,const vector float * __b) vec_ld() argument
4143 vec_ld(long __a,const float * __b) vec_ld() argument
4150 vec_lvx(long __a,const vector signed char * __b) vec_lvx() argument
4155 vec_lvx(long __a,const signed char * __b) vec_lvx() argument
4160 vec_lvx(long __a,const vector unsigned char * __b) vec_lvx() argument
4165 vec_lvx(long __a,const unsigned char * __b) vec_lvx() argument
4170 vec_lvx(long __a,const vector bool char * __b) vec_lvx() argument
4174 vec_lvx(long __a,const vector short * __b) vec_lvx() argument
4179 vec_lvx(long __a,const short * __b) vec_lvx() argument
4184 vec_lvx(long __a,const vector unsigned short * __b) vec_lvx() argument
4189 vec_lvx(long __a,const unsigned short * __b) vec_lvx() argument
4194 vec_lvx(long __a,const vector bool short * __b) vec_lvx() argument
4198 vec_lvx(long __a,const vector pixel * __b) vec_lvx() argument
4203 vec_lvx(long __a,const vector int * __b) vec_lvx() argument
4208 vec_lvx(long __a,const int * __b) vec_lvx() argument
4213 vec_lvx(long __a,const vector unsigned int * __b) vec_lvx() argument
4218 vec_lvx(long __a,const unsigned int * __b) vec_lvx() argument
4223 vec_lvx(long __a,const vector bool int * __b) vec_lvx() argument
4227 vec_lvx(long __a,const vector float * __b) vec_lvx() argument
4232 vec_lvx(long __a,const float * __b) vec_lvx() argument
4239 vec_lde(long __a,const signed char * __b) vec_lde() argument
4244 vec_lde(long __a,const unsigned char * __b) vec_lde() argument
4248 vec_lde(long __a,const short * __b) vec_lde() argument
4253 vec_lde(long __a,const unsigned short * __b) vec_lde() argument
4257 vec_lde(long __a,const int * __b) vec_lde() argument
4262 vec_lde(long __a,const unsigned int * __b) vec_lde() argument
4266 vec_lde(long __a,const float * __b) vec_lde() argument
4273 vec_lvebx(long __a,const signed char * __b) vec_lvebx() argument
4278 vec_lvebx(long __a,const unsigned char * __b) vec_lvebx() argument
4284 vec_lvehx(long __a,const short * __b) vec_lvehx() argument
4290 vec_lvehx(long __a,const unsigned short * __b) vec_lvehx() argument
4296 vec_lvewx(long __a,const int * __b) vec_lvewx() argument
4301 vec_lvewx(long __a,const unsigned int * __b) vec_lvewx() argument
4305 vec_lvewx(long __a,const float * __b) vec_lvewx() argument
4313 vec_ldl(long __a,const vector signed char * __b) vec_ldl() argument
4318 vec_ldl(long __a,const signed char * __b) vec_ldl() argument
4323 vec_ldl(long __a,const vector unsigned char * __b) vec_ldl() argument
4328 vec_ldl(long __a,const unsigned char * __b) vec_ldl() argument
4333 vec_ldl(long __a,const vector bool char * __b) vec_ldl() argument
4337 vec_ldl(long __a,const vector short * __b) vec_ldl() argument
4342 vec_ldl(long __a,const short * __b) vec_ldl() argument
4347 vec_ldl(long __a,const vector unsigned short * __b) vec_ldl() argument
4352 vec_ldl(long __a,const unsigned short * __b) vec_ldl() argument
4357 vec_ldl(long __a,const vector bool short * __b) vec_ldl() argument
4361 vec_ldl(long __a,const vector pixel * __b) vec_ldl() argument
4366 vec_ldl(long __a,const vector int * __b) vec_ldl() argument
4371 vec_ldl(long __a,const int * __b) vec_ldl() argument
4376 vec_ldl(long __a,const vector unsigned int * __b) vec_ldl() argument
4381 vec_ldl(long __a,const unsigned int * __b) vec_ldl() argument
4386 vec_ldl(long __a,const vector bool int * __b) vec_ldl() argument
4390 vec_ldl(long __a,const vector float * __b) vec_ldl() argument
4395 vec_ldl(long __a,const float * __b) vec_ldl() argument
4402 vec_lvxl(long __a,const vector signed char * __b) vec_lvxl() argument
4407 vec_lvxl(long __a,const signed char * __b) vec_lvxl() argument
4412 vec_lvxl(long __a,const vector unsigned char * __b) vec_lvxl() argument
4417 vec_lvxl(long __a,const unsigned char * __b) vec_lvxl() argument
4422 vec_lvxl(long __a,const vector bool char * __b) vec_lvxl() argument
4426 vec_lvxl(long __a,const vector short * __b) vec_lvxl() argument
4431 vec_lvxl(long __a,const short * __b) vec_lvxl() argument
4437 vec_lvxl(long __a,const vector unsigned short * __b) vec_lvxl() argument
4442 vec_lvxl(long __a,const unsigned short * __b) vec_lvxl() argument
4447 vec_lvxl(long __a,const vector bool short * __b) vec_lvxl() argument
4451 vec_lvxl(long __a,const vector pixel * __b) vec_lvxl() argument
4456 vec_lvxl(long __a,const vector int * __b) vec_lvxl() argument
4461 vec_lvxl(long __a,const int * __b) vec_lvxl() argument
4466 vec_lvxl(long __a,const vector unsigned int * __b) vec_lvxl() argument
4471 vec_lvxl(long __a,const unsigned int * __b) vec_lvxl() argument
4476 vec_lvxl(long __a,const vector bool int * __b) vec_lvxl() argument
4480 vec_lvxl(long __a,const vector float * __b) vec_lvxl() argument
4485 vec_lvxl(long __a,const float * __b) vec_lvxl() argument
4493 vec_loge(vector float __a) vec_loge() argument
4500 vec_vlogefp(vector float __a) vec_vlogefp() argument
4509 vec_lvsl(int __a,const signed char * __b) vec_lvsl() argument
4518 vec_lvsl(int __a,const signed char * __b) vec_lvsl() argument
4526 vec_lvsl(int __a,const unsigned char * __b) vec_lvsl() argument
4535 vec_lvsl(int __a,const unsigned char * __b) vec_lvsl() argument
4543 vec_lvsl(int __a,const short * __b) vec_lvsl() argument
4551 vec_lvsl(int __a,const short * __b) vec_lvsl() argument
4560 vec_lvsl(int __a,const unsigned short * __b) vec_lvsl() argument
4569 vec_lvsl(int __a,const unsigned short * __b) vec_lvsl() argument
4577 vec_lvsl(int __a,const int * __b) vec_lvsl() argument
4585 vec_lvsl(int __a,const int * __b) vec_lvsl() argument
4594 vec_lvsl(int __a,const unsigned int * __b) vec_lvsl() argument
4603 vec_lvsl(int __a,const unsigned int * __b) vec_lvsl() argument
4611 vec_lvsl(int __a,const float * __b) vec_lvsl() argument
4619 vec_lvsl(int __a,const float * __b) vec_lvsl() argument
4630 vec_lvsr(int __a,const signed char * __b) vec_lvsr() argument
4639 vec_lvsr(int __a,const signed char * __b) vec_lvsr() argument
4647 vec_lvsr(int __a,const unsigned char * __b) vec_lvsr() argument
4656 vec_lvsr(int __a,const unsigned char * __b) vec_lvsr() argument
4664 vec_lvsr(int __a,const short * __b) vec_lvsr() argument
4672 vec_lvsr(int __a,const short * __b) vec_lvsr() argument
4681 vec_lvsr(int __a,const unsigned short * __b) vec_lvsr() argument
4690 vec_lvsr(int __a,const unsigned short * __b) vec_lvsr() argument
4698 vec_lvsr(int __a,const int * __b) vec_lvsr() argument
4706 vec_lvsr(int __a,const int * __b) vec_lvsr() argument
4715 vec_lvsr(int __a,const unsigned int * __b) vec_lvsr() argument
4724 vec_lvsr(int __a,const unsigned int * __b) vec_lvsr() argument
4732 vec_lvsr(int __a,const float * __b) vec_lvsr() argument
4740 vec_lvsr(int __a,const float * __b) vec_lvsr() argument
4757 vec_madd(vector signed short __a,vector signed short __b,vector signed short __c) vec_madd() argument
4762 vec_madd(vector signed short __a,vector unsigned short __b,vector unsigned short __c) vec_madd() argument
4768 vec_madd(vector unsigned short __a,vector signed short __b,vector signed short __c) vec_madd() argument
4774 vec_madd(vector unsigned short __a,vector unsigned short __b,vector unsigned short __c) vec_madd() argument
4779 vec_madd(vector float __a,vector float __b,vector float __c) vec_madd() argument
4790 vec_madd(vector double __a,vector double __b,vector double __c) vec_madd() argument
4800 vec_vmaddfp(vector float __a,vector float __b,vector float __c) vec_vmaddfp() argument
4807 vec_madds(vector signed short __a,vector signed short __b,vector signed short __c) vec_madds() argument
4814 vec_vmhaddshs(vector signed short __a,vector signed short __b,vector signed short __c) vec_vmhaddshs() argument
4822 vec_msub(vector float __a,vector float __b,vector float __c) vec_msub() argument
4828 vec_msub(vector double __a,vector double __b,vector double __c) vec_msub() argument
4838 vec_max(vector signed char __a,vector signed char __b) vec_max() argument
4843 vec_max(vector bool char __a,vector signed char __b) vec_max() argument
4848 vec_max(vector signed char __a,vector bool char __b) vec_max() argument
4853 vec_max(vector unsigned char __a,vector unsigned char __b) vec_max() argument
4858 vec_max(vector bool char __a,vector unsigned char __b) vec_max() argument
4863 vec_max(vector unsigned char __a,vector bool char __b) vec_max() argument
4867 vec_max(vector short __a,vector short __b) vec_max() argument
4872 vec_max(vector bool short __a,vector short __b) vec_max() argument
4877 vec_max(vector short __a,vector bool short __b) vec_max() argument
4883 vec_max(vector unsigned short __a,vector unsigned short __b) vec_max() argument
4888 vec_max(vector bool short __a,vector unsigned short __b) vec_max() argument
4893 vec_max(vector unsigned short __a,vector bool short __b) vec_max() argument
4897 vec_max(vector int __a,vector int __b) vec_max() argument
4902 vec_max(vector bool int __a,vector int __b) vec_max() argument
4907 vec_max(vector int __a,vector bool int __b) vec_max() argument
4913 vec_max(vector unsigned int __a,vector unsigned int __b) vec_max() argument
4918 vec_max(vector bool int __a,vector unsigned int __b) vec_max() argument
4923 vec_max(vector unsigned int __a,vector bool int __b) vec_max() argument
4929 vec_max(vector signed long long __a,vector signed long long __b) vec_max() argument
4934 vec_max(vector bool long long __a,vector signed long long __b) vec_max() argument
4939 vec_max(vector signed long long __a,vector bool long long __b) vec_max() argument
4944 vec_max(vector unsigned long long __a,vector unsigned long long __b) vec_max() argument
4949 vec_max(vector bool long long __a,vector unsigned long long __b) vec_max() argument
4954 vec_max(vector unsigned long long __a,vector bool long long __b) vec_max() argument
4959 vec_max(vector float __a,vector float __b) vec_max() argument
4969 vec_max(vector double __a,vector double __b) vec_max() argument
4978 vec_vmaxsb(vector signed char __a,vector signed char __b) vec_vmaxsb() argument
4983 vec_vmaxsb(vector bool char __a,vector signed char __b) vec_vmaxsb() argument
4988 vec_vmaxsb(vector signed char __a,vector bool char __b) vec_vmaxsb() argument
4995 vec_vmaxub(vector unsigned char __a,vector unsigned char __b) vec_vmaxub() argument
5000 vec_vmaxub(vector bool char __a,vector unsigned char __b) vec_vmaxub() argument
5005 vec_vmaxub(vector unsigned char __a,vector bool char __b) vec_vmaxub() argument
5011 vec_vmaxsh(vector short __a,vector short __b) vec_vmaxsh() argument
5016 vec_vmaxsh(vector bool short __a,vector short __b) vec_vmaxsh() argument
5021 vec_vmaxsh(vector short __a,vector bool short __b) vec_vmaxsh() argument
5029 vec_vmaxuh(vector unsigned short __a,vector unsigned short __b) vec_vmaxuh() argument
5034 vec_vmaxuh(vector bool short __a,vector unsigned short __b) vec_vmaxuh() argument
5039 vec_vmaxuh(vector unsigned short __a,vector bool short __b) vec_vmaxuh() argument
5045 vec_vmaxsw(vector int __a,vector int __b) vec_vmaxsw() argument
5050 vec_vmaxsw(vector bool int __a,vector int __b) vec_vmaxsw() argument
5055 vec_vmaxsw(vector int __a,vector bool int __b) vec_vmaxsw() argument
5063 vec_vmaxuw(vector unsigned int __a,vector unsigned int __b) vec_vmaxuw() argument
5068 vec_vmaxuw(vector bool int __a,vector unsigned int __b) vec_vmaxuw() argument
5073 vec_vmaxuw(vector unsigned int __a,vector bool int __b) vec_vmaxuw() argument
5080 vec_vmaxfp(vector float __a,vector float __b) vec_vmaxfp() argument
5091 vec_mergeh(vector signed char __a,vector signed char __b) vec_mergeh() argument
5099 vec_mergeh(vector unsigned char __a,vector unsigned char __b) vec_mergeh() argument
5107 vec_mergeh(vector bool char __a,vector bool char __b) vec_mergeh() argument
5114 vec_mergeh(vector short __a,vector short __b) vec_mergeh() argument
5123 vec_mergeh(vector unsigned short __a,vector unsigned short __b) vec_mergeh() argument
5131 vec_mergeh(vector bool short __a,vector bool short __b) vec_mergeh() argument
5138 vec_mergeh(vector pixel __a,vector pixel __b) vec_mergeh() argument
5146 vec_mergeh(vector int __a,vector int __b) vec_mergeh() argument
5155 vec_mergeh(vector unsigned int __a,vector unsigned int __b) vec_mergeh() argument
5162 vec_mergeh(vector bool int __a,vector bool int __b) vec_mergeh() argument
5170 vec_mergeh(vector float __a,vector float __b) vec_mergeh() argument
5180 vec_mergeh(vector signed long long __a,vector signed long long __b) vec_mergeh() argument
5188 vec_mergeh(vector signed long long __a,vector bool long long __b) vec_mergeh() argument
5196 vec_mergeh(vector bool long long __a,vector signed long long __b) vec_mergeh() argument
5204 vec_mergeh(vector unsigned long long __a,vector unsigned long long __b) vec_mergeh() argument
5212 vec_mergeh(vector unsigned long long __a,vector bool long long __b) vec_mergeh() argument
5220 vec_mergeh(vector bool long long __a,vector unsigned long long __b) vec_mergeh() argument
5228 vec_mergeh(vector bool long long __a,vector bool long long __b) vec_mergeh() argument
5235 vec_mergeh(vector double __a,vector double __b) vec_mergeh() argument
5243 vec_mergeh(vector double __a,vector bool long long __b) vec_mergeh() argument
5250 vec_mergeh(vector bool long long __a,vector double __b) vec_mergeh() argument
5263 vec_vmrghb(vector signed char __a,vector signed char __b) vec_vmrghb() argument
5271 vec_vmrghb(vector unsigned char __a,vector unsigned char __b) vec_vmrghb() argument
5279 vec_vmrghb(vector bool char __a,vector bool char __b) vec_vmrghb() argument
5290 vec_vmrghh(vector short __a,vector short __b) vec_vmrghh() argument
5299 vec_vmrghh(vector unsigned short __a,vector unsigned short __b) vec_vmrghh() argument
5307 vec_vmrghh(vector bool short __a,vector bool short __b) vec_vmrghh() argument
5314 vec_vmrghh(vector pixel __a,vector pixel __b) vec_vmrghh() argument
5326 vec_vmrghw(vector int __a,vector int __b) vec_vmrghw() argument
5335 vec_vmrghw(vector unsigned int __a,vector unsigned int __b) vec_vmrghw() argument
5342 vec_vmrghw(vector bool int __a,vector bool int __b) vec_vmrghw() argument
5350 vec_vmrghw(vector float __a,vector float __b) vec_vmrghw() argument
5361 vec_mergel(vector signed char __a,vector signed char __b) vec_mergel() argument
5369 vec_mergel(vector unsigned char __a,vector unsigned char __b) vec_mergel() argument
5377 vec_mergel(vector bool char __a,vector bool char __b) vec_mergel() argument
5384 vec_mergel(vector short __a,vector short __b) vec_mergel() argument
5393 vec_mergel(vector unsigned short __a,vector unsigned short __b) vec_mergel() argument
5401 vec_mergel(vector bool short __a,vector bool short __b) vec_mergel() argument
5408 vec_mergel(vector pixel __a,vector pixel __b) vec_mergel() argument
5416 vec_mergel(vector int __a,vector int __b) vec_mergel() argument
5425 vec_mergel(vector unsigned int __a,vector unsigned int __b) vec_mergel() argument
5432 vec_mergel(vector bool int __a,vector bool int __b) vec_mergel() argument
5440 vec_mergel(vector float __a,vector float __b) vec_mergel() argument
5450 vec_mergel(vector signed long long __a,vector signed long long __b) vec_mergel() argument
5457 vec_mergel(vector signed long long __a,vector bool long long __b) vec_mergel() argument
5464 vec_mergel(vector bool long long __a,vector signed long long __b) vec_mergel() argument
5471 vec_mergel(vector unsigned long long __a,vector unsigned long long __b) vec_mergel() argument
5478 vec_mergel(vector unsigned long long __a,vector bool long long __b) vec_mergel() argument
5485 vec_mergel(vector bool long long __a,vector unsigned long long __b) vec_mergel() argument
5492 vec_mergel(vector bool long long __a,vector bool long long __b) vec_mergel() argument
5498 vec_mergel(vector double __a,vector double __b) vec_mergel() argument
5506 vec_mergel(vector double __a,vector bool long long __b) vec_mergel() argument
5513 vec_mergel(vector bool long long __a,vector double __b) vec_mergel() argument
5526 vec_vmrglb(vector signed char __a,vector signed char __b) vec_vmrglb() argument
5534 vec_vmrglb(vector unsigned char __a,vector unsigned char __b) vec_vmrglb() argument
5542 vec_vmrglb(vector bool char __a,vector bool char __b) vec_vmrglb() argument
5553 vec_vmrglh(vector short __a,vector short __b) vec_vmrglh() argument
5562 vec_vmrglh(vector unsigned short __a,vector unsigned short __b) vec_vmrglh() argument
5570 vec_vmrglh(vector bool short __a,vector bool short __b) vec_vmrglh() argument
5577 vec_vmrglh(vector pixel __a,vector pixel __b) vec_vmrglh() argument
5589 vec_vmrglw(vector int __a,vector int __b) vec_vmrglw() argument
5598 vec_vmrglw(vector unsigned int __a,vector unsigned int __b) vec_vmrglw() argument
5605 vec_vmrglw(vector bool int __a,vector bool int __b) vec_vmrglw() argument
5613 vec_vmrglw(vector float __a,vector float __b) vec_vmrglw() argument
5624 vec_mergee(vector bool int __a,vector bool int __b) vec_mergee() argument
5633 vec_mergee(vector signed int __a,vector signed int __b) vec_mergee() argument
5641 vec_mergee(vector unsigned int __a,vector unsigned int __b) vec_mergee() argument
5649 vec_mergee(vector bool long long __a,vector bool long long __b) vec_mergee() argument
5654 vec_mergee(vector signed long long __a,vector signed long long __b) vec_mergee() argument
5659 vec_mergee(vector unsigned long long __a,vector unsigned long long __b) vec_mergee() argument
5664 vec_mergee(vector float __a,vector float __b) vec_mergee() argument
5672 vec_mergee(vector double __a,vector double __b) vec_mergee() argument
5678 vec_mergeo(vector bool int __a,vector bool int __b) vec_mergeo() argument
5687 vec_mergeo(vector signed int __a,vector signed int __b) vec_mergeo() argument
5695 vec_mergeo(vector unsigned int __a,vector unsigned int __b) vec_mergeo() argument
5703 vec_mergeo(vector bool long long __a,vector bool long long __b) vec_mergeo() argument
5708 vec_mergeo(vector signed long long __a,vector signed long long __b) vec_mergeo() argument
5713 vec_mergeo(vector unsigned long long __a,vector unsigned long long __b) vec_mergeo() argument
5718 vec_mergeo(vector float __a,vector float __b) vec_mergeo() argument
5726 vec_mergeo(vector double __a,vector double __b) vec_mergeo() argument
5742 vec_min(vector signed char __a,vector signed char __b) vec_min() argument
5747 vec_min(vector bool char __a,vector signed char __b) vec_min() argument
5752 vec_min(vector signed char __a,vector bool char __b) vec_min() argument
5757 vec_min(vector unsigned char __a,vector unsigned char __b) vec_min() argument
5762 vec_min(vector bool char __a,vector unsigned char __b) vec_min() argument
5767 vec_min(vector unsigned char __a,vector bool char __b) vec_min() argument
5771 vec_min(vector short __a,vector short __b) vec_min() argument
5776 vec_min(vector bool short __a,vector short __b) vec_min() argument
5781 vec_min(vector short __a,vector bool short __b) vec_min() argument
5787 vec_min(vector unsigned short __a,vector unsigned short __b) vec_min() argument
5792 vec_min(vector bool short __a,vector unsigned short __b) vec_min() argument
5797 vec_min(vector unsigned short __a,vector bool short __b) vec_min() argument
5801 vec_min(vector int __a,vector int __b) vec_min() argument
5806 vec_min(vector bool int __a,vector int __b) vec_min() argument
5811 vec_min(vector int __a,vector bool int __b) vec_min() argument
5817 vec_min(vector unsigned int __a,vector unsigned int __b) vec_min() argument
5822 vec_min(vector bool int __a,vector unsigned int __b) vec_min() argument
5827 vec_min(vector unsigned int __a,vector bool int __b) vec_min() argument
5833 vec_min(vector signed long long __a,vector signed long long __b) vec_min() argument
5838 vec_min(vector bool long long __a,vector signed long long __b) vec_min() argument
5843 vec_min(vector signed long long __a,vector bool long long __b) vec_min() argument
5848 vec_min(vector unsigned long long __a,vector unsigned long long __b) vec_min() argument
5853 vec_min(vector bool long long __a,vector unsigned long long __b) vec_min() argument
5858 vec_min(vector unsigned long long __a,vector bool long long __b) vec_min() argument
5863 vec_min(vector float __a,vector float __b) vec_min() argument
5873 vec_min(vector double __a,vector double __b) vec_min() argument
5882 vec_vminsb(vector signed char __a,vector signed char __b) vec_vminsb() argument
5887 vec_vminsb(vector bool char __a,vector signed char __b) vec_vminsb() argument
5892 vec_vminsb(vector signed char __a,vector bool char __b) vec_vminsb() argument
5899 vec_vminub(vector unsigned char __a,vector unsigned char __b) vec_vminub() argument
5904 vec_vminub(vector bool char __a,vector unsigned char __b) vec_vminub() argument
5909 vec_vminub(vector unsigned char __a,vector bool char __b) vec_vminub() argument
5915 vec_vminsh(vector short __a,vector short __b) vec_vminsh() argument
5920 vec_vminsh(vector bool short __a,vector short __b) vec_vminsh() argument
5925 vec_vminsh(vector short __a,vector bool short __b) vec_vminsh() argument
5933 vec_vminuh(vector unsigned short __a,vector unsigned short __b) vec_vminuh() argument
5938 vec_vminuh(vector bool short __a,vector unsigned short __b) vec_vminuh() argument
5943 vec_vminuh(vector unsigned short __a,vector bool short __b) vec_vminuh() argument
5949 vec_vminsw(vector int __a,vector int __b) vec_vminsw() argument
5954 vec_vminsw(vector bool int __a,vector int __b) vec_vminsw() argument
5959 vec_vminsw(vector int __a,vector bool int __b) vec_vminsw() argument
5967 vec_vminuw(vector unsigned int __a,vector unsigned int __b) vec_vminuw() argument
5972 vec_vminuw(vector bool int __a,vector unsigned int __b) vec_vminuw() argument
5977 vec_vminuw(vector unsigned int __a,vector bool int __b) vec_vminuw() argument
5984 vec_vminfp(vector float __a,vector float __b) vec_vminfp() argument
5996 vec_mladd(vector short __a,vector short __b,vector short __c) vec_mladd() argument
6003 vec_mladd(vector short __a,vector unsigned short __b,vector unsigned short __c) vec_mladd() argument
6007 vec_mladd(vector unsigned short __a,vector short __b,vector short __c) vec_mladd() argument
6014 vec_mladd(vector unsigned short __a,vector unsigned short __b,vector unsigned short __c) vec_mladd() argument
6021 vec_vmladduhm(vector short __a,vector short __b,vector short __c) vec_vmladduhm() argument
6028 vec_vmladduhm(vector short __a,vector unsigned short __b,vector unsigned short __c) vec_vmladduhm() argument
6033 vec_vmladduhm(vector unsigned short __a,vector short __b,vector short __c) vec_vmladduhm() argument
6038 vec_vmladduhm(vector unsigned short __a,vector unsigned short __b,vector unsigned short __c) vec_vmladduhm() argument
6046 vec_mradds(vector short __a,vector short __b,vector short __c) vec_mradds() argument
6053 vec_vmhraddshs(vector short __a,vector short __b,vector short __c) vec_vmhraddshs() argument
6059 vec_msum(vector signed char __a,vector unsigned char __b,vector int __c) vec_msum() argument
6066 vec_msum(vector unsigned char __a,vector unsigned char __b,vector unsigned int __c) vec_msum() argument
6071 vec_msum(vector short __a,vector short __b,vector int __c) vec_msum() argument
6078 vec_msum(vector unsigned short __a,vector unsigned short __b,vector unsigned int __c) vec_msum() argument
6087 vec_msumc(vector unsigned long long __a,vector unsigned long long __b,vector unsigned __int128 __c) vec_msumc() argument
6096 vec_vmsummbm(vector signed char __a,vector unsigned char __b,vector int __c) vec_vmsummbm() argument
6103 vec_vmsumubm(vector unsigned char __a,vector unsigned char __b,vector unsigned int __c) vec_vmsumubm() argument
6111 vec_vmsumshm(vector short __a,vector short __b,vector int __c) vec_vmsumshm() argument
6118 vec_vmsumuhm(vector unsigned short __a,vector unsigned short __b,vector unsigned int __c) vec_vmsumuhm() argument
6125 vec_msums(vector short __a,vector short __b,vector int __c) vec_msums() argument
6132 vec_msums(vector unsigned short __a,vector unsigned short __b,vector unsigned int __c) vec_msums() argument
6140 vec_vmsumshs(vector short __a,vector short __b,vector int __c) vec_vmsumshs() argument
6147 vec_vmsumuhs(vector unsigned short __a,vector unsigned short __b,vector unsigned int __c) vec_vmsumuhs() argument
6154 vec_mtvscr(vector signed char __a) vec_mtvscr() argument
6158 vec_mtvscr(vector unsigned char __a) vec_mtvscr() argument
6162 vec_mtvscr(vector bool char __a) vec_mtvscr() argument
6166 vec_mtvscr(vector short __a) vec_mtvscr() argument
6170 vec_mtvscr(vector unsigned short __a) vec_mtvscr() argument
6174 vec_mtvscr(vector bool short __a) vec_mtvscr() argument
6178 vec_mtvscr(vector pixel __a) vec_mtvscr() argument
6182 vec_mtvscr(vector int __a) vec_mtvscr() argument
6186 vec_mtvscr(vector unsigned int __a) vec_mtvscr() argument
6190 vec_mtvscr(vector bool int __a) vec_mtvscr() argument
6194 vec_mtvscr(vector float __a) vec_mtvscr() argument
6205 vec_mul(vector signed char __a,vector signed char __b) vec_mul() argument
6210 vec_mul(vector unsigned char __a,vector unsigned char __b) vec_mul() argument
6215 vec_mul(vector signed short __a,vector signed short __b) vec_mul() argument
6220 vec_mul(vector unsigned short __a,vector unsigned short __b) vec_mul() argument
6225 vec_mul(vector signed int __a,vector signed int __b) vec_mul() argument
6230 vec_mul(vector unsigned int __a,vector unsigned int __b) vec_mul() argument
6236 vec_mul(vector signed long long __a,vector signed long long __b) vec_mul() argument
6241 vec_mul(vector unsigned long long __a,vector unsigned long long __b) vec_mul() argument
6246 vec_mul(vector float __a,vector float __b) vec_mul() argument
6252 vec_mul(vector double __a,vector double __b) vec_mul() argument
6263 vec_mule(vector signed char __a,vector signed char __b) vec_mule() argument
6273 vec_mule(vector unsigned char __a,vector unsigned char __b) vec_mule() argument
6281 vec_mule(vector short __a,vector short __b) vec_mule() argument
6291 vec_mule(vector unsigned short __a,vector unsigned short __b) vec_mule() argument
6301 vec_mule(vector signed int __a,vector signed int __b) vec_mule() argument
6310 vec_mule(vector unsigned int __a,vector unsigned int __b) vec_mule() argument
6321 vec_mule(vector signed long long __a,vector signed long long __b) vec_mule() argument
6330 vec_mule(vector unsigned long long __a,vector unsigned long long __b) vec_mule() argument
6342 vec_vmulesb(vector signed char __a,vector signed char __b) vec_vmulesb() argument
6353 vec_vmuleub(vector unsigned char __a,vector unsigned char __b) vec_vmuleub() argument
6364 vec_vmulesh(vector short __a,vector short __b) vec_vmulesh() argument
6375 vec_vmuleuh(vector unsigned short __a,vector unsigned short __b) vec_vmuleuh() argument
6387 vec_mulh(vector signed int __a,vector signed int __b) vec_mulh() argument
6392 vec_mulh(vector unsigned int __a,vector unsigned int __b) vec_mulh() argument
6397 vec_mulh(vector signed long long __a,vector signed long long __b) vec_mulh() argument
6402 vec_mulh(vector unsigned long long __a,vector unsigned long long __b) vec_mulh() argument
6409 vec_mulo(vector signed char __a,vector signed char __b) vec_mulo() argument
6419 vec_mulo(vector unsigned char __a,vector unsigned char __b) vec_mulo() argument
6427 vec_mulo(vector short __a,vector short __b) vec_mulo() argument
6437 vec_mulo(vector unsigned short __a,vector unsigned short __b) vec_mulo() argument
6447 vec_mulo(vector signed int __a,vector signed int __b) vec_mulo() argument
6456 vec_mulo(vector unsigned int __a,vector unsigned int __b) vec_mulo() argument
6467 vec_mulo(vector signed long long __a,vector signed long long __b) vec_mulo() argument
6476 vec_mulo(vector unsigned long long __a,vector unsigned long long __b) vec_mulo() argument
6488 vec_vmulosb(vector signed char __a,vector signed char __b) vec_vmulosb() argument
6499 vec_vmuloub(vector unsigned char __a,vector unsigned char __b) vec_vmuloub() argument
6510 vec_vmulosh(vector short __a,vector short __b) vec_vmulosh() argument
6521 vec_vmulouh(vector unsigned short __a,vector unsigned short __b) vec_vmulouh() argument
6533 vec_nand(vector signed char __a,vector signed char __b) vec_nand() argument
6538 vec_nand(vector signed char __a,vector bool char __b) vec_nand() argument
6543 vec_nand(vector bool char __a,vector signed char __b) vec_nand() argument
6548 vec_nand(vector unsigned char __a,vector unsigned char __b) vec_nand() argument
6553 vec_nand(vector unsigned char __a,vector bool char __b) vec_nand() argument
6558 vec_nand(vector bool char __a,vector unsigned char __b) vec_nand() argument
6562 vec_nand(vector bool char __a,vector bool char __b) vec_nand() argument
6568 vec_nand(vector signed short __a,vector signed short __b) vec_nand() argument
6573 vec_nand(vector signed short __a,vector bool short __b) vec_nand() argument
6578 vec_nand(vector bool short __a,vector signed short __b) vec_nand() argument
6583 vec_nand(vector unsigned short __a,vector unsigned short __b) vec_nand() argument
6588 vec_nand(vector unsigned short __a,vector bool short __b) vec_nand() argument
6593 vec_nand(vector bool short __a,vector bool short __b) vec_nand() argument
6598 vec_nand(vector signed int __a,vector signed int __b) vec_nand() argument
6602 vec_nand(vector signed int __a,vector bool int __b) vec_nand() argument
6608 vec_nand(vector bool int __a,vector signed int __b) vec_nand() argument
6613 vec_nand(vector unsigned int __a,vector unsigned int __b) vec_nand() argument
6618 vec_nand(vector unsigned int __a,vector bool int __b) vec_nand() argument
6623 vec_nand(vector bool int __a,vector unsigned int __b) vec_nand() argument
6627 vec_nand(vector bool int __a,vector bool int __b) vec_nand() argument
6633 vec_nand(vector float __a,vector float __b) vec_nand() argument
6639 vec_nand(vector signed long long __a,vector signed long long __b) vec_nand() argument
6644 vec_nand(vector signed long long __a,vector bool long long __b) vec_nand() argument
6649 vec_nand(vector bool long long __a,vector signed long long __b) vec_nand() argument
6654 vec_nand(vector unsigned long long __a,vector unsigned long long __b) vec_nand() argument
6659 vec_nand(vector unsigned long long __a,vector bool long long __b) vec_nand() argument
6664 vec_nand(vector bool long long __a,vector unsigned long long __b) vec_nand() argument
6669 vec_nand(vector bool long long __a,vector bool long long __b) vec_nand() argument
6674 vec_nand(vector double __a,vector double __b) vec_nand() argument
6684 vec_nmadd(vector float __a,vector float __b,vector float __c) vec_nmadd() argument
6690 vec_nmadd(vector double __a,vector double __b,vector double __c) vec_nmadd() argument
6699 vec_nmsub(vector float __a,vector float __b,vector float __c) vec_nmsub() argument
6710 vec_nmsub(vector double __a,vector double __b,vector double __c) vec_nmsub() argument
6720 vec_vnmsubfp(vector float __a,vector float __b,vector float __c) vec_vnmsubfp() argument
6729 vec_nor(vector signed char __a,vector signed char __b) vec_nor() argument
6734 vec_nor(vector unsigned char __a,vector unsigned char __b) vec_nor() argument
6738 vec_nor(vector bool char __a,vector bool char __b) vec_nor() argument
6743 vec_nor(vector short __a,vector short __b) vec_nor() argument
6749 vec_nor(vector unsigned short __a,vector unsigned short __b) vec_nor() argument
6754 vec_nor(vector bool short __a,vector bool short __b) vec_nor() argument
6758 vec_nor(vector int __a,vector int __b) vec_nor() argument
6764 vec_nor(vector unsigned int __a,vector unsigned int __b) vec_nor() argument
6768 vec_nor(vector bool int __a,vector bool int __b) vec_nor() argument
6773 vec_nor(vector float __a,vector float __b) vec_nor() argument
6781 vec_nor(vector double __a,vector double __b) vec_nor() argument
6792 vec_vnor(vector signed char __a,vector signed char __b) vec_vnor() argument
6797 vec_vnor(vector unsigned char __a,vector unsigned char __b) vec_vnor() argument
6801 vec_vnor(vector bool char __a,vector bool char __b) vec_vnor() argument
6806 vec_vnor(vector short __a,vector short __b) vec_vnor() argument
6812 vec_vnor(vector unsigned short __a,vector unsigned short __b) vec_vnor() argument
6817 vec_vnor(vector bool short __a,vector bool short __b) vec_vnor() argument
6821 vec_vnor(vector int __a,vector int __b) vec_vnor() argument
6827 vec_vnor(vector unsigned int __a,vector unsigned int __b) vec_vnor() argument
6831 vec_vnor(vector bool int __a,vector bool int __b) vec_vnor() argument
6836 vec_vnor(vector float __a,vector float __b) vec_vnor() argument
6845 vec_nor(vector signed long long __a,vector signed long long __b) vec_nor() argument
6850 vec_nor(vector unsigned long long __a,vector unsigned long long __b) vec_nor() argument
6855 vec_nor(vector bool long long __a,vector bool long long __b) vec_nor() argument
6865 vec_or(vector signed char __a,vector signed char __b) vec_or() argument
6870 vec_or(vector bool char __a,vector signed char __b) vec_or() argument
6874 vec_or(vector signed char __a,vector bool char __b) vec_or() argument
6880 vec_or(vector unsigned char __a,vector unsigned char __b) vec_or() argument
6885 vec_or(vector bool char __a,vector unsigned char __b) vec_or() argument
6890 vec_or(vector unsigned char __a,vector bool char __b) vec_or() argument
6894 vec_or(vector bool char __a,vector bool char __b) vec_or() argument
6899 vec_or(vector short __a,vector short __b) vec_or() argument
6904 vec_or(vector bool short __a,vector short __b) vec_or() argument
6909 vec_or(vector short __a,vector bool short __b) vec_or() argument
6915 vec_or(vector unsigned short __a,vector unsigned short __b) vec_or() argument
6920 vec_or(vector bool short __a,vector unsigned short __b) vec_or() argument
6925 vec_or(vector unsigned short __a,vector bool short __b) vec_or() argument
6929 vec_or(vector bool short __a,vector bool short __b) vec_or() argument
6934 vec_or(vector int __a,vector int __b) vec_or() argument
6939 vec_or(vector bool int __a,vector int __b) vec_or() argument
6944 vec_or(vector int __a,vector bool int __b) vec_or() argument
6950 vec_or(vector unsigned int __a,vector unsigned int __b) vec_or() argument
6955 vec_or(vector bool int __a,vector unsigned int __b) vec_or() argument
6960 vec_or(vector unsigned int __a,vector bool int __b) vec_or() argument
6964 vec_or(vector bool int __a,vector bool int __b) vec_or() argument
6969 vec_or(vector float __a,vector float __b) vec_or() argument
6976 vec_or(vector bool int __a,vector float __b) vec_or() argument
6983 vec_or(vector float __a,vector bool int __b) vec_or() argument
6991 vec_or(vector bool long long __a,vector double __b) vec_or() argument
6997 vec_or(vector double __a,vector bool long long __b) vec_or() argument
7003 vec_or(vector double __a,vector double __b) vec_or() argument
7010 vec_or(vector signed long long __a,vector signed long long __b) vec_or() argument
7015 vec_or(vector bool long long __a,vector signed long long __b) vec_or() argument
7020 vec_or(vector signed long long __a,vector bool long long __b) vec_or() argument
7025 vec_or(vector unsigned long long __a,vector unsigned long long __b) vec_or() argument
7030 vec_or(vector bool long long __a,vector unsigned long long __b) vec_or() argument
7035 vec_or(vector unsigned long long __a,vector bool long long __b) vec_or() argument
7040 vec_or(vector bool long long __a,vector bool long long __b) vec_or() argument
7047 vec_orc(vector signed char __a,vector signed char __b) vec_orc() argument
7052 vec_orc(vector signed char __a,vector bool char __b) vec_orc() argument
7057 vec_orc(vector bool char __a,vector signed char __b) vec_orc() argument
7062 vec_orc(vector unsigned char __a,vector unsigned char __b) vec_orc() argument
7067 vec_orc(vector unsigned char __a,vector bool char __b) vec_orc() argument
7072 vec_orc(vector bool char __a,vector unsigned char __b) vec_orc() argument
7076 vec_orc(vector bool char __a,vector bool char __b) vec_orc() argument
7082 vec_orc(vector signed short __a,vector signed short __b) vec_orc() argument
7087 vec_orc(vector signed short __a,vector bool short __b) vec_orc() argument
7092 vec_orc(vector bool short __a,vector signed short __b) vec_orc() argument
7097 vec_orc(vector unsigned short __a,vector unsigned short __b) vec_orc() argument
7102 vec_orc(vector unsigned short __a,vector bool short __b) vec_orc() argument
7107 vec_orc(vector bool short __a,vector unsigned short __b) vec_orc() argument
7112 vec_orc(vector bool short __a,vector bool short __b) vec_orc() argument
7117 vec_orc(vector signed int __a,vector signed int __b) vec_orc() argument
7121 vec_orc(vector signed int __a,vector bool int __b) vec_orc() argument
7127 vec_orc(vector bool int __a,vector signed int __b) vec_orc() argument
7132 vec_orc(vector unsigned int __a,vector unsigned int __b) vec_orc() argument
7137 vec_orc(vector unsigned int __a,vector bool int __b) vec_orc() argument
7142 vec_orc(vector bool int __a,vector unsigned int __b) vec_orc() argument
7146 vec_orc(vector bool int __a,vector bool int __b) vec_orc() argument
7152 vec_orc(vector bool int __a,vector float __b) vec_orc() argument
7157 vec_orc(vector float __a,vector bool int __b) vec_orc() argument
7161 vec_orc(vector float __a,vector float __b) vec_orc() argument
7167 vec_orc(vector signed long long __a,vector signed long long __b) vec_orc() argument
7172 vec_orc(vector signed long long __a,vector bool long long __b) vec_orc() argument
7177 vec_orc(vector bool long long __a,vector signed long long __b) vec_orc() argument
7182 vec_orc(vector unsigned long long __a,vector unsigned long long __b) vec_orc() argument
7187 vec_orc(vector unsigned long long __a,vector bool long long __b) vec_orc() argument
7192 vec_orc(vector bool long long __a,vector unsigned long long __b) vec_orc() argument
7197 vec_orc(vector bool long long __a,vector bool long long __b) vec_orc() argument
7202 vec_orc(vector double __a,vector bool long long __b) vec_orc() argument
7207 vec_orc(vector bool long long __a,vector double __b) vec_orc() argument
7211 vec_orc(vector double __a,vector double __b) vec_orc() argument
7221 vec_vor(vector signed char __a,vector signed char __b) vec_vor() argument
7226 vec_vor(vector bool char __a,vector signed char __b) vec_vor() argument
7231 vec_vor(vector signed char __a,vector bool char __b) vec_vor() argument
7236 vec_vor(vector unsigned char __a,vector unsigned char __b) vec_vor() argument
7241 vec_vor(vector bool char __a,vector unsigned char __b) vec_vor() argument
7246 vec_vor(vector unsigned char __a,vector bool char __b) vec_vor() argument
7250 vec_vor(vector bool char __a,vector bool char __b) vec_vor() argument
7255 vec_vor(vector short __a,vector short __b) vec_vor() argument
7260 vec_vor(vector bool short __a,vector short __b) vec_vor() argument
7265 vec_vor(vector short __a,vector bool short __b) vec_vor() argument
7271 vec_vor(vector unsigned short __a,vector unsigned short __b) vec_vor() argument
7276 vec_vor(vector bool short __a,vector unsigned short __b) vec_vor() argument
7281 vec_vor(vector unsigned short __a,vector bool short __b) vec_vor() argument
7286 vec_vor(vector bool short __a,vector bool short __b) vec_vor() argument
7290 vec_vor(vector int __a,vector int __b) vec_vor() argument
7295 vec_vor(vector bool int __a,vector int __b) vec_vor() argument
7300 vec_vor(vector int __a,vector bool int __b) vec_vor() argument
7306 vec_vor(vector unsigned int __a,vector unsigned int __b) vec_vor() argument
7311 vec_vor(vector bool int __a,vector unsigned int __b) vec_vor() argument
7316 vec_vor(vector unsigned int __a,vector bool int __b) vec_vor() argument
7320 vec_vor(vector bool int __a,vector bool int __b) vec_vor() argument
7325 vec_vor(vector float __a,vector float __b) vec_vor() argument
7332 vec_vor(vector bool int __a,vector float __b) vec_vor() argument
7339 vec_vor(vector float __a,vector bool int __b) vec_vor() argument
7348 vec_vor(vector signed long long __a,vector signed long long __b) vec_vor() argument
7353 vec_vor(vector bool long long __a,vector signed long long __b) vec_vor() argument
7358 vec_vor(vector signed long long __a,vector bool long long __b) vec_vor() argument
7363 vec_vor(vector unsigned long long __a,vector unsigned long long __b) vec_vor() argument
7368 vec_vor(vector bool long long __a,vector unsigned long long __b) vec_vor() argument
7373 vec_vor(vector unsigned long long __a,vector bool long long __b) vec_vor() argument
7378 vec_vor(vector bool long long __a,vector bool long long __b) vec_vor() argument
7389 vec_pack(vector signed short __a,vector signed short __b) vec_pack() argument
7404 vec_pack(vector unsigned short __a,vector unsigned short __b) vec_pack() argument
7419 vec_pack(vector bool short __a,vector bool short __b) vec_pack() argument
7433 vec_pack(vector int __a,vector int __b) vec_pack() argument
7449 vec_pack(vector unsigned int __a,vector unsigned int __b) vec_pack() argument
7463 vec_pack(vector bool int __a,vector bool int __b) vec_pack() argument
7480 vec_pack(vector signed long long __a,vector signed long long __b) vec_pack() argument
7494 vec_pack(vector unsigned long long __a,vector unsigned long long __b) vec_pack() argument
7509 vec_pack(vector bool long long __a,vector bool long long __b) vec_pack() argument
7524 vec_pack(vector double __a,vector double __b) vec_pack() argument
7531 vec_pack_to_short_fp32(vector float __a,vector float __b) vec_pack_to_short_fp32() argument
7547 vec_vpkuhum(vector signed short __a,vector signed short __b) vec_vpkuhum() argument
7562 vec_vpkuhum(vector unsigned short __a,vector unsigned short __b) vec_vpkuhum() argument
7577 vec_vpkuhum(vector bool short __a,vector bool short __b) vec_vpkuhum() argument
7595 vec_vpkuwum(vector int __a,vector int __b) vec_vpkuwum() argument
7611 vec_vpkuwum(vector unsigned int __a,vector unsigned int __b) vec_vpkuwum() argument
7626 vec_vpkuwum(vector bool int __a,vector bool int __b) vec_vpkuwum() argument
7645 vec_vpkudum(vector long long __a,vector long long __b) vec_vpkudum() argument
7661 vec_vpkudum(vector unsigned long long __a,vector unsigned long long __b) vec_vpkudum() argument
7676 vec_vpkudum(vector bool long long __a,vector bool long long __b) vec_vpkudum() argument
7694 vec_packpx(vector unsigned int __a,vector unsigned int __b) vec_packpx() argument
7705 vec_vpkpx(vector unsigned int __a,vector unsigned int __b) vec_vpkpx() argument
7715 vec_packs(vector short __a,vector short __b) vec_packs() argument
7725 vec_packs(vector unsigned short __a,vector unsigned short __b) vec_packs() argument
7733 vec_packs(vector int __a,vector int __b) vec_packs() argument
7743 vec_packs(vector unsigned int __a,vector unsigned int __b) vec_packs() argument
7752 vec_packs(vector long long __a,vector long long __b) vec_packs() argument
7762 vec_packs(vector unsigned long long __a,vector unsigned long long __b) vec_packs() argument
7774 vec_vpkshss(vector short __a,vector short __b) vec_vpkshss() argument
7785 vec_vpksdss(vector long long __a,vector long long __b) vec_vpksdss() argument
7798 vec_vpkuhus(vector unsigned short __a,vector unsigned short __b) vec_vpkuhus() argument
7810 vec_vpkudus(vector unsigned long long __a,vector unsigned long long __b) vec_vpkudus() argument
7822 vec_vpkswss(vector int __a,vector int __b) vec_vpkswss() argument
7833 vec_vpkuwus(vector unsigned int __a,vector unsigned int __b) vec_vpkuwus() argument
7844 vec_packsu(vector short __a,vector short __b) vec_packsu() argument
7853 vec_packsu(vector unsigned short __a,vector unsigned short __b) vec_packsu() argument
7862 vec_packsu(vector int __a,vector int __b) vec_packsu() argument
7871 vec_packsu(vector unsigned int __a,vector unsigned int __b) vec_packsu() argument
7881 vec_packsu(vector long long __a,vector long long __b) vec_packsu() argument
7890 vec_packsu(vector unsigned long long __a,vector unsigned long long __b) vec_packsu() argument
7902 vec_vpkshus(vector short __a,vector short __b) vec_vpkshus() argument
7911 vec_vpkshus(vector unsigned short __a,vector unsigned short __b) vec_vpkshus() argument
7922 vec_vpkswus(vector int __a,vector int __b) vec_vpkswus() argument
7931 vec_vpkswus(vector unsigned int __a,vector unsigned int __b) vec_vpkswus() argument
7943 vec_vpksdus(vector long long __a,vector long long __b) vec_vpksdus() argument
7963 vec_perm(vector signed char __a,vector signed char __b,vector unsigned char __c) vec_perm() argument
7977 vec_perm(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) vec_perm() argument
7992 vec_perm(vector bool char __a,vector bool char __b,vector unsigned char __c) vec_perm() argument
8005 vec_perm(vector signed short __a,vector signed short __b,vector unsigned char __c) vec_perm() argument
8021 vec_perm(vector unsigned short __a,vector unsigned short __b,vector unsigned char __c) vec_perm() argument
8036 vec_perm(vector bool short __a,vector bool short __b,vector unsigned char __c) vec_perm() argument
8049 vec_perm(vector pixel __a,vector pixel __b,vector unsigned char __c) vec_perm() argument
8064 vec_perm(vector signed int __a,vector signed int __b,vector unsigned char __c) vec_perm() argument
8078 vec_perm(vector unsigned int __a,vector unsigned int __b,vector unsigned char __c) vec_perm() argument
8093 vec_perm(vector bool int __a,vector bool int __b,vector unsigned char __c) vec_perm() argument
8106 vec_perm(vector float __a,vector float __b,vector unsigned char __c) vec_perm() argument
8123 vec_perm(vector signed long long __a,vector signed long long __b,vector unsigned char __c) vec_perm() argument
8138 vec_perm(vector unsigned long long __a,vector unsigned long long __b,vector unsigned char __c) vec_perm() argument
8153 vec_perm(vector bool long long __a,vector bool long long __b,vector unsigned char __c) vec_perm() argument
8168 vec_perm(vector double __a,vector double __b,vector unsigned char __c) vec_perm() argument
8185 vec_vperm(vector signed char __a,vector signed char __b,vector unsigned char __c) vec_vperm() argument
8190 vec_vperm(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) vec_vperm() argument
8196 vec_vperm(vector bool char __a,vector bool char __b,vector unsigned char __c) vec_vperm() argument
8201 vec_vperm(vector short __a,vector short __b,vector unsigned char __c) vec_vperm() argument
8206 vec_vperm(vector unsigned short __a,vector unsigned short __b,vector unsigned char __c) vec_vperm() argument
8212 vec_vperm(vector bool short __a,vector bool short __b,vector unsigned char __c) vec_vperm() argument
8217 vec_vperm(vector pixel __a,vector pixel __b,vector unsigned char __c) vec_vperm() argument
8221 vec_vperm(vector int __a,vector int __b,vector unsigned char __c) vec_vperm() argument
8228 vec_vperm(vector unsigned int __a,vector unsigned int __b,vector unsigned char __c) vec_vperm() argument
8234 vec_vperm(vector bool int __a,vector bool int __b,vector unsigned char __c) vec_vperm() argument
8239 vec_vperm(vector float __a,vector float __b,vector unsigned char __c) vec_vperm() argument
8245 vec_vperm(vector long long __a,vector long long __b,vector unsigned char __c) vec_vperm() argument
8250 vec_vperm(vector unsigned long long __a,vector unsigned long long __b,vector unsigned char __c) vec_vperm() argument
8256 vec_vperm(vector double __a,vector double __b,vector unsigned char __c) vec_vperm() argument
8263 vec_re(vector float __a) vec_re() argument
8272 vec_re(vector double __a) vec_re() argument
8280 vec_vrefp(vector float __a) vec_vrefp() argument
8287 vec_rl(vector signed char __a,vector unsigned char __b) vec_rl() argument
8292 vec_rl(vector unsigned char __a,vector unsigned char __b) vec_rl() argument
8296 vec_rl(vector short __a,vector unsigned short __b) vec_rl() argument
8302 vec_rl(vector unsigned short __a,vector unsigned short __b) vec_rl() argument
8306 vec_rl(vector int __a,vector unsigned int __b) vec_rl() argument
8312 vec_rl(vector unsigned int __a,vector unsigned int __b) vec_rl() argument
8318 vec_rl(vector signed long long __a,vector unsigned long long __b) vec_rl() argument
8323 vec_rl(vector unsigned long long __a,vector unsigned long long __b) vec_rl() argument
8331 vec_rl(vector signed __int128 __a,vector unsigned __int128 __b) vec_rl() argument
8341 vec_rl(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_rl() argument
8349 vec_rlmi(vector unsigned int __a,vector unsigned int __b,vector unsigned int __c) vec_rlmi() argument
8355 vec_rlmi(vector unsigned long long __a,vector unsigned long long __b,vector unsigned long long __c) vec_rlmi() argument
8363 vec_rlmi(vector unsigned __int128 __a,vector unsigned __int128 __b,vector unsigned __int128 __c) vec_rlmi() argument
8369 vec_rlmi(vector signed __int128 __a,vector signed __int128 __b,vector signed __int128 __c) vec_rlmi() argument
8380 vec_rlnm(vector unsigned int __a,vector unsigned int __b,vector unsigned int __c) vec_rlnm() argument
8387 vec_rlnm(vector unsigned long long __a,vector unsigned long long __b,vector unsigned long long __c) vec_rlnm() argument
8396 vec_rlnm(vector unsigned __int128 __a,vector unsigned __int128 __b,vector unsigned __int128 __c) vec_rlnm() argument
8413 vec_rlnm(vector signed __int128 __a,vector signed __int128 __b,vector signed __int128 __c) vec_rlnm() argument
8434 vec_vrlb(vector signed char __a,vector unsigned char __b) vec_vrlb() argument
8439 vec_vrlb(vector unsigned char __a,vector unsigned char __b) vec_vrlb() argument
8446 vec_vrlh(vector short __a,vector unsigned short __b) vec_vrlh() argument
8451 vec_vrlh(vector unsigned short __a,vector unsigned short __b) vec_vrlh() argument
8457 vec_vrlw(vector int __a,vector unsigned int __b) vec_vrlw() argument
8463 vec_vrlw(vector unsigned int __a,vector unsigned int __b) vec_vrlw() argument
8469 vec_round(vector float __a) vec_round() argument
8476 vec_round(vector double __a) vec_round() argument
8484 vec_round(vector double __a) vec_round() argument
8491 vec_rint(vector float __a) vec_rint() argument
8495 vec_rint(vector double __a) vec_rint() argument
8501 vec_roundc(vector float __a) vec_roundc() argument
8505 vec_roundc(vector double __a) vec_roundc() argument
8511 vec_nearbyint(vector float __a) vec_nearbyint() argument
8515 vec_nearbyint(vector double __a) vec_nearbyint() argument
8523 vec_vrfin(vector float __a) vec_vrfin() argument
8530 vec_sqrt(vector float __a) vec_sqrt() argument
8534 vec_sqrt(vector double __a) vec_sqrt() argument
8541 vec_rsqrte(vector float __a) vec_rsqrte() argument
8550 vec_rsqrte(vector double __a) vec_rsqrte() argument
8555 vec_rsqrt(vector float __a) vec_rsqrt() argument
8560 vec_rsqrt(vector double __a) vec_rsqrt() argument
8568 vec_vrsqrtefp(vector float __a) vec_vrsqrtefp() argument
8575 vec_test_swsqrt(vector double __a) vec_test_swsqrt() argument
8579 vec_test_swsqrts(vector float __a) vec_test_swsqrts() argument
8589 vec_sel(vector signed char __a,vector signed char __b,vector unsigned char __c) vec_sel() argument
8594 vec_sel(vector signed char __a,vector signed char __b,vector bool char __c) vec_sel() argument
8599 vec_sel(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) vec_sel() argument
8605 vec_sel(vector unsigned char __a,vector unsigned char __b,vector bool char __c) vec_sel() argument
8610 vec_sel(vector bool char __a,vector bool char __b,vector unsigned char __c) vec_sel() argument
8614 vec_sel(vector bool char __a,vector bool char __b,vector bool char __c) vec_sel() argument
8620 vec_sel(vector short __a,vector short __b,vector unsigned short __c) vec_sel() argument
8626 vec_sel(vector short __a,vector short __b,vector bool short __c) vec_sel() argument
8633 vec_sel(vector unsigned short __a,vector unsigned short __b,vector unsigned short __c) vec_sel() argument
8639 vec_sel(vector unsigned short __a,vector unsigned short __b,vector bool short __c) vec_sel() argument
8646 vec_sel(vector bool short __a,vector bool short __b,vector unsigned short __c) vec_sel() argument
8651 vec_sel(vector bool short __a,vector bool short __b,vector bool short __c) vec_sel() argument
8655 vec_sel(vector int __a,vector int __b,vector unsigned int __c) vec_sel() argument
8661 vec_sel(vector int __a,vector int __b,vector bool int __c) vec_sel() argument
8668 vec_sel(vector unsigned int __a,vector unsigned int __b,vector unsigned int __c) vec_sel() argument
8673 vec_sel(vector unsigned int __a,vector unsigned int __b,vector bool int __c) vec_sel() argument
8678 vec_sel(vector bool int __a,vector bool int __b,vector unsigned int __c) vec_sel() argument
8682 vec_sel(vector bool int __a,vector bool int __b,vector bool int __c) vec_sel() argument
8688 vec_sel(vector float __a,vector float __b,vector unsigned int __c) vec_sel() argument
8696 vec_sel(vector float __a,vector float __b,vector bool int __c) vec_sel() argument
8706 vec_sel(vector double __a,vector double __b,vector bool long long __c) vec_sel() argument
8713 vec_sel(vector double __a,vector double __b,vector unsigned long long __c) vec_sel() argument
8720 vec_sel(vector bool long long __a,vector bool long long __b,vector bool long long __c) vec_sel() argument
8726 vec_sel(vector bool long long __a,vector bool long long __b,vector unsigned long long __c) vec_sel() argument
8733 vec_sel(vector signed long long __a,vector signed long long __b,vector bool long long __c) vec_sel() argument
8740 vec_sel(vector signed long long __a,vector signed long long __b,vector unsigned long long __c) vec_sel() argument
8747 vec_sel(vector unsigned long long __a,vector unsigned long long __b,vector bool long long __c) vec_sel() argument
8754 vec_sel(vector unsigned long long __a,vector unsigned long long __b,vector unsigned long long __c) vec_sel() argument
8763 vec_vsel(vector signed char __a,vector signed char __b,vector unsigned char __c) vec_vsel() argument
8768 vec_vsel(vector signed char __a,vector signed char __b,vector bool char __c) vec_vsel() argument
8773 vec_vsel(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) vec_vsel() argument
8779 vec_vsel(vector unsigned char __a,vector unsigned char __b,vector bool char __c) vec_vsel() argument
8784 vec_vsel(vector bool char __a,vector bool char __b,vector unsigned char __c) vec_vsel() argument
8788 vec_vsel(vector bool char __a,vector bool char __b,vector bool char __c) vec_vsel() argument
8795 vec_vsel(vector short __a,vector short __b,vector unsigned short __c) vec_vsel() argument
8799 vec_vsel(vector short __a,vector short __b,vector bool short __c) vec_vsel() argument
8806 vec_vsel(vector unsigned short __a,vector unsigned short __b,vector unsigned short __c) vec_vsel() argument
8812 vec_vsel(vector unsigned short __a,vector unsigned short __b,vector bool short __c) vec_vsel() argument
8819 vec_vsel(vector bool short __a,vector bool short __b,vector unsigned short __c) vec_vsel() argument
8824 vec_vsel(vector bool short __a,vector bool short __b,vector bool short __c) vec_vsel() argument
8828 vec_vsel(vector int __a,vector int __b,vector unsigned int __c) vec_vsel() argument
8834 vec_vsel(vector int __a,vector int __b,vector bool int __c) vec_vsel() argument
8841 vec_vsel(vector unsigned int __a,vector unsigned int __b,vector unsigned int __c) vec_vsel() argument
8846 vec_vsel(vector unsigned int __a,vector unsigned int __b,vector bool int __c) vec_vsel() argument
8851 vec_vsel(vector bool int __a,vector bool int __b,vector unsigned int __c) vec_vsel() argument
8855 vec_vsel(vector bool int __a,vector bool int __b,vector bool int __c) vec_vsel() argument
8861 vec_vsel(vector float __a,vector float __b,vector unsigned int __c) vec_vsel() argument
8869 vec_vsel(vector float __a,vector float __b,vector bool int __c) vec_vsel() argument
8882 vec_sl(vector unsigned char __a,vector unsigned char __b) vec_sl() argument
8888 vec_sl(vector signed char __a,vector unsigned char __b) vec_sl() argument
8893 vec_sl(vector unsigned short __a,vector unsigned short __b) vec_sl() argument
8898 vec_sl(vector short __a,vector unsigned short __b) vec_sl() argument
8904 vec_sl(vector unsigned int __a,vector unsigned int __b) vec_sl() argument
8909 vec_sl(vector int __a,vector unsigned int __b) vec_sl() argument
8916 vec_sl(vector unsigned long long __a,vector unsigned long long __b) vec_sl() argument
8922 vec_sl(vector long long __a,vector unsigned long long __b) vec_sl() argument
8929 vec_sl(vector unsigned long long __a,vector unsigned long long __b) vec_sl() argument
8968 vec_sl(vector long long __a,vector unsigned long long __b) vec_sl() argument
8978 vec_vslb(vector signed char __a,vector unsigned char __b) vec_vslb() argument
8983 vec_vslb(vector unsigned char __a,vector unsigned char __b) vec_vslb() argument
8992 vec_vslh(vector short __a,vector unsigned short __b) vec_vslh() argument
8997 vec_vslh(vector unsigned short __a,vector unsigned short __b) vec_vslh() argument
9005 vec_vslw(vector int __a,vector unsigned int __b) vec_vslw() argument
9011 vec_vslw(vector unsigned int __a,vector unsigned int __b) vec_vslw() argument
9020 vec_sld(vector signed char __a,vector signed char __b,unsigned const int __c) vec_sld() argument
9038 vec_sld(vector unsigned char __a,vector unsigned char __b,unsigned const int __c) vec_sld() argument
9057 vec_sld(vector bool char __a,vector bool char __b,unsigned const int __c) vec_sld() argument
9075 vec_sld(vector signed short __a,vector signed short __b,unsigned const int __c) vec_sld() argument
9093 vec_sld(vector unsigned short __a,vector unsigned short __b,unsigned const int __c) vec_sld() argument
9112 vec_sld(vector bool short __a,vector bool short __b,unsigned const int __c) vec_sld() argument
9129 vec_sld(vector pixel __a,vector pixel __b,unsigned const int __c) vec_sld() argument
9149 vec_sld(vector signed int __a,vector signed int __b,unsigned const int __c) vec_sld() argument
9167 vec_sld(vector unsigned int __a,vector unsigned int __b,unsigned const int __c) vec_sld() argument
9184 vec_sld(vector bool int __a,vector bool int __b,unsigned const int __c) vec_sld() argument
9203 vec_sld(vector float __a,vector float __b,unsigned const int __c) vec_sld() argument
9224 vec_sld(vector bool long long __a,vector bool long long __b,unsigned const int __c) vec_sld() argument
9243 vec_sld(vector signed long long __a,vector signed long long __b,unsigned const int __c) vec_sld() argument
9262 vec_sld(vector unsigned long long __a,vector unsigned long long __b,unsigned const int __c) vec_sld() argument
9280 vec_sld(vector double __a,vector double __b,unsigned const int __c) vec_sld() argument
9302 vec_sldw(vector signed char __a,vector signed char __b,unsigned const int __c) vec_sldw() argument
9307 vec_sldw(vector unsigned char __a,vector unsigned char __b,unsigned const int __c) vec_sldw() argument
9313 vec_sldw(vector signed short __a,vector signed short __b,unsigned const int __c) vec_sldw() argument
9318 vec_sldw(vector unsigned short __a,vector unsigned short __b,unsigned const int __c) vec_sldw() argument
9324 vec_sldw(vector signed int __a,vector signed int __b,unsigned const int __c) vec_sldw() argument
9329 vec_sldw(vector unsigned int __a,vector unsigned int __b,unsigned const int __c) vec_sldw() argument
9334 vec_sldw(vector float __a,vector float __b,unsigned const int __c) vec_sldw() argument
9340 vec_sldw(vector signed long long __a,vector signed long long __b,unsigned const int __c) vec_sldw() argument
9346 vec_sldw(vector unsigned long long __a,vector unsigned long long __b,unsigned const int __c) vec_sldw() argument
9352 vec_sldw(vector double __a,vector double __b,unsigned const int __c) vec_sldw() argument
9360 vec_slv(vector unsigned char __a,vector unsigned char __b) vec_slv() argument
9366 vec_srv(vector unsigned char __a,vector unsigned char __b) vec_srv() argument
9374 vec_vsldoi(vector signed char __a,vector signed char __b,unsigned char __c) vec_vsldoi() argument
9392 vec_vsldoi(vector unsigned char __a,vector unsigned char __b,unsigned char __c) vec_vsldoi() argument
9409 vec_vsldoi(vector short __a,vector short __b,unsigned char __c) vec_vsldoi() argument
9429 vec_vsldoi(vector unsigned short __a,vector unsigned short __b,unsigned char __c) vec_vsldoi() argument
9446 vec_vsldoi(vector pixel __a,vector pixel __b,unsigned char __c) vec_vsldoi() argument
9465 vec_vsldoi(vector int __a,vector int __b,unsigned char __c) vec_vsldoi() argument
9485 vec_vsldoi(vector unsigned int __a,vector unsigned int __b,unsigned char __c) vec_vsldoi() argument
9502 vec_vsldoi(vector float __a,vector float __b,unsigned char __c) vec_vsldoi() argument
9524 vec_sll(vector signed char __a,vector unsigned char __b) vec_sll() argument
9530 vec_sll(vector signed char __a,vector unsigned short __b) vec_sll() argument
9536 vec_sll(vector signed char __a,vector unsigned int __b) vec_sll() argument
9542 vec_sll(vector unsigned char __a,vector unsigned char __b) vec_sll() argument
9548 vec_sll(vector unsigned char __a,vector unsigned short __b) vec_sll() argument
9554 vec_sll(vector unsigned char __a,vector unsigned int __b) vec_sll() argument
9560 vec_sll(vector bool char __a,vector unsigned char __b) vec_sll() argument
9566 vec_sll(vector bool char __a,vector unsigned short __b) vec_sll() argument
9572 vec_sll(vector bool char __a,vector unsigned int __b) vec_sll() argument
9577 vec_sll(vector short __a,vector unsigned char __b) vec_sll() argument
9582 vec_sll(vector short __a,vector unsigned short __b) vec_sll() argument
9587 vec_sll(vector short __a,vector unsigned int __b) vec_sll() argument
9593 vec_sll(vector unsigned short __a,vector unsigned char __b) vec_sll() argument
9599 vec_sll(vector unsigned short __a,vector unsigned short __b) vec_sll() argument
9605 vec_sll(vector unsigned short __a,vector unsigned int __b) vec_sll() argument
9611 vec_sll(vector bool short __a,vector unsigned char __b) vec_sll() argument
9617 vec_sll(vector bool short __a,vector unsigned short __b) vec_sll() argument
9623 vec_sll(vector bool short __a,vector unsigned int __b) vec_sll() argument
9628 vec_sll(vector pixel __a,vector unsigned char __b) vec_sll() argument
9633 vec_sll(vector pixel __a,vector unsigned short __b) vec_sll() argument
9638 vec_sll(vector pixel __a,vector unsigned int __b) vec_sll() argument
9643 vec_sll(vector int __a,vector unsigned char __b) vec_sll() argument
9648 vec_sll(vector int __a,vector unsigned short __b) vec_sll() argument
9653 vec_sll(vector int __a,vector unsigned int __b) vec_sll() argument
9659 vec_sll(vector unsigned int __a,vector unsigned char __b) vec_sll() argument
9665 vec_sll(vector unsigned int __a,vector unsigned short __b) vec_sll() argument
9671 vec_sll(vector unsigned int __a,vector unsigned int __b) vec_sll() argument
9677 vec_sll(vector bool int __a,vector unsigned char __b) vec_sll() argument
9683 vec_sll(vector bool int __a,vector unsigned short __b) vec_sll() argument
9689 vec_sll(vector bool int __a,vector unsigned int __b) vec_sll() argument
9696 vec_sll(vector signed long long __a,vector unsigned char __b) vec_sll() argument
9702 vec_sll(vector unsigned long long __a,vector unsigned char __b) vec_sll() argument
9711 vec_vsl(vector signed char __a,vector unsigned char __b) vec_vsl() argument
9717 vec_vsl(vector signed char __a,vector unsigned short __b) vec_vsl() argument
9723 vec_vsl(vector signed char __a,vector unsigned int __b) vec_vsl() argument
9729 vec_vsl(vector unsigned char __a,vector unsigned char __b) vec_vsl() argument
9735 vec_vsl(vector unsigned char __a,vector unsigned short __b) vec_vsl() argument
9741 vec_vsl(vector unsigned char __a,vector unsigned int __b) vec_vsl() argument
9747 vec_vsl(vector bool char __a,vector unsigned char __b) vec_vsl() argument
9753 vec_vsl(vector bool char __a,vector unsigned short __b) vec_vsl() argument
9759 vec_vsl(vector bool char __a,vector unsigned int __b) vec_vsl() argument
9764 vec_vsl(vector short __a,vector unsigned char __b) vec_vsl() argument
9769 vec_vsl(vector short __a,vector unsigned short __b) vec_vsl() argument
9774 vec_vsl(vector short __a,vector unsigned int __b) vec_vsl() argument
9780 vec_vsl(vector unsigned short __a,vector unsigned char __b) vec_vsl() argument
9786 vec_vsl(vector unsigned short __a,vector unsigned short __b) vec_vsl() argument
9792 vec_vsl(vector unsigned short __a,vector unsigned int __b) vec_vsl() argument
9798 vec_vsl(vector bool short __a,vector unsigned char __b) vec_vsl() argument
9804 vec_vsl(vector bool short __a,vector unsigned short __b) vec_vsl() argument
9810 vec_vsl(vector bool short __a,vector unsigned int __b) vec_vsl() argument
9815 vec_vsl(vector pixel __a,vector unsigned char __b) vec_vsl() argument
9820 vec_vsl(vector pixel __a,vector unsigned short __b) vec_vsl() argument
9825 vec_vsl(vector pixel __a,vector unsigned int __b) vec_vsl() argument
9830 vec_vsl(vector int __a,vector unsigned char __b) vec_vsl() argument
9835 vec_vsl(vector int __a,vector unsigned short __b) vec_vsl() argument
9840 vec_vsl(vector int __a,vector unsigned int __b) vec_vsl() argument
9846 vec_vsl(vector unsigned int __a,vector unsigned char __b) vec_vsl() argument
9852 vec_vsl(vector unsigned int __a,vector unsigned short __b) vec_vsl() argument
9858 vec_vsl(vector unsigned int __a,vector unsigned int __b) vec_vsl() argument
9864 vec_vsl(vector bool int __a,vector unsigned char __b) vec_vsl() argument
9870 vec_vsl(vector bool int __a,vector unsigned short __b) vec_vsl() argument
9876 vec_vsl(vector bool int __a,vector unsigned int __b) vec_vsl() argument
9884 vec_slo(vector signed char __a,vector signed char __b) vec_slo() argument
9890 vec_slo(vector signed char __a,vector unsigned char __b) vec_slo() argument
9896 vec_slo(vector unsigned char __a,vector signed char __b) vec_slo() argument
9902 vec_slo(vector unsigned char __a,vector unsigned char __b) vec_slo() argument
9907 vec_slo(vector short __a,vector signed char __b) vec_slo() argument
9912 vec_slo(vector short __a,vector unsigned char __b) vec_slo() argument
9918 vec_slo(vector unsigned short __a,vector signed char __b) vec_slo() argument
9924 vec_slo(vector unsigned short __a,vector unsigned char __b) vec_slo() argument
9929 vec_slo(vector pixel __a,vector signed char __b) vec_slo() argument
9934 vec_slo(vector pixel __a,vector unsigned char __b) vec_slo() argument
9939 vec_slo(vector int __a,vector signed char __b) vec_slo() argument
9944 vec_slo(vector int __a,vector unsigned char __b) vec_slo() argument
9950 vec_slo(vector unsigned int __a,vector signed char __b) vec_slo() argument
9956 vec_slo(vector unsigned int __a,vector unsigned char __b) vec_slo() argument
9961 vec_slo(vector float __a,vector signed char __b) vec_slo() argument
9966 vec_slo(vector float __a,vector unsigned char __b) vec_slo() argument
9973 vec_slo(vector signed long long __a,vector signed char __b) vec_slo() argument
9979 vec_slo(vector signed long long __a,vector unsigned char __b) vec_slo() argument
9985 vec_slo(vector unsigned long long __a,vector signed char __b) vec_slo() argument
9991 vec_slo(vector unsigned long long __a,vector unsigned char __b) vec_slo() argument
10000 vec_vslo(vector signed char __a,vector signed char __b) vec_vslo() argument
10006 vec_vslo(vector signed char __a,vector unsigned char __b) vec_vslo() argument
10012 vec_vslo(vector unsigned char __a,vector signed char __b) vec_vslo() argument
10018 vec_vslo(vector unsigned char __a,vector unsigned char __b) vec_vslo() argument
10023 vec_vslo(vector short __a,vector signed char __b) vec_vslo() argument
10028 vec_vslo(vector short __a,vector unsigned char __b) vec_vslo() argument
10034 vec_vslo(vector unsigned short __a,vector signed char __b) vec_vslo() argument
10040 vec_vslo(vector unsigned short __a,vector unsigned char __b) vec_vslo() argument
10045 vec_vslo(vector pixel __a,vector signed char __b) vec_vslo() argument
10050 vec_vslo(vector pixel __a,vector unsigned char __b) vec_vslo() argument
10055 vec_vslo(vector int __a,vector signed char __b) vec_vslo() argument
10060 vec_vslo(vector int __a,vector unsigned char __b) vec_vslo() argument
10066 vec_vslo(vector unsigned int __a,vector signed char __b) vec_vslo() argument
10072 vec_vslo(vector unsigned int __a,vector unsigned char __b) vec_vslo() argument
10077 vec_vslo(vector float __a,vector signed char __b) vec_vslo() argument
10082 vec_vslo(vector float __a,vector unsigned char __b) vec_vslo() argument
10090 vec_splat(vector signed char __a,unsigned const int __b) vec_splat() argument
10095 vec_splat(vector unsigned char __a,unsigned const int __b) vec_splat() argument
10100 vec_splat(vector bool char __a,unsigned const int __b) vec_splat() argument
10105 vec_splat(vector signed short __a,unsigned const int __b) vec_splat() argument
10114 vec_splat(vector unsigned short __a,unsigned const int __b) vec_splat() argument
10123 vec_splat(vector bool short __a,unsigned const int __b) vec_splat() argument
10131 vec_splat(vector pixel __a,unsigned const int __b) vec_splat() argument
10141 vec_splat(vector signed int __a,unsigned const int __b) vec_splat() argument
10150 vec_splat(vector unsigned int __a,unsigned const int __b) vec_splat() argument
10159 vec_splat(vector bool int __a,unsigned const int __b) vec_splat() argument
10167 vec_splat(vector float __a,unsigned const int __b) vec_splat() argument
10177 vec_splat(vector double __a,unsigned const int __b) vec_splat() argument
10187 vec_splat(vector bool long long __a,unsigned const int __b) vec_splat() argument
10196 vec_splat(vector signed long long __a,unsigned const int __b) vec_splat() argument
10205 vec_splat(vector unsigned long long __a,unsigned const int __b) vec_splat() argument
10220 vec_vspltb(vector signed char __a,unsigned char __b) vec_vspltb() argument
10225 vec_vspltb(vector unsigned char __a,unsigned char __b) vec_vspltb() argument
10229 vec_vspltb(vector bool char __a,unsigned char __b) vec_vspltb() argument
10238 vec_vsplth(vector short __a,unsigned char __b) vec_vsplth() argument
10248 vec_vsplth(vector unsigned short __a,unsigned char __b) vec_vsplth() argument
10257 vec_vsplth(vector bool short __a,unsigned char __b) vec_vsplth() argument
10265 vec_vsplth(vector pixel __a,unsigned char __b) vec_vsplth() argument
10278 vec_vspltw(vector int __a,unsigned char __b) vec_vspltw() argument
10288 vec_vspltw(vector unsigned int __a,unsigned char __b) vec_vspltw() argument
10296 vec_vspltw(vector bool int __a,unsigned char __b) vec_vspltw() argument
10305 vec_vspltw(vector float __a,unsigned char __b) vec_vspltw() argument
10320 vec_splat_s8(signed char __a) vec_splat_s8() argument
10328 vec_vspltisb(signed char __a) vec_vspltisb() argument
10337 vec_splat_s16(signed char __a) vec_splat_s16() argument
10344 vec_vspltish(signed char __a) vec_vspltish() argument
10353 vec_splat_s32(signed char __a) vec_splat_s32() argument
10360 vec_vspltisw(signed char __a) vec_vspltisw() argument
10368 vec_splat_u8(unsigned char __a) vec_splat_u8() argument
10376 vec_splat_u16(signed char __a) vec_splat_u16() argument
10384 vec_splat_u32(signed char __a) vec_splat_u32() argument
10393 vec_sr(vector unsigned char __a,vector unsigned char __b) vec_sr() argument
10399 vec_sr(vector signed char __a,vector unsigned char __b) vec_sr() argument
10404 vec_sr(vector unsigned short __a,vector unsigned short __b) vec_sr() argument
10409 vec_sr(vector short __a,vector unsigned short __b) vec_sr() argument
10415 vec_sr(vector unsigned int __a,vector unsigned int __b) vec_sr() argument
10420 vec_sr(vector int __a,vector unsigned int __b) vec_sr() argument
10427 vec_sr(vector unsigned long long __a,vector unsigned long long __b) vec_sr() argument
10433 vec_sr(vector long long __a,vector unsigned long long __b) vec_sr() argument
10438 vec_sr(vector unsigned long long __a,vector unsigned long long __b) vec_sr() argument
10477 vec_sr(vector long long __a,vector unsigned long long __b) vec_sr() argument
10487 vec_vsrb(vector signed char __a,vector unsigned char __b) vec_vsrb() argument
10492 vec_vsrb(vector unsigned char __a,vector unsigned char __b) vec_vsrb() argument
10501 vec_vsrh(vector short __a,vector unsigned short __b) vec_vsrh() argument
10506 vec_vsrh(vector unsigned short __a,vector unsigned short __b) vec_vsrh() argument
10514 vec_vsrw(vector int __a,vector unsigned int __b) vec_vsrw() argument
10520 vec_vsrw(vector unsigned int __a,vector unsigned int __b) vec_vsrw() argument
10527 vec_sra(vector signed char __a,vector unsigned char __b) vec_sra() argument
10532 vec_sra(vector unsigned char __a,vector unsigned char __b) vec_sra() argument
10536 vec_sra(vector short __a,vector unsigned short __b) vec_sra() argument
10542 vec_sra(vector unsigned short __a,vector unsigned short __b) vec_sra() argument
10546 vec_sra(vector int __a,vector unsigned int __b) vec_sra() argument
10552 vec_sra(vector unsigned int __a,vector unsigned int __b) vec_sra() argument
10558 vec_sra(vector signed long long __a,vector unsigned long long __b) vec_sra() argument
10563 vec_sra(vector unsigned long long __a,vector unsigned long long __b) vec_sra() argument
10568 vec_sra(vector signed long long __a,vector unsigned long long __b) vec_sra() argument
10574 vec_sra(vector unsigned long long __a,vector unsigned long long __b) vec_sra() argument
10583 vec_vsrab(vector signed char __a,vector unsigned char __b) vec_vsrab() argument
10588 vec_vsrab(vector unsigned char __a,vector unsigned char __b) vec_vsrab() argument
10595 vec_vsrah(vector short __a,vector unsigned short __b) vec_vsrah() argument
10600 vec_vsrah(vector unsigned short __a,vector unsigned short __b) vec_vsrah() argument
10606 vec_vsraw(vector int __a,vector unsigned int __b) vec_vsraw() argument
10612 vec_vsraw(vector unsigned int __a,vector unsigned int __b) vec_vsraw() argument
10619 vec_srl(vector signed char __a,vector unsigned char __b) vec_srl() argument
10625 vec_srl(vector signed char __a,vector unsigned short __b) vec_srl() argument
10631 vec_srl(vector signed char __a,vector unsigned int __b) vec_srl() argument
10637 vec_srl(vector unsigned char __a,vector unsigned char __b) vec_srl() argument
10643 vec_srl(vector unsigned char __a,vector unsigned short __b) vec_srl() argument
10649 vec_srl(vector unsigned char __a,vector unsigned int __b) vec_srl() argument
10655 vec_srl(vector bool char __a,vector unsigned char __b) vec_srl() argument
10661 vec_srl(vector bool char __a,vector unsigned short __b) vec_srl() argument
10667 vec_srl(vector bool char __a,vector unsigned int __b) vec_srl() argument
10672 vec_srl(vector short __a,vector unsigned char __b) vec_srl() argument
10677 vec_srl(vector short __a,vector unsigned short __b) vec_srl() argument
10682 vec_srl(vector short __a,vector unsigned int __b) vec_srl() argument
10688 vec_srl(vector unsigned short __a,vector unsigned char __b) vec_srl() argument
10694 vec_srl(vector unsigned short __a,vector unsigned short __b) vec_srl() argument
10700 vec_srl(vector unsigned short __a,vector unsigned int __b) vec_srl() argument
10706 vec_srl(vector bool short __a,vector unsigned char __b) vec_srl() argument
10712 vec_srl(vector bool short __a,vector unsigned short __b) vec_srl() argument
10718 vec_srl(vector bool short __a,vector unsigned int __b) vec_srl() argument
10723 vec_srl(vector pixel __a,vector unsigned char __b) vec_srl() argument
10728 vec_srl(vector pixel __a,vector unsigned short __b) vec_srl() argument
10733 vec_srl(vector pixel __a,vector unsigned int __b) vec_srl() argument
10738 vec_srl(vector int __a,vector unsigned char __b) vec_srl() argument
10743 vec_srl(vector int __a,vector unsigned short __b) vec_srl() argument
10748 vec_srl(vector int __a,vector unsigned int __b) vec_srl() argument
10754 vec_srl(vector unsigned int __a,vector unsigned char __b) vec_srl() argument
10760 vec_srl(vector unsigned int __a,vector unsigned short __b) vec_srl() argument
10766 vec_srl(vector unsigned int __a,vector unsigned int __b) vec_srl() argument
10772 vec_srl(vector bool int __a,vector unsigned char __b) vec_srl() argument
10778 vec_srl(vector bool int __a,vector unsigned short __b) vec_srl() argument
10784 vec_srl(vector bool int __a,vector unsigned int __b) vec_srl() argument
10791 vec_srl(vector signed long long __a,vector unsigned char __b) vec_srl() argument
10797 vec_srl(vector unsigned long long __a,vector unsigned char __b) vec_srl() argument
10806 vec_vsr(vector signed char __a,vector unsigned char __b) vec_vsr() argument
10812 vec_vsr(vector signed char __a,vector unsigned short __b) vec_vsr() argument
10818 vec_vsr(vector signed char __a,vector unsigned int __b) vec_vsr() argument
10824 vec_vsr(vector unsigned char __a,vector unsigned char __b) vec_vsr() argument
10830 vec_vsr(vector unsigned char __a,vector unsigned short __b) vec_vsr() argument
10836 vec_vsr(vector unsigned char __a,vector unsigned int __b) vec_vsr() argument
10842 vec_vsr(vector bool char __a,vector unsigned char __b) vec_vsr() argument
10848 vec_vsr(vector bool char __a,vector unsigned short __b) vec_vsr() argument
10854 vec_vsr(vector bool char __a,vector unsigned int __b) vec_vsr() argument
10859 vec_vsr(vector short __a,vector unsigned char __b) vec_vsr() argument
10864 vec_vsr(vector short __a,vector unsigned short __b) vec_vsr() argument
10869 vec_vsr(vector short __a,vector unsigned int __b) vec_vsr() argument
10875 vec_vsr(vector unsigned short __a,vector unsigned char __b) vec_vsr() argument
10881 vec_vsr(vector unsigned short __a,vector unsigned short __b) vec_vsr() argument
10887 vec_vsr(vector unsigned short __a,vector unsigned int __b) vec_vsr() argument
10893 vec_vsr(vector bool short __a,vector unsigned char __b) vec_vsr() argument
10899 vec_vsr(vector bool short __a,vector unsigned short __b) vec_vsr() argument
10905 vec_vsr(vector bool short __a,vector unsigned int __b) vec_vsr() argument
10910 vec_vsr(vector pixel __a,vector unsigned char __b) vec_vsr() argument
10915 vec_vsr(vector pixel __a,vector unsigned short __b) vec_vsr() argument
10920 vec_vsr(vector pixel __a,vector unsigned int __b) vec_vsr() argument
10925 vec_vsr(vector int __a,vector unsigned char __b) vec_vsr() argument
10930 vec_vsr(vector int __a,vector unsigned short __b) vec_vsr() argument
10935 vec_vsr(vector int __a,vector unsigned int __b) vec_vsr() argument
10941 vec_vsr(vector unsigned int __a,vector unsigned char __b) vec_vsr() argument
10947 vec_vsr(vector unsigned int __a,vector unsigned short __b) vec_vsr() argument
10953 vec_vsr(vector unsigned int __a,vector unsigned int __b) vec_vsr() argument
10959 vec_vsr(vector bool int __a,vector unsigned char __b) vec_vsr() argument
10965 vec_vsr(vector bool int __a,vector unsigned short __b) vec_vsr() argument
10971 vec_vsr(vector bool int __a,vector unsigned int __b) vec_vsr() argument
10979 vec_sro(vector signed char __a,vector signed char __b) vec_sro() argument
10985 vec_sro(vector signed char __a,vector unsigned char __b) vec_sro() argument
10991 vec_sro(vector unsigned char __a,vector signed char __b) vec_sro() argument
10997 vec_sro(vector unsigned char __a,vector unsigned char __b) vec_sro() argument
11002 vec_sro(vector short __a,vector signed char __b) vec_sro() argument
11007 vec_sro(vector short __a,vector unsigned char __b) vec_sro() argument
11013 vec_sro(vector unsigned short __a,vector signed char __b) vec_sro() argument
11019 vec_sro(vector unsigned short __a,vector unsigned char __b) vec_sro() argument
11024 vec_sro(vector pixel __a,vector signed char __b) vec_sro() argument
11029 vec_sro(vector pixel __a,vector unsigned char __b) vec_sro() argument
11034 vec_sro(vector int __a,vector signed char __b) vec_sro() argument
11039 vec_sro(vector int __a,vector unsigned char __b) vec_sro() argument
11045 vec_sro(vector unsigned int __a,vector signed char __b) vec_sro() argument
11051 vec_sro(vector unsigned int __a,vector unsigned char __b) vec_sro() argument
11056 vec_sro(vector float __a,vector signed char __b) vec_sro() argument
11061 vec_sro(vector float __a,vector unsigned char __b) vec_sro() argument
11068 vec_sro(vector signed long long __a,vector signed char __b) vec_sro() argument
11074 vec_sro(vector signed long long __a,vector unsigned char __b) vec_sro() argument
11080 vec_sro(vector unsigned long long __a,vector signed char __b) vec_sro() argument
11086 vec_sro(vector unsigned long long __a,vector unsigned char __b) vec_sro() argument
11095 vec_vsro(vector signed char __a,vector signed char __b) vec_vsro() argument
11101 vec_vsro(vector signed char __a,vector unsigned char __b) vec_vsro() argument
11107 vec_vsro(vector unsigned char __a,vector signed char __b) vec_vsro() argument
11113 vec_vsro(vector unsigned char __a,vector unsigned char __b) vec_vsro() argument
11118 vec_vsro(vector short __a,vector signed char __b) vec_vsro() argument
11123 vec_vsro(vector short __a,vector unsigned char __b) vec_vsro() argument
11129 vec_vsro(vector unsigned short __a,vector signed char __b) vec_vsro() argument
11135 vec_vsro(vector unsigned short __a,vector unsigned char __b) vec_vsro() argument
11140 vec_vsro(vector pixel __a,vector signed char __b) vec_vsro() argument
11145 vec_vsro(vector pixel __a,vector unsigned char __b) vec_vsro() argument
11150 vec_vsro(vector int __a,vector signed char __b) vec_vsro() argument
11155 vec_vsro(vector int __a,vector unsigned char __b) vec_vsro() argument
11161 vec_vsro(vector unsigned int __a,vector signed char __b) vec_vsro() argument
11167 vec_vsro(vector unsigned int __a,vector unsigned char __b) vec_vsro() argument
11172 vec_vsro(vector float __a,vector signed char __b) vec_vsro() argument
11177 vec_vsro(vector float __a,vector unsigned char __b) vec_vsro() argument
11184 vec_st(vector signed char __a,long __b,vector signed char * __c) vec_st() argument
11189 vec_st(vector signed char __a,long __b,signed char * __c) vec_st() argument
11194 vec_st(vector unsigned char __a,long __b,vector unsigned char * __c) vec_st() argument
11199 vec_st(vector unsigned char __a,long __b,unsigned char * __c) vec_st() argument
11204 vec_st(vector bool char __a,long __b,signed char * __c) vec_st() argument
11209 vec_st(vector bool char __a,long __b,unsigned char * __c) vec_st() argument
11214 vec_st(vector bool char __a,long __b,vector bool char * __c) vec_st() argument
11219 vec_st(vector short __a,long __b,vector short * __c) vec_st() argument
11224 vec_st(vector short __a,long __b,short * __c) vec_st() argument
11229 vec_st(vector unsigned short __a,long __b,vector unsigned short * __c) vec_st() argument
11234 vec_st(vector unsigned short __a,long __b,unsigned short * __c) vec_st() argument
11239 vec_st(vector bool short __a,long __b,short * __c) vec_st() argument
11244 vec_st(vector bool short __a,long __b,unsigned short * __c) vec_st() argument
11249 vec_st(vector bool short __a,long __b,vector bool short * __c) vec_st() argument
11254 vec_st(vector pixel __a,long __b,short * __c) vec_st() argument
11259 vec_st(vector pixel __a,long __b,unsigned short * __c) vec_st() argument
11264 vec_st(vector pixel __a,long __b,vector pixel * __c) vec_st() argument
11269 vec_st(vector int __a,long __b,vector int * __c) vec_st() argument
11274 vec_st(vector int __a,long __b,int * __c) vec_st() argument
11278 vec_st(vector unsigned int __a,long __b,vector unsigned int * __c) vec_st() argument
11283 vec_st(vector unsigned int __a,long __b,unsigned int * __c) vec_st() argument
11288 vec_st(vector bool int __a,long __b,int * __c) vec_st() argument
11293 vec_st(vector bool int __a,long __b,unsigned int * __c) vec_st() argument
11298 vec_st(vector bool int __a,long __b,vector bool int * __c) vec_st() argument
11303 vec_st(vector float __a,long __b,vector float * __c) vec_st() argument
11308 vec_st(vector float __a,long __b,float * __c) vec_st() argument
11315 vec_stvx(vector signed char __a,long __b,vector signed char * __c) vec_stvx() argument
11320 vec_stvx(vector signed char __a,long __b,signed char * __c) vec_stvx() argument
11325 vec_stvx(vector unsigned char __a,long __b,vector unsigned char * __c) vec_stvx() argument
11330 vec_stvx(vector unsigned char __a,long __b,unsigned char * __c) vec_stvx() argument
11335 vec_stvx(vector bool char __a,long __b,signed char * __c) vec_stvx() argument
11340 vec_stvx(vector bool char __a,long __b,unsigned char * __c) vec_stvx() argument
11345 vec_stvx(vector bool char __a,long __b,vector bool char * __c) vec_stvx() argument
11350 vec_stvx(vector short __a,long __b,vector short * __c) vec_stvx() argument
11355 vec_stvx(vector short __a,long __b,short * __c) vec_stvx() argument
11360 vec_stvx(vector unsigned short __a,long __b,vector unsigned short * __c) vec_stvx() argument
11365 vec_stvx(vector unsigned short __a,long __b,unsigned short * __c) vec_stvx() argument
11370 vec_stvx(vector bool short __a,long __b,short * __c) vec_stvx() argument
11375 vec_stvx(vector bool short __a,long __b,unsigned short * __c) vec_stvx() argument
11380 vec_stvx(vector bool short __a,long __b,vector bool short * __c) vec_stvx() argument
11385 vec_stvx(vector pixel __a,long __b,short * __c) vec_stvx() argument
11390 vec_stvx(vector pixel __a,long __b,unsigned short * __c) vec_stvx() argument
11395 vec_stvx(vector pixel __a,long __b,vector pixel * __c) vec_stvx() argument
11400 vec_stvx(vector int __a,long __b,vector int * __c) vec_stvx() argument
11405 vec_stvx(vector int __a,long __b,int * __c) vec_stvx() argument
11410 vec_stvx(vector unsigned int __a,long __b,vector unsigned int * __c) vec_stvx() argument
11415 vec_stvx(vector unsigned int __a,long __b,unsigned int * __c) vec_stvx() argument
11420 vec_stvx(vector bool int __a,long __b,int * __c) vec_stvx() argument
11425 vec_stvx(vector bool int __a,long __b,unsigned int * __c) vec_stvx() argument
11430 vec_stvx(vector bool int __a,long __b,vector bool int * __c) vec_stvx() argument
11435 vec_stvx(vector float __a,long __b,vector float * __c) vec_stvx() argument
11440 vec_stvx(vector float __a,long __b,float * __c) vec_stvx() argument
11447 vec_ste(vector signed char __a,long __b,signed char * __c) vec_ste() argument
11452 vec_ste(vector unsigned char __a,long __b,unsigned char * __c) vec_ste() argument
11457 vec_ste(vector bool char __a,long __b,signed char * __c) vec_ste() argument
11462 vec_ste(vector bool char __a,long __b,unsigned char * __c) vec_ste() argument
11467 vec_ste(vector short __a,long __b,short * __c) vec_ste() argument
11472 vec_ste(vector unsigned short __a,long __b,unsigned short * __c) vec_ste() argument
11477 vec_ste(vector bool short __a,long __b,short * __c) vec_ste() argument
11482 vec_ste(vector bool short __a,long __b,unsigned short * __c) vec_ste() argument
11487 vec_ste(vector pixel __a,long __b,short * __c) vec_ste() argument
11492 vec_ste(vector pixel __a,long __b,unsigned short * __c) vec_ste() argument
11497 vec_ste(vector int __a,long __b,int * __c) vec_ste() argument
11501 vec_ste(vector unsigned int __a,long __b,unsigned int * __c) vec_ste() argument
11506 vec_ste(vector bool int __a,long __b,int * __c) vec_ste() argument
11511 vec_ste(vector bool int __a,long __b,unsigned int * __c) vec_ste() argument
11516 vec_ste(vector float __a,long __b,float * __c) vec_ste() argument
11523 vec_stvebx(vector signed char __a,long __b,signed char * __c) vec_stvebx() argument
11528 vec_stvebx(vector unsigned char __a,long __b,unsigned char * __c) vec_stvebx() argument
11533 vec_stvebx(vector bool char __a,long __b,signed char * __c) vec_stvebx() argument
11538 vec_stvebx(vector bool char __a,long __b,unsigned char * __c) vec_stvebx() argument
11545 vec_stvehx(vector short __a,long __b,short * __c) vec_stvehx() argument
11550 vec_stvehx(vector unsigned short __a,long __b,unsigned short * __c) vec_stvehx() argument
11555 vec_stvehx(vector bool short __a,long __b,short * __c) vec_stvehx() argument
11560 vec_stvehx(vector bool short __a,long __b,unsigned short * __c) vec_stvehx() argument
11565 vec_stvehx(vector pixel __a,long __b,short * __c) vec_stvehx() argument
11570 vec_stvehx(vector pixel __a,long __b,unsigned short * __c) vec_stvehx() argument
11577 vec_stvewx(vector int __a,long __b,int * __c) vec_stvewx() argument
11582 vec_stvewx(vector unsigned int __a,long __b,unsigned int * __c) vec_stvewx() argument
11587 vec_stvewx(vector bool int __a,long __b,int * __c) vec_stvewx() argument
11592 vec_stvewx(vector bool int __a,long __b,unsigned int * __c) vec_stvewx() argument
11597 vec_stvewx(vector float __a,long __b,float * __c) vec_stvewx() argument
11604 vec_stl(vector signed char __a,int __b,vector signed char * __c) vec_stl() argument
11609 vec_stl(vector signed char __a,int __b,signed char * __c) vec_stl() argument
11614 vec_stl(vector unsigned char __a,int __b,vector unsigned char * __c) vec_stl() argument
11619 vec_stl(vector unsigned char __a,int __b,unsigned char * __c) vec_stl() argument
11624 vec_stl(vector bool char __a,int __b,signed char * __c) vec_stl() argument
11629 vec_stl(vector bool char __a,int __b,unsigned char * __c) vec_stl() argument
11634 vec_stl(vector bool char __a,int __b,vector bool char * __c) vec_stl() argument
11639 vec_stl(vector short __a,int __b,vector short * __c) vec_stl() argument
11644 vec_stl(vector short __a,int __b,short * __c) vec_stl() argument
11649 vec_stl(vector unsigned short __a,int __b,vector unsigned short * __c) vec_stl() argument
11654 vec_stl(vector unsigned short __a,int __b,unsigned short * __c) vec_stl() argument
11659 vec_stl(vector bool short __a,int __b,short * __c) vec_stl() argument
11664 vec_stl(vector bool short __a,int __b,unsigned short * __c) vec_stl() argument
11669 vec_stl(vector bool short __a,int __b,vector bool short * __c) vec_stl() argument
11674 vec_stl(vector pixel __a,int __b,short * __c) vec_stl() argument
11679 vec_stl(vector pixel __a,int __b,unsigned short * __c) vec_stl() argument
11684 vec_stl(vector pixel __a,int __b,vector pixel * __c) vec_stl() argument
11689 vec_stl(vector int __a,int __b,vector int * __c) vec_stl() argument
11694 vec_stl(vector int __a,int __b,int * __c) vec_stl() argument
11698 vec_stl(vector unsigned int __a,int __b,vector unsigned int * __c) vec_stl() argument
11703 vec_stl(vector unsigned int __a,int __b,unsigned int * __c) vec_stl() argument
11708 vec_stl(vector bool int __a,int __b,int * __c) vec_stl() argument
11713 vec_stl(vector bool int __a,int __b,unsigned int * __c) vec_stl() argument
11718 vec_stl(vector bool int __a,int __b,vector bool int * __c) vec_stl() argument
11723 vec_stl(vector float __a,int __b,vector float * __c) vec_stl() argument
11728 vec_stl(vector float __a,int __b,float * __c) vec_stl() argument
11735 vec_stvxl(vector signed char __a,int __b,vector signed char * __c) vec_stvxl() argument
11740 vec_stvxl(vector signed char __a,int __b,signed char * __c) vec_stvxl() argument
11745 vec_stvxl(vector unsigned char __a,int __b,vector unsigned char * __c) vec_stvxl() argument
11750 vec_stvxl(vector unsigned char __a,int __b,unsigned char * __c) vec_stvxl() argument
11755 vec_stvxl(vector bool char __a,int __b,signed char * __c) vec_stvxl() argument
11760 vec_stvxl(vector bool char __a,int __b,unsigned char * __c) vec_stvxl() argument
11765 vec_stvxl(vector bool char __a,int __b,vector bool char * __c) vec_stvxl() argument
11770 vec_stvxl(vector short __a,int __b,vector short * __c) vec_stvxl() argument
11775 vec_stvxl(vector short __a,int __b,short * __c) vec_stvxl() argument
11780 vec_stvxl(vector unsigned short __a,int __b,vector unsigned short * __c) vec_stvxl() argument
11786 vec_stvxl(vector unsigned short __a,int __b,unsigned short * __c) vec_stvxl() argument
11791 vec_stvxl(vector bool short __a,int __b,short * __c) vec_stvxl() argument
11796 vec_stvxl(vector bool short __a,int __b,unsigned short * __c) vec_stvxl() argument
11801 vec_stvxl(vector bool short __a,int __b,vector bool short * __c) vec_stvxl() argument
11806 vec_stvxl(vector pixel __a,int __b,short * __c) vec_stvxl() argument
11811 vec_stvxl(vector pixel __a,int __b,unsigned short * __c) vec_stvxl() argument
11816 vec_stvxl(vector pixel __a,int __b,vector pixel * __c) vec_stvxl() argument
11821 vec_stvxl(vector int __a,int __b,vector int * __c) vec_stvxl() argument
11826 vec_stvxl(vector int __a,int __b,int * __c) vec_stvxl() argument
11831 vec_stvxl(vector unsigned int __a,int __b,vector unsigned int * __c) vec_stvxl() argument
11836 vec_stvxl(vector unsigned int __a,int __b,unsigned int * __c) vec_stvxl() argument
11841 vec_stvxl(vector bool int __a,int __b,int * __c) vec_stvxl() argument
11846 vec_stvxl(vector bool int __a,int __b,unsigned int * __c) vec_stvxl() argument
11851 vec_stvxl(vector bool int __a,int __b,vector bool int * __c) vec_stvxl() argument
11856 vec_stvxl(vector float __a,int __b,vector float * __c) vec_stvxl() argument
11861 vec_stvxl(vector float __a,int __b,float * __c) vec_stvxl() argument
11869 vec_sub(vector signed char __a,vector signed char __b) vec_sub() argument
11874 vec_sub(vector bool char __a,vector signed char __b) vec_sub() argument
11879 vec_sub(vector signed char __a,vector bool char __b) vec_sub() argument
11884 vec_sub(vector unsigned char __a,vector unsigned char __b) vec_sub() argument
11889 vec_sub(vector bool char __a,vector unsigned char __b) vec_sub() argument
11894 vec_sub(vector unsigned char __a,vector bool char __b) vec_sub() argument
11898 vec_sub(vector short __a,vector short __b) vec_sub() argument
11903 vec_sub(vector bool short __a,vector short __b) vec_sub() argument
11908 vec_sub(vector short __a,vector bool short __b) vec_sub() argument
11914 vec_sub(vector unsigned short __a,vector unsigned short __b) vec_sub() argument
11919 vec_sub(vector bool short __a,vector unsigned short __b) vec_sub() argument
11924 vec_sub(vector unsigned short __a,vector bool short __b) vec_sub() argument
11928 vec_sub(vector int __a,vector int __b) vec_sub() argument
11933 vec_sub(vector bool int __a,vector int __b) vec_sub() argument
11938 vec_sub(vector int __a,vector bool int __b) vec_sub() argument
11944 vec_sub(vector unsigned int __a,vector unsigned int __b) vec_sub() argument
11949 vec_sub(vector bool int __a,vector unsigned int __b) vec_sub() argument
11954 vec_sub(vector unsigned int __a,vector bool int __b) vec_sub() argument
11961 vec_sub(vector signed __int128 __a,vector signed __int128 __b) vec_sub() argument
11966 vec_sub(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_sub() argument
11974 vec_sub(vector signed long long __a,vector signed long long __b) vec_sub() argument
11979 vec_sub(vector unsigned long long __a,vector unsigned long long __b) vec_sub() argument
11983 vec_sub(vector double __a,vector double __b) vec_sub() argument
11989 vec_sub(vector float __a,vector float __b) vec_sub() argument
11999 vec_vsububm(vector signed char __a,vector signed char __b) vec_vsububm() argument
12004 vec_vsububm(vector bool char __a,vector signed char __b) vec_vsububm() argument
12009 vec_vsububm(vector signed char __a,vector bool char __b) vec_vsububm() argument
12014 vec_vsububm(vector unsigned char __a,vector unsigned char __b) vec_vsububm() argument
12019 vec_vsububm(vector bool char __a,vector unsigned char __b) vec_vsububm() argument
12024 vec_vsububm(vector unsigned char __a,vector bool char __b) vec_vsububm() argument
12032 vec_vsubuhm(vector short __a,vector short __b) vec_vsubuhm() argument
12037 vec_vsubuhm(vector bool short __a,vector short __b) vec_vsubuhm() argument
12042 vec_vsubuhm(vector short __a,vector bool short __b) vec_vsubuhm() argument
12048 vec_vsubuhm(vector unsigned short __a,vector unsigned short __b) vec_vsubuhm() argument
12053 vec_vsubuhm(vector bool short __a,vector unsigned short __b) vec_vsubuhm() argument
12058 vec_vsubuhm(vector unsigned short __a,vector bool short __b) vec_vsubuhm() argument
12066 vec_vsubuwm(vector int __a,vector int __b) vec_vsubuwm() argument
12071 vec_vsubuwm(vector bool int __a,vector int __b) vec_vsubuwm() argument
12076 vec_vsubuwm(vector int __a,vector bool int __b) vec_vsubuwm() argument
12082 vec_vsubuwm(vector unsigned int __a,vector unsigned int __b) vec_vsubuwm() argument
12087 vec_vsubuwm(vector bool int __a,vector unsigned int __b) vec_vsubuwm() argument
12092 vec_vsubuwm(vector unsigned int __a,vector bool int __b) vec_vsubuwm() argument
12101 vec_vsubfp(vector float __a,vector float __b) vec_vsubfp() argument
12108 vec_subc(vector signed int __a,vector signed int __b) vec_subc() argument
12114 vec_subc(vector unsigned int __a,vector unsigned int __b) vec_subc() argument
12121 vec_subc(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_subc() argument
12126 vec_subc(vector signed __int128 __a,vector signed __int128 __b) vec_subc() argument
12133 vec_subc_u128(vector unsigned char __a,vector unsigned char __b) vec_subc_u128() argument
12142 vec_vsubcuw(vector unsigned int __a,vector unsigned int __b) vec_vsubcuw() argument
12149 vec_subs(vector signed char __a,vector signed char __b) vec_subs() argument
12154 vec_subs(vector bool char __a,vector signed char __b) vec_subs() argument
12159 vec_subs(vector signed char __a,vector bool char __b) vec_subs() argument
12164 vec_subs(vector unsigned char __a,vector unsigned char __b) vec_subs() argument
12169 vec_subs(vector bool char __a,vector unsigned char __b) vec_subs() argument
12174 vec_subs(vector unsigned char __a,vector bool char __b) vec_subs() argument
12178 vec_subs(vector short __a,vector short __b) vec_subs() argument
12183 vec_subs(vector bool short __a,vector short __b) vec_subs() argument
12188 vec_subs(vector short __a,vector bool short __b) vec_subs() argument
12194 vec_subs(vector unsigned short __a,vector unsigned short __b) vec_subs() argument
12199 vec_subs(vector bool short __a,vector unsigned short __b) vec_subs() argument
12204 vec_subs(vector unsigned short __a,vector bool short __b) vec_subs() argument
12208 vec_subs(vector int __a,vector int __b) vec_subs() argument
12213 vec_subs(vector bool int __a,vector int __b) vec_subs() argument
12218 vec_subs(vector int __a,vector bool int __b) vec_subs() argument
12224 vec_subs(vector unsigned int __a,vector unsigned int __b) vec_subs() argument
12229 vec_subs(vector bool int __a,vector unsigned int __b) vec_subs() argument
12234 vec_subs(vector unsigned int __a,vector bool int __b) vec_subs() argument
12241 vec_vsubsbs(vector signed char __a,vector signed char __b) vec_vsubsbs() argument
12246 vec_vsubsbs(vector bool char __a,vector signed char __b) vec_vsubsbs() argument
12251 vec_vsubsbs(vector signed char __a,vector bool char __b) vec_vsubsbs() argument
12258 vec_vsububs(vector unsigned char __a,vector unsigned char __b) vec_vsububs() argument
12263 vec_vsububs(vector bool char __a,vector unsigned char __b) vec_vsububs() argument
12268 vec_vsububs(vector unsigned char __a,vector bool char __b) vec_vsububs() argument
12274 vec_vsubshs(vector short __a,vector short __b) vec_vsubshs() argument
12279 vec_vsubshs(vector bool short __a,vector short __b) vec_vsubshs() argument
12284 vec_vsubshs(vector short __a,vector bool short __b) vec_vsubshs() argument
12292 vec_vsubuhs(vector unsigned short __a,vector unsigned short __b) vec_vsubuhs() argument
12297 vec_vsubuhs(vector bool short __a,vector unsigned short __b) vec_vsubuhs() argument
12302 vec_vsubuhs(vector unsigned short __a,vector bool short __b) vec_vsubuhs() argument
12308 vec_vsubsws(vector int __a,vector int __b) vec_vsubsws() argument
12313 vec_vsubsws(vector bool int __a,vector int __b) vec_vsubsws() argument
12318 vec_vsubsws(vector int __a,vector bool int __b) vec_vsubsws() argument
12326 vec_vsubuws(vector unsigned int __a,vector unsigned int __b) vec_vsubuws() argument
12331 vec_vsubuws(vector bool int __a,vector unsigned int __b) vec_vsubuws() argument
12336 vec_vsubuws(vector unsigned int __a,vector bool int __b) vec_vsubuws() argument
12345 vec_vsubuqm(vector signed __int128 __a,vector signed __int128 __b) vec_vsubuqm() argument
12350 vec_vsubuqm(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_vsubuqm() argument
12356 vec_sub_u128(vector unsigned char __a,vector unsigned char __b) vec_sub_u128() argument
12364 vec_vsubeuqm(vector signed __int128 __a,vector signed __int128 __b,vector signed __int128 __c) vec_vsubeuqm() argument
12372 vec_vsubeuqm(vector unsigned __int128 __a,vector unsigned __int128 __b,vector unsigned __int128 __c) vec_vsubeuqm() argument
12378 vec_sube(vector signed __int128 __a,vector signed __int128 __b,vector signed __int128 __c) vec_sube() argument
12386 vec_sube(vector unsigned __int128 __a,vector unsigned __int128 __b,vector unsigned __int128 __c) vec_sube() argument
12393 vec_sube_u128(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) vec_sube_u128() argument
12404 vec_vsubcuq(vector signed __int128 __a,vector signed __int128 __b) vec_vsubcuq() argument
12410 vec_vsubcuq(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_vsubcuq() argument
12417 vec_vsubecuq(vector signed __int128 __a,vector signed __int128 __b,vector signed __int128 __c) vec_vsubecuq() argument
12425 vec_vsubecuq(vector unsigned __int128 __a,vector unsigned __int128 __b,vector unsigned __int128 __c) vec_vsubecuq() argument
12433 vec_subec(vector signed int __a,vector signed int __b,vector signed int __c) vec_subec() argument
12439 vec_subec(vector unsigned int __a,vector unsigned int __b,vector unsigned int __c) vec_subec() argument
12447 vec_subec(vector signed __int128 __a,vector signed __int128 __b,vector signed __int128 __c) vec_subec() argument
12455 vec_subec(vector unsigned __int128 __a,vector unsigned __int128 __b,vector unsigned __int128 __c) vec_subec() argument
12462 vec_subec_u128(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) vec_subec_u128() argument
12471 vec_sube(vector signed int __a,vector signed int __b,vector signed int __c) vec_sube() argument
12479 vec_sube(vector unsigned int __a,vector unsigned int __b,vector unsigned int __c) vec_sube() argument
12487 vec_sum4s(vector signed char __a,vector int __b) vec_sum4s() argument
12493 vec_sum4s(vector unsigned char __a,vector unsigned int __b) vec_sum4s() argument
12497 vec_sum4s(vector signed short __a,vector int __b) vec_sum4s() argument
12505 vec_vsum4sbs(vector signed char __a,vector int __b) vec_vsum4sbs() argument
12512 vec_vsum4ubs(vector unsigned char __a,vector unsigned int __b) vec_vsum4ubs() argument
12519 vec_vsum4shs(vector signed short __a,vector int __b) vec_vsum4shs() argument
12532 vec_sum2s(vector int __a,vector int __b) vec_sum2s() argument
12549 vec_vsum2sws(vector int __a,vector int __b) vec_vsum2sws() argument
12572 vec_sums(vector signed int __a,vector signed int __b) vec_sums() argument
12585 vec_vsumsws(vector signed int __a,vector signed int __b) vec_vsumsws() argument
12597 vec_trunc(vector float __a) vec_trunc() argument
12606 vec_trunc(vector double __a) vec_trunc() argument
12612 vec_roundz(vector float __a) vec_roundz() argument
12617 vec_roundz(vector double __a) vec_roundz() argument
12625 vec_vrfiz(vector float __a) vec_vrfiz() argument
12634 vec_vupkhpx(__a) global() argument
12635 vec_vupklpx(__a) global() argument
12637 vec_vupkhpx(__a) global() argument
12638 vec_vupklpx(__a) global() argument
12642 vec_unpackh(vector signed char __a) vec_unpackh() argument
12651 vec_unpackh(vector bool char __a) vec_unpackh() argument
12659 vec_unpackh(vector short __a) vec_unpackh() argument
12668 vec_unpackh(vector bool short __a) vec_unpackh() argument
12677 vec_unpackh(vector pixel __a) vec_unpackh() argument
12686 vec_unpackh(vector int __a) vec_unpackh() argument
12695 vec_unpackh(vector bool int __a) vec_unpackh() argument
12704 vec_unpackh(vector float __a) vec_unpackh() argument
12712 vec_vupkhsb(vector signed char __a) vec_vupkhsb() argument
12721 vec_vupkhsb(vector bool char __a) vec_vupkhsb() argument
12731 vec_vupkhsh(vector short __a) vec_vupkhsh() argument
12740 vec_vupkhsh(vector bool short __a) vec_vupkhsh() argument
12749 vec_vupkhsh(vector pixel __a) vec_vupkhsh() argument
12760 vec_vupkhsw(vector int __a) vec_vupkhsw() argument
12769 vec_vupkhsw(vector bool int __a) vec_vupkhsw() argument
12781 vec_unpackl(vector signed char __a) vec_unpackl() argument
12790 vec_unpackl(vector bool char __a) vec_unpackl() argument
12798 vec_unpackl(vector short __a) vec_unpackl() argument
12807 vec_unpackl(vector bool short __a) vec_unpackl() argument
12816 vec_unpackl(vector pixel __a) vec_unpackl() argument
12825 vec_unpackl(vector int __a) vec_unpackl() argument
12834 vec_unpackl(vector bool int __a) vec_unpackl() argument
12843 vec_unpackl(vector float __a) vec_unpackl() argument
12851 vec_vupklsb(vector signed char __a) vec_vupklsb() argument
12860 vec_vupklsb(vector bool char __a) vec_vupklsb() argument
12870 vec_vupklsh(vector short __a) vec_vupklsh() argument
12879 vec_vupklsh(vector bool short __a) vec_vupklsh() argument
12888 vec_vupklsh(vector pixel __a) vec_vupklsh() argument
12899 vec_vupklsw(vector int __a) vec_vupklsw() argument
12908 vec_vupklsw(vector bool int __a) vec_vupklsw() argument
12922 vec_vsx_ld(int __a,const vector bool int * __b) vec_vsx_ld() argument
12927 vec_vsx_ld(int __a,const vector signed int * __b) vec_vsx_ld() argument
12932 vec_vsx_ld(int __a,const signed int * __b) vec_vsx_ld() argument
12937 vec_vsx_ld(int __a,const vector unsigned int * __b) vec_vsx_ld() argument
12942 vec_vsx_ld(int __a,const unsigned int * __b) vec_vsx_ld() argument
12947 vec_vsx_ld(int __a,const vector float * __b) vec_vsx_ld() argument
12951 vec_vsx_ld(int __a,const float * __b) vec_vsx_ld() argument
12957 vec_vsx_ld(int __a,const vector signed long long * __b) vec_vsx_ld() argument
12962 vec_vsx_ld(int __a,const vector unsigned long long * __b) vec_vsx_ld() argument
12967 vec_vsx_ld(int __a,const vector double * __b) vec_vsx_ld() argument
12972 vec_vsx_ld(int __a,const double * __b) vec_vsx_ld() argument
12977 vec_vsx_ld(int __a,const vector bool short * __b) vec_vsx_ld() argument
12982 vec_vsx_ld(int __a,const vector signed short * __b) vec_vsx_ld() argument
12987 vec_vsx_ld(int __a,const signed short * __b) vec_vsx_ld() argument
12992 vec_vsx_ld(int __a,const vector unsigned short * __b) vec_vsx_ld() argument
12997 vec_vsx_ld(int __a,const unsigned short * __b) vec_vsx_ld() argument
13002 vec_vsx_ld(int __a,const vector bool char * __b) vec_vsx_ld() argument
13007 vec_vsx_ld(int __a,const vector signed char * __b) vec_vsx_ld() argument
13012 vec_vsx_ld(int __a,const signed char * __b) vec_vsx_ld() argument
13017 vec_vsx_ld(int __a,const vector unsigned char * __b) vec_vsx_ld() argument
13022 vec_vsx_ld(int __a,const unsigned char * __b) vec_vsx_ld() argument
13032 vec_vsx_st(vector bool int __a,int __b,vector bool int * __c) vec_vsx_st() argument
13037 vec_vsx_st(vector bool int __a,int __b,signed int * __c) vec_vsx_st() argument
13042 vec_vsx_st(vector bool int __a,int __b,unsigned int * __c) vec_vsx_st() argument
13047 vec_vsx_st(vector signed int __a,int __b,vector signed int * __c) vec_vsx_st() argument
13052 vec_vsx_st(vector signed int __a,int __b,signed int * __c) vec_vsx_st() argument
13057 vec_vsx_st(vector unsigned int __a,int __b,vector unsigned int * __c) vec_vsx_st() argument
13062 vec_vsx_st(vector unsigned int __a,int __b,unsigned int * __c) vec_vsx_st() argument
13067 vec_vsx_st(vector float __a,int __b,vector float * __c) vec_vsx_st() argument
13072 vec_vsx_st(vector float __a,int __b,float * __c) vec_vsx_st() argument
13077 vec_vsx_st(vector signed long long __a,int __b,vector signed long long * __c) vec_vsx_st() argument
13083 vec_vsx_st(vector unsigned long long __a,int __b,vector unsigned long long * __c) vec_vsx_st() argument
13089 vec_vsx_st(vector double __a,int __b,vector double * __c) vec_vsx_st() argument
13094 vec_vsx_st(vector double __a,int __b,double * __c) vec_vsx_st() argument
13099 vec_vsx_st(vector bool short __a,int __b,vector bool short * __c) vec_vsx_st() argument
13104 vec_vsx_st(vector bool short __a,int __b,signed short * __c) vec_vsx_st() argument
13109 vec_vsx_st(vector bool short __a,int __b,unsigned short * __c) vec_vsx_st() argument
13113 vec_vsx_st(vector signed short __a,int __b,vector signed short * __c) vec_vsx_st() argument
13118 vec_vsx_st(vector signed short __a,int __b,signed short * __c) vec_vsx_st() argument
13123 vec_vsx_st(vector unsigned short __a,int __b,vector unsigned short * __c) vec_vsx_st() argument
13129 vec_vsx_st(vector unsigned short __a,int __b,unsigned short * __c) vec_vsx_st() argument
13134 vec_vsx_st(vector bool char __a,int __b,vector bool char * __c) vec_vsx_st() argument
13139 vec_vsx_st(vector bool char __a,int __b,signed char * __c) vec_vsx_st() argument
13144 vec_vsx_st(vector bool char __a,int __b,unsigned char * __c) vec_vsx_st() argument
13149 vec_vsx_st(vector signed char __a,int __b,vector signed char * __c) vec_vsx_st() argument
13154 vec_vsx_st(vector signed char __a,int __b,signed char * __c) vec_vsx_st() argument
13159 vec_vsx_st(vector unsigned char __a,int __b,vector unsigned char * __c) vec_vsx_st() argument
13165 vec_vsx_st(vector unsigned char __a,int __b,unsigned char * __c) vec_vsx_st() argument
13175 vec_permi(__a,__b,__c) global() argument
13192 vec_xor(vector signed char __a,vector signed char __b) vec_xor() argument
13197 vec_xor(vector bool char __a,vector signed char __b) vec_xor() argument
13202 vec_xor(vector signed char __a,vector bool char __b) vec_xor() argument
13207 vec_xor(vector unsigned char __a,vector unsigned char __b) vec_xor() argument
13212 vec_xor(vector bool char __a,vector unsigned char __b) vec_xor() argument
13217 vec_xor(vector unsigned char __a,vector bool char __b) vec_xor() argument
13221 vec_xor(vector bool char __a,vector bool char __b) vec_xor() argument
13226 vec_xor(vector short __a,vector short __b) vec_xor() argument
13231 vec_xor(vector bool short __a,vector short __b) vec_xor() argument
13236 vec_xor(vector short __a,vector bool short __b) vec_xor() argument
13242 vec_xor(vector unsigned short __a,vector unsigned short __b) vec_xor() argument
13247 vec_xor(vector bool short __a,vector unsigned short __b) vec_xor() argument
13252 vec_xor(vector unsigned short __a,vector bool short __b) vec_xor() argument
13257 vec_xor(vector bool short __a,vector bool short __b) vec_xor() argument
13261 vec_xor(vector int __a,vector int __b) vec_xor() argument
13266 vec_xor(vector bool int __a,vector int __b) vec_xor() argument
13271 vec_xor(vector int __a,vector bool int __b) vec_xor() argument
13277 vec_xor(vector unsigned int __a,vector unsigned int __b) vec_xor() argument
13282 vec_xor(vector bool int __a,vector unsigned int __b) vec_xor() argument
13287 vec_xor(vector unsigned int __a,vector bool int __b) vec_xor() argument
13291 vec_xor(vector bool int __a,vector bool int __b) vec_xor() argument
13296 vec_xor(vector float __a,vector float __b) vec_xor() argument
13303 vec_xor(vector bool int __a,vector float __b) vec_xor() argument
13310 vec_xor(vector float __a,vector bool int __b) vec_xor() argument
13319 vec_xor(vector signed long long __a,vector signed long long __b) vec_xor() argument
13324 vec_xor(vector bool long long __a,vector signed long long __b) vec_xor() argument
13329 vec_xor(vector signed long long __a,vector bool long long __b) vec_xor() argument
13334 vec_xor(vector unsigned long long __a,vector unsigned long long __b) vec_xor() argument
13339 vec_xor(vector bool long long __a,vector unsigned long long __b) vec_xor() argument
13344 vec_xor(vector unsigned long long __a,vector bool long long __b) vec_xor() argument
13349 vec_xor(vector bool long long __a,vector bool long long __b) vec_xor() argument
13353 vec_xor(vector double __a,vector double __b) vec_xor() argument
13360 vec_xor(vector double __a,vector bool long long __b) vec_xor() argument
13365 vec_xor(vector bool long long __a,vector double __b) vec_xor() argument
13375 vec_vxor(vector signed char __a,vector signed char __b) vec_vxor() argument
13380 vec_vxor(vector bool char __a,vector signed char __b) vec_vxor() argument
13385 vec_vxor(vector signed char __a,vector bool char __b) vec_vxor() argument
13390 vec_vxor(vector unsigned char __a,vector unsigned char __b) vec_vxor() argument
13395 vec_vxor(vector bool char __a,vector unsigned char __b) vec_vxor() argument
13400 vec_vxor(vector unsigned char __a,vector bool char __b) vec_vxor() argument
13404 vec_vxor(vector bool char __a,vector bool char __b) vec_vxor() argument
13409 vec_vxor(vector short __a,vector short __b) vec_vxor() argument
13414 vec_vxor(vector bool short __a,vector short __b) vec_vxor() argument
13419 vec_vxor(vector short __a,vector bool short __b) vec_vxor() argument
13425 vec_vxor(vector unsigned short __a,vector unsigned short __b) vec_vxor() argument
13430 vec_vxor(vector bool short __a,vector unsigned short __b) vec_vxor() argument
13435 vec_vxor(vector unsigned short __a,vector bool short __b) vec_vxor() argument
13440 vec_vxor(vector bool short __a,vector bool short __b) vec_vxor() argument
13444 vec_vxor(vector int __a,vector int __b) vec_vxor() argument
13449 vec_vxor(vector bool int __a,vector int __b) vec_vxor() argument
13454 vec_vxor(vector int __a,vector bool int __b) vec_vxor() argument
13460 vec_vxor(vector unsigned int __a,vector unsigned int __b) vec_vxor() argument
13465 vec_vxor(vector bool int __a,vector unsigned int __b) vec_vxor() argument
13470 vec_vxor(vector unsigned int __a,vector bool int __b) vec_vxor() argument
13474 vec_vxor(vector bool int __a,vector bool int __b) vec_vxor() argument
13479 vec_vxor(vector float __a,vector float __b) vec_vxor() argument
13486 vec_vxor(vector bool int __a,vector float __b) vec_vxor() argument
13493 vec_vxor(vector float __a,vector bool int __b) vec_vxor() argument
13502 vec_vxor(vector signed long long __a,vector signed long long __b) vec_vxor() argument
13507 vec_vxor(vector bool long long __a,vector signed long long __b) vec_vxor() argument
13512 vec_vxor(vector signed long long __a,vector bool long long __b) vec_vxor() argument
13517 vec_vxor(vector unsigned long long __a,vector unsigned long long __b) vec_vxor() argument
13522 vec_vxor(vector bool long long __a,vector unsigned long long __b) vec_vxor() argument
13527 vec_vxor(vector unsigned long long __a,vector bool long long __b) vec_vxor() argument
13532 vec_vxor(vector bool long long __a,vector bool long long __b) vec_vxor() argument
13541 vec_extract(vector signed char __a,signed int __b) vec_extract() argument
13547 vec_extract(vector unsigned char __a,signed int __b) vec_extract() argument
13551 vec_extract(vector bool char __a,signed int __b) vec_extract() argument
13556 vec_extract(vector signed short __a,signed int __b) vec_extract() argument
13562 vec_extract(vector unsigned short __a,signed int __b) vec_extract() argument
13566 vec_extract(vector bool short __a,signed int __b) vec_extract() argument
13571 vec_extract(vector signed int __a,signed int __b) vec_extract() argument
13576 vec_extract(vector unsigned int __a,signed int __b) vec_extract() argument
13581 vec_extract(vector bool int __a,signed int __b) vec_extract() argument
13588 vec_extract(vector signed long long __a,signed int __b) vec_extract() argument
13593 vec_extract(vector unsigned long long __a,signed int __b) vec_extract() argument
13598 vec_extract(vector bool long long __a,signed int __b) vec_extract() argument
13602 vec_extract(vector double __a,signed int __b) vec_extract() argument
13608 vec_extract(vector float __a,signed int __b) vec_extract() argument
13621 vec_extract_exp(vector float __a) vec_extract_exp() argument
13626 vec_extract_exp(vector double __a) vec_extract_exp() argument
13633 vec_extract_sig(vector float __a) vec_extract_sig() argument
13638 vec_extract_sig(vector double __a) vec_extract_sig() argument
13643 vec_extract_fp32_from_shorth(vector unsigned short __a) vec_extract_fp32_from_shorth() argument
13654 vec_extract_fp32_from_shortl(vector unsigned short __a) vec_extract_fp32_from_shortl() argument
13668 vec_insert(signed char __a,vector signed char __b,int __c) vec_insert() argument
13674 vec_insert(unsigned char __a,vector unsigned char __b,int __c) vec_insert() argument
13679 vec_insert(unsigned char __a,vector bool char __b,int __c) vec_insert() argument
13687 vec_insert(signed short __a,vector signed short __b,int __c) vec_insert() argument
13693 vec_insert(unsigned short __a,vector unsigned short __b,int __c) vec_insert() argument
13699 vec_insert(unsigned short __a,vector bool short __b,int __c) vec_insert() argument
13705 vec_insert(signed int __a,vector signed int __b,int __c) vec_insert() argument
13711 vec_insert(unsigned int __a,vector unsigned int __b,int __c) vec_insert() argument
13716 vec_insert(unsigned int __a,vector bool int __b,int __c) vec_insert() argument
13725 vec_insert(signed long long __a,vector signed long long __b,int __c) vec_insert() argument
13731 vec_insert(unsigned long long __a,vector unsigned long long __b,int __c) vec_insert() argument
13737 vec_insert(unsigned long long __a,vector bool long long __b,int __c) vec_insert() argument
13741 vec_insert(double __a,vector double __b,int __c) vec_insert() argument
13749 vec_insert(float __a,vector float __b,int __c) vec_insert() argument
13759 vec_lvlx(int __a,const signed char * __b) vec_lvlx() argument
13765 vec_lvlx(int __a,const vector signed char * __b) vec_lvlx() argument
13771 vec_lvlx(int __a,const unsigned char * __b) vec_lvlx() argument
13777 vec_lvlx(int __a,const vector unsigned char * __b) vec_lvlx() argument
13783 vec_lvlx(int __a,const vector bool char * __b) vec_lvlx() argument
13788 vec_lvlx(int __a,const short * __b) vec_lvlx() argument
13793 vec_lvlx(int __a,const vector short * __b) vec_lvlx() argument
13800 vec_lvlx(int __a,const unsigned short * __b) vec_lvlx() argument
13806 vec_lvlx(int __a,const vector unsigned short * __b) vec_lvlx() argument
13812 vec_lvlx(int __a,const vector bool short * __b) vec_lvlx() argument
13817 vec_lvlx(int __a,const vector pixel * __b) vec_lvlx() argument
13823 vec_lvlx(int __a,const int * __b) vec_lvlx() argument
13827 vec_lvlx(int __a,const vector int * __b) vec_lvlx() argument
13834 vec_lvlx(int __a,const unsigned int * __b) vec_lvlx() argument
13840 vec_lvlx(int __a,const vector unsigned int * __b) vec_lvlx() argument
13846 vec_lvlx(int __a,const vector bool int * __b) vec_lvlx() argument
13851 vec_lvlx(int __a,const float * __b) vec_lvlx() argument
13856 vec_lvlx(int __a,const vector float * __b) vec_lvlx() argument
13865 vec_lvlxl(int __a,const signed char * __b) vec_lvlxl() argument
13871 vec_lvlxl(int __a,const vector signed char * __b) vec_lvlxl() argument
13877 vec_lvlxl(int __a,const unsigned char * __b) vec_lvlxl() argument
13883 vec_lvlxl(int __a,const vector unsigned char * __b) vec_lvlxl() argument
13889 vec_lvlxl(int __a,const vector bool char * __b) vec_lvlxl() argument
13894 vec_lvlxl(int __a,const short * __b) vec_lvlxl() argument
13899 vec_lvlxl(int __a,const vector short * __b) vec_lvlxl() argument
13906 vec_lvlxl(int __a,const unsigned short * __b) vec_lvlxl() argument
13912 vec_lvlxl(int __a,const vector unsigned short * __b) vec_lvlxl() argument
13918 vec_lvlxl(int __a,const vector bool short * __b) vec_lvlxl() argument
13923 vec_lvlxl(int __a,const vector pixel * __b) vec_lvlxl() argument
13929 vec_lvlxl(int __a,const int * __b) vec_lvlxl() argument
13933 vec_lvlxl(int __a,const vector int * __b) vec_lvlxl() argument
13940 vec_lvlxl(int __a,const unsigned int * __b) vec_lvlxl() argument
13946 vec_lvlxl(int __a,const vector unsigned int * __b) vec_lvlxl() argument
13952 vec_lvlxl(int __a,const vector bool int * __b) vec_lvlxl() argument
13957 vec_lvlxl(int __a,const float * __b) vec_lvlxl() argument
13962 vec_lvlxl(int __a,vector float * __b) vec_lvlxl() argument
13971 vec_lvrx(int __a,const signed char * __b) vec_lvrx() argument
13977 vec_lvrx(int __a,const vector signed char * __b) vec_lvrx() argument
13983 vec_lvrx(int __a,const unsigned char * __b) vec_lvrx() argument
13989 vec_lvrx(int __a,const vector unsigned char * __b) vec_lvrx() argument
13995 vec_lvrx(int __a,const vector bool char * __b) vec_lvrx() argument
14000 vec_lvrx(int __a,const short * __b) vec_lvrx() argument
14005 vec_lvrx(int __a,const vector short * __b) vec_lvrx() argument
14012 vec_lvrx(int __a,const unsigned short * __b) vec_lvrx() argument
14018 vec_lvrx(int __a,const vector unsigned short * __b) vec_lvrx() argument
14024 vec_lvrx(int __a,const vector bool short * __b) vec_lvrx() argument
14029 vec_lvrx(int __a,const vector pixel * __b) vec_lvrx() argument
14035 vec_lvrx(int __a,const int * __b) vec_lvrx() argument
14039 vec_lvrx(int __a,const vector int * __b) vec_lvrx() argument
14046 vec_lvrx(int __a,const unsigned int * __b) vec_lvrx() argument
14052 vec_lvrx(int __a,const vector unsigned int * __b) vec_lvrx() argument
14058 vec_lvrx(int __a,const vector bool int * __b) vec_lvrx() argument
14063 vec_lvrx(int __a,const float * __b) vec_lvrx() argument
14068 vec_lvrx(int __a,const vector float * __b) vec_lvrx() argument
14077 vec_lvrxl(int __a,const signed char * __b) vec_lvrxl() argument
14083 vec_lvrxl(int __a,const vector signed char * __b) vec_lvrxl() argument
14089 vec_lvrxl(int __a,const unsigned char * __b) vec_lvrxl() argument
14095 vec_lvrxl(int __a,const vector unsigned char * __b) vec_lvrxl() argument
14101 vec_lvrxl(int __a,const vector bool char * __b) vec_lvrxl() argument
14106 vec_lvrxl(int __a,const short * __b) vec_lvrxl() argument
14111 vec_lvrxl(int __a,const vector short * __b) vec_lvrxl() argument
14118 vec_lvrxl(int __a,const unsigned short * __b) vec_lvrxl() argument
14124 vec_lvrxl(int __a,const vector unsigned short * __b) vec_lvrxl() argument
14130 vec_lvrxl(int __a,const vector bool short * __b) vec_lvrxl() argument
14135 vec_lvrxl(int __a,const vector pixel * __b) vec_lvrxl() argument
14141 vec_lvrxl(int __a,const int * __b) vec_lvrxl() argument
14145 vec_lvrxl(int __a,const vector int * __b) vec_lvrxl() argument
14152 vec_lvrxl(int __a,const unsigned int * __b) vec_lvrxl() argument
14158 vec_lvrxl(int __a,const vector unsigned int * __b) vec_lvrxl() argument
14164 vec_lvrxl(int __a,const vector bool int * __b) vec_lvrxl() argument
14169 vec_lvrxl(int __a,const float * __b) vec_lvrxl() argument
14174 vec_lvrxl(int __a,const vector float * __b) vec_lvrxl() argument
14182 vec_stvlx(vector signed char __a,int __b,signed char * __c) vec_stvlx() argument
14188 vec_stvlx(vector signed char __a,int __b,vector signed char * __c) vec_stvlx() argument
14195 vec_stvlx(vector unsigned char __a,int __b,unsigned char * __c) vec_stvlx() argument
14201 vec_stvlx(vector unsigned char __a,int __b,vector unsigned char * __c) vec_stvlx() argument
14208 vec_stvlx(vector bool char __a,int __b,vector bool char * __c) vec_stvlx() argument
14215 vec_stvlx(vector short __a,int __b,short * __c) vec_stvlx() argument
14221 vec_stvlx(vector short __a,int __b,vector short * __c) vec_stvlx() argument
14228 vec_stvlx(vector unsigned short __a,int __b,unsigned short * __c) vec_stvlx() argument
14234 vec_stvlx(vector unsigned short __a,int __b,vector unsigned short * __c) vec_stvlx() argument
14242 vec_stvlx(vector bool short __a,int __b,vector bool short * __c) vec_stvlx() argument
14249 vec_stvlx(vector pixel __a,int __b,vector pixel * __c) vec_stvlx() argument
14256 vec_stvlx(vector int __a,int __b,int * __c) vec_stvlx() argument
14262 vec_stvlx(vector int __a,int __b,vector int * __c) vec_stvlx() argument
14269 vec_stvlx(vector unsigned int __a,int __b,unsigned int * __c) vec_stvlx() argument
14275 vec_stvlx(vector unsigned int __a,int __b,vector unsigned int * __c) vec_stvlx() argument
14282 vec_stvlx(vector bool int __a,int __b,vector bool int * __c) vec_stvlx() argument
14289 vec_stvlx(vector float __a,int __b,vector float * __c) vec_stvlx() argument
14298 vec_stvlxl(vector signed char __a,int __b,signed char * __c) vec_stvlxl() argument
14304 vec_stvlxl(vector signed char __a,int __b,vector signed char * __c) vec_stvlxl() argument
14311 vec_stvlxl(vector unsigned char __a,int __b,unsigned char * __c) vec_stvlxl() argument
14317 vec_stvlxl(vector unsigned char __a,int __b,vector unsigned char * __c) vec_stvlxl() argument
14325 vec_stvlxl(vector bool char __a,int __b,vector bool char * __c) vec_stvlxl() argument
14332 vec_stvlxl(vector short __a,int __b,short * __c) vec_stvlxl() argument
14338 vec_stvlxl(vector short __a,int __b,vector short * __c) vec_stvlxl() argument
14345 vec_stvlxl(vector unsigned short __a,int __b,unsigned short * __c) vec_stvlxl() argument
14351 vec_stvlxl(vector unsigned short __a,int __b,vector unsigned short * __c) vec_stvlxl() argument
14359 vec_stvlxl(vector bool short __a,int __b,vector bool short * __c) vec_stvlxl() argument
14366 vec_stvlxl(vector pixel __a,int __b,vector pixel * __c) vec_stvlxl() argument
14373 vec_stvlxl(vector int __a,int __b,int * __c) vec_stvlxl() argument
14379 vec_stvlxl(vector int __a,int __b,vector int * __c) vec_stvlxl() argument
14386 vec_stvlxl(vector unsigned int __a,int __b,unsigned int * __c) vec_stvlxl() argument
14392 vec_stvlxl(vector unsigned int __a,int __b,vector unsigned int * __c) vec_stvlxl() argument
14399 vec_stvlxl(vector bool int __a,int __b,vector bool int * __c) vec_stvlxl() argument
14406 vec_stvlxl(vector float __a,int __b,vector float * __c) vec_stvlxl() argument
14415 vec_stvrx(vector signed char __a,int __b,signed char * __c) vec_stvrx() argument
14421 vec_stvrx(vector signed char __a,int __b,vector signed char * __c) vec_stvrx() argument
14428 vec_stvrx(vector unsigned char __a,int __b,unsigned char * __c) vec_stvrx() argument
14434 vec_stvrx(vector unsigned char __a,int __b,vector unsigned char * __c) vec_stvrx() argument
14441 vec_stvrx(vector bool char __a,int __b,vector bool char * __c) vec_stvrx() argument
14448 vec_stvrx(vector short __a,int __b,short * __c) vec_stvrx() argument
14454 vec_stvrx(vector short __a,int __b,vector short * __c) vec_stvrx() argument
14461 vec_stvrx(vector unsigned short __a,int __b,unsigned short * __c) vec_stvrx() argument
14467 vec_stvrx(vector unsigned short __a,int __b,vector unsigned short * __c) vec_stvrx() argument
14475 vec_stvrx(vector bool short __a,int __b,vector bool short * __c) vec_stvrx() argument
14482 vec_stvrx(vector pixel __a,int __b,vector pixel * __c) vec_stvrx() argument
14489 vec_stvrx(vector int __a,int __b,int * __c) vec_stvrx() argument
14495 vec_stvrx(vector int __a,int __b,vector int * __c) vec_stvrx() argument
14502 vec_stvrx(vector unsigned int __a,int __b,unsigned int * __c) vec_stvrx() argument
14508 vec_stvrx(vector unsigned int __a,int __b,vector unsigned int * __c) vec_stvrx() argument
14515 vec_stvrx(vector bool int __a,int __b,vector bool int * __c) vec_stvrx() argument
14522 vec_stvrx(vector float __a,int __b,vector float * __c) vec_stvrx() argument
14531 vec_stvrxl(vector signed char __a,int __b,signed char * __c) vec_stvrxl() argument
14537 vec_stvrxl(vector signed char __a,int __b,vector signed char * __c) vec_stvrxl() argument
14544 vec_stvrxl(vector unsigned char __a,int __b,unsigned char * __c) vec_stvrxl() argument
14550 vec_stvrxl(vector unsigned char __a,int __b,vector unsigned char * __c) vec_stvrxl() argument
14558 vec_stvrxl(vector bool char __a,int __b,vector bool char * __c) vec_stvrxl() argument
14565 vec_stvrxl(vector short __a,int __b,short * __c) vec_stvrxl() argument
14571 vec_stvrxl(vector short __a,int __b,vector short * __c) vec_stvrxl() argument
14578 vec_stvrxl(vector unsigned short __a,int __b,unsigned short * __c) vec_stvrxl() argument
14584 vec_stvrxl(vector unsigned short __a,int __b,vector unsigned short * __c) vec_stvrxl() argument
14592 vec_stvrxl(vector bool short __a,int __b,vector bool short * __c) vec_stvrxl() argument
14599 vec_stvrxl(vector pixel __a,int __b,vector pixel * __c) vec_stvrxl() argument
14606 vec_stvrxl(vector int __a,int __b,int * __c) vec_stvrxl() argument
14612 vec_stvrxl(vector int __a,int __b,vector int * __c) vec_stvrxl() argument
14619 vec_stvrxl(vector unsigned int __a,int __b,unsigned int * __c) vec_stvrxl() argument
14625 vec_stvrxl(vector unsigned int __a,int __b,vector unsigned int * __c) vec_stvrxl() argument
14632 vec_stvrxl(vector bool int __a,int __b,vector bool int * __c) vec_stvrxl() argument
14639 vec_stvrxl(vector float __a,int __b,vector float * __c) vec_stvrxl() argument
14648 vec_promote(signed char __a,int __b) vec_promote() argument
14659 vec_promote(unsigned char __a,int __b) vec_promote() argument
14668 vec_promote(short __a,int __b) vec_promote() argument
14677 vec_promote(unsigned short __a,int __b) vec_promote() argument
14685 vec_promote(int __a,int __b) vec_promote() argument
14692 vec_promote(unsigned int __a,int __b) vec_promote() argument
14701 vec_promote(float __a,int __b) vec_promote() argument
14709 vec_promote(double __a,int __b) vec_promote() argument
14717 vec_promote(signed long long __a,int __b) vec_promote() argument
14726 vec_promote(unsigned long long __a,int __b) vec_promote() argument
14737 vec_splats(signed char __a) vec_splats() argument
14742 vec_splats(unsigned char __a) vec_splats() argument
14746 vec_splats(short __a) vec_splats() argument
14751 vec_splats(unsigned short __a) vec_splats() argument
14755 vec_splats(int __a) vec_splats() argument
14760 vec_splats(unsigned int __a) vec_splats() argument
14766 vec_splats(signed long long __a) vec_splats() argument
14771 vec_splats(unsigned long long __a) vec_splats() argument
14778 vec_splats(signed __int128 __a) vec_splats() argument
14783 vec_splats(unsigned __int128 __a) vec_splats() argument
14789 vec_splats(double __a) vec_splats() argument
14794 vec_splats(float __a) vec_splats() argument
14802 vec_all_eq(vector signed char __a,vector signed char __b) vec_all_eq() argument
14808 vec_all_eq(vector signed char __a,vector bool char __b) vec_all_eq() argument
14814 vec_all_eq(vector unsigned char __a,vector unsigned char __b) vec_all_eq() argument
14820 vec_all_eq(vector unsigned char __a,vector bool char __b) vec_all_eq() argument
14826 vec_all_eq(vector bool char __a,vector signed char __b) vec_all_eq() argument
14832 vec_all_eq(vector bool char __a,vector unsigned char __b) vec_all_eq() argument
14838 vec_all_eq(vector bool char __a,vector bool char __b) vec_all_eq() argument
14844 vec_all_eq(vector short __a,vector short __b) vec_all_eq() argument
14849 vec_all_eq(vector short __a,vector bool short __b) vec_all_eq() argument
14854 vec_all_eq(vector unsigned short __a,vector unsigned short __b) vec_all_eq() argument
14860 vec_all_eq(vector unsigned short __a,vector bool short __b) vec_all_eq() argument
14866 vec_all_eq(vector bool short __a,vector short __b) vec_all_eq() argument
14872 vec_all_eq(vector bool short __a,vector unsigned short __b) vec_all_eq() argument
14878 vec_all_eq(vector bool short __a,vector bool short __b) vec_all_eq() argument
14884 vec_all_eq(vector pixel __a,vector pixel __b) vec_all_eq() argument
14890 vec_all_eq(vector int __a,vector int __b) vec_all_eq() argument
14894 vec_all_eq(vector int __a,vector bool int __b) vec_all_eq() argument
14899 vec_all_eq(vector unsigned int __a,vector unsigned int __b) vec_all_eq() argument
14905 vec_all_eq(vector unsigned int __a,vector bool int __b) vec_all_eq() argument
14911 vec_all_eq(vector bool int __a,vector int __b) vec_all_eq() argument
14917 vec_all_eq(vector bool int __a,vector unsigned int __b) vec_all_eq() argument
14923 vec_all_eq(vector bool int __a,vector bool int __b) vec_all_eq() argument
14930 vec_all_eq(vector signed long long __a,vector signed long long __b) vec_all_eq() argument
14941 vec_all_eq(vector long long __a,vector bool long long __b) vec_all_eq() argument
14946 vec_all_eq(vector unsigned long long __a,vector unsigned long long __b) vec_all_eq() argument
14951 vec_all_eq(vector unsigned long long __a,vector bool long long __b) vec_all_eq() argument
14956 vec_all_eq(vector bool long long __a,vector long long __b) vec_all_eq() argument
14961 vec_all_eq(vector bool long long __a,vector unsigned long long __b) vec_all_eq() argument
14966 vec_all_eq(vector bool long long __a,vector bool long long __b) vec_all_eq() argument
14972 vec_all_eq(vector float __a,vector float __b) vec_all_eq() argument
14982 vec_all_eq(vector double __a,vector double __b) vec_all_eq() argument
14989 vec_all_eq(vector signed __int128 __a,vector signed __int128 __b) vec_all_eq() argument
14995 vec_all_eq(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_all_eq() argument
15001 vec_all_eq(vector bool __int128 __a,vector bool __int128 __b) vec_all_eq() argument
15010 vec_all_ge(vector signed char __a,vector signed char __b) vec_all_ge() argument
15015 vec_all_ge(vector signed char __a,vector bool char __b) vec_all_ge() argument
15020 vec_all_ge(vector unsigned char __a,vector unsigned char __b) vec_all_ge() argument
15025 vec_all_ge(vector unsigned char __a,vector bool char __b) vec_all_ge() argument
15030 vec_all_ge(vector bool char __a,vector signed char __b) vec_all_ge() argument
15035 vec_all_ge(vector bool char __a,vector unsigned char __b) vec_all_ge() argument
15040 vec_all_ge(vector bool char __a,vector bool char __b) vec_all_ge() argument
15046 vec_all_ge(vector short __a,vector short __b) vec_all_ge() argument
15051 vec_all_ge(vector short __a,vector bool short __b) vec_all_ge() argument
15056 vec_all_ge(vector unsigned short __a,vector unsigned short __b) vec_all_ge() argument
15061 vec_all_ge(vector unsigned short __a,vector bool short __b) vec_all_ge() argument
15067 vec_all_ge(vector bool short __a,vector short __b) vec_all_ge() argument
15072 vec_all_ge(vector bool short __a,vector unsigned short __b) vec_all_ge() argument
15078 vec_all_ge(vector bool short __a,vector bool short __b) vec_all_ge() argument
15084 vec_all_ge(vector int __a,vector int __b) vec_all_ge() argument
15088 vec_all_ge(vector int __a,vector bool int __b) vec_all_ge() argument
15093 vec_all_ge(vector unsigned int __a,vector unsigned int __b) vec_all_ge() argument
15098 vec_all_ge(vector unsigned int __a,vector bool int __b) vec_all_ge() argument
15103 vec_all_ge(vector bool int __a,vector int __b) vec_all_ge() argument
15108 vec_all_ge(vector bool int __a,vector unsigned int __b) vec_all_ge() argument
15113 vec_all_ge(vector bool int __a,vector bool int __b) vec_all_ge() argument
15120 vec_all_ge(vector signed long long __a,vector signed long long __b) vec_all_ge() argument
15124 vec_all_ge(vector signed long long __a,vector bool long long __b) vec_all_ge() argument
15130 vec_all_ge(vector unsigned long long __a,vector unsigned long long __b) vec_all_ge() argument
15135 vec_all_ge(vector unsigned long long __a,vector bool long long __b) vec_all_ge() argument
15141 vec_all_ge(vector bool long long __a,vector signed long long __b) vec_all_ge() argument
15147 vec_all_ge(vector bool long long __a,vector unsigned long long __b) vec_all_ge() argument
15153 vec_all_ge(vector bool long long __a,vector bool long long __b) vec_all_ge() argument
15160 vec_all_ge(vector float __a,vector float __b) vec_all_ge() argument
15170 vec_all_ge(vector double __a,vector double __b) vec_all_ge() argument
15177 vec_all_ge(vector signed __int128 __a,vector signed __int128 __b) vec_all_ge() argument
15182 vec_all_ge(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_all_ge() argument
15190 vec_all_gt(vector signed char __a,vector signed char __b) vec_all_gt() argument
15195 vec_all_gt(vector signed char __a,vector bool char __b) vec_all_gt() argument
15200 vec_all_gt(vector unsigned char __a,vector unsigned char __b) vec_all_gt() argument
15205 vec_all_gt(vector unsigned char __a,vector bool char __b) vec_all_gt() argument
15210 vec_all_gt(vector bool char __a,vector signed char __b) vec_all_gt() argument
15215 vec_all_gt(vector bool char __a,vector unsigned char __b) vec_all_gt() argument
15220 vec_all_gt(vector bool char __a,vector bool char __b) vec_all_gt() argument
15226 vec_all_gt(vector short __a,vector short __b) vec_all_gt() argument
15231 vec_all_gt(vector short __a,vector bool short __b) vec_all_gt() argument
15236 vec_all_gt(vector unsigned short __a,vector unsigned short __b) vec_all_gt() argument
15241 vec_all_gt(vector unsigned short __a,vector bool short __b) vec_all_gt() argument
15247 vec_all_gt(vector bool short __a,vector short __b) vec_all_gt() argument
15252 vec_all_gt(vector bool short __a,vector unsigned short __b) vec_all_gt() argument
15258 vec_all_gt(vector bool short __a,vector bool short __b) vec_all_gt() argument
15264 vec_all_gt(vector int __a,vector int __b) vec_all_gt() argument
15268 vec_all_gt(vector int __a,vector bool int __b) vec_all_gt() argument
15273 vec_all_gt(vector unsigned int __a,vector unsigned int __b) vec_all_gt() argument
15278 vec_all_gt(vector unsigned int __a,vector bool int __b) vec_all_gt() argument
15283 vec_all_gt(vector bool int __a,vector int __b) vec_all_gt() argument
15288 vec_all_gt(vector bool int __a,vector unsigned int __b) vec_all_gt() argument
15293 vec_all_gt(vector bool int __a,vector bool int __b) vec_all_gt() argument
15300 vec_all_gt(vector signed long long __a,vector signed long long __b) vec_all_gt() argument
15304 vec_all_gt(vector signed long long __a,vector bool long long __b) vec_all_gt() argument
15310 vec_all_gt(vector unsigned long long __a,vector unsigned long long __b) vec_all_gt() argument
15315 vec_all_gt(vector unsigned long long __a,vector bool long long __b) vec_all_gt() argument
15321 vec_all_gt(vector bool long long __a,vector signed long long __b) vec_all_gt() argument
15327 vec_all_gt(vector bool long long __a,vector unsigned long long __b) vec_all_gt() argument
15333 vec_all_gt(vector bool long long __a,vector bool long long __b) vec_all_gt() argument
15340 vec_all_gt(vector float __a,vector float __b) vec_all_gt() argument
15350 vec_all_gt(vector double __a,vector double __b) vec_all_gt() argument
15357 vec_all_gt(vector signed __int128 __a,vector signed __int128 __b) vec_all_gt() argument
15362 vec_all_gt(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_all_gt() argument
15371 vec_all_in(vector float __a,vector float __b) vec_all_in() argument
15377 vec_all_le(vector signed char __a,vector signed char __b) vec_all_le() argument
15382 vec_all_le(vector signed char __a,vector bool char __b) vec_all_le() argument
15387 vec_all_le(vector unsigned char __a,vector unsigned char __b) vec_all_le() argument
15392 vec_all_le(vector unsigned char __a,vector bool char __b) vec_all_le() argument
15397 vec_all_le(vector bool char __a,vector signed char __b) vec_all_le() argument
15402 vec_all_le(vector bool char __a,vector unsigned char __b) vec_all_le() argument
15407 vec_all_le(vector bool char __a,vector bool char __b) vec_all_le() argument
15413 vec_all_le(vector short __a,vector short __b) vec_all_le() argument
15418 vec_all_le(vector short __a,vector bool short __b) vec_all_le() argument
15423 vec_all_le(vector unsigned short __a,vector unsigned short __b) vec_all_le() argument
15428 vec_all_le(vector unsigned short __a,vector bool short __b) vec_all_le() argument
15434 vec_all_le(vector bool short __a,vector short __b) vec_all_le() argument
15439 vec_all_le(vector bool short __a,vector unsigned short __b) vec_all_le() argument
15445 vec_all_le(vector bool short __a,vector bool short __b) vec_all_le() argument
15451 vec_all_le(vector int __a,vector int __b) vec_all_le() argument
15455 vec_all_le(vector int __a,vector bool int __b) vec_all_le() argument
15460 vec_all_le(vector unsigned int __a,vector unsigned int __b) vec_all_le() argument
15465 vec_all_le(vector unsigned int __a,vector bool int __b) vec_all_le() argument
15470 vec_all_le(vector bool int __a,vector int __b) vec_all_le() argument
15475 vec_all_le(vector bool int __a,vector unsigned int __b) vec_all_le() argument
15480 vec_all_le(vector bool int __a,vector bool int __b) vec_all_le() argument
15487 vec_all_le(vector signed long long __a,vector signed long long __b) vec_all_le() argument
15492 vec_all_le(vector unsigned long long __a,vector unsigned long long __b) vec_all_le() argument
15497 vec_all_le(vector signed long long __a,vector bool long long __b) vec_all_le() argument
15503 vec_all_le(vector unsigned long long __a,vector bool long long __b) vec_all_le() argument
15509 vec_all_le(vector bool long long __a,vector signed long long __b) vec_all_le() argument
15515 vec_all_le(vector bool long long __a,vector unsigned long long __b) vec_all_le() argument
15521 vec_all_le(vector bool long long __a,vector bool long long __b) vec_all_le() argument
15528 vec_all_le(vector float __a,vector float __b) vec_all_le() argument
15538 vec_all_le(vector double __a,vector double __b) vec_all_le() argument
15545 vec_all_le(vector signed __int128 __a,vector signed __int128 __b) vec_all_le() argument
15550 vec_all_le(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_all_le() argument
15558 vec_all_lt(vector signed char __a,vector signed char __b) vec_all_lt() argument
15563 vec_all_lt(vector signed char __a,vector bool char __b) vec_all_lt() argument
15568 vec_all_lt(vector unsigned char __a,vector unsigned char __b) vec_all_lt() argument
15573 vec_all_lt(vector unsigned char __a,vector bool char __b) vec_all_lt() argument
15578 vec_all_lt(vector bool char __a,vector signed char __b) vec_all_lt() argument
15583 vec_all_lt(vector bool char __a,vector unsigned char __b) vec_all_lt() argument
15588 vec_all_lt(vector bool char __a,vector bool char __b) vec_all_lt() argument
15594 vec_all_lt(vector short __a,vector short __b) vec_all_lt() argument
15599 vec_all_lt(vector short __a,vector bool short __b) vec_all_lt() argument
15604 vec_all_lt(vector unsigned short __a,vector unsigned short __b) vec_all_lt() argument
15609 vec_all_lt(vector unsigned short __a,vector bool short __b) vec_all_lt() argument
15615 vec_all_lt(vector bool short __a,vector short __b) vec_all_lt() argument
15620 vec_all_lt(vector bool short __a,vector unsigned short __b) vec_all_lt() argument
15626 vec_all_lt(vector bool short __a,vector bool short __b) vec_all_lt() argument
15632 vec_all_lt(vector int __a,vector int __b) vec_all_lt() argument
15636 vec_all_lt(vector int __a,vector bool int __b) vec_all_lt() argument
15641 vec_all_lt(vector unsigned int __a,vector unsigned int __b) vec_all_lt() argument
15646 vec_all_lt(vector unsigned int __a,vector bool int __b) vec_all_lt() argument
15651 vec_all_lt(vector bool int __a,vector int __b) vec_all_lt() argument
15656 vec_all_lt(vector bool int __a,vector unsigned int __b) vec_all_lt() argument
15661 vec_all_lt(vector bool int __a,vector bool int __b) vec_all_lt() argument
15668 vec_all_lt(vector signed long long __a,vector signed long long __b) vec_all_lt() argument
15673 vec_all_lt(vector unsigned long long __a,vector unsigned long long __b) vec_all_lt() argument
15678 vec_all_lt(vector signed long long __a,vector bool long long __b) vec_all_lt() argument
15684 vec_all_lt(vector unsigned long long __a,vector bool long long __b) vec_all_lt() argument
15690 vec_all_lt(vector bool long long __a,vector signed long long __b) vec_all_lt() argument
15696 vec_all_lt(vector bool long long __a,vector unsigned long long __b) vec_all_lt() argument
15702 vec_all_lt(vector bool long long __a,vector bool long long __b) vec_all_lt() argument
15709 vec_all_lt(vector float __a,vector float __b) vec_all_lt() argument
15719 vec_all_lt(vector double __a,vector double __b) vec_all_lt() argument
15726 vec_all_lt(vector signed __int128 __a,vector signed __int128 __b) vec_all_lt() argument
15731 vec_all_lt(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_all_lt() argument
15739 vec_all_nan(vector float __a) vec_all_nan() argument
15748 vec_all_nan(vector double __a) vec_all_nan() argument
15755 vec_all_ne(vector signed char __a,vector signed char __b) vec_all_ne() argument
15761 vec_all_ne(vector signed char __a,vector bool char __b) vec_all_ne() argument
15767 vec_all_ne(vector unsigned char __a,vector unsigned char __b) vec_all_ne() argument
15773 vec_all_ne(vector unsigned char __a,vector bool char __b) vec_all_ne() argument
15779 vec_all_ne(vector bool char __a,vector signed char __b) vec_all_ne() argument
15785 vec_all_ne(vector bool char __a,vector unsigned char __b) vec_all_ne() argument
15791 vec_all_ne(vector bool char __a,vector bool char __b) vec_all_ne() argument
15797 vec_all_ne(vector short __a,vector short __b) vec_all_ne() argument
15802 vec_all_ne(vector short __a,vector bool short __b) vec_all_ne() argument
15807 vec_all_ne(vector unsigned short __a,vector unsigned short __b) vec_all_ne() argument
15813 vec_all_ne(vector unsigned short __a,vector bool short __b) vec_all_ne() argument
15819 vec_all_ne(vector bool short __a,vector short __b) vec_all_ne() argument
15825 vec_all_ne(vector bool short __a,vector unsigned short __b) vec_all_ne() argument
15831 vec_all_ne(vector bool short __a,vector bool short __b) vec_all_ne() argument
15837 vec_all_ne(vector pixel __a,vector pixel __b) vec_all_ne() argument
15843 vec_all_ne(vector int __a,vector int __b) vec_all_ne() argument
15847 vec_all_ne(vector int __a,vector bool int __b) vec_all_ne() argument
15852 vec_all_ne(vector unsigned int __a,vector unsigned int __b) vec_all_ne() argument
15858 vec_all_ne(vector unsigned int __a,vector bool int __b) vec_all_ne() argument
15864 vec_all_ne(vector bool int __a,vector int __b) vec_all_ne() argument
15870 vec_all_ne(vector bool int __a,vector unsigned int __b) vec_all_ne() argument
15876 vec_all_ne(vector bool int __a,vector bool int __b) vec_all_ne() argument
15883 vec_all_ne(vector signed long long __a,vector signed long long __b) vec_all_ne() argument
15888 vec_all_ne(vector unsigned long long __a,vector unsigned long long __b) vec_all_ne() argument
15894 vec_all_ne(vector signed long long __a,vector bool long long __b) vec_all_ne() argument
15900 vec_all_ne(vector unsigned long long __a,vector bool long long __b) vec_all_ne() argument
15906 vec_all_ne(vector bool long long __a,vector signed long long __b) vec_all_ne() argument
15912 vec_all_ne(vector bool long long __a,vector unsigned long long __b) vec_all_ne() argument
15918 vec_all_ne(vector bool long long __a,vector bool long long __b) vec_all_ne() argument
15925 vec_all_ne(vector float __a,vector float __b) vec_all_ne() argument
15935 vec_all_ne(vector double __a,vector double __b) vec_all_ne() argument
15942 vec_all_ne(vector signed __int128 __a,vector signed __int128 __b) vec_all_ne() argument
15948 vec_all_ne(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_all_ne() argument
15954 vec_all_ne(vector bool __int128 __a,vector bool __int128 __b) vec_all_ne() argument
15963 vec_all_nge(vector float __a,vector float __b) vec_all_nge() argument
15973 vec_all_nge(vector double __a,vector double __b) vec_all_nge() argument
15981 vec_all_ngt(vector float __a,vector float __b) vec_all_ngt() argument
15991 vec_all_ngt(vector double __a,vector double __b) vec_all_ngt() argument
16000 vec_all_nle(vector float __a,vector float __b) vec_all_nle() argument
16009 vec_all_nle(vector double __a,vector double __b) vec_all_nle() argument
16018 vec_all_nlt(vector float __a,vector float __b) vec_all_nlt() argument
16027 vec_all_nlt(vector double __a,vector double __b) vec_all_nlt() argument
16036 vec_all_numeric(vector float __a) vec_all_numeric() argument
16045 vec_all_numeric(vector double __a) vec_all_numeric() argument
16052 vec_any_eq(vector signed char __a,vector signed char __b) vec_any_eq() argument
16058 vec_any_eq(vector signed char __a,vector bool char __b) vec_any_eq() argument
16064 vec_any_eq(vector unsigned char __a,vector unsigned char __b) vec_any_eq() argument
16070 vec_any_eq(vector unsigned char __a,vector bool char __b) vec_any_eq() argument
16076 vec_any_eq(vector bool char __a,vector signed char __b) vec_any_eq() argument
16082 vec_any_eq(vector bool char __a,vector unsigned char __b) vec_any_eq() argument
16088 vec_any_eq(vector bool char __a,vector bool char __b) vec_any_eq() argument
16094 vec_any_eq(vector short __a,vector short __b) vec_any_eq() argument
16099 vec_any_eq(vector short __a,vector bool short __b) vec_any_eq() argument
16104 vec_any_eq(vector unsigned short __a,vector unsigned short __b) vec_any_eq() argument
16110 vec_any_eq(vector unsigned short __a,vector bool short __b) vec_any_eq() argument
16116 vec_any_eq(vector bool short __a,vector short __b) vec_any_eq() argument
16122 vec_any_eq(vector bool short __a,vector unsigned short __b) vec_any_eq() argument
16128 vec_any_eq(vector bool short __a,vector bool short __b) vec_any_eq() argument
16134 vec_any_eq(vector pixel __a,vector pixel __b) vec_any_eq() argument
16140 vec_any_eq(vector int __a,vector int __b) vec_any_eq() argument
16144 vec_any_eq(vector int __a,vector bool int __b) vec_any_eq() argument
16149 vec_any_eq(vector unsigned int __a,vector unsigned int __b) vec_any_eq() argument
16155 vec_any_eq(vector unsigned int __a,vector bool int __b) vec_any_eq() argument
16161 vec_any_eq(vector bool int __a,vector int __b) vec_any_eq() argument
16167 vec_any_eq(vector bool int __a,vector unsigned int __b) vec_any_eq() argument
16173 vec_any_eq(vector bool int __a,vector bool int __b) vec_any_eq() argument
16180 vec_any_eq(vector signed long long __a,vector signed long long __b) vec_any_eq() argument
16185 vec_any_eq(vector unsigned long long __a,vector unsigned long long __b) vec_any_eq() argument
16191 vec_any_eq(vector signed long long __a,vector bool long long __b) vec_any_eq() argument
16197 vec_any_eq(vector unsigned long long __a,vector bool long long __b) vec_any_eq() argument
16203 vec_any_eq(vector bool long long __a,vector signed long long __b) vec_any_eq() argument
16209 vec_any_eq(vector bool long long __a,vector unsigned long long __b) vec_any_eq() argument
16215 vec_any_eq(vector bool long long __a,vector bool long long __b) vec_any_eq() argument
16222 vec_any_eq(vector float __a,vector float __b) vec_any_eq() argument
16232 vec_any_eq(vector double __a,vector double __b) vec_any_eq() argument
16239 vec_any_eq(vector signed __int128 __a,vector signed __int128 __b) vec_any_eq() argument
16245 vec_any_eq(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_any_eq() argument
16251 vec_any_eq(vector bool __int128 __a,vector bool __int128 __b) vec_any_eq() argument
16260 vec_any_ge(vector signed char __a,vector signed char __b) vec_any_ge() argument
16265 vec_any_ge(vector signed char __a,vector bool char __b) vec_any_ge() argument
16271 vec_any_ge(vector unsigned char __a,vector unsigned char __b) vec_any_ge() argument
16276 vec_any_ge(vector unsigned char __a,vector bool char __b) vec_any_ge() argument
16282 vec_any_ge(vector bool char __a,vector signed char __b) vec_any_ge() argument
16288 vec_any_ge(vector bool char __a,vector unsigned char __b) vec_any_ge() argument
16294 vec_any_ge(vector bool char __a,vector bool char __b) vec_any_ge() argument
16300 vec_any_ge(vector short __a,vector short __b) vec_any_ge() argument
16305 vec_any_ge(vector short __a,vector bool short __b) vec_any_ge() argument
16310 vec_any_ge(vector unsigned short __a,vector unsigned short __b) vec_any_ge() argument
16315 vec_any_ge(vector unsigned short __a,vector bool short __b) vec_any_ge() argument
16321 vec_any_ge(vector bool short __a,vector short __b) vec_any_ge() argument
16327 vec_any_ge(vector bool short __a,vector unsigned short __b) vec_any_ge() argument
16333 vec_any_ge(vector bool short __a,vector bool short __b) vec_any_ge() argument
16339 vec_any_ge(vector int __a,vector int __b) vec_any_ge() argument
16343 vec_any_ge(vector int __a,vector bool int __b) vec_any_ge() argument
16348 vec_any_ge(vector unsigned int __a,vector unsigned int __b) vec_any_ge() argument
16353 vec_any_ge(vector unsigned int __a,vector bool int __b) vec_any_ge() argument
16359 vec_any_ge(vector bool int __a,vector int __b) vec_any_ge() argument
16365 vec_any_ge(vector bool int __a,vector unsigned int __b) vec_any_ge() argument
16371 vec_any_ge(vector bool int __a,vector bool int __b) vec_any_ge() argument
16378 vec_any_ge(vector signed long long __a,vector signed long long __b) vec_any_ge() argument
16383 vec_any_ge(vector unsigned long long __a,vector unsigned long long __b) vec_any_ge() argument
16388 vec_any_ge(vector signed long long __a,vector bool long long __b) vec_any_ge() argument
16394 vec_any_ge(vector unsigned long long __a,vector bool long long __b) vec_any_ge() argument
16400 vec_any_ge(vector bool long long __a,vector signed long long __b) vec_any_ge() argument
16406 vec_any_ge(vector bool long long __a,vector unsigned long long __b) vec_any_ge() argument
16412 vec_any_ge(vector bool long long __a,vector bool long long __b) vec_any_ge() argument
16420 vec_any_ge(vector float __a,vector float __b) vec_any_ge() argument
16430 vec_any_ge(vector double __a,vector double __b) vec_any_ge() argument
16437 vec_any_ge(vector signed __int128 __a,vector signed __int128 __b) vec_any_ge() argument
16442 vec_any_ge(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_any_ge() argument
16450 vec_any_gt(vector signed char __a,vector signed char __b) vec_any_gt() argument
16455 vec_any_gt(vector signed char __a,vector bool char __b) vec_any_gt() argument
16461 vec_any_gt(vector unsigned char __a,vector unsigned char __b) vec_any_gt() argument
16466 vec_any_gt(vector unsigned char __a,vector bool char __b) vec_any_gt() argument
16472 vec_any_gt(vector bool char __a,vector signed char __b) vec_any_gt() argument
16478 vec_any_gt(vector bool char __a,vector unsigned char __b) vec_any_gt() argument
16484 vec_any_gt(vector bool char __a,vector bool char __b) vec_any_gt() argument
16490 vec_any_gt(vector short __a,vector short __b) vec_any_gt() argument
16495 vec_any_gt(vector short __a,vector bool short __b) vec_any_gt() argument
16500 vec_any_gt(vector unsigned short __a,vector unsigned short __b) vec_any_gt() argument
16505 vec_any_gt(vector unsigned short __a,vector bool short __b) vec_any_gt() argument
16511 vec_any_gt(vector bool short __a,vector short __b) vec_any_gt() argument
16517 vec_any_gt(vector bool short __a,vector unsigned short __b) vec_any_gt() argument
16523 vec_any_gt(vector bool short __a,vector bool short __b) vec_any_gt() argument
16529 vec_any_gt(vector int __a,vector int __b) vec_any_gt() argument
16533 vec_any_gt(vector int __a,vector bool int __b) vec_any_gt() argument
16538 vec_any_gt(vector unsigned int __a,vector unsigned int __b) vec_any_gt() argument
16543 vec_any_gt(vector unsigned int __a,vector bool int __b) vec_any_gt() argument
16549 vec_any_gt(vector bool int __a,vector int __b) vec_any_gt() argument
16555 vec_any_gt(vector bool int __a,vector unsigned int __b) vec_any_gt() argument
16561 vec_any_gt(vector bool int __a,vector bool int __b) vec_any_gt() argument
16568 vec_any_gt(vector signed long long __a,vector signed long long __b) vec_any_gt() argument
16573 vec_any_gt(vector unsigned long long __a,vector unsigned long long __b) vec_any_gt() argument
16578 vec_any_gt(vector signed long long __a,vector bool long long __b) vec_any_gt() argument
16584 vec_any_gt(vector unsigned long long __a,vector bool long long __b) vec_any_gt() argument
16590 vec_any_gt(vector bool long long __a,vector signed long long __b) vec_any_gt() argument
16596 vec_any_gt(vector bool long long __a,vector unsigned long long __b) vec_any_gt() argument
16602 vec_any_gt(vector bool long long __a,vector bool long long __b) vec_any_gt() argument
16610 vec_any_gt(vector float __a,vector float __b) vec_any_gt() argument
16620 vec_any_gt(vector double __a,vector double __b) vec_any_gt() argument
16627 vec_any_gt(vector signed __int128 __a,vector signed __int128 __b) vec_any_gt() argument
16632 vec_any_gt(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_any_gt() argument
16640 vec_any_le(vector signed char __a,vector signed char __b) vec_any_le() argument
16645 vec_any_le(vector signed char __a,vector bool char __b) vec_any_le() argument
16651 vec_any_le(vector unsigned char __a,vector unsigned char __b) vec_any_le() argument
16656 vec_any_le(vector unsigned char __a,vector bool char __b) vec_any_le() argument
16662 vec_any_le(vector bool char __a,vector signed char __b) vec_any_le() argument
16668 vec_any_le(vector bool char __a,vector unsigned char __b) vec_any_le() argument
16674 vec_any_le(vector bool char __a,vector bool char __b) vec_any_le() argument
16680 vec_any_le(vector short __a,vector short __b) vec_any_le() argument
16685 vec_any_le(vector short __a,vector bool short __b) vec_any_le() argument
16690 vec_any_le(vector unsigned short __a,vector unsigned short __b) vec_any_le() argument
16695 vec_any_le(vector unsigned short __a,vector bool short __b) vec_any_le() argument
16701 vec_any_le(vector bool short __a,vector short __b) vec_any_le() argument
16707 vec_any_le(vector bool short __a,vector unsigned short __b) vec_any_le() argument
16713 vec_any_le(vector bool short __a,vector bool short __b) vec_any_le() argument
16719 vec_any_le(vector int __a,vector int __b) vec_any_le() argument
16723 vec_any_le(vector int __a,vector bool int __b) vec_any_le() argument
16728 vec_any_le(vector unsigned int __a,vector unsigned int __b) vec_any_le() argument
16733 vec_any_le(vector unsigned int __a,vector bool int __b) vec_any_le() argument
16739 vec_any_le(vector bool int __a,vector int __b) vec_any_le() argument
16745 vec_any_le(vector bool int __a,vector unsigned int __b) vec_any_le() argument
16751 vec_any_le(vector bool int __a,vector bool int __b) vec_any_le() argument
16758 vec_any_le(vector signed long long __a,vector signed long long __b) vec_any_le() argument
16763 vec_any_le(vector unsigned long long __a,vector unsigned long long __b) vec_any_le() argument
16768 vec_any_le(vector signed long long __a,vector bool long long __b) vec_any_le() argument
16774 vec_any_le(vector unsigned long long __a,vector bool long long __b) vec_any_le() argument
16780 vec_any_le(vector bool long long __a,vector signed long long __b) vec_any_le() argument
16786 vec_any_le(vector bool long long __a,vector unsigned long long __b) vec_any_le() argument
16792 vec_any_le(vector bool long long __a,vector bool long long __b) vec_any_le() argument
16800 vec_any_le(vector float __a,vector float __b) vec_any_le() argument
16810 vec_any_le(vector double __a,vector double __b) vec_any_le() argument
16817 vec_any_le(vector signed __int128 __a,vector signed __int128 __b) vec_any_le() argument
16822 vec_any_le(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_any_le() argument
16830 vec_any_lt(vector signed char __a,vector signed char __b) vec_any_lt() argument
16835 vec_any_lt(vector signed char __a,vector bool char __b) vec_any_lt() argument
16841 vec_any_lt(vector unsigned char __a,vector unsigned char __b) vec_any_lt() argument
16846 vec_any_lt(vector unsigned char __a,vector bool char __b) vec_any_lt() argument
16852 vec_any_lt(vector bool char __a,vector signed char __b) vec_any_lt() argument
16858 vec_any_lt(vector bool char __a,vector unsigned char __b) vec_any_lt() argument
16864 vec_any_lt(vector bool char __a,vector bool char __b) vec_any_lt() argument
16870 vec_any_lt(vector short __a,vector short __b) vec_any_lt() argument
16875 vec_any_lt(vector short __a,vector bool short __b) vec_any_lt() argument
16880 vec_any_lt(vector unsigned short __a,vector unsigned short __b) vec_any_lt() argument
16885 vec_any_lt(vector unsigned short __a,vector bool short __b) vec_any_lt() argument
16891 vec_any_lt(vector bool short __a,vector short __b) vec_any_lt() argument
16897 vec_any_lt(vector bool short __a,vector unsigned short __b) vec_any_lt() argument
16903 vec_any_lt(vector bool short __a,vector bool short __b) vec_any_lt() argument
16909 vec_any_lt(vector int __a,vector int __b) vec_any_lt() argument
16913 vec_any_lt(vector int __a,vector bool int __b) vec_any_lt() argument
16918 vec_any_lt(vector unsigned int __a,vector unsigned int __b) vec_any_lt() argument
16923 vec_any_lt(vector unsigned int __a,vector bool int __b) vec_any_lt() argument
16929 vec_any_lt(vector bool int __a,vector int __b) vec_any_lt() argument
16935 vec_any_lt(vector bool int __a,vector unsigned int __b) vec_any_lt() argument
16941 vec_any_lt(vector bool int __a,vector bool int __b) vec_any_lt() argument
16948 vec_any_lt(vector signed long long __a,vector signed long long __b) vec_any_lt() argument
16953 vec_any_lt(vector unsigned long long __a,vector unsigned long long __b) vec_any_lt() argument
16958 vec_any_lt(vector signed long long __a,vector bool long long __b) vec_any_lt() argument
16964 vec_any_lt(vector unsigned long long __a,vector bool long long __b) vec_any_lt() argument
16970 vec_any_lt(vector bool long long __a,vector signed long long __b) vec_any_lt() argument
16976 vec_any_lt(vector bool long long __a,vector unsigned long long __b) vec_any_lt() argument
16982 vec_any_lt(vector bool long long __a,vector bool long long __b) vec_any_lt() argument
16990 vec_any_lt(vector float __a,vector float __b) vec_any_lt() argument
17000 vec_any_lt(vector double __a,vector double __b) vec_any_lt() argument
17007 vec_any_lt(vector signed __int128 __a,vector signed __int128 __b) vec_any_lt() argument
17012 vec_any_lt(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_any_lt() argument
17020 vec_any_nan(vector float __a) vec_any_nan() argument
17028 vec_any_nan(vector double __a) vec_any_nan() argument
17035 vec_any_ne(vector signed char __a,vector signed char __b) vec_any_ne() argument
17041 vec_any_ne(vector signed char __a,vector bool char __b) vec_any_ne() argument
17047 vec_any_ne(vector unsigned char __a,vector unsigned char __b) vec_any_ne() argument
17053 vec_any_ne(vector unsigned char __a,vector bool char __b) vec_any_ne() argument
17059 vec_any_ne(vector bool char __a,vector signed char __b) vec_any_ne() argument
17065 vec_any_ne(vector bool char __a,vector unsigned char __b) vec_any_ne() argument
17071 vec_any_ne(vector bool char __a,vector bool char __b) vec_any_ne() argument
17077 vec_any_ne(vector short __a,vector short __b) vec_any_ne() argument
17082 vec_any_ne(vector short __a,vector bool short __b) vec_any_ne() argument
17087 vec_any_ne(vector unsigned short __a,vector unsigned short __b) vec_any_ne() argument
17093 vec_any_ne(vector unsigned short __a,vector bool short __b) vec_any_ne() argument
17099 vec_any_ne(vector bool short __a,vector short __b) vec_any_ne() argument
17105 vec_any_ne(vector bool short __a,vector unsigned short __b) vec_any_ne() argument
17111 vec_any_ne(vector bool short __a,vector bool short __b) vec_any_ne() argument
17117 vec_any_ne(vector pixel __a,vector pixel __b) vec_any_ne() argument
17123 vec_any_ne(vector int __a,vector int __b) vec_any_ne() argument
17127 vec_any_ne(vector int __a,vector bool int __b) vec_any_ne() argument
17132 vec_any_ne(vector unsigned int __a,vector unsigned int __b) vec_any_ne() argument
17138 vec_any_ne(vector unsigned int __a,vector bool int __b) vec_any_ne() argument
17144 vec_any_ne(vector bool int __a,vector int __b) vec_any_ne() argument
17150 vec_any_ne(vector bool int __a,vector unsigned int __b) vec_any_ne() argument
17156 vec_any_ne(vector bool int __a,vector bool int __b) vec_any_ne() argument
17163 vec_any_ne(vector signed long long __a,vector signed long long __b) vec_any_ne() argument
17174 vec_any_ne(vector unsigned long long __a,vector unsigned long long __b) vec_any_ne() argument
17179 vec_any_ne(vector signed long long __a,vector bool long long __b) vec_any_ne() argument
17184 vec_any_ne(vector unsigned long long __a,vector bool long long __b) vec_any_ne() argument
17189 vec_any_ne(vector bool long long __a,vector signed long long __b) vec_any_ne() argument
17194 vec_any_ne(vector bool long long __a,vector unsigned long long __b) vec_any_ne() argument
17199 vec_any_ne(vector bool long long __a,vector bool long long __b) vec_any_ne() argument
17205 vec_any_ne(vector float __a,vector float __b) vec_any_ne() argument
17215 vec_any_ne(vector double __a,vector double __b) vec_any_ne() argument
17222 vec_any_ne(vector signed __int128 __a,vector signed __int128 __b) vec_any_ne() argument
17228 vec_any_ne(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_any_ne() argument
17234 vec_any_ne(vector bool __int128 __a,vector bool __int128 __b) vec_any_ne() argument
17243 vec_any_nge(vector float __a,vector float __b) vec_any_nge() argument
17253 vec_any_nge(vector double __a,vector double __b) vec_any_nge() argument
17261 vec_any_ngt(vector float __a,vector float __b) vec_any_ngt() argument
17271 vec_any_ngt(vector double __a,vector double __b) vec_any_ngt() argument
17279 vec_any_nle(vector float __a,vector float __b) vec_any_nle() argument
17289 vec_any_nle(vector double __a,vector double __b) vec_any_nle() argument
17297 vec_any_nlt(vector float __a,vector float __b) vec_any_nlt() argument
17307 vec_any_nlt(vector double __a,vector double __b) vec_any_nlt() argument
17315 vec_any_numeric(vector float __a) vec_any_numeric() argument
17324 vec_any_numeric(vector double __a) vec_any_numeric() argument
17332 vec_any_out(vector float __a,vector float __b) vec_any_out() argument
17358 __builtin_crypto_vsbox(vector unsigned char __a) __builtin_crypto_vsbox() argument
17363 __builtin_crypto_vcipher(vector unsigned char __a,vector unsigned char __b) __builtin_crypto_vcipher() argument
17369 __builtin_crypto_vcipherlast(vector unsigned char __a,vector unsigned char __b) __builtin_crypto_vcipherlast() argument
17375 __builtin_crypto_vncipher(vector unsigned char __a,vector unsigned char __b) __builtin_crypto_vncipher() argument
17381 __builtin_crypto_vncipherlast(vector unsigned char __a,vector unsigned char __b) __builtin_crypto_vncipherlast() argument
17398 vec_permxor(vector bool char __a,vector bool char __b,vector bool char __c) vec_permxor() argument
17406 vec_permxor(vector signed char __a,vector signed char __b,vector signed char __c) vec_permxor() argument
17414 vec_permxor(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) vec_permxor() argument
17420 __builtin_crypto_vpermxor(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) __builtin_crypto_vpermxor() argument
17426 __builtin_crypto_vpermxor(vector unsigned short __a,vector unsigned short __b,vector unsigned short __c) __builtin_crypto_vpermxor() argument
17434 __builtin_crypto_vpermxor(vector unsigned int __a,vector unsigned int __b,vector unsigned int __c) __builtin_crypto_vpermxor() argument
17441 __builtin_crypto_vpermxor(vector unsigned long long __a,vector unsigned long long __b,vector unsigned long long __c) __builtin_crypto_vpermxor() argument
17450 __builtin_crypto_vpmsumb(vector unsigned char __a,vector unsigned char __b) __builtin_crypto_vpmsumb() argument
17455 __builtin_crypto_vpmsumb(vector unsigned short __a,vector unsigned short __b) __builtin_crypto_vpmsumb() argument
17460 __builtin_crypto_vpmsumb(vector unsigned int __a,vector unsigned int __b) __builtin_crypto_vpmsumb() argument
17465 __builtin_crypto_vpmsumb(vector unsigned long long __a,vector unsigned long long __b) __builtin_crypto_vpmsumb() argument
17471 vec_vgbbd(vector signed char __a) vec_vgbbd() argument
17479 vec_vgbbd(vector unsigned char __a) vec_vgbbd() argument
17484 vec_gbb(vector signed long long __a) vec_gbb() argument
17490 vec_gbb(vector unsigned long long __a) vec_gbb() argument
17496 vec_vbpermq(vector signed char __a,vector signed char __b) vec_vbpermq() argument
17502 vec_vbpermq(vector unsigned char __a,vector unsigned char __b) vec_vbpermq() argument
17508 vec_bperm(vector unsigned __int128 __a,vector unsigned char __b) vec_bperm() argument
17514 vec_bperm(vector unsigned char __a,vector unsigned char __b) vec_bperm() argument
17520 vec_bperm(vector unsigned long long __a,vector unsigned char __b) vec_bperm() argument
17528 vec_reve(vector bool char __a) vec_reve() argument
17533 vec_reve(vector signed char __a) vec_reve() argument
17539 vec_reve(vector unsigned char __a) vec_reve() argument
17544 vec_reve(vector bool int __a) vec_reve() argument
17548 vec_reve(vector signed int __a) vec_reve() argument
17553 vec_reve(vector unsigned int __a) vec_reve() argument
17557 vec_reve(vector bool short __a) vec_reve() argument
17562 vec_reve(vector signed short __a) vec_reve() argument
17567 vec_reve(vector unsigned short __a) vec_reve() argument
17571 vec_reve(vector float __a) vec_reve() argument
17577 vec_reve(vector bool long long __a) vec_reve() argument
17582 vec_reve(vector signed long long __a) vec_reve() argument
17587 vec_reve(vector unsigned long long __a) vec_reve() argument
17591 vec_reve(vector double __a) vec_reve() argument
17598 vec_revb(vector bool char __a) vec_revb() argument
17603 vec_revb(vector signed char __a) vec_revb() argument
17608 vec_revb(vector unsigned char __a) vec_revb() argument
17613 vec_revb(vector bool short __a) vec_revb() argument
17620 vec_revb(vector signed short __a) vec_revb() argument
17627 vec_revb(vector unsigned short __a) vec_revb() argument
17634 vec_revb(vector bool int __a) vec_revb() argument
17641 vec_revb(vector signed int __a) vec_revb() argument
17648 vec_revb(vector unsigned int __a) vec_revb() argument
17655 vec_revb(vector float __a) vec_revb() argument
17663 vec_revb(vector bool long long __a) vec_revb() argument
17670 vec_revb(vector signed long long __a) vec_revb() argument
17677 vec_revb(vector unsigned long long __a) vec_revb() argument
17684 vec_revb(vector double __a) vec_revb() argument
17694 vec_revb(vector signed __int128 __a) vec_revb() argument
17703 vec_revb(vector unsigned __int128 __a) vec_revb() argument
18225 vec_test_data_class(__a,__b) global() argument
18235 vec_neg(vector float __a) vec_neg() argument
18240 vec_neg(vector double __a) vec_neg() argument
18247 vec_neg(vector long long __a) vec_neg() argument
18252 vec_neg(vector signed int __a) vec_neg() argument
18256 vec_neg(vector signed short __a) vec_neg() argument
18260 vec_neg(vector signed char __a) vec_neg() argument
18264 vec_nabs(vector float __a) vec_nabs() argument
18269 vec_nabs(vector double __a) vec_nabs() argument
18276 vec_nabs(vector long long __a) vec_nabs() argument
18281 vec_nabs(vector signed int __a) vec_nabs() argument
18285 vec_nabs(vector signed short __a) vec_nabs() argument
18289 vec_nabs(vector signed char __a) vec_nabs() argument
18293 vec_recipdiv(vector float __a,vector float __b) vec_recipdiv() argument
18299 vec_recipdiv(vector double __a,vector double __b) vec_recipdiv() argument
18310 vec_extractm(vector unsigned char __a) vec_extractm() argument
18315 vec_extractm(vector unsigned short __a) vec_extractm() argument
18320 vec_extractm(vector unsigned int __a) vec_extractm() argument
18325 vec_extractm(vector unsigned long long __a) vec_extractm() argument
18331 vec_extractm(vector unsigned __int128 __a) vec_extractm() argument
18339 vec_expandm(vector unsigned char __a) vec_expandm() argument
18344 vec_expandm(vector unsigned short __a) vec_expandm() argument
18349 vec_expandm(vector unsigned int __a) vec_expandm() argument
18354 vec_expandm(vector unsigned long long __a) vec_expandm() argument
18360 vec_expandm(vector unsigned __int128 __a) vec_expandm() argument
18367 vec_cntm(__a,__mp) global() argument
18413 vec_pdep(vector unsigned long long __a,vector unsigned long long __b) vec_pdep() argument
18420 vec_pext(vector unsigned long long __a,vector unsigned long long __b) vec_pext() argument
18427 vec_cfuge(vector unsigned long long __a,vector unsigned long long __b) vec_cfuge() argument
18433 vec_gnb(__a,__b) global() argument
18438 vec_ternarylogic(__a,__b,__c,__imm) global() argument
18465 vec_ternarylogic(__a,__b,__c,__imm) global() argument
18492 vec_genpcvm(__a,__imm) global() argument
18508 vec_clr_first(vector signed char __a,unsigned int __n) vec_clr_first() argument
18519 vec_clr_first(vector unsigned char __a,unsigned int __n) vec_clr_first() argument
18532 vec_clr_last(vector signed char __a,unsigned int __n) vec_clr_last() argument
18543 vec_clr_last(vector unsigned char __a,unsigned int __n) vec_clr_last() argument
18556 vec_cntlzm(vector unsigned long long __a,vector unsigned long long __b) vec_cntlzm() argument
18563 vec_cnttzm(vector unsigned long long __a,vector unsigned long long __b) vec_cnttzm() argument
18570 vec_mod(vector signed int __a,vector signed int __b) vec_mod() argument
18575 vec_mod(vector unsigned int __a,vector unsigned int __b) vec_mod() argument
18580 vec_mod(vector signed long long __a,vector signed long long __b) vec_mod() argument
18585 vec_mod(vector unsigned long long __a,vector unsigned long long __b) vec_mod() argument
18591 vec_mod(vector signed __int128 __a,vector signed __int128 __b) vec_mod() argument
18596 vec_mod(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_mod() argument
18602 vec_sldb(__a,__b,__c) global() argument
18637 vec_srdb(__a,__b,__c) global() argument
18674 vec_insertl(unsigned char __a,vector unsigned char __b,unsigned int __c) vec_insertl() argument
18683 vec_insertl(unsigned short __a,vector unsigned short __b,unsigned int __c) vec_insertl() argument
18692 vec_insertl(unsigned int __a,vector unsigned int __b,unsigned int __c) vec_insertl() argument
18701 vec_insertl(unsigned long long __a,vector unsigned long long __b,unsigned int __c) vec_insertl() argument
18711 vec_insertl(vector unsigned char __a,vector unsigned char __b,unsigned int __c) vec_insertl() argument
18721 vec_insertl(vector unsigned short __a,vector unsigned short __b,unsigned int __c) vec_insertl() argument
18731 vec_insertl(vector unsigned int __a,vector unsigned int __b,unsigned int __c) vec_insertl() argument
18743 vec_inserth(unsigned char __a,vector unsigned char __b,unsigned int __c) vec_inserth() argument
18752 vec_inserth(unsigned short __a,vector unsigned short __b,unsigned int __c) vec_inserth() argument
18761 vec_inserth(unsigned int __a,vector unsigned int __b,unsigned int __c) vec_inserth() argument
18770 vec_inserth(unsigned long long __a,vector unsigned long long __b,unsigned int __c) vec_inserth() argument
18780 vec_inserth(vector unsigned char __a,vector unsigned char __b,unsigned int __c) vec_inserth() argument
18790 vec_inserth(vector unsigned short __a,vector unsigned short __b,unsigned int __c) vec_inserth() argument
18800 vec_inserth(vector unsigned int __a,vector unsigned int __b,unsigned int __c) vec_inserth() argument
18812 vec_extractl(vector unsigned char __a,vector unsigned char __b,unsigned int __c) vec_extractl() argument
18822 vec_extractl(vector unsigned short __a,vector unsigned short __b,unsigned int __c) vec_extractl() argument
18832 vec_extractl(vector unsigned int __a,vector unsigned int __b,unsigned int __c) vec_extractl() argument
18842 vec_extractl(vector unsigned long long __a,vector unsigned long long __b,unsigned int __c) vec_extractl() argument
18855 vec_extracth(vector unsigned char __a,vector unsigned char __b,unsigned int __c) vec_extracth() argument
18865 vec_extracth(vector unsigned short __a,vector unsigned short __b,unsigned int __c) vec_extracth() argument
18875 vec_extracth(vector unsigned int __a,vector unsigned int __b,unsigned int __c) vec_extracth() argument
18885 vec_extracth(vector unsigned long long __a,vector unsigned long long __b,unsigned int __c) vec_extracth() argument
18898 vec_permx(__a,__b,__c,__d) global() argument
18934 vec_blendv(vector signed char __a,vector signed char __b,vector unsigned char __c) vec_blendv() argument
18941 vec_blendv(vector unsigned char __a,vector unsigned char __b,vector unsigned char __c) vec_blendv() argument
18947 vec_blendv(vector signed short __a,vector signed short __b,vector unsigned short __c) vec_blendv() argument
18954 vec_blendv(vector unsigned short __a,vector unsigned short __b,vector unsigned short __c) vec_blendv() argument
18960 vec_blendv(vector signed int __a,vector signed int __b,vector unsigned int __c) vec_blendv() argument
18967 vec_blendv(vector unsigned int __a,vector unsigned int __b,vector unsigned int __c) vec_blendv() argument
18973 vec_blendv(vector signed long long __a,vector signed long long __b,vector unsigned long long __c) vec_blendv() argument
18980 vec_blendv(vector unsigned long long __a,vector unsigned long long __b,vector unsigned long long __c) vec_blendv() argument
18986 vec_blendv(vector float __a,vector float __b,vector unsigned int __c) vec_blendv() argument
18992 vec_blendv(vector double __a,vector double __b,vector unsigned long long __c) vec_blendv() argument
18998 vec_replace_unaligned(__a,__b,__c) global() argument
19018 vec_replace_elt(__a,__b,__c) global() argument
19040 vec_splati(__a) global() argument
19048 vec_splatid(const float __a) vec_splatid() argument
19055 vec_splati_ins(vector signed int __a,const unsigned int __b,const signed int __c) vec_splati_ins() argument
19068 vec_splati_ins(vector unsigned int __a,const unsigned int __b,const unsigned int __c) vec_splati_ins() argument
19081 vec_splati_ins(vector float __a,const unsigned int __b,const float __c) vec_splati_ins() argument
19096 vec_test_lsbb_all_ones(vector unsigned char __a) vec_test_lsbb_all_ones() argument
19103 vec_test_lsbb_all_zeros(vector unsigned char __a) vec_test_lsbb_all_zeros() argument
19111 vec_stril(vector unsigned char __a) vec_stril() argument
19122 vec_stril(vector signed char __a) vec_stril() argument
19133 vec_stril(vector unsigned short __a) vec_stril() argument
19144 vec_stril(vector signed short __a) vec_stril() argument
19154 vec_stril_p(vector unsigned char __a) vec_stril_p() argument
19162 vec_stril_p(vector signed char __a) vec_stril_p() argument
19170 vec_stril_p(vector unsigned short __a) vec_stril_p() argument
19178 vec_stril_p(vector signed short __a) vec_stril_p() argument
19189 vec_strir(vector unsigned char __a) vec_strir() argument
19200 vec_strir(vector signed char __a) vec_strir() argument
19211 vec_strir(vector unsigned short __a) vec_strir() argument
19222 vec_strir(vector signed short __a) vec_strir() argument
19232 vec_strir_p(vector unsigned char __a) vec_strir_p() argument
19240 vec_strir_p(vector signed char __a) vec_strir_p() argument
19248 vec_strir_p(vector unsigned short __a) vec_strir_p() argument
19256 vec_strir_p(vector signed short __a) vec_strir_p() argument
19268 vec_sl(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_sl() argument
19274 vec_sl(vector signed __int128 __a,vector unsigned __int128 __b) vec_sl() argument
19280 vec_sr(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_sr() argument
19286 vec_sr(vector signed __int128 __a,vector unsigned __int128 __b) vec_sr() argument
19296 vec_sra(vector unsigned __int128 __a,vector unsigned __int128 __b) vec_sra() argument
19306 vec_sra(vector signed __int128 __a,vector unsigned __int128 __b) vec_sra() argument
19315 __bcdadd(__a,__b,__ps) global() argument
19316 __bcdsub(__a,__b,__ps) global() argument
19318 __bcdadd_ofl(vector unsigned char __a,vector unsigned char __b) __bcdadd_ofl() argument
19323 __bcdsub_ofl(vector unsigned char __a,vector unsigned char __b) __bcdsub_ofl() argument
19328 __bcd_invalid(vector unsigned char __a) __bcd_invalid() argument
19332 __bcdcmpeq(vector unsigned char __a,vector unsigned char __b) __bcdcmpeq() argument
19337 __bcdcmplt(vector unsigned char __a,vector unsigned char __b) __bcdcmplt() argument
19342 __bcdcmpgt(vector unsigned char __a,vector unsigned char __b) __bcdcmpgt() argument
19347 __bcdcmple(vector unsigned char __a,vector unsigned char __b) __bcdcmple() argument
19352 __bcdcmpge(vector unsigned char __a,vector unsigned char __b) __bcdcmpge() argument
[all...]
H A Dtbmintrin.h31 __blcfill_u32(unsigned int __a) { in __blci_u32() argument
37 return __a | ~(__a + 1); in __blcic_u32() argument
25 __blcfill_u32(unsigned int __a) __blcfill_u32() argument
43 __blcmsk_u32(unsigned int __a) __blcmsk_u32() argument
49 __blcs_u32(unsigned int __a) __blcs_u32() argument
55 __blsfill_u32(unsigned int __a) __blsfill_u32() argument
61 __blsic_u32(unsigned int __a) __blsic_u32() argument
67 __t1mskc_u32(unsigned int __a) __t1mskc_u32() argument
73 __tzmsk_u32(unsigned int __a) __tzmsk_u32() argument
84 __blcfill_u64(unsigned long long __a) __blcfill_u64() argument
90 __blci_u64(unsigned long long __a) __blci_u64() argument
96 __blcic_u64(unsigned long long __a) __blcic_u64() argument
102 __blcmsk_u64(unsigned long long __a) __blcmsk_u64() argument
108 __blcs_u64(unsigned long long __a) __blcs_u64() argument
114 __blsfill_u64(unsigned long long __a) __blsfill_u64() argument
120 __blsic_u64(unsigned long long __a) __blsic_u64() argument
126 __t1mskc_u64(unsigned long long __a) __t1mskc_u64() argument
132 __tzmsk_u64(unsigned long long __a) __tzmsk_u64() argument
[all...]
H A Dtmmintrin.h41 _mm_abs_pi8(__m64 __a) _mm_abs_pi8() argument
59 _mm_abs_epi8(__m128i __a) _mm_abs_epi8() argument
77 _mm_abs_pi16(__m64 __a) _mm_abs_pi16() argument
95 _mm_abs_epi16(__m128i __a) _mm_abs_epi16() argument
113 _mm_abs_pi32(__m64 __a) _mm_abs_pi32() argument
131 _mm_abs_epi32(__m128i __a) _mm_abs_epi32() argument
200 _mm_hadd_epi16(__m128i __a,__m128i __b) _mm_hadd_epi16() argument
223 _mm_hadd_epi32(__m128i __a,__m128i __b) _mm_hadd_epi32() argument
246 _mm_hadd_pi16(__m64 __a,__m64 __b) _mm_hadd_pi16() argument
269 _mm_hadd_pi32(__m64 __a,__m64 __b) _mm_hadd_pi32() argument
295 _mm_hadds_epi16(__m128i __a,__m128i __b) _mm_hadds_epi16() argument
321 _mm_hadds_pi16(__m64 __a,__m64 __b) _mm_hadds_pi16() argument
344 _mm_hsub_epi16(__m128i __a,__m128i __b) _mm_hsub_epi16() argument
367 _mm_hsub_epi32(__m128i __a,__m128i __b) _mm_hsub_epi32() argument
390 _mm_hsub_pi16(__m64 __a,__m64 __b) _mm_hsub_pi16() argument
413 _mm_hsub_pi32(__m64 __a,__m64 __b) _mm_hsub_pi32() argument
439 _mm_hsubs_epi16(__m128i __a,__m128i __b) _mm_hsubs_epi16() argument
465 _mm_hsubs_pi16(__m64 __a,__m64 __b) _mm_hsubs_pi16() argument
499 _mm_maddubs_epi16(__m128i __a,__m128i __b) _mm_maddubs_epi16() argument
529 _mm_maddubs_pi16(__m64 __a,__m64 __b) _mm_maddubs_pi16() argument
549 _mm_mulhrs_epi16(__m128i __a,__m128i __b) _mm_mulhrs_epi16() argument
569 _mm_mulhrs_pi16(__m64 __a,__m64 __b) _mm_mulhrs_pi16() argument
595 _mm_shuffle_epi8(__m128i __a,__m128i __b) _mm_shuffle_epi8() argument
620 _mm_shuffle_pi8(__m64 __a,__m64 __b) _mm_shuffle_pi8() argument
646 _mm_sign_epi8(__m128i __a,__m128i __b) _mm_sign_epi8() argument
672 _mm_sign_epi16(__m128i __a,__m128i __b) _mm_sign_epi16() argument
698 _mm_sign_epi32(__m128i __a,__m128i __b) _mm_sign_epi32() argument
724 _mm_sign_pi8(__m64 __a,__m64 __b) _mm_sign_pi8() argument
750 _mm_sign_pi16(__m64 __a,__m64 __b) _mm_sign_pi16() argument
776 _mm_sign_pi32(__m64 __a,__m64 __b) _mm_sign_pi32() argument
[all...]
H A D__clang_cuda_device_functions.h29 __DEVICE__ int __all(int __a) { return __nvvm_vote_all(__a); } in __all() argument
30 __DEVICE__ int __any(int __a) { return __nvvm_vote_any(__a); } in __any() argument
31 __DEVICE__ unsigned int __ballot(int __a) { return __nvvm_vote_ballot(__a); } in __ballot() argument
32 __DEVICE__ unsigned int __brev(unsigned int __a) { return __nv_brev(__a); } in __brev() argument
33 __DEVICE__ unsigned long long __brevll(unsigned long long __a) { in __brevll() argument
38 __brkpt(int __a) __brkpt() argument
43 __brkpt(int __a) __brkpt() argument
45 __byte_perm(unsigned int __a,unsigned int __b,unsigned int __c) __byte_perm() argument
49 __clz(int __a) __clz() argument
50 __clzll(long long __a) __clzll() argument
51 __cosf(float __a) __cosf() argument
61 __dadd_rd(double __a,double __b) __dadd_rd() argument
64 __dadd_rn(double __a,double __b) __dadd_rn() argument
67 __dadd_ru(double __a,double __b) __dadd_ru() argument
70 __dadd_rz(double __a,double __b) __dadd_rz() argument
73 __ddiv_rd(double __a,double __b) __ddiv_rd() argument
76 __ddiv_rn(double __a,double __b) __ddiv_rn() argument
79 __ddiv_ru(double __a,double __b) __ddiv_ru() argument
82 __ddiv_rz(double __a,double __b) __ddiv_rz() argument
85 __dmul_rd(double __a,double __b) __dmul_rd() argument
88 __dmul_rn(double __a,double __b) __dmul_rn() argument
91 __dmul_ru(double __a,double __b) __dmul_ru() argument
94 __dmul_rz(double __a,double __b) __dmul_rz() argument
97 __double2float_rd(double __a) __double2float_rd() argument
100 __double2float_rn(double __a) __double2float_rn() argument
103 __double2float_ru(double __a) __double2float_ru() argument
106 __double2float_rz(double __a) __double2float_rz() argument
109 __double2hiint(double __a) __double2hiint() argument
110 __double2int_rd(double __a) __double2int_rd() argument
111 __double2int_rn(double __a) __double2int_rn() argument
112 __double2int_ru(double __a) __double2int_ru() argument
113 __double2int_rz(double __a) __double2int_rz() argument
114 __double2ll_rd(double __a) __double2ll_rd() argument
117 __double2ll_rn(double __a) __double2ll_rn() argument
120 __double2ll_ru(double __a) __double2ll_ru() argument
123 __double2ll_rz(double __a) __double2ll_rz() argument
126 __double2loint(double __a) __double2loint() argument
127 __double2uint_rd(double __a) __double2uint_rd() argument
130 __double2uint_rn(double __a) __double2uint_rn() argument
133 __double2uint_ru(double __a) __double2uint_ru() argument
136 __double2uint_rz(double __a) __double2uint_rz() argument
139 __double2ull_rd(double __a) __double2ull_rd() argument
142 __double2ull_rn(double __a) __double2ull_rn() argument
145 __double2ull_ru(double __a) __double2ull_ru() argument
148 __double2ull_rz(double __a) __double2ull_rz() argument
151 __double_as_longlong(double __a) __double_as_longlong() argument
154 __drcp_rd(double __a) __drcp_rd() argument
155 __drcp_rn(double __a) __drcp_rn() argument
156 __drcp_ru(double __a) __drcp_ru() argument
157 __drcp_rz(double __a) __drcp_rz() argument
158 __dsqrt_rd(double __a) __dsqrt_rd() argument
159 __dsqrt_rn(double __a) __dsqrt_rn() argument
160 __dsqrt_ru(double __a) __dsqrt_ru() argument
161 __dsqrt_rz(double __a) __dsqrt_rz() argument
162 __dsub_rd(double __a,double __b) __dsub_rd() argument
165 __dsub_rn(double __a,double __b) __dsub_rn() argument
168 __dsub_ru(double __a,double __b) __dsub_ru() argument
171 __dsub_rz(double __a,double __b) __dsub_rz() argument
174 __exp10f(float __a) __exp10f() argument
175 __expf(float __a) __expf() argument
197 __fadd_rd(float __a,float __b) __fadd_rd() argument
200 __fadd_rn(float __a,float __b) __fadd_rn() argument
203 __fadd_ru(float __a,float __b) __fadd_ru() argument
206 __fadd_rz(float __a,float __b) __fadd_rz() argument
209 __fdiv_rd(float __a,float __b) __fdiv_rd() argument
212 __fdiv_rn(float __a,float __b) __fdiv_rn() argument
215 __fdiv_ru(float __a,float __b) __fdiv_ru() argument
218 __fdiv_rz(float __a,float __b) __fdiv_rz() argument
221 __fdividef(float __a,float __b) __fdividef() argument
224 __ffs(int __a) __ffs() argument
225 __ffsll(long long __a) __ffsll() argument
226 __finite(double __a) __finite() argument
227 __finitef(float __a) __finitef() argument
231 __float2int_rd(float __a) __float2int_rd() argument
232 __float2int_rn(float __a) __float2int_rn() argument
233 __float2int_ru(float __a) __float2int_ru() argument
234 __float2int_rz(float __a) __float2int_rz() argument
235 __float2ll_rd(float __a) __float2ll_rd() argument
236 __float2ll_rn(float __a) __float2ll_rn() argument
237 __float2ll_ru(float __a) __float2ll_ru() argument
238 __float2ll_rz(float __a) __float2ll_rz() argument
239 __float2uint_rd(float __a) __float2uint_rd() argument
242 __float2uint_rn(float __a) __float2uint_rn() argument
245 __float2uint_ru(float __a) __float2uint_ru() argument
248 __float2uint_rz(float __a) __float2uint_rz() argument
251 __float2ull_rd(float __a) __float2ull_rd() argument
254 __float2ull_rn(float __a) __float2ull_rn() argument
257 __float2ull_ru(float __a) __float2ull_ru() argument
260 __float2ull_rz(float __a) __float2ull_rz() argument
263 __float_as_int(float __a) __float_as_int() argument
264 __float_as_uint(float __a) __float_as_uint() argument
267 __fma_rd(double __a,double __b,double __c) __fma_rd() argument
270 __fma_rn(double __a,double __b,double __c) __fma_rn() argument
273 __fma_ru(double __a,double __b,double __c) __fma_ru() argument
276 __fma_rz(double __a,double __b,double __c) __fma_rz() argument
279 __fmaf_ieee_rd(float __a,float __b,float __c) __fmaf_ieee_rd() argument
282 __fmaf_ieee_rn(float __a,float __b,float __c) __fmaf_ieee_rn() argument
285 __fmaf_ieee_ru(float __a,float __b,float __c) __fmaf_ieee_ru() argument
288 __fmaf_ieee_rz(float __a,float __b,float __c) __fmaf_ieee_rz() argument
291 __fmaf_rd(float __a,float __b,float __c) __fmaf_rd() argument
294 __fmaf_rn(float __a,float __b,float __c) __fmaf_rn() argument
297 __fmaf_ru(float __a,float __b,float __c) __fmaf_ru() argument
300 __fmaf_rz(float __a,float __b,float __c) __fmaf_rz() argument
303 __fmul_rd(float __a,float __b) __fmul_rd() argument
306 __fmul_rn(float __a,float __b) __fmul_rn() argument
309 __fmul_ru(float __a,float __b) __fmul_ru() argument
312 __fmul_rz(float __a,float __b) __fmul_rz() argument
315 __frcp_rd(float __a) __frcp_rd() argument
316 __frcp_rn(float __a) __frcp_rn() argument
317 __frcp_ru(float __a) __frcp_ru() argument
318 __frcp_rz(float __a) __frcp_rz() argument
319 __frsqrt_rn(float __a) __frsqrt_rn() argument
320 __fsqrt_rd(float __a) __fsqrt_rd() argument
321 __fsqrt_rn(float __a) __fsqrt_rn() argument
322 __fsqrt_ru(float __a) __fsqrt_ru() argument
323 __fsqrt_rz(float __a) __fsqrt_rz() argument
324 __fsub_rd(float __a,float __b) __fsub_rd() argument
327 __fsub_rn(float __a,float __b) __fsub_rn() argument
330 __fsub_ru(float __a,float __b) __fsub_ru() argument
333 __fsub_rz(float __a,float __b) __fsub_rz() argument
336 __hadd(int __a,int __b) __hadd() argument
337 __hiloint2double(int __a,int __b) __hiloint2double() argument
430 __int2double_rn(int __a) __int2double_rn() argument
431 __int2float_rd(int __a) __int2float_rd() argument
432 __int2float_rn(int __a) __int2float_rn() argument
433 __int2float_ru(int __a) __int2float_ru() argument
434 __int2float_rz(int __a) __int2float_rz() argument
435 __int_as_float(int __a) __int_as_float() argument
436 __isfinited(double __a) __isfinited() argument
437 __isinf(double __a) __isinf() argument
438 __isinff(float __a) __isinff() argument
442 __isnan(double __a) __isnan() argument
443 __isnanf(float __a) __isnanf() argument
447 __ll2double_rd(long long __a) __ll2double_rd() argument
450 __ll2double_rn(long long __a) __ll2double_rn() argument
453 __ll2double_ru(long long __a) __ll2double_ru() argument
456 __ll2double_rz(long long __a) __ll2double_rz() argument
459 __ll2float_rd(long long __a) __ll2float_rd() argument
460 __ll2float_rn(long long __a) __ll2float_rn() argument
461 __ll2float_ru(long long __a) __ll2float_ru() argument
462 __ll2float_rz(long long __a) __ll2float_rz() argument
490 __log10f(float __a) __log10f() argument
491 __log2f(float __a) __log2f() argument
492 __logf(float __a) __logf() argument
493 __longlong_as_double(long long __a) __longlong_as_double() argument
496 __mul24(int __a,int __b) __mul24() argument
497 __mul64hi(long long __a,long long __b) __mul64hi() argument
500 __mulhi(int __a,int __b) __mulhi() argument
505 __popc(unsigned int __a) __popc() argument
506 __popcll(unsigned long long __a) __popcll() argument
507 __powf(float __a,float __b) __powf() argument
512 __prof_trigger(__a) global() argument
513 __rhadd(int __a,int __b) __rhadd() argument
514 __sad(int __a,int __b,unsigned int __c) __sad() argument
517 __saturatef(float __a) __saturatef() argument
518 __signbitd(double __a) __signbitd() argument
519 __signbitf(float __a) __signbitf() argument
520 __sincosf(float __a,float * __s,float * __c) __sincosf() argument
523 __sinf(float __a) __sinf() argument
524 __syncthreads_and(int __a) __syncthreads_and() argument
525 __syncthreads_count(int __a) __syncthreads_count() argument
526 __syncthreads_or(int __a) __syncthreads_or() argument
527 __tanf(float __a) __tanf() argument
642 __uhadd(unsigned int __a,unsigned int __b) __uhadd() argument
645 __uint2double_rn(unsigned int __a) __uint2double_rn() argument
648 __uint2float_rd(unsigned int __a) __uint2float_rd() argument
651 __uint2float_rn(unsigned int __a) __uint2float_rn() argument
654 __uint2float_ru(unsigned int __a) __uint2float_ru() argument
657 __uint2float_rz(unsigned int __a) __uint2float_rz() argument
660 __uint_as_float(unsigned int __a) __uint_as_float() argument
663 __ull2double_rd(unsigned long long __a) __ull2double_rd() argument
666 __ull2double_rn(unsigned long long __a) __ull2double_rn() argument
669 __ull2double_ru(unsigned long long __a) __ull2double_ru() argument
672 __ull2double_rz(unsigned long long __a) __ull2double_rz() argument
675 __ull2float_rd(unsigned long long __a) __ull2float_rd() argument
678 __ull2float_rn(unsigned long long __a) __ull2float_rn() argument
681 __ull2float_ru(unsigned long long __a) __ull2float_ru() argument
684 __ull2float_rz(unsigned long long __a) __ull2float_rz() argument
786 __umul24(unsigned int __a,unsigned int __b) __umul24() argument
789 __umul64hi(unsigned long long __a,unsigned long long __b) __umul64hi() argument
793 __umulhi(unsigned int __a,unsigned int __b) __umulhi() argument
796 __urhadd(unsigned int __a,unsigned int __b) __urhadd() argument
799 __usad(unsigned int __a,unsigned int __b,unsigned int __c) __usad() argument
805 __vabs2(unsigned int __a) __vabs2() argument
806 __vabs4(unsigned int __a) __vabs4() argument
807 __vabsdiffs2(unsigned int __a,unsigned int __b) __vabsdiffs2() argument
810 __vabsdiffs4(unsigned int __a,unsigned int __b) __vabsdiffs4() argument
813 __vabsdiffu2(unsigned int __a,unsigned int __b) __vabsdiffu2() argument
816 __vabsdiffu4(unsigned int __a,unsigned int __b) __vabsdiffu4() argument
819 __vabsss2(unsigned int __a) __vabsss2() argument
822 __vabsss4(unsigned int __a) __vabsss4() argument
825 __vadd2(unsigned int __a,unsigned int __b) __vadd2() argument
828 __vadd4(unsigned int __a,unsigned int __b) __vadd4() argument
831 __vaddss2(unsigned int __a,unsigned int __b) __vaddss2() argument
834 __vaddss4(unsigned int __a,unsigned int __b) __vaddss4() argument
837 __vaddus2(unsigned int __a,unsigned int __b) __vaddus2() argument
840 __vaddus4(unsigned int __a,unsigned int __b) __vaddus4() argument
843 __vavgs2(unsigned int __a,unsigned int __b) __vavgs2() argument
846 __vavgs4(unsigned int __a,unsigned int __b) __vavgs4() argument
849 __vavgu2(unsigned int __a,unsigned int __b) __vavgu2() argument
852 __vavgu4(unsigned int __a,unsigned int __b) __vavgu4() argument
855 __vcmpeq2(unsigned int __a,unsigned int __b) __vcmpeq2() argument
858 __vcmpeq4(unsigned int __a,unsigned int __b) __vcmpeq4() argument
861 __vcmpges2(unsigned int __a,unsigned int __b) __vcmpges2() argument
864 __vcmpges4(unsigned int __a,unsigned int __b) __vcmpges4() argument
867 __vcmpgeu2(unsigned int __a,unsigned int __b) __vcmpgeu2() argument
870 __vcmpgeu4(unsigned int __a,unsigned int __b) __vcmpgeu4() argument
873 __vcmpgts2(unsigned int __a,unsigned int __b) __vcmpgts2() argument
876 __vcmpgts4(unsigned int __a,unsigned int __b) __vcmpgts4() argument
879 __vcmpgtu2(unsigned int __a,unsigned int __b) __vcmpgtu2() argument
882 __vcmpgtu4(unsigned int __a,unsigned int __b) __vcmpgtu4() argument
885 __vcmples2(unsigned int __a,unsigned int __b) __vcmples2() argument
888 __vcmples4(unsigned int __a,unsigned int __b) __vcmples4() argument
891 __vcmpleu2(unsigned int __a,unsigned int __b) __vcmpleu2() argument
894 __vcmpleu4(unsigned int __a,unsigned int __b) __vcmpleu4() argument
897 __vcmplts2(unsigned int __a,unsigned int __b) __vcmplts2() argument
900 __vcmplts4(unsigned int __a,unsigned int __b) __vcmplts4() argument
903 __vcmpltu2(unsigned int __a,unsigned int __b) __vcmpltu2() argument
906 __vcmpltu4(unsigned int __a,unsigned int __b) __vcmpltu4() argument
909 __vcmpne2(unsigned int __a,unsigned int __b) __vcmpne2() argument
912 __vcmpne4(unsigned int __a,unsigned int __b) __vcmpne4() argument
915 __vhaddu2(unsigned int __a,unsigned int __b) __vhaddu2() argument
918 __vhaddu4(unsigned int __a,unsigned int __b) __vhaddu4() argument
921 __vmaxs2(unsigned int __a,unsigned int __b) __vmaxs2() argument
924 __vmaxs4(unsigned int __a,unsigned int __b) __vmaxs4() argument
927 __vmaxu2(unsigned int __a,unsigned int __b) __vmaxu2() argument
930 __vmaxu4(unsigned int __a,unsigned int __b) __vmaxu4() argument
933 __vmins2(unsigned int __a,unsigned int __b) __vmins2() argument
936 __vmins4(unsigned int __a,unsigned int __b) __vmins4() argument
939 __vminu2(unsigned int __a,unsigned int __b) __vminu2() argument
942 __vminu4(unsigned int __a,unsigned int __b) __vminu4() argument
945 __vneg2(unsigned int __a) __vneg2() argument
946 __vneg4(unsigned int __a) __vneg4() argument
947 __vnegss2(unsigned int __a) __vnegss2() argument
950 __vnegss4(unsigned int __a) __vnegss4() argument
953 __vsads2(unsigned int __a,unsigned int __b) __vsads2() argument
956 __vsads4(unsigned int __a,unsigned int __b) __vsads4() argument
959 __vsadu2(unsigned int __a,unsigned int __b) __vsadu2() argument
962 __vsadu4(unsigned int __a,unsigned int __b) __vsadu4() argument
965 __vseteq2(unsigned int __a,unsigned int __b) __vseteq2() argument
968 __vseteq4(unsigned int __a,unsigned int __b) __vseteq4() argument
971 __vsetges2(unsigned int __a,unsigned int __b) __vsetges2() argument
974 __vsetges4(unsigned int __a,unsigned int __b) __vsetges4() argument
977 __vsetgeu2(unsigned int __a,unsigned int __b) __vsetgeu2() argument
980 __vsetgeu4(unsigned int __a,unsigned int __b) __vsetgeu4() argument
983 __vsetgts2(unsigned int __a,unsigned int __b) __vsetgts2() argument
986 __vsetgts4(unsigned int __a,unsigned int __b) __vsetgts4() argument
989 __vsetgtu2(unsigned int __a,unsigned int __b) __vsetgtu2() argument
992 __vsetgtu4(unsigned int __a,unsigned int __b) __vsetgtu4() argument
995 __vsetles2(unsigned int __a,unsigned int __b) __vsetles2() argument
998 __vsetles4(unsigned int __a,unsigned int __b) __vsetles4() argument
1001 __vsetleu2(unsigned int __a,unsigned int __b) __vsetleu2() argument
1004 __vsetleu4(unsigned int __a,unsigned int __b) __vsetleu4() argument
1007 __vsetlts2(unsigned int __a,unsigned int __b) __vsetlts2() argument
1010 __vsetlts4(unsigned int __a,unsigned int __b) __vsetlts4() argument
1013 __vsetltu2(unsigned int __a,unsigned int __b) __vsetltu2() argument
1016 __vsetltu4(unsigned int __a,unsigned int __b) __vsetltu4() argument
1019 __vsetne2(unsigned int __a,unsigned int __b) __vsetne2() argument
1022 __vsetne4(unsigned int __a,unsigned int __b) __vsetne4() argument
1025 __vsub2(unsigned int __a,unsigned int __b) __vsub2() argument
1028 __vsub4(unsigned int __a,unsigned int __b) __vsub4() argument
1031 __vsubss2(unsigned int __a,unsigned int __b) __vsubss2() argument
1034 __vsubss4(unsigned int __a,unsigned int __b) __vsubss4() argument
1037 __vsubus2(unsigned int __a,unsigned int __b) __vsubus2() argument
1040 __vsubus4(unsigned int __a,unsigned int __b) __vsubus4() argument
1051 __bool2mask(unsigned int __a,int shift) __bool2mask() argument
1054 __vabs2(unsigned int __a) __vabs2() argument
1061 __vabs4(unsigned int __a) __vabs4() argument
1068 __vabsdiffs2(unsigned int __a,unsigned int __b) __vabsdiffs2() argument
1076 __vabsdiffs4(unsigned int __a,unsigned int __b) __vabsdiffs4() argument
1083 __vabsdiffu2(unsigned int __a,unsigned int __b) __vabsdiffu2() argument
1090 __vabsdiffu4(unsigned int __a,unsigned int __b) __vabsdiffu4() argument
1097 __vabsss2(unsigned int __a) __vabsss2() argument
1104 __vabsss4(unsigned int __a) __vabsss4() argument
1111 __vadd2(unsigned int __a,unsigned int __b) __vadd2() argument
1118 __vadd4(unsigned int __a,unsigned int __b) __vadd4() argument
1125 __vaddss2(unsigned int __a,unsigned int __b) __vaddss2() argument
1132 __vaddss4(unsigned int __a,unsigned int __b) __vaddss4() argument
1139 __vaddus2(unsigned int __a,unsigned int __b) __vaddus2() argument
1146 __vaddus4(unsigned int __a,unsigned int __b) __vaddus4() argument
1153 __vavgs2(unsigned int __a,unsigned int __b) __vavgs2() argument
1160 __vavgs4(unsigned int __a,unsigned int __b) __vavgs4() argument
1167 __vavgu2(unsigned int __a,unsigned int __b) __vavgu2() argument
1174 __vavgu4(unsigned int __a,unsigned int __b) __vavgu4() argument
1181 __vseteq2(unsigned int __a,unsigned int __b) __vseteq2() argument
1188 __vcmpeq2(unsigned int __a,unsigned int __b) __vcmpeq2() argument
1191 __vseteq4(unsigned int __a,unsigned int __b) __vseteq4() argument
1198 __vcmpeq4(unsigned int __a,unsigned int __b) __vcmpeq4() argument
1201 __vsetges2(unsigned int __a,unsigned int __b) __vsetges2() argument
1208 __vcmpges2(unsigned int __a,unsigned int __b) __vcmpges2() argument
1211 __vsetges4(unsigned int __a,unsigned int __b) __vsetges4() argument
1218 __vcmpges4(unsigned int __a,unsigned int __b) __vcmpges4() argument
1221 __vsetgeu2(unsigned int __a,unsigned int __b) __vsetgeu2() argument
1228 __vcmpgeu2(unsigned int __a,unsigned int __b) __vcmpgeu2() argument
1231 __vsetgeu4(unsigned int __a,unsigned int __b) __vsetgeu4() argument
1238 __vcmpgeu4(unsigned int __a,unsigned int __b) __vcmpgeu4() argument
1241 __vsetgts2(unsigned int __a,unsigned int __b) __vsetgts2() argument
1248 __vcmpgts2(unsigned int __a,unsigned int __b) __vcmpgts2() argument
1251 __vsetgts4(unsigned int __a,unsigned int __b) __vsetgts4() argument
1258 __vcmpgts4(unsigned int __a,unsigned int __b) __vcmpgts4() argument
1261 __vsetgtu2(unsigned int __a,unsigned int __b) __vsetgtu2() argument
1268 __vcmpgtu2(unsigned int __a,unsigned int __b) __vcmpgtu2() argument
1271 __vsetgtu4(unsigned int __a,unsigned int __b) __vsetgtu4() argument
1278 __vcmpgtu4(unsigned int __a,unsigned int __b) __vcmpgtu4() argument
1281 __vsetles2(unsigned int __a,unsigned int __b) __vsetles2() argument
1288 __vcmples2(unsigned int __a,unsigned int __b) __vcmples2() argument
1291 __vsetles4(unsigned int __a,unsigned int __b) __vsetles4() argument
1298 __vcmples4(unsigned int __a,unsigned int __b) __vcmples4() argument
1301 __vsetleu2(unsigned int __a,unsigned int __b) __vsetleu2() argument
1308 __vcmpleu2(unsigned int __a,unsigned int __b) __vcmpleu2() argument
1311 __vsetleu4(unsigned int __a,unsigned int __b) __vsetleu4() argument
1318 __vcmpleu4(unsigned int __a,unsigned int __b) __vcmpleu4() argument
1321 __vsetlts2(unsigned int __a,unsigned int __b) __vsetlts2() argument
1328 __vcmplts2(unsigned int __a,unsigned int __b) __vcmplts2() argument
1331 __vsetlts4(unsigned int __a,unsigned int __b) __vsetlts4() argument
1338 __vcmplts4(unsigned int __a,unsigned int __b) __vcmplts4() argument
1341 __vsetltu2(unsigned int __a,unsigned int __b) __vsetltu2() argument
1348 __vcmpltu2(unsigned int __a,unsigned int __b) __vcmpltu2() argument
1351 __vsetltu4(unsigned int __a,unsigned int __b) __vsetltu4() argument
1358 __vcmpltu4(unsigned int __a,unsigned int __b) __vcmpltu4() argument
1361 __vsetne2(unsigned int __a,unsigned int __b) __vsetne2() argument
1368 __vcmpne2(unsigned int __a,unsigned int __b) __vcmpne2() argument
1371 __vsetne4(unsigned int __a,unsigned int __b) __vsetne4() argument
1378 __vcmpne4(unsigned int __a,unsigned int __b) __vcmpne4() argument
1387 __vhaddu2(unsigned int __a,unsigned int __b) __vhaddu2() argument
1390 __vhaddu4(unsigned int __a,unsigned int __b) __vhaddu4() argument
1394 __vmaxs2(unsigned int __a,unsigned int __b) __vmaxs2() argument
1408 __vmaxs4(unsigned int __a,unsigned int __b) __vmaxs4() argument
1415 __vmaxu2(unsigned int __a,unsigned int __b) __vmaxu2() argument
1422 __vmaxu4(unsigned int __a,unsigned int __b) __vmaxu4() argument
1429 __vmins2(unsigned int __a,unsigned int __b) __vmins2() argument
1436 __vmins4(unsigned int __a,unsigned int __b) __vmins4() argument
1443 __vminu2(unsigned int __a,unsigned int __b) __vminu2() argument
1450 __vminu4(unsigned int __a,unsigned int __b) __vminu4() argument
1457 __vsads2(unsigned int __a,unsigned int __b) __vsads2() argument
1464 __vsads4(unsigned int __a,unsigned int __b) __vsads4() argument
1471 __vsadu2(unsigned int __a,unsigned int __b) __vsadu2() argument
1478 __vsadu4(unsigned int __a,unsigned int __b) __vsadu4() argument
1486 __vsub2(unsigned int __a,unsigned int __b) __vsub2() argument
1493 __vneg2(unsigned int __a) __vneg2() argument
1495 __vsub4(unsigned int __a,unsigned int __b) __vsub4() argument
1502 __vneg4(unsigned int __a) __vneg4() argument
1503 __vsubss2(unsigned int __a,unsigned int __b) __vsubss2() argument
1510 __vnegss2(unsigned int __a) __vnegss2() argument
1513 __vsubss4(unsigned int __a,unsigned int __b) __vsubss4() argument
1520 __vnegss4(unsigned int __a) __vnegss4() argument
1523 __vsubus2(unsigned int __a,unsigned int __b) __vsubus2() argument
1530 __vsubus4(unsigned int __a,unsigned int __b) __vsubus4() argument
1549 memcpy(void * __a,const void * __b,size_t __c) memcpy() argument
1552 memset(void * __a,int __b,size_t __c) memset() argument
[all...]
H A Dvecintrin.h388 vec_perm(__vector signed char __a, __vector signed char __b, in vec_perm() argument
395 vec_perm(__vector unsigned char __a, __vector unsigned char __b, in vec_perm() argument
402 vec_perm(__vector __bool char __a, __vector __bool char __b, in vec_perm() argument
409 vec_perm(__vector signed short __a, __vector signed short __b, in vec_perm() argument
416 vec_perm(__vector unsigned short __a, __vector unsigned short __b, in vec_perm() argument
423 vec_perm(__vector __bool short __a,__vector __bool short __b,__vector unsigned char __c) vec_perm() argument
430 vec_perm(__vector signed int __a,__vector signed int __b,__vector unsigned char __c) vec_perm() argument
437 vec_perm(__vector unsigned int __a,__vector unsigned int __b,__vector unsigned char __c) vec_perm() argument
444 vec_perm(__vector __bool int __a,__vector __bool int __b,__vector unsigned char __c) vec_perm() argument
451 vec_perm(__vector signed long long __a,__vector signed long long __b,__vector unsigned char __c) vec_perm() argument
458 vec_perm(__vector unsigned long long __a,__vector unsigned long long __b,__vector unsigned char __c) vec_perm() argument
465 vec_perm(__vector __bool long long __a,__vector __bool long long __b,__vector unsigned char __c) vec_perm() argument
473 vec_perm(__vector float __a,__vector float __b,__vector unsigned char __c) vec_perm() argument
481 vec_perm(__vector double __a,__vector double __b,__vector unsigned char __c) vec_perm() argument
521 vec_bperm_u128(__vector unsigned char __a,__vector unsigned char __b) vec_bperm_u128() argument
664 vec_sel(__vector signed char __a,__vector signed char __b,__vector unsigned char __c) vec_sel() argument
671 vec_sel(__vector signed char __a,__vector signed char __b,__vector __bool char __c) vec_sel() argument
678 vec_sel(__vector __bool char __a,__vector __bool char __b,__vector unsigned char __c) vec_sel() argument
685 vec_sel(__vector __bool char __a,__vector __bool char __b,__vector __bool char __c) vec_sel() argument
691 vec_sel(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned char __c) vec_sel() argument
697 vec_sel(__vector unsigned char __a,__vector unsigned char __b,__vector __bool char __c) vec_sel() argument
704 vec_sel(__vector signed short __a,__vector signed short __b,__vector unsigned short __c) vec_sel() argument
711 vec_sel(__vector signed short __a,__vector signed short __b,__vector __bool short __c) vec_sel() argument
718 vec_sel(__vector __bool short __a,__vector __bool short __b,__vector unsigned short __c) vec_sel() argument
725 vec_sel(__vector __bool short __a,__vector __bool short __b,__vector __bool short __c) vec_sel() argument
731 vec_sel(__vector unsigned short __a,__vector unsigned short __b,__vector unsigned short __c) vec_sel() argument
737 vec_sel(__vector unsigned short __a,__vector unsigned short __b,__vector __bool short __c) vec_sel() argument
744 vec_sel(__vector signed int __a,__vector signed int __b,__vector unsigned int __c) vec_sel() argument
751 vec_sel(__vector signed int __a,__vector signed int __b,__vector __bool int __c) vec_sel() argument
758 vec_sel(__vector __bool int __a,__vector __bool int __b,__vector unsigned int __c) vec_sel() argument
765 vec_sel(__vector __bool int __a,__vector __bool int __b,__vector __bool int __c) vec_sel() argument
771 vec_sel(__vector unsigned int __a,__vector unsigned int __b,__vector unsigned int __c) vec_sel() argument
777 vec_sel(__vector unsigned int __a,__vector unsigned int __b,__vector __bool int __c) vec_sel() argument
784 vec_sel(__vector signed long long __a,__vector signed long long __b,__vector unsigned long long __c) vec_sel() argument
791 vec_sel(__vector signed long long __a,__vector signed long long __b,__vector __bool long long __c) vec_sel() argument
798 vec_sel(__vector __bool long long __a,__vector __bool long long __b,__vector unsigned long long __c) vec_sel() argument
805 vec_sel(__vector __bool long long __a,__vector __bool long long __b,__vector __bool long long __c) vec_sel() argument
811 vec_sel(__vector unsigned long long __a,__vector unsigned long long __b,__vector unsigned long long __c) vec_sel() argument
817 vec_sel(__vector unsigned long long __a,__vector unsigned long long __b,__vector __bool long long __c) vec_sel() argument
825 vec_sel(__vector float __a,__vector float __b,__vector unsigned int __c) vec_sel() argument
831 vec_sel(__vector float __a,__vector float __b,__vector __bool int __c) vec_sel() argument
840 vec_sel(__vector double __a,__vector double __b,__vector unsigned long long __c) vec_sel() argument
847 vec_sel(__vector double __a,__vector double __b,__vector __bool long long __c) vec_sel() argument
1627 vec_load_pair(signed long long __a,signed long long __b) vec_load_pair() argument
1632 vec_load_pair(unsigned long long __a,unsigned long long __b) vec_load_pair() argument
1912 vec_extend_s64(__vector signed char __a) vec_extend_s64() argument
1917 vec_extend_s64(__vector signed short __a) vec_extend_s64() argument
1922 vec_extend_s64(__vector signed int __a) vec_extend_s64() argument
1929 vec_mergeh(__vector signed char __a,__vector signed char __b) vec_mergeh() argument
1936 vec_mergeh(__vector __bool char __a,__vector __bool char __b) vec_mergeh() argument
1943 vec_mergeh(__vector unsigned char __a,__vector unsigned char __b) vec_mergeh() argument
1950 vec_mergeh(__vector signed short __a,__vector signed short __b) vec_mergeh() argument
1956 vec_mergeh(__vector __bool short __a,__vector __bool short __b) vec_mergeh() argument
1962 vec_mergeh(__vector unsigned short __a,__vector unsigned short __b) vec_mergeh() argument
1968 vec_mergeh(__vector signed int __a,__vector signed int __b) vec_mergeh() argument
1973 vec_mergeh(__vector __bool int __a,__vector __bool int __b) vec_mergeh() argument
1978 vec_mergeh(__vector unsigned int __a,__vector unsigned int __b) vec_mergeh() argument
1983 vec_mergeh(__vector signed long long __a,__vector signed long long __b) vec_mergeh() argument
1988 vec_mergeh(__vector __bool long long __a,__vector __bool long long __b) vec_mergeh() argument
1993 vec_mergeh(__vector unsigned long long __a,__vector unsigned long long __b) vec_mergeh() argument
1999 vec_mergeh(__vector float __a,__vector float __b) vec_mergeh() argument
2005 vec_mergeh(__vector double __a,__vector double __b) vec_mergeh() argument
2012 vec_mergel(__vector signed char __a,__vector signed char __b) vec_mergel() argument
2019 vec_mergel(__vector __bool char __a,__vector __bool char __b) vec_mergel() argument
2026 vec_mergel(__vector unsigned char __a,__vector unsigned char __b) vec_mergel() argument
2033 vec_mergel(__vector signed short __a,__vector signed short __b) vec_mergel() argument
2039 vec_mergel(__vector __bool short __a,__vector __bool short __b) vec_mergel() argument
2045 vec_mergel(__vector unsigned short __a,__vector unsigned short __b) vec_mergel() argument
2051 vec_mergel(__vector signed int __a,__vector signed int __b) vec_mergel() argument
2056 vec_mergel(__vector __bool int __a,__vector __bool int __b) vec_mergel() argument
2061 vec_mergel(__vector unsigned int __a,__vector unsigned int __b) vec_mergel() argument
2066 vec_mergel(__vector signed long long __a,__vector signed long long __b) vec_mergel() argument
2071 vec_mergel(__vector __bool long long __a,__vector __bool long long __b) vec_mergel() argument
2076 vec_mergel(__vector unsigned long long __a,__vector unsigned long long __b) vec_mergel() argument
2082 vec_mergel(__vector float __a,__vector float __b) vec_mergel() argument
2088 vec_mergel(__vector double __a,__vector double __b) vec_mergel() argument
2095 vec_pack(__vector signed short __a,__vector signed short __b) vec_pack() argument
2104 vec_pack(__vector __bool short __a,__vector __bool short __b) vec_pack() argument
2113 vec_pack(__vector unsigned short __a,__vector unsigned short __b) vec_pack() argument
2122 vec_pack(__vector signed int __a,__vector signed int __b) vec_pack() argument
2131 vec_pack(__vector __bool int __a,__vector __bool int __b) vec_pack() argument
2140 vec_pack(__vector unsigned int __a,__vector unsigned int __b) vec_pack() argument
2149 vec_pack(__vector signed long long __a,__vector signed long long __b) vec_pack() argument
2156 vec_pack(__vector __bool long long __a,__vector __bool long long __b) vec_pack() argument
2163 vec_pack(__vector unsigned long long __a,__vector unsigned long long __b) vec_pack() argument
2172 vec_packs(__vector signed short __a,__vector signed short __b) vec_packs() argument
2177 vec_packs(__vector unsigned short __a,__vector unsigned short __b) vec_packs() argument
2182 vec_packs(__vector signed int __a,__vector signed int __b) vec_packs() argument
2187 vec_packs(__vector unsigned int __a,__vector unsigned int __b) vec_packs() argument
2192 vec_packs(__vector signed long long __a,__vector signed long long __b) vec_packs() argument
2197 vec_packs(__vector unsigned long long __a,__vector unsigned long long __b) vec_packs() argument
2204 vec_packs_cc(__vector signed short __a,__vector signed short __b,int * __cc) vec_packs_cc() argument
2209 vec_packs_cc(__vector unsigned short __a,__vector unsigned short __b,int * __cc) vec_packs_cc() argument
2215 vec_packs_cc(__vector signed int __a,__vector signed int __b,int * __cc) vec_packs_cc() argument
2220 vec_packs_cc(__vector unsigned int __a,__vector unsigned int __b,int * __cc) vec_packs_cc() argument
2225 vec_packs_cc(__vector signed long long __a,__vector signed long long __b,int * __cc) vec_packs_cc() argument
2231 vec_packs_cc(__vector unsigned long long __a,__vector unsigned long long __b,int * __cc) vec_packs_cc() argument
2239 vec_packsu(__vector signed short __a,__vector signed short __b) vec_packsu() argument
2247 vec_packsu(__vector unsigned short __a,__vector unsigned short __b) vec_packsu() argument
2252 vec_packsu(__vector signed int __a,__vector signed int __b) vec_packsu() argument
2260 vec_packsu(__vector unsigned int __a,__vector unsigned int __b) vec_packsu() argument
2265 vec_packsu(__vector signed long long __a,__vector signed long long __b) vec_packsu() argument
2275 vec_packsu(__vector unsigned long long __a,__vector unsigned long long __b) vec_packsu() argument
2282 vec_packsu_cc(__vector unsigned short __a,__vector unsigned short __b,int * __cc) vec_packsu_cc() argument
2288 vec_packsu_cc(__vector unsigned int __a,__vector unsigned int __b,int * __cc) vec_packsu_cc() argument
2293 vec_packsu_cc(__vector unsigned long long __a,__vector unsigned long long __b,int * __cc) vec_packsu_cc() argument
2301 vec_unpackh(__vector signed char __a) vec_unpackh() argument
2306 vec_unpackh(__vector __bool char __a) vec_unpackh() argument
2312 vec_unpackh(__vector unsigned char __a) vec_unpackh() argument
2317 vec_unpackh(__vector signed short __a) vec_unpackh() argument
2322 vec_unpackh(__vector __bool short __a) vec_unpackh() argument
2327 vec_unpackh(__vector unsigned short __a) vec_unpackh() argument
2332 vec_unpackh(__vector signed int __a) vec_unpackh() argument
2337 vec_unpackh(__vector __bool int __a) vec_unpackh() argument
2343 vec_unpackh(__vector unsigned int __a) vec_unpackh() argument
2350 vec_unpackl(__vector signed char __a) vec_unpackl() argument
2355 vec_unpackl(__vector __bool char __a) vec_unpackl() argument
2361 vec_unpackl(__vector unsigned char __a) vec_unpackl() argument
2366 vec_unpackl(__vector signed short __a) vec_unpackl() argument
2371 vec_unpackl(__vector __bool short __a) vec_unpackl() argument
2377 vec_unpackl(__vector unsigned short __a) vec_unpackl() argument
2382 vec_unpackl(__vector signed int __a) vec_unpackl() argument
2387 vec_unpackl(__vector __bool int __a) vec_unpackl() argument
2393 vec_unpackl(__vector unsigned int __a) vec_unpackl() argument
2400 vec_cmpeq(__vector __bool char __a,__vector __bool char __b) vec_cmpeq() argument
2405 vec_cmpeq(__vector signed char __a,__vector signed char __b) vec_cmpeq() argument
2410 vec_cmpeq(__vector unsigned char __a,__vector unsigned char __b) vec_cmpeq() argument
2415 vec_cmpeq(__vector __bool short __a,__vector __bool short __b) vec_cmpeq() argument
2420 vec_cmpeq(__vector signed short __a,__vector signed short __b) vec_cmpeq() argument
2425 vec_cmpeq(__vector unsigned short __a,__vector unsigned short __b) vec_cmpeq() argument
2430 vec_cmpeq(__vector __bool int __a,__vector __bool int __b) vec_cmpeq() argument
2435 vec_cmpeq(__vector signed int __a,__vector signed int __b) vec_cmpeq() argument
2440 vec_cmpeq(__vector unsigned int __a,__vector unsigned int __b) vec_cmpeq() argument
2445 vec_cmpeq(__vector __bool long long __a,__vector __bool long long __b) vec_cmpeq() argument
2450 vec_cmpeq(__vector signed long long __a,__vector signed long long __b) vec_cmpeq() argument
2455 vec_cmpeq(__vector unsigned long long __a,__vector unsigned long long __b) vec_cmpeq() argument
2461 vec_cmpeq(__vector float __a,__vector float __b) vec_cmpeq() argument
2467 vec_cmpeq(__vector double __a,__vector double __b) vec_cmpeq() argument
2474 vec_cmpge(__vector signed char __a,__vector signed char __b) vec_cmpge() argument
2479 vec_cmpge(__vector unsigned char __a,__vector unsigned char __b) vec_cmpge() argument
2484 vec_cmpge(__vector signed short __a,__vector signed short __b) vec_cmpge() argument
2489 vec_cmpge(__vector unsigned short __a,__vector unsigned short __b) vec_cmpge() argument
2494 vec_cmpge(__vector signed int __a,__vector signed int __b) vec_cmpge() argument
2499 vec_cmpge(__vector unsigned int __a,__vector unsigned int __b) vec_cmpge() argument
2504 vec_cmpge(__vector signed long long __a,__vector signed long long __b) vec_cmpge() argument
2509 vec_cmpge(__vector unsigned long long __a,__vector unsigned long long __b) vec_cmpge() argument
2515 vec_cmpge(__vector float __a,__vector float __b) vec_cmpge() argument
2521 vec_cmpge(__vector double __a,__vector double __b) vec_cmpge() argument
2528 vec_cmpgt(__vector signed char __a,__vector signed char __b) vec_cmpgt() argument
2533 vec_cmpgt(__vector unsigned char __a,__vector unsigned char __b) vec_cmpgt() argument
2538 vec_cmpgt(__vector signed short __a,__vector signed short __b) vec_cmpgt() argument
2543 vec_cmpgt(__vector unsigned short __a,__vector unsigned short __b) vec_cmpgt() argument
2548 vec_cmpgt(__vector signed int __a,__vector signed int __b) vec_cmpgt() argument
2553 vec_cmpgt(__vector unsigned int __a,__vector unsigned int __b) vec_cmpgt() argument
2558 vec_cmpgt(__vector signed long long __a,__vector signed long long __b) vec_cmpgt() argument
2563 vec_cmpgt(__vector unsigned long long __a,__vector unsigned long long __b) vec_cmpgt() argument
2569 vec_cmpgt(__vector float __a,__vector float __b) vec_cmpgt() argument
2575 vec_cmpgt(__vector double __a,__vector double __b) vec_cmpgt() argument
2582 vec_cmple(__vector signed char __a,__vector signed char __b) vec_cmple() argument
2587 vec_cmple(__vector unsigned char __a,__vector unsigned char __b) vec_cmple() argument
2592 vec_cmple(__vector signed short __a,__vector signed short __b) vec_cmple() argument
2597 vec_cmple(__vector unsigned short __a,__vector unsigned short __b) vec_cmple() argument
2602 vec_cmple(__vector signed int __a,__vector signed int __b) vec_cmple() argument
2607 vec_cmple(__vector unsigned int __a,__vector unsigned int __b) vec_cmple() argument
2612 vec_cmple(__vector signed long long __a,__vector signed long long __b) vec_cmple() argument
2617 vec_cmple(__vector unsigned long long __a,__vector unsigned long long __b) vec_cmple() argument
2623 vec_cmple(__vector float __a,__vector float __b) vec_cmple() argument
2629 vec_cmple(__vector double __a,__vector double __b) vec_cmple() argument
2636 vec_cmplt(__vector signed char __a,__vector signed char __b) vec_cmplt() argument
2641 vec_cmplt(__vector unsigned char __a,__vector unsigned char __b) vec_cmplt() argument
2646 vec_cmplt(__vector signed short __a,__vector signed short __b) vec_cmplt() argument
2651 vec_cmplt(__vector unsigned short __a,__vector unsigned short __b) vec_cmplt() argument
2656 vec_cmplt(__vector signed int __a,__vector signed int __b) vec_cmplt() argument
2661 vec_cmplt(__vector unsigned int __a,__vector unsigned int __b) vec_cmplt() argument
2666 vec_cmplt(__vector signed long long __a,__vector signed long long __b) vec_cmplt() argument
2671 vec_cmplt(__vector unsigned long long __a,__vector unsigned long long __b) vec_cmplt() argument
2677 vec_cmplt(__vector float __a,__vector float __b) vec_cmplt() argument
2683 vec_cmplt(__vector double __a,__vector double __b) vec_cmplt() argument
2690 vec_all_eq(__vector signed char __a,__vector signed char __b) vec_all_eq() argument
2699 vec_all_eq(__vector signed char __a,__vector __bool char __b) vec_all_eq() argument
2708 vec_all_eq(__vector __bool char __a,__vector signed char __b) vec_all_eq() argument
2716 vec_all_eq(__vector unsigned char __a,__vector unsigned char __b) vec_all_eq() argument
2724 vec_all_eq(__vector unsigned char __a,__vector __bool char __b) vec_all_eq() argument
2732 vec_all_eq(__vector __bool char __a,__vector unsigned char __b) vec_all_eq() argument
2739 vec_all_eq(__vector __bool char __a,__vector __bool char __b) vec_all_eq() argument
2747 vec_all_eq(__vector signed short __a,__vector signed short __b) vec_all_eq() argument
2756 vec_all_eq(__vector signed short __a,__vector __bool short __b) vec_all_eq() argument
2765 vec_all_eq(__vector __bool short __a,__vector signed short __b) vec_all_eq() argument
2773 vec_all_eq(__vector unsigned short __a,__vector unsigned short __b) vec_all_eq() argument
2781 vec_all_eq(__vector unsigned short __a,__vector __bool short __b) vec_all_eq() argument
2789 vec_all_eq(__vector __bool short __a,__vector unsigned short __b) vec_all_eq() argument
2796 vec_all_eq(__vector __bool short __a,__vector __bool short __b) vec_all_eq() argument
2804 vec_all_eq(__vector signed int __a,__vector signed int __b) vec_all_eq() argument
2813 vec_all_eq(__vector signed int __a,__vector __bool int __b) vec_all_eq() argument
2822 vec_all_eq(__vector __bool int __a,__vector signed int __b) vec_all_eq() argument
2830 vec_all_eq(__vector unsigned int __a,__vector unsigned int __b) vec_all_eq() argument
2838 vec_all_eq(__vector unsigned int __a,__vector __bool int __b) vec_all_eq() argument
2846 vec_all_eq(__vector __bool int __a,__vector unsigned int __b) vec_all_eq() argument
2853 vec_all_eq(__vector __bool int __a,__vector __bool int __b) vec_all_eq() argument
2861 vec_all_eq(__vector signed long long __a,__vector signed long long __b) vec_all_eq() argument
2870 vec_all_eq(__vector signed long long __a,__vector __bool long long __b) vec_all_eq() argument
2879 vec_all_eq(__vector __bool long long __a,__vector signed long long __b) vec_all_eq() argument
2887 vec_all_eq(__vector unsigned long long __a,__vector unsigned long long __b) vec_all_eq() argument
2895 vec_all_eq(__vector unsigned long long __a,__vector __bool long long __b) vec_all_eq() argument
2903 vec_all_eq(__vector __bool long long __a,__vector unsigned long long __b) vec_all_eq() argument
2910 vec_all_eq(__vector __bool long long __a,__vector __bool long long __b) vec_all_eq() argument
2919 vec_all_eq(__vector float __a,__vector float __b) vec_all_eq() argument
2927 vec_all_eq(__vector double __a,__vector double __b) vec_all_eq() argument
2936 vec_all_ne(__vector signed char __a,__vector signed char __b) vec_all_ne() argument
2945 vec_all_ne(__vector signed char __a,__vector __bool char __b) vec_all_ne() argument
2954 vec_all_ne(__vector __bool char __a,__vector signed char __b) vec_all_ne() argument
2962 vec_all_ne(__vector unsigned char __a,__vector unsigned char __b) vec_all_ne() argument
2971 vec_all_ne(__vector unsigned char __a,__vector __bool char __b) vec_all_ne() argument
2979 vec_all_ne(__vector __bool char __a,__vector unsigned char __b) vec_all_ne() argument
2986 vec_all_ne(__vector __bool char __a,__vector __bool char __b) vec_all_ne() argument
2994 vec_all_ne(__vector signed short __a,__vector signed short __b) vec_all_ne() argument
3003 vec_all_ne(__vector signed short __a,__vector __bool short __b) vec_all_ne() argument
3012 vec_all_ne(__vector __bool short __a,__vector signed short __b) vec_all_ne() argument
3020 vec_all_ne(__vector unsigned short __a,__vector unsigned short __b) vec_all_ne() argument
3028 vec_all_ne(__vector unsigned short __a,__vector __bool short __b) vec_all_ne() argument
3036 vec_all_ne(__vector __bool short __a,__vector unsigned short __b) vec_all_ne() argument
3043 vec_all_ne(__vector __bool short __a,__vector __bool short __b) vec_all_ne() argument
3051 vec_all_ne(__vector signed int __a,__vector signed int __b) vec_all_ne() argument
3060 vec_all_ne(__vector signed int __a,__vector __bool int __b) vec_all_ne() argument
3069 vec_all_ne(__vector __bool int __a,__vector signed int __b) vec_all_ne() argument
3077 vec_all_ne(__vector unsigned int __a,__vector unsigned int __b) vec_all_ne() argument
3085 vec_all_ne(__vector unsigned int __a,__vector __bool int __b) vec_all_ne() argument
3093 vec_all_ne(__vector __bool int __a,__vector unsigned int __b) vec_all_ne() argument
3100 vec_all_ne(__vector __bool int __a,__vector __bool int __b) vec_all_ne() argument
3108 vec_all_ne(__vector signed long long __a,__vector signed long long __b) vec_all_ne() argument
3117 vec_all_ne(__vector signed long long __a,__vector __bool long long __b) vec_all_ne() argument
3126 vec_all_ne(__vector __bool long long __a,__vector signed long long __b) vec_all_ne() argument
3134 vec_all_ne(__vector unsigned long long __a,__vector unsigned long long __b) vec_all_ne() argument
3142 vec_all_ne(__vector unsigned long long __a,__vector __bool long long __b) vec_all_ne() argument
3150 vec_all_ne(__vector __bool long long __a,__vector unsigned long long __b) vec_all_ne() argument
3157 vec_all_ne(__vector __bool long long __a,__vector __bool long long __b) vec_all_ne() argument
3166 vec_all_ne(__vector float __a,__vector float __b) vec_all_ne() argument
3174 vec_all_ne(__vector double __a,__vector double __b) vec_all_ne() argument
3183 vec_all_ge(__vector signed char __a,__vector signed char __b) vec_all_ge() argument
3191 vec_all_ge(__vector signed char __a,__vector __bool char __b) vec_all_ge() argument
3199 vec_all_ge(__vector __bool char __a,__vector signed char __b) vec_all_ge() argument
3206 vec_all_ge(__vector unsigned char __a,__vector unsigned char __b) vec_all_ge() argument
3214 vec_all_ge(__vector unsigned char __a,__vector __bool char __b) vec_all_ge() argument
3222 vec_all_ge(__vector __bool char __a,__vector unsigned char __b) vec_all_ge() argument
3230 vec_all_ge(__vector __bool char __a,__vector __bool char __b) vec_all_ge() argument
3238 vec_all_ge(__vector signed short __a,__vector signed short __b) vec_all_ge() argument
3246 vec_all_ge(__vector signed short __a,__vector __bool short __b) vec_all_ge() argument
3254 vec_all_ge(__vector __bool short __a,__vector signed short __b) vec_all_ge() argument
3261 vec_all_ge(__vector unsigned short __a,__vector unsigned short __b) vec_all_ge() argument
3269 vec_all_ge(__vector unsigned short __a,__vector __bool short __b) vec_all_ge() argument
3277 vec_all_ge(__vector __bool short __a,__vector unsigned short __b) vec_all_ge() argument
3285 vec_all_ge(__vector __bool short __a,__vector __bool short __b) vec_all_ge() argument
3293 vec_all_ge(__vector signed int __a,__vector signed int __b) vec_all_ge() argument
3301 vec_all_ge(__vector signed int __a,__vector __bool int __b) vec_all_ge() argument
3309 vec_all_ge(__vector __bool int __a,__vector signed int __b) vec_all_ge() argument
3316 vec_all_ge(__vector unsigned int __a,__vector unsigned int __b) vec_all_ge() argument
3324 vec_all_ge(__vector unsigned int __a,__vector __bool int __b) vec_all_ge() argument
3332 vec_all_ge(__vector __bool int __a,__vector unsigned int __b) vec_all_ge() argument
3340 vec_all_ge(__vector __bool int __a,__vector __bool int __b) vec_all_ge() argument
3348 vec_all_ge(__vector signed long long __a,__vector signed long long __b) vec_all_ge() argument
3356 vec_all_ge(__vector signed long long __a,__vector __bool long long __b) vec_all_ge() argument
3364 vec_all_ge(__vector __bool long long __a,__vector signed long long __b) vec_all_ge() argument
3371 vec_all_ge(__vector unsigned long long __a,__vector unsigned long long __b) vec_all_ge() argument
3379 vec_all_ge(__vector unsigned long long __a,__vector __bool long long __b) vec_all_ge() argument
3387 vec_all_ge(__vector __bool long long __a,__vector unsigned long long __b) vec_all_ge() argument
3395 vec_all_ge(__vector __bool long long __a,__vector __bool long long __b) vec_all_ge() argument
3404 vec_all_ge(__vector float __a,__vector float __b) vec_all_ge() argument
3412 vec_all_ge(__vector double __a,__vector double __b) vec_all_ge() argument
3421 vec_all_gt(__vector signed char __a,__vector signed char __b) vec_all_gt() argument
3429 vec_all_gt(__vector signed char __a,__vector __bool char __b) vec_all_gt() argument
3437 vec_all_gt(__vector __bool char __a,__vector signed char __b) vec_all_gt() argument
3444 vec_all_gt(__vector unsigned char __a,__vector unsigned char __b) vec_all_gt() argument
3452 vec_all_gt(__vector unsigned char __a,__vector __bool char __b) vec_all_gt() argument
3460 vec_all_gt(__vector __bool char __a,__vector unsigned char __b) vec_all_gt() argument
3468 vec_all_gt(__vector __bool char __a,__vector __bool char __b) vec_all_gt() argument
3476 vec_all_gt(__vector signed short __a,__vector signed short __b) vec_all_gt() argument
3484 vec_all_gt(__vector signed short __a,__vector __bool short __b) vec_all_gt() argument
3492 vec_all_gt(__vector __bool short __a,__vector signed short __b) vec_all_gt() argument
3499 vec_all_gt(__vector unsigned short __a,__vector unsigned short __b) vec_all_gt() argument
3507 vec_all_gt(__vector unsigned short __a,__vector __bool short __b) vec_all_gt() argument
3515 vec_all_gt(__vector __bool short __a,__vector unsigned short __b) vec_all_gt() argument
3523 vec_all_gt(__vector __bool short __a,__vector __bool short __b) vec_all_gt() argument
3531 vec_all_gt(__vector signed int __a,__vector signed int __b) vec_all_gt() argument
3539 vec_all_gt(__vector signed int __a,__vector __bool int __b) vec_all_gt() argument
3547 vec_all_gt(__vector __bool int __a,__vector signed int __b) vec_all_gt() argument
3554 vec_all_gt(__vector unsigned int __a,__vector unsigned int __b) vec_all_gt() argument
3562 vec_all_gt(__vector unsigned int __a,__vector __bool int __b) vec_all_gt() argument
3570 vec_all_gt(__vector __bool int __a,__vector unsigned int __b) vec_all_gt() argument
3578 vec_all_gt(__vector __bool int __a,__vector __bool int __b) vec_all_gt() argument
3586 vec_all_gt(__vector signed long long __a,__vector signed long long __b) vec_all_gt() argument
3594 vec_all_gt(__vector signed long long __a,__vector __bool long long __b) vec_all_gt() argument
3602 vec_all_gt(__vector __bool long long __a,__vector signed long long __b) vec_all_gt() argument
3609 vec_all_gt(__vector unsigned long long __a,__vector unsigned long long __b) vec_all_gt() argument
3617 vec_all_gt(__vector unsigned long long __a,__vector __bool long long __b) vec_all_gt() argument
3625 vec_all_gt(__vector __bool long long __a,__vector unsigned long long __b) vec_all_gt() argument
3633 vec_all_gt(__vector __bool long long __a,__vector __bool long long __b) vec_all_gt() argument
3642 vec_all_gt(__vector float __a,__vector float __b) vec_all_gt() argument
3650 vec_all_gt(__vector double __a,__vector double __b) vec_all_gt() argument
3659 vec_all_le(__vector signed char __a,__vector signed char __b) vec_all_le() argument
3667 vec_all_le(__vector signed char __a,__vector __bool char __b) vec_all_le() argument
3675 vec_all_le(__vector __bool char __a,__vector signed char __b) vec_all_le() argument
3682 vec_all_le(__vector unsigned char __a,__vector unsigned char __b) vec_all_le() argument
3690 vec_all_le(__vector unsigned char __a,__vector __bool char __b) vec_all_le() argument
3698 vec_all_le(__vector __bool char __a,__vector unsigned char __b) vec_all_le() argument
3706 vec_all_le(__vector __bool char __a,__vector __bool char __b) vec_all_le() argument
3714 vec_all_le(__vector signed short __a,__vector signed short __b) vec_all_le() argument
3722 vec_all_le(__vector signed short __a,__vector __bool short __b) vec_all_le() argument
3730 vec_all_le(__vector __bool short __a,__vector signed short __b) vec_all_le() argument
3737 vec_all_le(__vector unsigned short __a,__vector unsigned short __b) vec_all_le() argument
3745 vec_all_le(__vector unsigned short __a,__vector __bool short __b) vec_all_le() argument
3753 vec_all_le(__vector __bool short __a,__vector unsigned short __b) vec_all_le() argument
3761 vec_all_le(__vector __bool short __a,__vector __bool short __b) vec_all_le() argument
3769 vec_all_le(__vector signed int __a,__vector signed int __b) vec_all_le() argument
3777 vec_all_le(__vector signed int __a,__vector __bool int __b) vec_all_le() argument
3785 vec_all_le(__vector __bool int __a,__vector signed int __b) vec_all_le() argument
3792 vec_all_le(__vector unsigned int __a,__vector unsigned int __b) vec_all_le() argument
3800 vec_all_le(__vector unsigned int __a,__vector __bool int __b) vec_all_le() argument
3808 vec_all_le(__vector __bool int __a,__vector unsigned int __b) vec_all_le() argument
3816 vec_all_le(__vector __bool int __a,__vector __bool int __b) vec_all_le() argument
3824 vec_all_le(__vector signed long long __a,__vector signed long long __b) vec_all_le() argument
3832 vec_all_le(__vector signed long long __a,__vector __bool long long __b) vec_all_le() argument
3840 vec_all_le(__vector __bool long long __a,__vector signed long long __b) vec_all_le() argument
3847 vec_all_le(__vector unsigned long long __a,__vector unsigned long long __b) vec_all_le() argument
3855 vec_all_le(__vector unsigned long long __a,__vector __bool long long __b) vec_all_le() argument
3863 vec_all_le(__vector __bool long long __a,__vector unsigned long long __b) vec_all_le() argument
3871 vec_all_le(__vector __bool long long __a,__vector __bool long long __b) vec_all_le() argument
3880 vec_all_le(__vector float __a,__vector float __b) vec_all_le() argument
3888 vec_all_le(__vector double __a,__vector double __b) vec_all_le() argument
3897 vec_all_lt(__vector signed char __a,__vector signed char __b) vec_all_lt() argument
3905 vec_all_lt(__vector signed char __a,__vector __bool char __b) vec_all_lt() argument
3913 vec_all_lt(__vector __bool char __a,__vector signed char __b) vec_all_lt() argument
3920 vec_all_lt(__vector unsigned char __a,__vector unsigned char __b) vec_all_lt() argument
3928 vec_all_lt(__vector unsigned char __a,__vector __bool char __b) vec_all_lt() argument
3936 vec_all_lt(__vector __bool char __a,__vector unsigned char __b) vec_all_lt() argument
3944 vec_all_lt(__vector __bool char __a,__vector __bool char __b) vec_all_lt() argument
3952 vec_all_lt(__vector signed short __a,__vector signed short __b) vec_all_lt() argument
3960 vec_all_lt(__vector signed short __a,__vector __bool short __b) vec_all_lt() argument
3968 vec_all_lt(__vector __bool short __a,__vector signed short __b) vec_all_lt() argument
3975 vec_all_lt(__vector unsigned short __a,__vector unsigned short __b) vec_all_lt() argument
3983 vec_all_lt(__vector unsigned short __a,__vector __bool short __b) vec_all_lt() argument
3991 vec_all_lt(__vector __bool short __a,__vector unsigned short __b) vec_all_lt() argument
3999 vec_all_lt(__vector __bool short __a,__vector __bool short __b) vec_all_lt() argument
4007 vec_all_lt(__vector signed int __a,__vector signed int __b) vec_all_lt() argument
4015 vec_all_lt(__vector signed int __a,__vector __bool int __b) vec_all_lt() argument
4023 vec_all_lt(__vector __bool int __a,__vector signed int __b) vec_all_lt() argument
4030 vec_all_lt(__vector unsigned int __a,__vector unsigned int __b) vec_all_lt() argument
4038 vec_all_lt(__vector unsigned int __a,__vector __bool int __b) vec_all_lt() argument
4046 vec_all_lt(__vector __bool int __a,__vector unsigned int __b) vec_all_lt() argument
4054 vec_all_lt(__vector __bool int __a,__vector __bool int __b) vec_all_lt() argument
4062 vec_all_lt(__vector signed long long __a,__vector signed long long __b) vec_all_lt() argument
4070 vec_all_lt(__vector signed long long __a,__vector __bool long long __b) vec_all_lt() argument
4078 vec_all_lt(__vector __bool long long __a,__vector signed long long __b) vec_all_lt() argument
4085 vec_all_lt(__vector unsigned long long __a,__vector unsigned long long __b) vec_all_lt() argument
4093 vec_all_lt(__vector unsigned long long __a,__vector __bool long long __b) vec_all_lt() argument
4101 vec_all_lt(__vector __bool long long __a,__vector unsigned long long __b) vec_all_lt() argument
4109 vec_all_lt(__vector __bool long long __a,__vector __bool long long __b) vec_all_lt() argument
4118 vec_all_lt(__vector float __a,__vector float __b) vec_all_lt() argument
4126 vec_all_lt(__vector double __a,__vector double __b) vec_all_lt() argument
4136 vec_all_nge(__vector float __a,__vector float __b) vec_all_nge() argument
4144 vec_all_nge(__vector double __a,__vector double __b) vec_all_nge() argument
4154 vec_all_ngt(__vector float __a,__vector float __b) vec_all_ngt() argument
4162 vec_all_ngt(__vector double __a,__vector double __b) vec_all_ngt() argument
4172 vec_all_nle(__vector float __a,__vector float __b) vec_all_nle() argument
4180 vec_all_nle(__vector double __a,__vector double __b) vec_all_nle() argument
4190 vec_all_nlt(__vector float __a,__vector float __b) vec_all_nlt() argument
4198 vec_all_nlt(__vector double __a,__vector double __b) vec_all_nlt() argument
4208 vec_all_nan(__vector float __a) vec_all_nan() argument
4216 vec_all_nan(__vector double __a) vec_all_nan() argument
4226 vec_all_numeric(__vector float __a) vec_all_numeric() argument
4234 vec_all_numeric(__vector double __a) vec_all_numeric() argument
4243 vec_any_eq(__vector signed char __a,__vector signed char __b) vec_any_eq() argument
4252 vec_any_eq(__vector signed char __a,__vector __bool char __b) vec_any_eq() argument
4261 vec_any_eq(__vector __bool char __a,__vector signed char __b) vec_any_eq() argument
4269 vec_any_eq(__vector unsigned char __a,__vector unsigned char __b) vec_any_eq() argument
4277 vec_any_eq(__vector unsigned char __a,__vector __bool char __b) vec_any_eq() argument
4285 vec_any_eq(__vector __bool char __a,__vector unsigned char __b) vec_any_eq() argument
4292 vec_any_eq(__vector __bool char __a,__vector __bool char __b) vec_any_eq() argument
4300 vec_any_eq(__vector signed short __a,__vector signed short __b) vec_any_eq() argument
4309 vec_any_eq(__vector signed short __a,__vector __bool short __b) vec_any_eq() argument
4318 vec_any_eq(__vector __bool short __a,__vector signed short __b) vec_any_eq() argument
4326 vec_any_eq(__vector unsigned short __a,__vector unsigned short __b) vec_any_eq() argument
4334 vec_any_eq(__vector unsigned short __a,__vector __bool short __b) vec_any_eq() argument
4342 vec_any_eq(__vector __bool short __a,__vector unsigned short __b) vec_any_eq() argument
4349 vec_any_eq(__vector __bool short __a,__vector __bool short __b) vec_any_eq() argument
4357 vec_any_eq(__vector signed int __a,__vector signed int __b) vec_any_eq() argument
4366 vec_any_eq(__vector signed int __a,__vector __bool int __b) vec_any_eq() argument
4375 vec_any_eq(__vector __bool int __a,__vector signed int __b) vec_any_eq() argument
4383 vec_any_eq(__vector unsigned int __a,__vector unsigned int __b) vec_any_eq() argument
4391 vec_any_eq(__vector unsigned int __a,__vector __bool int __b) vec_any_eq() argument
4399 vec_any_eq(__vector __bool int __a,__vector unsigned int __b) vec_any_eq() argument
4406 vec_any_eq(__vector __bool int __a,__vector __bool int __b) vec_any_eq() argument
4414 vec_any_eq(__vector signed long long __a,__vector signed long long __b) vec_any_eq() argument
4423 vec_any_eq(__vector signed long long __a,__vector __bool long long __b) vec_any_eq() argument
4432 vec_any_eq(__vector __bool long long __a,__vector signed long long __b) vec_any_eq() argument
4440 vec_any_eq(__vector unsigned long long __a,__vector unsigned long long __b) vec_any_eq() argument
4448 vec_any_eq(__vector unsigned long long __a,__vector __bool long long __b) vec_any_eq() argument
4456 vec_any_eq(__vector __bool long long __a,__vector unsigned long long __b) vec_any_eq() argument
4463 vec_any_eq(__vector __bool long long __a,__vector __bool long long __b) vec_any_eq() argument
4472 vec_any_eq(__vector float __a,__vector float __b) vec_any_eq() argument
4480 vec_any_eq(__vector double __a,__vector double __b) vec_any_eq() argument
4489 vec_any_ne(__vector signed char __a,__vector signed char __b) vec_any_ne() argument
4498 vec_any_ne(__vector signed char __a,__vector __bool char __b) vec_any_ne() argument
4507 vec_any_ne(__vector __bool char __a,__vector signed char __b) vec_any_ne() argument
4515 vec_any_ne(__vector unsigned char __a,__vector unsigned char __b) vec_any_ne() argument
4523 vec_any_ne(__vector unsigned char __a,__vector __bool char __b) vec_any_ne() argument
4531 vec_any_ne(__vector __bool char __a,__vector unsigned char __b) vec_any_ne() argument
4538 vec_any_ne(__vector __bool char __a,__vector __bool char __b) vec_any_ne() argument
4546 vec_any_ne(__vector signed short __a,__vector signed short __b) vec_any_ne() argument
4555 vec_any_ne(__vector signed short __a,__vector __bool short __b) vec_any_ne() argument
4564 vec_any_ne(__vector __bool short __a,__vector signed short __b) vec_any_ne() argument
4572 vec_any_ne(__vector unsigned short __a,__vector unsigned short __b) vec_any_ne() argument
4580 vec_any_ne(__vector unsigned short __a,__vector __bool short __b) vec_any_ne() argument
4588 vec_any_ne(__vector __bool short __a,__vector unsigned short __b) vec_any_ne() argument
4595 vec_any_ne(__vector __bool short __a,__vector __bool short __b) vec_any_ne() argument
4603 vec_any_ne(__vector signed int __a,__vector signed int __b) vec_any_ne() argument
4612 vec_any_ne(__vector signed int __a,__vector __bool int __b) vec_any_ne() argument
4621 vec_any_ne(__vector __bool int __a,__vector signed int __b) vec_any_ne() argument
4629 vec_any_ne(__vector unsigned int __a,__vector unsigned int __b) vec_any_ne() argument
4637 vec_any_ne(__vector unsigned int __a,__vector __bool int __b) vec_any_ne() argument
4645 vec_any_ne(__vector __bool int __a,__vector unsigned int __b) vec_any_ne() argument
4652 vec_any_ne(__vector __bool int __a,__vector __bool int __b) vec_any_ne() argument
4660 vec_any_ne(__vector signed long long __a,__vector signed long long __b) vec_any_ne() argument
4669 vec_any_ne(__vector signed long long __a,__vector __bool long long __b) vec_any_ne() argument
4678 vec_any_ne(__vector __bool long long __a,__vector signed long long __b) vec_any_ne() argument
4686 vec_any_ne(__vector unsigned long long __a,__vector unsigned long long __b) vec_any_ne() argument
4694 vec_any_ne(__vector unsigned long long __a,__vector __bool long long __b) vec_any_ne() argument
4702 vec_any_ne(__vector __bool long long __a,__vector unsigned long long __b) vec_any_ne() argument
4709 vec_any_ne(__vector __bool long long __a,__vector __bool long long __b) vec_any_ne() argument
4718 vec_any_ne(__vector float __a,__vector float __b) vec_any_ne() argument
4726 vec_any_ne(__vector double __a,__vector double __b) vec_any_ne() argument
4735 vec_any_ge(__vector signed char __a,__vector signed char __b) vec_any_ge() argument
4743 vec_any_ge(__vector signed char __a,__vector __bool char __b) vec_any_ge() argument
4751 vec_any_ge(__vector __bool char __a,__vector signed char __b) vec_any_ge() argument
4758 vec_any_ge(__vector unsigned char __a,__vector unsigned char __b) vec_any_ge() argument
4766 vec_any_ge(__vector unsigned char __a,__vector __bool char __b) vec_any_ge() argument
4774 vec_any_ge(__vector __bool char __a,__vector unsigned char __b) vec_any_ge() argument
4782 vec_any_ge(__vector __bool char __a,__vector __bool char __b) vec_any_ge() argument
4790 vec_any_ge(__vector signed short __a,__vector signed short __b) vec_any_ge() argument
4798 vec_any_ge(__vector signed short __a,__vector __bool short __b) vec_any_ge() argument
4806 vec_any_ge(__vector __bool short __a,__vector signed short __b) vec_any_ge() argument
4813 vec_any_ge(__vector unsigned short __a,__vector unsigned short __b) vec_any_ge() argument
4821 vec_any_ge(__vector unsigned short __a,__vector __bool short __b) vec_any_ge() argument
4829 vec_any_ge(__vector __bool short __a,__vector unsigned short __b) vec_any_ge() argument
4837 vec_any_ge(__vector __bool short __a,__vector __bool short __b) vec_any_ge() argument
4845 vec_any_ge(__vector signed int __a,__vector signed int __b) vec_any_ge() argument
4853 vec_any_ge(__vector signed int __a,__vector __bool int __b) vec_any_ge() argument
4861 vec_any_ge(__vector __bool int __a,__vector signed int __b) vec_any_ge() argument
4868 vec_any_ge(__vector unsigned int __a,__vector unsigned int __b) vec_any_ge() argument
4876 vec_any_ge(__vector unsigned int __a,__vector __bool int __b) vec_any_ge() argument
4884 vec_any_ge(__vector __bool int __a,__vector unsigned int __b) vec_any_ge() argument
4892 vec_any_ge(__vector __bool int __a,__vector __bool int __b) vec_any_ge() argument
4900 vec_any_ge(__vector signed long long __a,__vector signed long long __b) vec_any_ge() argument
4908 vec_any_ge(__vector signed long long __a,__vector __bool long long __b) vec_any_ge() argument
4916 vec_any_ge(__vector __bool long long __a,__vector signed long long __b) vec_any_ge() argument
4923 vec_any_ge(__vector unsigned long long __a,__vector unsigned long long __b) vec_any_ge() argument
4931 vec_any_ge(__vector unsigned long long __a,__vector __bool long long __b) vec_any_ge() argument
4939 vec_any_ge(__vector __bool long long __a,__vector unsigned long long __b) vec_any_ge() argument
4947 vec_any_ge(__vector __bool long long __a,__vector __bool long long __b) vec_any_ge() argument
4956 vec_any_ge(__vector float __a,__vector float __b) vec_any_ge() argument
4964 vec_any_ge(__vector double __a,__vector double __b) vec_any_ge() argument
4973 vec_any_gt(__vector signed char __a,__vector signed char __b) vec_any_gt() argument
4981 vec_any_gt(__vector signed char __a,__vector __bool char __b) vec_any_gt() argument
4989 vec_any_gt(__vector __bool char __a,__vector signed char __b) vec_any_gt() argument
4996 vec_any_gt(__vector unsigned char __a,__vector unsigned char __b) vec_any_gt() argument
5004 vec_any_gt(__vector unsigned char __a,__vector __bool char __b) vec_any_gt() argument
5012 vec_any_gt(__vector __bool char __a,__vector unsigned char __b) vec_any_gt() argument
5020 vec_any_gt(__vector __bool char __a,__vector __bool char __b) vec_any_gt() argument
5028 vec_any_gt(__vector signed short __a,__vector signed short __b) vec_any_gt() argument
5036 vec_any_gt(__vector signed short __a,__vector __bool short __b) vec_any_gt() argument
5044 vec_any_gt(__vector __bool short __a,__vector signed short __b) vec_any_gt() argument
5051 vec_any_gt(__vector unsigned short __a,__vector unsigned short __b) vec_any_gt() argument
5059 vec_any_gt(__vector unsigned short __a,__vector __bool short __b) vec_any_gt() argument
5067 vec_any_gt(__vector __bool short __a,__vector unsigned short __b) vec_any_gt() argument
5075 vec_any_gt(__vector __bool short __a,__vector __bool short __b) vec_any_gt() argument
5083 vec_any_gt(__vector signed int __a,__vector signed int __b) vec_any_gt() argument
5091 vec_any_gt(__vector signed int __a,__vector __bool int __b) vec_any_gt() argument
5099 vec_any_gt(__vector __bool int __a,__vector signed int __b) vec_any_gt() argument
5106 vec_any_gt(__vector unsigned int __a,__vector unsigned int __b) vec_any_gt() argument
5114 vec_any_gt(__vector unsigned int __a,__vector __bool int __b) vec_any_gt() argument
5122 vec_any_gt(__vector __bool int __a,__vector unsigned int __b) vec_any_gt() argument
5130 vec_any_gt(__vector __bool int __a,__vector __bool int __b) vec_any_gt() argument
5138 vec_any_gt(__vector signed long long __a,__vector signed long long __b) vec_any_gt() argument
5146 vec_any_gt(__vector signed long long __a,__vector __bool long long __b) vec_any_gt() argument
5154 vec_any_gt(__vector __bool long long __a,__vector signed long long __b) vec_any_gt() argument
5161 vec_any_gt(__vector unsigned long long __a,__vector unsigned long long __b) vec_any_gt() argument
5169 vec_any_gt(__vector unsigned long long __a,__vector __bool long long __b) vec_any_gt() argument
5177 vec_any_gt(__vector __bool long long __a,__vector unsigned long long __b) vec_any_gt() argument
5185 vec_any_gt(__vector __bool long long __a,__vector __bool long long __b) vec_any_gt() argument
5194 vec_any_gt(__vector float __a,__vector float __b) vec_any_gt() argument
5202 vec_any_gt(__vector double __a,__vector double __b) vec_any_gt() argument
5211 vec_any_le(__vector signed char __a,__vector signed char __b) vec_any_le() argument
5219 vec_any_le(__vector signed char __a,__vector __bool char __b) vec_any_le() argument
5227 vec_any_le(__vector __bool char __a,__vector signed char __b) vec_any_le() argument
5234 vec_any_le(__vector unsigned char __a,__vector unsigned char __b) vec_any_le() argument
5242 vec_any_le(__vector unsigned char __a,__vector __bool char __b) vec_any_le() argument
5250 vec_any_le(__vector __bool char __a,__vector unsigned char __b) vec_any_le() argument
5258 vec_any_le(__vector __bool char __a,__vector __bool char __b) vec_any_le() argument
5266 vec_any_le(__vector signed short __a,__vector signed short __b) vec_any_le() argument
5274 vec_any_le(__vector signed short __a,__vector __bool short __b) vec_any_le() argument
5282 vec_any_le(__vector __bool short __a,__vector signed short __b) vec_any_le() argument
5289 vec_any_le(__vector unsigned short __a,__vector unsigned short __b) vec_any_le() argument
5297 vec_any_le(__vector unsigned short __a,__vector __bool short __b) vec_any_le() argument
5305 vec_any_le(__vector __bool short __a,__vector unsigned short __b) vec_any_le() argument
5313 vec_any_le(__vector __bool short __a,__vector __bool short __b) vec_any_le() argument
5321 vec_any_le(__vector signed int __a,__vector signed int __b) vec_any_le() argument
5329 vec_any_le(__vector signed int __a,__vector __bool int __b) vec_any_le() argument
5337 vec_any_le(__vector __bool int __a,__vector signed int __b) vec_any_le() argument
5344 vec_any_le(__vector unsigned int __a,__vector unsigned int __b) vec_any_le() argument
5352 vec_any_le(__vector unsigned int __a,__vector __bool int __b) vec_any_le() argument
5360 vec_any_le(__vector __bool int __a,__vector unsigned int __b) vec_any_le() argument
5368 vec_any_le(__vector __bool int __a,__vector __bool int __b) vec_any_le() argument
5376 vec_any_le(__vector signed long long __a,__vector signed long long __b) vec_any_le() argument
5384 vec_any_le(__vector signed long long __a,__vector __bool long long __b) vec_any_le() argument
5392 vec_any_le(__vector __bool long long __a,__vector signed long long __b) vec_any_le() argument
5399 vec_any_le(__vector unsigned long long __a,__vector unsigned long long __b) vec_any_le() argument
5407 vec_any_le(__vector unsigned long long __a,__vector __bool long long __b) vec_any_le() argument
5415 vec_any_le(__vector __bool long long __a,__vector unsigned long long __b) vec_any_le() argument
5423 vec_any_le(__vector __bool long long __a,__vector __bool long long __b) vec_any_le() argument
5432 vec_any_le(__vector float __a,__vector float __b) vec_any_le() argument
5440 vec_any_le(__vector double __a,__vector double __b) vec_any_le() argument
5449 vec_any_lt(__vector signed char __a,__vector signed char __b) vec_any_lt() argument
5457 vec_any_lt(__vector signed char __a,__vector __bool char __b) vec_any_lt() argument
5465 vec_any_lt(__vector __bool char __a,__vector signed char __b) vec_any_lt() argument
5472 vec_any_lt(__vector unsigned char __a,__vector unsigned char __b) vec_any_lt() argument
5480 vec_any_lt(__vector unsigned char __a,__vector __bool char __b) vec_any_lt() argument
5488 vec_any_lt(__vector __bool char __a,__vector unsigned char __b) vec_any_lt() argument
5496 vec_any_lt(__vector __bool char __a,__vector __bool char __b) vec_any_lt() argument
5504 vec_any_lt(__vector signed short __a,__vector signed short __b) vec_any_lt() argument
5512 vec_any_lt(__vector signed short __a,__vector __bool short __b) vec_any_lt() argument
5520 vec_any_lt(__vector __bool short __a,__vector signed short __b) vec_any_lt() argument
5527 vec_any_lt(__vector unsigned short __a,__vector unsigned short __b) vec_any_lt() argument
5535 vec_any_lt(__vector unsigned short __a,__vector __bool short __b) vec_any_lt() argument
5543 vec_any_lt(__vector __bool short __a,__vector unsigned short __b) vec_any_lt() argument
5551 vec_any_lt(__vector __bool short __a,__vector __bool short __b) vec_any_lt() argument
5559 vec_any_lt(__vector signed int __a,__vector signed int __b) vec_any_lt() argument
5567 vec_any_lt(__vector signed int __a,__vector __bool int __b) vec_any_lt() argument
5575 vec_any_lt(__vector __bool int __a,__vector signed int __b) vec_any_lt() argument
5582 vec_any_lt(__vector unsigned int __a,__vector unsigned int __b) vec_any_lt() argument
5590 vec_any_lt(__vector unsigned int __a,__vector __bool int __b) vec_any_lt() argument
5598 vec_any_lt(__vector __bool int __a,__vector unsigned int __b) vec_any_lt() argument
5606 vec_any_lt(__vector __bool int __a,__vector __bool int __b) vec_any_lt() argument
5614 vec_any_lt(__vector signed long long __a,__vector signed long long __b) vec_any_lt() argument
5622 vec_any_lt(__vector signed long long __a,__vector __bool long long __b) vec_any_lt() argument
5630 vec_any_lt(__vector __bool long long __a,__vector signed long long __b) vec_any_lt() argument
5637 vec_any_lt(__vector unsigned long long __a,__vector unsigned long long __b) vec_any_lt() argument
5645 vec_any_lt(__vector unsigned long long __a,__vector __bool long long __b) vec_any_lt() argument
5653 vec_any_lt(__vector __bool long long __a,__vector unsigned long long __b) vec_any_lt() argument
5661 vec_any_lt(__vector __bool long long __a,__vector __bool long long __b) vec_any_lt() argument
5670 vec_any_lt(__vector float __a,__vector float __b) vec_any_lt() argument
5678 vec_any_lt(__vector double __a,__vector double __b) vec_any_lt() argument
5688 vec_any_nge(__vector float __a,__vector float __b) vec_any_nge() argument
5696 vec_any_nge(__vector double __a,__vector double __b) vec_any_nge() argument
5706 vec_any_ngt(__vector float __a,__vector float __b) vec_any_ngt() argument
5714 vec_any_ngt(__vector double __a,__vector double __b) vec_any_ngt() argument
5724 vec_any_nle(__vector float __a,__vector float __b) vec_any_nle() argument
5732 vec_any_nle(__vector double __a,__vector double __b) vec_any_nle() argument
5742 vec_any_nlt(__vector float __a,__vector float __b) vec_any_nlt() argument
5750 vec_any_nlt(__vector double __a,__vector double __b) vec_any_nlt() argument
5760 vec_any_nan(__vector float __a) vec_any_nan() argument
5768 vec_any_nan(__vector double __a) vec_any_nan() argument
5778 vec_any_numeric(__vector float __a) vec_any_numeric() argument
5786 vec_any_numeric(__vector double __a) vec_any_numeric() argument
5795 vec_andc(__vector __bool char __a,__vector __bool char __b) vec_andc() argument
5800 vec_andc(__vector signed char __a,__vector signed char __b) vec_andc() argument
5806 vec_andc(__vector __bool char __a,__vector signed char __b) vec_andc() argument
5812 vec_andc(__vector signed char __a,__vector __bool char __b) vec_andc() argument
5817 vec_andc(__vector unsigned char __a,__vector unsigned char __b) vec_andc() argument
5823 vec_andc(__vector __bool char __a,__vector unsigned char __b) vec_andc() argument
5829 vec_andc(__vector unsigned char __a,__vector __bool char __b) vec_andc() argument
5834 vec_andc(__vector __bool short __a,__vector __bool short __b) vec_andc() argument
5839 vec_andc(__vector signed short __a,__vector signed short __b) vec_andc() argument
5845 vec_andc(__vector __bool short __a,__vector signed short __b) vec_andc() argument
5851 vec_andc(__vector signed short __a,__vector __bool short __b) vec_andc() argument
5856 vec_andc(__vector unsigned short __a,__vector unsigned short __b) vec_andc() argument
5862 vec_andc(__vector __bool short __a,__vector unsigned short __b) vec_andc() argument
5868 vec_andc(__vector unsigned short __a,__vector __bool short __b) vec_andc() argument
5873 vec_andc(__vector __bool int __a,__vector __bool int __b) vec_andc() argument
5878 vec_andc(__vector signed int __a,__vector signed int __b) vec_andc() argument
5884 vec_andc(__vector __bool int __a,__vector signed int __b) vec_andc() argument
5890 vec_andc(__vector signed int __a,__vector __bool int __b) vec_andc() argument
5895 vec_andc(__vector unsigned int __a,__vector unsigned int __b) vec_andc() argument
5901 vec_andc(__vector __bool int __a,__vector unsigned int __b) vec_andc() argument
5907 vec_andc(__vector unsigned int __a,__vector __bool int __b) vec_andc() argument
5912 vec_andc(__vector __bool long long __a,__vector __bool long long __b) vec_andc() argument
5917 vec_andc(__vector signed long long __a,__vector signed long long __b) vec_andc() argument
5923 vec_andc(__vector __bool long long __a,__vector signed long long __b) vec_andc() argument
5929 vec_andc(__vector signed long long __a,__vector __bool long long __b) vec_andc() argument
5934 vec_andc(__vector unsigned long long __a,__vector unsigned long long __b) vec_andc() argument
5940 vec_andc(__vector __bool long long __a,__vector unsigned long long __b) vec_andc() argument
5946 vec_andc(__vector unsigned long long __a,__vector __bool long long __b) vec_andc() argument
5952 vec_andc(__vector float __a,__vector float __b) vec_andc() argument
5959 vec_andc(__vector double __a,__vector double __b) vec_andc() argument
5966 vec_andc(__vector __bool long long __a,__vector double __b) vec_andc() argument
5973 vec_andc(__vector double __a,__vector __bool long long __b) vec_andc() argument
5981 vec_nor(__vector __bool char __a,__vector __bool char __b) vec_nor() argument
5986 vec_nor(__vector signed char __a,__vector signed char __b) vec_nor() argument
5992 vec_nor(__vector __bool char __a,__vector signed char __b) vec_nor() argument
5998 vec_nor(__vector signed char __a,__vector __bool char __b) vec_nor() argument
6003 vec_nor(__vector unsigned char __a,__vector unsigned char __b) vec_nor() argument
6009 vec_nor(__vector __bool char __a,__vector unsigned char __b) vec_nor() argument
6015 vec_nor(__vector unsigned char __a,__vector __bool char __b) vec_nor() argument
6020 vec_nor(__vector __bool short __a,__vector __bool short __b) vec_nor() argument
6025 vec_nor(__vector signed short __a,__vector signed short __b) vec_nor() argument
6031 vec_nor(__vector __bool short __a,__vector signed short __b) vec_nor() argument
6037 vec_nor(__vector signed short __a,__vector __bool short __b) vec_nor() argument
6042 vec_nor(__vector unsigned short __a,__vector unsigned short __b) vec_nor() argument
6048 vec_nor(__vector __bool short __a,__vector unsigned short __b) vec_nor() argument
6054 vec_nor(__vector unsigned short __a,__vector __bool short __b) vec_nor() argument
6059 vec_nor(__vector __bool int __a,__vector __bool int __b) vec_nor() argument
6064 vec_nor(__vector signed int __a,__vector signed int __b) vec_nor() argument
6070 vec_nor(__vector __bool int __a,__vector signed int __b) vec_nor() argument
6076 vec_nor(__vector signed int __a,__vector __bool int __b) vec_nor() argument
6081 vec_nor(__vector unsigned int __a,__vector unsigned int __b) vec_nor() argument
6087 vec_nor(__vector __bool int __a,__vector unsigned int __b) vec_nor() argument
6093 vec_nor(__vector unsigned int __a,__vector __bool int __b) vec_nor() argument
6098 vec_nor(__vector __bool long long __a,__vector __bool long long __b) vec_nor() argument
6103 vec_nor(__vector signed long long __a,__vector signed long long __b) vec_nor() argument
6109 vec_nor(__vector __bool long long __a,__vector signed long long __b) vec_nor() argument
6115 vec_nor(__vector signed long long __a,__vector __bool long long __b) vec_nor() argument
6120 vec_nor(__vector unsigned long long __a,__vector unsigned long long __b) vec_nor() argument
6126 vec_nor(__vector __bool long long __a,__vector unsigned long long __b) vec_nor() argument
6132 vec_nor(__vector unsigned long long __a,__vector __bool long long __b) vec_nor() argument
6138 vec_nor(__vector float __a,__vector float __b) vec_nor() argument
6145 vec_nor(__vector double __a,__vector double __b) vec_nor() argument
6152 vec_nor(__vector __bool long long __a,__vector double __b) vec_nor() argument
6159 vec_nor(__vector double __a,__vector __bool long long __b) vec_nor() argument
6168 vec_orc(__vector __bool char __a,__vector __bool char __b) vec_orc() argument
6173 vec_orc(__vector signed char __a,__vector signed char __b) vec_orc() argument
6178 vec_orc(__vector unsigned char __a,__vector unsigned char __b) vec_orc() argument
6183 vec_orc(__vector __bool short __a,__vector __bool short __b) vec_orc() argument
6188 vec_orc(__vector signed short __a,__vector signed short __b) vec_orc() argument
6193 vec_orc(__vector unsigned short __a,__vector unsigned short __b) vec_orc() argument
6198 vec_orc(__vector __bool int __a,__vector __bool int __b) vec_orc() argument
6203 vec_orc(__vector signed int __a,__vector signed int __b) vec_orc() argument
6208 vec_orc(__vector unsigned int __a,__vector unsigned int __b) vec_orc() argument
6213 vec_orc(__vector __bool long long __a,__vector __bool long long __b) vec_orc() argument
6218 vec_orc(__vector signed long long __a,__vector signed long long __b) vec_orc() argument
6223 vec_orc(__vector unsigned long long __a,__vector unsigned long long __b) vec_orc() argument
6228 vec_orc(__vector float __a,__vector float __b) vec_orc() argument
6234 vec_orc(__vector double __a,__vector double __b) vec_orc() argument
6244 vec_nand(__vector __bool char __a,__vector __bool char __b) vec_nand() argument
6249 vec_nand(__vector signed char __a,__vector signed char __b) vec_nand() argument
6254 vec_nand(__vector unsigned char __a,__vector unsigned char __b) vec_nand() argument
6259 vec_nand(__vector __bool short __a,__vector __bool short __b) vec_nand() argument
6264 vec_nand(__vector signed short __a,__vector signed short __b) vec_nand() argument
6269 vec_nand(__vector unsigned short __a,__vector unsigned short __b) vec_nand() argument
6274 vec_nand(__vector __bool int __a,__vector __bool int __b) vec_nand() argument
6279 vec_nand(__vector signed int __a,__vector signed int __b) vec_nand() argument
6284 vec_nand(__vector unsigned int __a,__vector unsigned int __b) vec_nand() argument
6289 vec_nand(__vector __bool long long __a,__vector __bool long long __b) vec_nand() argument
6294 vec_nand(__vector signed long long __a,__vector signed long long __b) vec_nand() argument
6299 vec_nand(__vector unsigned long long __a,__vector unsigned long long __b) vec_nand() argument
6304 vec_nand(__vector float __a,__vector float __b) vec_nand() argument
6310 vec_nand(__vector double __a,__vector double __b) vec_nand() argument
6320 vec_eqv(__vector __bool char __a,__vector __bool char __b) vec_eqv() argument
6325 vec_eqv(__vector signed char __a,__vector signed char __b) vec_eqv() argument
6330 vec_eqv(__vector unsigned char __a,__vector unsigned char __b) vec_eqv() argument
6335 vec_eqv(__vector __bool short __a,__vector __bool short __b) vec_eqv() argument
6340 vec_eqv(__vector signed short __a,__vector signed short __b) vec_eqv() argument
6345 vec_eqv(__vector unsigned short __a,__vector unsigned short __b) vec_eqv() argument
6350 vec_eqv(__vector __bool int __a,__vector __bool int __b) vec_eqv() argument
6355 vec_eqv(__vector signed int __a,__vector signed int __b) vec_eqv() argument
6360 vec_eqv(__vector unsigned int __a,__vector unsigned int __b) vec_eqv() argument
6365 vec_eqv(__vector __bool long long __a,__vector __bool long long __b) vec_eqv() argument
6370 vec_eqv(__vector signed long long __a,__vector signed long long __b) vec_eqv() argument
6375 vec_eqv(__vector unsigned long long __a,__vector unsigned long long __b) vec_eqv() argument
6380 vec_eqv(__vector float __a,__vector float __b) vec_eqv() argument
6386 vec_eqv(__vector double __a,__vector double __b) vec_eqv() argument
6395 vec_cntlz(__vector signed char __a) vec_cntlz() argument
6400 vec_cntlz(__vector unsigned char __a) vec_cntlz() argument
6405 vec_cntlz(__vector signed short __a) vec_cntlz() argument
6410 vec_cntlz(__vector unsigned short __a) vec_cntlz() argument
6415 vec_cntlz(__vector signed int __a) vec_cntlz() argument
6420 vec_cntlz(__vector unsigned int __a) vec_cntlz() argument
6425 vec_cntlz(__vector signed long long __a) vec_cntlz() argument
6430 vec_cntlz(__vector unsigned long long __a) vec_cntlz() argument
6437 vec_cnttz(__vector signed char __a) vec_cnttz() argument
6442 vec_cnttz(__vector unsigned char __a) vec_cnttz() argument
6447 vec_cnttz(__vector signed short __a) vec_cnttz() argument
6452 vec_cnttz(__vector unsigned short __a) vec_cnttz() argument
6457 vec_cnttz(__vector signed int __a) vec_cnttz() argument
6462 vec_cnttz(__vector unsigned int __a) vec_cnttz() argument
6467 vec_cnttz(__vector signed long long __a) vec_cnttz() argument
6472 vec_cnttz(__vector unsigned long long __a) vec_cnttz() argument
6479 vec_popcnt(__vector signed char __a) vec_popcnt() argument
6484 vec_popcnt(__vector unsigned char __a) vec_popcnt() argument
6489 vec_popcnt(__vector signed short __a) vec_popcnt() argument
6494 vec_popcnt(__vector unsigned short __a) vec_popcnt() argument
6499 vec_popcnt(__vector signed int __a) vec_popcnt() argument
6504 vec_popcnt(__vector unsigned int __a) vec_popcnt() argument
6509 vec_popcnt(__vector signed long long __a) vec_popcnt() argument
6514 vec_popcnt(__vector unsigned long long __a) vec_popcnt() argument
6521 vec_rl(__vector signed char __a,__vector unsigned char __b) vec_rl() argument
6527 vec_rl(__vector unsigned char __a,__vector unsigned char __b) vec_rl() argument
6532 vec_rl(__vector signed short __a,__vector unsigned short __b) vec_rl() argument
6538 vec_rl(__vector unsigned short __a,__vector unsigned short __b) vec_rl() argument
6543 vec_rl(__vector signed int __a,__vector unsigned int __b) vec_rl() argument
6549 vec_rl(__vector unsigned int __a,__vector unsigned int __b) vec_rl() argument
6554 vec_rl(__vector signed long long __a,__vector unsigned long long __b) vec_rl() argument
6560 vec_rl(__vector unsigned long long __a,__vector unsigned long long __b) vec_rl() argument
6567 vec_rli(__vector signed char __a,unsigned long __b) vec_rli() argument
6573 vec_rli(__vector unsigned char __a,unsigned long __b) vec_rli() argument
6578 vec_rli(__vector signed short __a,unsigned long __b) vec_rli() argument
6584 vec_rli(__vector unsigned short __a,unsigned long __b) vec_rli() argument
6589 vec_rli(__vector signed int __a,unsigned long __b) vec_rli() argument
6595 vec_rli(__vector unsigned int __a,unsigned long __b) vec_rli() argument
6600 vec_rli(__vector signed long long __a,unsigned long __b) vec_rli() argument
6606 vec_rli(__vector unsigned long long __a,unsigned long __b) vec_rli() argument
6667 vec_sll(__vector signed char __a,__vector unsigned char __b) vec_sll() argument
6674 vec_sll(__vector signed char __a,__vector unsigned short __b) vec_sll() argument
6681 vec_sll(__vector signed char __a,__vector unsigned int __b) vec_sll() argument
6688 vec_sll(__vector __bool char __a,__vector unsigned char __b) vec_sll() argument
6695 vec_sll(__vector __bool char __a,__vector unsigned short __b) vec_sll() argument
6702 vec_sll(__vector __bool char __a,__vector unsigned int __b) vec_sll() argument
6708 vec_sll(__vector unsigned char __a,__vector unsigned char __b) vec_sll() argument
6714 vec_sll(__vector unsigned char __a,__vector unsigned short __b) vec_sll() argument
6720 vec_sll(__vector unsigned char __a,__vector unsigned int __b) vec_sll() argument
6725 vec_sll(__vector signed short __a,__vector unsigned char __b) vec_sll() argument
6732 vec_sll(__vector signed short __a,__vector unsigned short __b) vec_sll() argument
6739 vec_sll(__vector signed short __a,__vector unsigned int __b) vec_sll() argument
6746 vec_sll(__vector __bool short __a,__vector unsigned char __b) vec_sll() argument
6753 vec_sll(__vector __bool short __a,__vector unsigned short __b) vec_sll() argument
6760 vec_sll(__vector __bool short __a,__vector unsigned int __b) vec_sll() argument
6766 vec_sll(__vector unsigned short __a,__vector unsigned char __b) vec_sll() argument
6773 vec_sll(__vector unsigned short __a,__vector unsigned short __b) vec_sll() argument
6780 vec_sll(__vector unsigned short __a,__vector unsigned int __b) vec_sll() argument
6786 vec_sll(__vector signed int __a,__vector unsigned char __b) vec_sll() argument
6793 vec_sll(__vector signed int __a,__vector unsigned short __b) vec_sll() argument
6800 vec_sll(__vector signed int __a,__vector unsigned int __b) vec_sll() argument
6807 vec_sll(__vector __bool int __a,__vector unsigned char __b) vec_sll() argument
6814 vec_sll(__vector __bool int __a,__vector unsigned short __b) vec_sll() argument
6821 vec_sll(__vector __bool int __a,__vector unsigned int __b) vec_sll() argument
6827 vec_sll(__vector unsigned int __a,__vector unsigned char __b) vec_sll() argument
6834 vec_sll(__vector unsigned int __a,__vector unsigned short __b) vec_sll() argument
6841 vec_sll(__vector unsigned int __a,__vector unsigned int __b) vec_sll() argument
6847 vec_sll(__vector signed long long __a,__vector unsigned char __b) vec_sll() argument
6854 vec_sll(__vector signed long long __a,__vector unsigned short __b) vec_sll() argument
6861 vec_sll(__vector signed long long __a,__vector unsigned int __b) vec_sll() argument
6868 vec_sll(__vector __bool long long __a,__vector unsigned char __b) vec_sll() argument
6875 vec_sll(__vector __bool long long __a,__vector unsigned short __b) vec_sll() argument
6882 vec_sll(__vector __bool long long __a,__vector unsigned int __b) vec_sll() argument
6888 vec_sll(__vector unsigned long long __a,__vector unsigned char __b) vec_sll() argument
6895 vec_sll(__vector unsigned long long __a,__vector unsigned short __b) vec_sll() argument
6902 vec_sll(__vector unsigned long long __a,__vector unsigned int __b) vec_sll() argument
6910 vec_slb(__vector signed char __a,__vector signed char __b) vec_slb() argument
6916 vec_slb(__vector signed char __a,__vector unsigned char __b) vec_slb() argument
6922 vec_slb(__vector unsigned char __a,__vector signed char __b) vec_slb() argument
6927 vec_slb(__vector unsigned char __a,__vector unsigned char __b) vec_slb() argument
6932 vec_slb(__vector signed short __a,__vector signed short __b) vec_slb() argument
6938 vec_slb(__vector signed short __a,__vector unsigned short __b) vec_slb() argument
6944 vec_slb(__vector unsigned short __a,__vector signed short __b) vec_slb() argument
6950 vec_slb(__vector unsigned short __a,__vector unsigned short __b) vec_slb() argument
6956 vec_slb(__vector signed int __a,__vector signed int __b) vec_slb() argument
6962 vec_slb(__vector signed int __a,__vector unsigned int __b) vec_slb() argument
6968 vec_slb(__vector unsigned int __a,__vector signed int __b) vec_slb() argument
6974 vec_slb(__vector unsigned int __a,__vector unsigned int __b) vec_slb() argument
6980 vec_slb(__vector signed long long __a,__vector signed long long __b) vec_slb() argument
6986 vec_slb(__vector signed long long __a,__vector unsigned long long __b) vec_slb() argument
6992 vec_slb(__vector unsigned long long __a,__vector signed long long __b) vec_slb() argument
6998 vec_slb(__vector unsigned long long __a,__vector unsigned long long __b) vec_slb() argument
7005 vec_slb(__vector float __a,__vector signed int __b) vec_slb() argument
7011 vec_slb(__vector float __a,__vector unsigned int __b) vec_slb() argument
7018 vec_slb(__vector double __a,__vector signed long long __b) vec_slb() argument
7024 vec_slb(__vector double __a,__vector unsigned long long __b) vec_slb() argument
7192 vec_sral(__vector signed char __a,__vector unsigned char __b) vec_sral() argument
7199 vec_sral(__vector signed char __a,__vector unsigned short __b) vec_sral() argument
7206 vec_sral(__vector signed char __a,__vector unsigned int __b) vec_sral() argument
7213 vec_sral(__vector __bool char __a,__vector unsigned char __b) vec_sral() argument
7220 vec_sral(__vector __bool char __a,__vector unsigned short __b) vec_sral() argument
7227 vec_sral(__vector __bool char __a,__vector unsigned int __b) vec_sral() argument
7233 vec_sral(__vector unsigned char __a,__vector unsigned char __b) vec_sral() argument
7239 vec_sral(__vector unsigned char __a,__vector unsigned short __b) vec_sral() argument
7245 vec_sral(__vector unsigned char __a,__vector unsigned int __b) vec_sral() argument
7250 vec_sral(__vector signed short __a,__vector unsigned char __b) vec_sral() argument
7257 vec_sral(__vector signed short __a,__vector unsigned short __b) vec_sral() argument
7264 vec_sral(__vector signed short __a,__vector unsigned int __b) vec_sral() argument
7271 vec_sral(__vector __bool short __a,__vector unsigned char __b) vec_sral() argument
7278 vec_sral(__vector __bool short __a,__vector unsigned short __b) vec_sral() argument
7285 vec_sral(__vector __bool short __a,__vector unsigned int __b) vec_sral() argument
7291 vec_sral(__vector unsigned short __a,__vector unsigned char __b) vec_sral() argument
7298 vec_sral(__vector unsigned short __a,__vector unsigned short __b) vec_sral() argument
7305 vec_sral(__vector unsigned short __a,__vector unsigned int __b) vec_sral() argument
7311 vec_sral(__vector signed int __a,__vector unsigned char __b) vec_sral() argument
7318 vec_sral(__vector signed int __a,__vector unsigned short __b) vec_sral() argument
7325 vec_sral(__vector signed int __a,__vector unsigned int __b) vec_sral() argument
7332 vec_sral(__vector __bool int __a,__vector unsigned char __b) vec_sral() argument
7339 vec_sral(__vector __bool int __a,__vector unsigned short __b) vec_sral() argument
7346 vec_sral(__vector __bool int __a,__vector unsigned int __b) vec_sral() argument
7352 vec_sral(__vector unsigned int __a,__vector unsigned char __b) vec_sral() argument
7359 vec_sral(__vector unsigned int __a,__vector unsigned short __b) vec_sral() argument
7366 vec_sral(__vector unsigned int __a,__vector unsigned int __b) vec_sral() argument
7372 vec_sral(__vector signed long long __a,__vector unsigned char __b) vec_sral() argument
7379 vec_sral(__vector signed long long __a,__vector unsigned short __b) vec_sral() argument
7386 vec_sral(__vector signed long long __a,__vector unsigned int __b) vec_sral() argument
7393 vec_sral(__vector __bool long long __a,__vector unsigned char __b) vec_sral() argument
7400 vec_sral(__vector __bool long long __a,__vector unsigned short __b) vec_sral() argument
7407 vec_sral(__vector __bool long long __a,__vector unsigned int __b) vec_sral() argument
7413 vec_sral(__vector unsigned long long __a,__vector unsigned char __b) vec_sral() argument
7420 vec_sral(__vector unsigned long long __a,__vector unsigned short __b) vec_sral() argument
7427 vec_sral(__vector unsigned long long __a,__vector unsigned int __b) vec_sral() argument
7435 vec_srab(__vector signed char __a,__vector signed char __b) vec_srab() argument
7441 vec_srab(__vector signed char __a,__vector unsigned char __b) vec_srab() argument
7447 vec_srab(__vector unsigned char __a,__vector signed char __b) vec_srab() argument
7452 vec_srab(__vector unsigned char __a,__vector unsigned char __b) vec_srab() argument
7457 vec_srab(__vector signed short __a,__vector signed short __b) vec_srab() argument
7463 vec_srab(__vector signed short __a,__vector unsigned short __b) vec_srab() argument
7469 vec_srab(__vector unsigned short __a,__vector signed short __b) vec_srab() argument
7475 vec_srab(__vector unsigned short __a,__vector unsigned short __b) vec_srab() argument
7481 vec_srab(__vector signed int __a,__vector signed int __b) vec_srab() argument
7487 vec_srab(__vector signed int __a,__vector unsigned int __b) vec_srab() argument
7493 vec_srab(__vector unsigned int __a,__vector signed int __b) vec_srab() argument
7499 vec_srab(__vector unsigned int __a,__vector unsigned int __b) vec_srab() argument
7505 vec_srab(__vector signed long long __a,__vector signed long long __b) vec_srab() argument
7511 vec_srab(__vector signed long long __a,__vector unsigned long long __b) vec_srab() argument
7517 vec_srab(__vector unsigned long long __a,__vector signed long long __b) vec_srab() argument
7523 vec_srab(__vector unsigned long long __a,__vector unsigned long long __b) vec_srab() argument
7530 vec_srab(__vector float __a,__vector signed int __b) vec_srab() argument
7536 vec_srab(__vector float __a,__vector unsigned int __b) vec_srab() argument
7543 vec_srab(__vector double __a,__vector signed long long __b) vec_srab() argument
7549 vec_srab(__vector double __a,__vector unsigned long long __b) vec_srab() argument
7557 vec_srl(__vector signed char __a,__vector unsigned char __b) vec_srl() argument
7564 vec_srl(__vector signed char __a,__vector unsigned short __b) vec_srl() argument
7571 vec_srl(__vector signed char __a,__vector unsigned int __b) vec_srl() argument
7578 vec_srl(__vector __bool char __a,__vector unsigned char __b) vec_srl() argument
7585 vec_srl(__vector __bool char __a,__vector unsigned short __b) vec_srl() argument
7592 vec_srl(__vector __bool char __a,__vector unsigned int __b) vec_srl() argument
7598 vec_srl(__vector unsigned char __a,__vector unsigned char __b) vec_srl() argument
7604 vec_srl(__vector unsigned char __a,__vector unsigned short __b) vec_srl() argument
7610 vec_srl(__vector unsigned char __a,__vector unsigned int __b) vec_srl() argument
7615 vec_srl(__vector signed short __a,__vector unsigned char __b) vec_srl() argument
7622 vec_srl(__vector signed short __a,__vector unsigned short __b) vec_srl() argument
7629 vec_srl(__vector signed short __a,__vector unsigned int __b) vec_srl() argument
7636 vec_srl(__vector __bool short __a,__vector unsigned char __b) vec_srl() argument
7643 vec_srl(__vector __bool short __a,__vector unsigned short __b) vec_srl() argument
7650 vec_srl(__vector __bool short __a,__vector unsigned int __b) vec_srl() argument
7656 vec_srl(__vector unsigned short __a,__vector unsigned char __b) vec_srl() argument
7663 vec_srl(__vector unsigned short __a,__vector unsigned short __b) vec_srl() argument
7670 vec_srl(__vector unsigned short __a,__vector unsigned int __b) vec_srl() argument
7676 vec_srl(__vector signed int __a,__vector unsigned char __b) vec_srl() argument
7683 vec_srl(__vector signed int __a,__vector unsigned short __b) vec_srl() argument
7690 vec_srl(__vector signed int __a,__vector unsigned int __b) vec_srl() argument
7697 vec_srl(__vector __bool int __a,__vector unsigned char __b) vec_srl() argument
7704 vec_srl(__vector __bool int __a,__vector unsigned short __b) vec_srl() argument
7711 vec_srl(__vector __bool int __a,__vector unsigned int __b) vec_srl() argument
7717 vec_srl(__vector unsigned int __a,__vector unsigned char __b) vec_srl() argument
7724 vec_srl(__vector unsigned int __a,__vector unsigned short __b) vec_srl() argument
7731 vec_srl(__vector unsigned int __a,__vector unsigned int __b) vec_srl() argument
7737 vec_srl(__vector signed long long __a,__vector unsigned char __b) vec_srl() argument
7744 vec_srl(__vector signed long long __a,__vector unsigned short __b) vec_srl() argument
7751 vec_srl(__vector signed long long __a,__vector unsigned int __b) vec_srl() argument
7758 vec_srl(__vector __bool long long __a,__vector unsigned char __b) vec_srl() argument
7765 vec_srl(__vector __bool long long __a,__vector unsigned short __b) vec_srl() argument
7772 vec_srl(__vector __bool long long __a,__vector unsigned int __b) vec_srl() argument
7778 vec_srl(__vector unsigned long long __a,__vector unsigned char __b) vec_srl() argument
7785 vec_srl(__vector unsigned long long __a,__vector unsigned short __b) vec_srl() argument
7792 vec_srl(__vector unsigned long long __a,__vector unsigned int __b) vec_srl() argument
7800 vec_srb(__vector signed char __a,__vector signed char __b) vec_srb() argument
7806 vec_srb(__vector signed char __a,__vector unsigned char __b) vec_srb() argument
7812 vec_srb(__vector unsigned char __a,__vector signed char __b) vec_srb() argument
7817 vec_srb(__vector unsigned char __a,__vector unsigned char __b) vec_srb() argument
7822 vec_srb(__vector signed short __a,__vector signed short __b) vec_srb() argument
7828 vec_srb(__vector signed short __a,__vector unsigned short __b) vec_srb() argument
7834 vec_srb(__vector unsigned short __a,__vector signed short __b) vec_srb() argument
7840 vec_srb(__vector unsigned short __a,__vector unsigned short __b) vec_srb() argument
7846 vec_srb(__vector signed int __a,__vector signed int __b) vec_srb() argument
7852 vec_srb(__vector signed int __a,__vector unsigned int __b) vec_srb() argument
7858 vec_srb(__vector unsigned int __a,__vector signed int __b) vec_srb() argument
7864 vec_srb(__vector unsigned int __a,__vector unsigned int __b) vec_srb() argument
7870 vec_srb(__vector signed long long __a,__vector signed long long __b) vec_srb() argument
7876 vec_srb(__vector signed long long __a,__vector unsigned long long __b) vec_srb() argument
7882 vec_srb(__vector unsigned long long __a,__vector signed long long __b) vec_srb() argument
7888 vec_srb(__vector unsigned long long __a,__vector unsigned long long __b) vec_srb() argument
7895 vec_srb(__vector float __a,__vector signed int __b) vec_srb() argument
7901 vec_srb(__vector float __a,__vector unsigned int __b) vec_srb() argument
7908 vec_srb(__vector double __a,__vector signed long long __b) vec_srb() argument
7914 vec_srb(__vector double __a,__vector unsigned long long __b) vec_srb() argument
7973 vec_abs(__vector signed char __a) vec_abs() argument
7978 vec_abs(__vector signed short __a) vec_abs() argument
7983 vec_abs(__vector signed int __a) vec_abs() argument
7988 vec_abs(__vector signed long long __a) vec_abs() argument
7994 vec_abs(__vector float __a) vec_abs() argument
8000 vec_abs(__vector double __a) vec_abs() argument
8008 vec_nabs(__vector float __a) vec_nabs() argument
8014 vec_nabs(__vector double __a) vec_nabs() argument
8021 vec_max(__vector signed char __a,__vector signed char __b) vec_max() argument
8027 vec_max(__vector signed char __a,__vector __bool char __b) vec_max() argument
8034 vec_max(__vector __bool char __a,__vector signed char __b) vec_max() argument
8040 vec_max(__vector unsigned char __a,__vector unsigned char __b) vec_max() argument
8046 vec_max(__vector unsigned char __a,__vector __bool char __b) vec_max() argument
8053 vec_max(__vector __bool char __a,__vector unsigned char __b) vec_max() argument
8059 vec_max(__vector signed short __a,__vector signed short __b) vec_max() argument
8065 vec_max(__vector signed short __a,__vector __bool short __b) vec_max() argument
8072 vec_max(__vector __bool short __a,__vector signed short __b) vec_max() argument
8078 vec_max(__vector unsigned short __a,__vector unsigned short __b) vec_max() argument
8084 vec_max(__vector unsigned short __a,__vector __bool short __b) vec_max() argument
8091 vec_max(__vector __bool short __a,__vector unsigned short __b) vec_max() argument
8097 vec_max(__vector signed int __a,__vector signed int __b) vec_max() argument
8103 vec_max(__vector signed int __a,__vector __bool int __b) vec_max() argument
8110 vec_max(__vector __bool int __a,__vector signed int __b) vec_max() argument
8116 vec_max(__vector unsigned int __a,__vector unsigned int __b) vec_max() argument
8122 vec_max(__vector unsigned int __a,__vector __bool int __b) vec_max() argument
8129 vec_max(__vector __bool int __a,__vector unsigned int __b) vec_max() argument
8135 vec_max(__vector signed long long __a,__vector signed long long __b) vec_max() argument
8141 vec_max(__vector signed long long __a,__vector __bool long long __b) vec_max() argument
8148 vec_max(__vector __bool long long __a,__vector signed long long __b) vec_max() argument
8154 vec_max(__vector unsigned long long __a,__vector unsigned long long __b) vec_max() argument
8160 vec_max(__vector unsigned long long __a,__vector __bool long long __b) vec_max() argument
8167 vec_max(__vector __bool long long __a,__vector unsigned long long __b) vec_max() argument
8174 vec_max(__vector float __a,__vector float __b) vec_max() argument
8180 vec_max(__vector double __a,__vector double __b) vec_max() argument
8191 vec_min(__vector signed char __a,__vector signed char __b) vec_min() argument
8197 vec_min(__vector signed char __a,__vector __bool char __b) vec_min() argument
8204 vec_min(__vector __bool char __a,__vector signed char __b) vec_min() argument
8210 vec_min(__vector unsigned char __a,__vector unsigned char __b) vec_min() argument
8216 vec_min(__vector unsigned char __a,__vector __bool char __b) vec_min() argument
8223 vec_min(__vector __bool char __a,__vector unsigned char __b) vec_min() argument
8229 vec_min(__vector signed short __a,__vector signed short __b) vec_min() argument
8235 vec_min(__vector signed short __a,__vector __bool short __b) vec_min() argument
8242 vec_min(__vector __bool short __a,__vector signed short __b) vec_min() argument
8248 vec_min(__vector unsigned short __a,__vector unsigned short __b) vec_min() argument
8254 vec_min(__vector unsigned short __a,__vector __bool short __b) vec_min() argument
8261 vec_min(__vector __bool short __a,__vector unsigned short __b) vec_min() argument
8267 vec_min(__vector signed int __a,__vector signed int __b) vec_min() argument
8273 vec_min(__vector signed int __a,__vector __bool int __b) vec_min() argument
8280 vec_min(__vector __bool int __a,__vector signed int __b) vec_min() argument
8286 vec_min(__vector unsigned int __a,__vector unsigned int __b) vec_min() argument
8292 vec_min(__vector unsigned int __a,__vector __bool int __b) vec_min() argument
8299 vec_min(__vector __bool int __a,__vector unsigned int __b) vec_min() argument
8305 vec_min(__vector signed long long __a,__vector signed long long __b) vec_min() argument
8311 vec_min(__vector signed long long __a,__vector __bool long long __b) vec_min() argument
8318 vec_min(__vector __bool long long __a,__vector signed long long __b) vec_min() argument
8324 vec_min(__vector unsigned long long __a,__vector unsigned long long __b) vec_min() argument
8330 vec_min(__vector unsigned long long __a,__vector __bool long long __b) vec_min() argument
8337 vec_min(__vector __bool long long __a,__vector unsigned long long __b) vec_min() argument
8344 vec_min(__vector float __a,__vector float __b) vec_min() argument
8350 vec_min(__vector double __a,__vector double __b) vec_min() argument
8361 vec_add_u128(__vector unsigned char __a,__vector unsigned char __b) vec_add_u128() argument
8368 vec_addc(__vector unsigned char __a,__vector unsigned char __b) vec_addc() argument
8373 vec_addc(__vector unsigned short __a,__vector unsigned short __b) vec_addc() argument
8378 vec_addc(__vector unsigned int __a,__vector unsigned int __b) vec_addc() argument
8383 vec_addc(__vector unsigned long long __a,__vector unsigned long long __b) vec_addc() argument
8390 vec_addc_u128(__vector unsigned char __a,__vector unsigned char __b) vec_addc_u128() argument
8398 vec_adde_u128(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned char __c) vec_adde_u128() argument
8408 vec_addec_u128(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned char __c) vec_addec_u128() argument
8418 vec_avg(__vector signed char __a,__vector signed char __b) vec_avg() argument
8423 vec_avg(__vector signed short __a,__vector signed short __b) vec_avg() argument
8428 vec_avg(__vector signed int __a,__vector signed int __b) vec_avg() argument
8433 vec_avg(__vector signed long long __a,__vector signed long long __b) vec_avg() argument
8438 vec_avg(__vector unsigned char __a,__vector unsigned char __b) vec_avg() argument
8443 vec_avg(__vector unsigned short __a,__vector unsigned short __b) vec_avg() argument
8448 vec_avg(__vector unsigned int __a,__vector unsigned int __b) vec_avg() argument
8453 vec_avg(__vector unsigned long long __a,__vector unsigned long long __b) vec_avg() argument
8460 vec_checksum(__vector unsigned int __a,__vector unsigned int __b) vec_checksum() argument
8467 vec_gfmsum(__vector unsigned char __a,__vector unsigned char __b) vec_gfmsum() argument
8472 vec_gfmsum(__vector unsigned short __a,__vector unsigned short __b) vec_gfmsum() argument
8477 vec_gfmsum(__vector unsigned int __a,__vector unsigned int __b) vec_gfmsum() argument
8484 vec_gfmsum_128(__vector unsigned long long __a,__vector unsigned long long __b) vec_gfmsum_128() argument
8492 vec_gfmsum_accum(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned short __c) vec_gfmsum_accum() argument
8498 vec_gfmsum_accum(__vector unsigned short __a,__vector unsigned short __b,__vector unsigned int __c) vec_gfmsum_accum() argument
8504 vec_gfmsum_accum(__vector unsigned int __a,__vector unsigned int __b,__vector unsigned long long __c) vec_gfmsum_accum() argument
8512 vec_gfmsum_accum_128(__vector unsigned long long __a,__vector unsigned long long __b,__vector unsigned char __c) vec_gfmsum_accum_128() argument
8522 vec_mladd(__vector signed char __a,__vector signed char __b,__vector signed char __c) vec_mladd() argument
8528 vec_mladd(__vector unsigned char __a,__vector signed char __b,__vector signed char __c) vec_mladd() argument
8534 vec_mladd(__vector signed char __a,__vector unsigned char __b,__vector unsigned char __c) vec_mladd() argument
8540 vec_mladd(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned char __c) vec_mladd() argument
8546 vec_mladd(__vector signed short __a,__vector signed short __b,__vector signed short __c) vec_mladd() argument
8552 vec_mladd(__vector unsigned short __a,__vector signed short __b,__vector signed short __c) vec_mladd() argument
8558 vec_mladd(__vector signed short __a,__vector unsigned short __b,__vector unsigned short __c) vec_mladd() argument
8564 vec_mladd(__vector unsigned short __a,__vector unsigned short __b,__vector unsigned short __c) vec_mladd() argument
8570 vec_mladd(__vector signed int __a,__vector signed int __b,__vector signed int __c) vec_mladd() argument
8576 vec_mladd(__vector unsigned int __a,__vector signed int __b,__vector signed int __c) vec_mladd() argument
8582 vec_mladd(__vector signed int __a,__vector unsigned int __b,__vector unsigned int __c) vec_mladd() argument
8588 vec_mladd(__vector unsigned int __a,__vector unsigned int __b,__vector unsigned int __c) vec_mladd() argument
8596 vec_mhadd(__vector signed char __a,__vector signed char __b,__vector signed char __c) vec_mhadd() argument
8602 vec_mhadd(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned char __c) vec_mhadd() argument
8608 vec_mhadd(__vector signed short __a,__vector signed short __b,__vector signed short __c) vec_mhadd() argument
8614 vec_mhadd(__vector unsigned short __a,__vector unsigned short __b,__vector unsigned short __c) vec_mhadd() argument
8620 vec_mhadd(__vector signed int __a,__vector signed int __b,__vector signed int __c) vec_mhadd() argument
8626 vec_mhadd(__vector unsigned int __a,__vector unsigned int __b,__vector unsigned int __c) vec_mhadd() argument
8634 vec_meadd(__vector signed char __a,__vector signed char __b,__vector signed short __c) vec_meadd() argument
8640 vec_meadd(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned short __c) vec_meadd() argument
8646 vec_meadd(__vector signed short __a,__vector signed short __b,__vector signed int __c) vec_meadd() argument
8652 vec_meadd(__vector unsigned short __a,__vector unsigned short __b,__vector unsigned int __c) vec_meadd() argument
8658 vec_meadd(__vector signed int __a,__vector signed int __b,__vector signed long long __c) vec_meadd() argument
8664 vec_meadd(__vector unsigned int __a,__vector unsigned int __b,__vector unsigned long long __c) vec_meadd() argument
8672 vec_moadd(__vector signed char __a,__vector signed char __b,__vector signed short __c) vec_moadd() argument
8678 vec_moadd(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned short __c) vec_moadd() argument
8684 vec_moadd(__vector signed short __a,__vector signed short __b,__vector signed int __c) vec_moadd() argument
8690 vec_moadd(__vector unsigned short __a,__vector unsigned short __b,__vector unsigned int __c) vec_moadd() argument
8696 vec_moadd(__vector signed int __a,__vector signed int __b,__vector signed long long __c) vec_moadd() argument
8702 vec_moadd(__vector unsigned int __a,__vector unsigned int __b,__vector unsigned long long __c) vec_moadd() argument
8710 vec_mulh(__vector signed char __a,__vector signed char __b) vec_mulh() argument
8715 vec_mulh(__vector unsigned char __a,__vector unsigned char __b) vec_mulh() argument
8720 vec_mulh(__vector signed short __a,__vector signed short __b) vec_mulh() argument
8725 vec_mulh(__vector unsigned short __a,__vector unsigned short __b) vec_mulh() argument
8730 vec_mulh(__vector signed int __a,__vector signed int __b) vec_mulh() argument
8735 vec_mulh(__vector unsigned int __a,__vector unsigned int __b) vec_mulh() argument
8742 vec_mule(__vector signed char __a,__vector signed char __b) vec_mule() argument
8747 vec_mule(__vector unsigned char __a,__vector unsigned char __b) vec_mule() argument
8752 vec_mule(__vector signed short __a,__vector signed short __b) vec_mule() argument
8757 vec_mule(__vector unsigned short __a,__vector unsigned short __b) vec_mule() argument
8762 vec_mule(__vector signed int __a,__vector signed int __b) vec_mule() argument
8767 vec_mule(__vector unsigned int __a,__vector unsigned int __b) vec_mule() argument
8774 vec_mulo(__vector signed char __a,__vector signed char __b) vec_mulo() argument
8779 vec_mulo(__vector unsigned char __a,__vector unsigned char __b) vec_mulo() argument
8784 vec_mulo(__vector signed short __a,__vector signed short __b) vec_mulo() argument
8789 vec_mulo(__vector unsigned short __a,__vector unsigned short __b) vec_mulo() argument
8794 vec_mulo(__vector signed int __a,__vector signed int __b) vec_mulo() argument
8799 vec_mulo(__vector unsigned int __a,__vector unsigned int __b) vec_mulo() argument
8819 vec_sub_u128(__vector unsigned char __a,__vector unsigned char __b) vec_sub_u128() argument
8826 vec_subc(__vector unsigned char __a,__vector unsigned char __b) vec_subc() argument
8831 vec_subc(__vector unsigned short __a,__vector unsigned short __b) vec_subc() argument
8836 vec_subc(__vector unsigned int __a,__vector unsigned int __b) vec_subc() argument
8841 vec_subc(__vector unsigned long long __a,__vector unsigned long long __b) vec_subc() argument
8848 vec_subc_u128(__vector unsigned char __a,__vector unsigned char __b) vec_subc_u128() argument
8856 vec_sube_u128(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned char __c) vec_sube_u128() argument
8866 vec_subec_u128(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned char __c) vec_subec_u128() argument
8876 vec_sum2(__vector unsigned short __a,__vector unsigned short __b) vec_sum2() argument
8881 vec_sum2(__vector unsigned int __a,__vector unsigned int __b) vec_sum2() argument
8888 vec_sum_u128(__vector unsigned int __a,__vector unsigned int __b) vec_sum_u128() argument
8893 vec_sum_u128(__vector unsigned long long __a,__vector unsigned long long __b) vec_sum_u128() argument
8900 vec_sum4(__vector unsigned char __a,__vector unsigned char __b) vec_sum4() argument
8905 vec_sum4(__vector unsigned short __a,__vector unsigned short __b) vec_sum4() argument
8912 vec_test_mask(__vector signed char __a,__vector unsigned char __b) vec_test_mask() argument
8918 vec_test_mask(__vector unsigned char __a,__vector unsigned char __b) vec_test_mask() argument
8923 vec_test_mask(__vector signed short __a,__vector unsigned short __b) vec_test_mask() argument
8929 vec_test_mask(__vector unsigned short __a,__vector unsigned short __b) vec_test_mask() argument
8935 vec_test_mask(__vector signed int __a,__vector unsigned int __b) vec_test_mask() argument
8941 vec_test_mask(__vector unsigned int __a,__vector unsigned int __b) vec_test_mask() argument
8947 vec_test_mask(__vector signed long long __a,__vector unsigned long long __b) vec_test_mask() argument
8953 vec_test_mask(__vector unsigned long long __a,__vector unsigned long long __b) vec_test_mask() argument
8961 vec_test_mask(__vector float __a,__vector unsigned int __b) vec_test_mask() argument
8968 vec_test_mask(__vector double __a,__vector unsigned long long __b) vec_test_mask() argument
8977 vec_madd(__vector float __a,__vector float __b,__vector float __c) vec_madd() argument
8983 vec_madd(__vector double __a,__vector double __b,__vector double __c) vec_madd() argument
8991 vec_msub(__vector float __a,__vector float __b,__vector float __c) vec_msub() argument
8997 vec_msub(__vector double __a,__vector double __b,__vector double __c) vec_msub() argument
9005 vec_nmadd(__vector float __a,__vector float __b,__vector float __c) vec_nmadd() argument
9010 vec_nmadd(__vector double __a,__vector double __b,__vector double __c) vec_nmadd() argument
9019 vec_nmsub(__vector float __a,__vector float __b,__vector float __c) vec_nmsub() argument
9024 vec_nmsub(__vector double __a,__vector double __b,__vector double __c) vec_nmsub() argument
9033 vec_sqrt(__vector float __a) vec_sqrt() argument
9039 vec_sqrt(__vector double __a) vec_sqrt() argument
9056 vec_st2f(__vector double __a,float * __ptr) vec_st2f() argument
9065 vec_ctd(__vector signed long long __a,int __b) vec_ctd() argument
9075 vec_ctd(__vector unsigned long long __a,int __b) vec_ctd() argument
9087 vec_ctsl(__vector double __a,int __b) vec_ctsl() argument
9098 vec_ctul(__vector double __a,int __b) vec_ctul() argument
9109 vec_doublee(__vector float __a) vec_doublee() argument
9120 vec_floate(__vector double __a) vec_floate() argument
9130 vec_double(__vector signed long long __a) vec_double() argument
9135 vec_double(__vector unsigned long long __a) vec_double() argument
9144 vec_float(__vector signed int __a) vec_float() argument
9149 vec_float(__vector unsigned int __a) vec_float() argument
9158 vec_signed(__vector double __a) vec_signed() argument
9164 vec_signed(__vector float __a) vec_signed() argument
9172 vec_unsigned(__vector double __a) vec_unsigned() argument
9178 vec_unsigned(__vector float __a) vec_unsigned() argument
9187 vec_roundp(__vector float __a) vec_roundp() argument
9193 vec_roundp(__vector double __a) vec_roundp() argument
9201 vec_ceil(__vector float __a) vec_ceil() argument
9208 vec_ceil(__vector double __a) vec_ceil() argument
9217 vec_roundm(__vector float __a) vec_roundm() argument
9223 vec_roundm(__vector double __a) vec_roundm() argument
9231 vec_floor(__vector float __a) vec_floor() argument
9238 vec_floor(__vector double __a) vec_floor() argument
9247 vec_roundz(__vector float __a) vec_roundz() argument
9253 vec_roundz(__vector double __a) vec_roundz() argument
9261 vec_trunc(__vector float __a) vec_trunc() argument
9268 vec_trunc(__vector double __a) vec_trunc() argument
9277 vec_roundc(__vector float __a) vec_roundc() argument
9283 vec_roundc(__vector double __a) vec_roundc() argument
9291 vec_rint(__vector float __a) vec_rint() argument
9298 vec_rint(__vector double __a) vec_rint() argument
9307 vec_round(__vector float __a) vec_round() argument
9313 vec_round(__vector double __a) vec_round() argument
9412 vec_cp_until_zero(__vector signed char __a) vec_cp_until_zero() argument
9418 vec_cp_until_zero(__vector __bool char __a) vec_cp_until_zero() argument
9424 vec_cp_until_zero(__vector unsigned char __a) vec_cp_until_zero() argument
9429 vec_cp_until_zero(__vector signed short __a) vec_cp_until_zero() argument
9435 vec_cp_until_zero(__vector __bool short __a) vec_cp_until_zero() argument
9441 vec_cp_until_zero(__vector unsigned short __a) vec_cp_until_zero() argument
9446 vec_cp_until_zero(__vector signed int __a) vec_cp_until_zero() argument
9452 vec_cp_until_zero(__vector __bool int __a) vec_cp_until_zero() argument
9458 vec_cp_until_zero(__vector unsigned int __a) vec_cp_until_zero() argument
9465 vec_cp_until_zero_cc(__vector signed char __a,int * __cc) vec_cp_until_zero_cc() argument
9471 vec_cp_until_zero_cc(__vector __bool char __a,int * __cc) vec_cp_until_zero_cc() argument
9477 vec_cp_until_zero_cc(__vector unsigned char __a,int * __cc) vec_cp_until_zero_cc() argument
9482 vec_cp_until_zero_cc(__vector signed short __a,int * __cc) vec_cp_until_zero_cc() argument
9488 vec_cp_until_zero_cc(__vector __bool short __a,int * __cc) vec_cp_until_zero_cc() argument
9494 vec_cp_until_zero_cc(__vector unsigned short __a,int * __cc) vec_cp_until_zero_cc() argument
9499 vec_cp_until_zero_cc(__vector signed int __a,int * __cc) vec_cp_until_zero_cc() argument
9505 vec_cp_until_zero_cc(__vector __bool int __a,int * __cc) vec_cp_until_zero_cc() argument
9511 vec_cp_until_zero_cc(__vector unsigned int __a,int * __cc) vec_cp_until_zero_cc() argument
9518 vec_cmpeq_idx(__vector signed char __a,__vector signed char __b) vec_cmpeq_idx() argument
9525 vec_cmpeq_idx(__vector __bool char __a,__vector __bool char __b) vec_cmpeq_idx() argument
9531 vec_cmpeq_idx(__vector unsigned char __a,__vector unsigned char __b) vec_cmpeq_idx() argument
9536 vec_cmpeq_idx(__vector signed short __a,__vector signed short __b) vec_cmpeq_idx() argument
9543 vec_cmpeq_idx(__vector __bool short __a,__vector __bool short __b) vec_cmpeq_idx() argument
9549 vec_cmpeq_idx(__vector unsigned short __a,__vector unsigned short __b) vec_cmpeq_idx() argument
9554 vec_cmpeq_idx(__vector signed int __a,__vector signed int __b) vec_cmpeq_idx() argument
9561 vec_cmpeq_idx(__vector __bool int __a,__vector __bool int __b) vec_cmpeq_idx() argument
9567 vec_cmpeq_idx(__vector unsigned int __a,__vector unsigned int __b) vec_cmpeq_idx() argument
9574 vec_cmpeq_idx_cc(__vector signed char __a,__vector signed char __b,int * __cc) vec_cmpeq_idx_cc() argument
9581 vec_cmpeq_idx_cc(__vector __bool char __a,__vector __bool char __b,int * __cc) vec_cmpeq_idx_cc() argument
9587 vec_cmpeq_idx_cc(__vector unsigned char __a,__vector unsigned char __b,int * __cc) vec_cmpeq_idx_cc() argument
9593 vec_cmpeq_idx_cc(__vector signed short __a,__vector signed short __b,int * __cc) vec_cmpeq_idx_cc() argument
9601 vec_cmpeq_idx_cc(__vector __bool short __a,__vector __bool short __b,int * __cc) vec_cmpeq_idx_cc() argument
9607 vec_cmpeq_idx_cc(__vector unsigned short __a,__vector unsigned short __b,int * __cc) vec_cmpeq_idx_cc() argument
9613 vec_cmpeq_idx_cc(__vector signed int __a,__vector signed int __b,int * __cc) vec_cmpeq_idx_cc() argument
9620 vec_cmpeq_idx_cc(__vector __bool int __a,__vector __bool int __b,int * __cc) vec_cmpeq_idx_cc() argument
9626 vec_cmpeq_idx_cc(__vector unsigned int __a,__vector unsigned int __b,int * __cc) vec_cmpeq_idx_cc() argument
9634 vec_cmpeq_or_0_idx(__vector signed char __a,__vector signed char __b) vec_cmpeq_or_0_idx() argument
9641 vec_cmpeq_or_0_idx(__vector __bool char __a,__vector __bool char __b) vec_cmpeq_or_0_idx() argument
9647 vec_cmpeq_or_0_idx(__vector unsigned char __a,__vector unsigned char __b) vec_cmpeq_or_0_idx() argument
9652 vec_cmpeq_or_0_idx(__vector signed short __a,__vector signed short __b) vec_cmpeq_or_0_idx() argument
9659 vec_cmpeq_or_0_idx(__vector __bool short __a,__vector __bool short __b) vec_cmpeq_or_0_idx() argument
9665 vec_cmpeq_or_0_idx(__vector unsigned short __a,__vector unsigned short __b) vec_cmpeq_or_0_idx() argument
9670 vec_cmpeq_or_0_idx(__vector signed int __a,__vector signed int __b) vec_cmpeq_or_0_idx() argument
9677 vec_cmpeq_or_0_idx(__vector __bool int __a,__vector __bool int __b) vec_cmpeq_or_0_idx() argument
9683 vec_cmpeq_or_0_idx(__vector unsigned int __a,__vector unsigned int __b) vec_cmpeq_or_0_idx() argument
9690 vec_cmpeq_or_0_idx_cc(__vector signed char __a,__vector signed char __b,int * __cc) vec_cmpeq_or_0_idx_cc() argument
9698 vec_cmpeq_or_0_idx_cc(__vector __bool char __a,__vector __bool char __b,int * __cc) vec_cmpeq_or_0_idx_cc() argument
9705 vec_cmpeq_or_0_idx_cc(__vector unsigned char __a,__vector unsigned char __b,int * __cc) vec_cmpeq_or_0_idx_cc() argument
9711 vec_cmpeq_or_0_idx_cc(__vector signed short __a,__vector signed short __b,int * __cc) vec_cmpeq_or_0_idx_cc() argument
9719 vec_cmpeq_or_0_idx_cc(__vector __bool short __a,__vector __bool short __b,int * __cc) vec_cmpeq_or_0_idx_cc() argument
9726 vec_cmpeq_or_0_idx_cc(__vector unsigned short __a,__vector unsigned short __b,int * __cc) vec_cmpeq_or_0_idx_cc() argument
9732 vec_cmpeq_or_0_idx_cc(__vector signed int __a,__vector signed int __b,int * __cc) vec_cmpeq_or_0_idx_cc() argument
9740 vec_cmpeq_or_0_idx_cc(__vector __bool int __a,__vector __bool int __b,int * __cc) vec_cmpeq_or_0_idx_cc() argument
9747 vec_cmpeq_or_0_idx_cc(__vector unsigned int __a,__vector unsigned int __b,int * __cc) vec_cmpeq_or_0_idx_cc() argument
9755 vec_cmpne_idx(__vector signed char __a,__vector signed char __b) vec_cmpne_idx() argument
9762 vec_cmpne_idx(__vector __bool char __a,__vector __bool char __b) vec_cmpne_idx() argument
9768 vec_cmpne_idx(__vector unsigned char __a,__vector unsigned char __b) vec_cmpne_idx() argument
9773 vec_cmpne_idx(__vector signed short __a,__vector signed short __b) vec_cmpne_idx() argument
9780 vec_cmpne_idx(__vector __bool short __a,__vector __bool short __b) vec_cmpne_idx() argument
9786 vec_cmpne_idx(__vector unsigned short __a,__vector unsigned short __b) vec_cmpne_idx() argument
9791 vec_cmpne_idx(__vector signed int __a,__vector signed int __b) vec_cmpne_idx() argument
9798 vec_cmpne_idx(__vector __bool int __a,__vector __bool int __b) vec_cmpne_idx() argument
9804 vec_cmpne_idx(__vector unsigned int __a,__vector unsigned int __b) vec_cmpne_idx() argument
9811 vec_cmpne_idx_cc(__vector signed char __a,__vector signed char __b,int * __cc) vec_cmpne_idx_cc() argument
9818 vec_cmpne_idx_cc(__vector __bool char __a,__vector __bool char __b,int * __cc) vec_cmpne_idx_cc() argument
9824 vec_cmpne_idx_cc(__vector unsigned char __a,__vector unsigned char __b,int * __cc) vec_cmpne_idx_cc() argument
9830 vec_cmpne_idx_cc(__vector signed short __a,__vector signed short __b,int * __cc) vec_cmpne_idx_cc() argument
9838 vec_cmpne_idx_cc(__vector __bool short __a,__vector __bool short __b,int * __cc) vec_cmpne_idx_cc() argument
9845 vec_cmpne_idx_cc(__vector unsigned short __a,__vector unsigned short __b,int * __cc) vec_cmpne_idx_cc() argument
9851 vec_cmpne_idx_cc(__vector signed int __a,__vector signed int __b,int * __cc) vec_cmpne_idx_cc() argument
9858 vec_cmpne_idx_cc(__vector __bool int __a,__vector __bool int __b,int * __cc) vec_cmpne_idx_cc() argument
9864 vec_cmpne_idx_cc(__vector unsigned int __a,__vector unsigned int __b,int * __cc) vec_cmpne_idx_cc() argument
9872 vec_cmpne_or_0_idx(__vector signed char __a,__vector signed char __b) vec_cmpne_or_0_idx() argument
9879 vec_cmpne_or_0_idx(__vector __bool char __a,__vector __bool char __b) vec_cmpne_or_0_idx() argument
9885 vec_cmpne_or_0_idx(__vector unsigned char __a,__vector unsigned char __b) vec_cmpne_or_0_idx() argument
9890 vec_cmpne_or_0_idx(__vector signed short __a,__vector signed short __b) vec_cmpne_or_0_idx() argument
9897 vec_cmpne_or_0_idx(__vector __bool short __a,__vector __bool short __b) vec_cmpne_or_0_idx() argument
9903 vec_cmpne_or_0_idx(__vector unsigned short __a,__vector unsigned short __b) vec_cmpne_or_0_idx() argument
9908 vec_cmpne_or_0_idx(__vector signed int __a,__vector signed int __b) vec_cmpne_or_0_idx() argument
9915 vec_cmpne_or_0_idx(__vector __bool int __a,__vector __bool int __b) vec_cmpne_or_0_idx() argument
9921 vec_cmpne_or_0_idx(__vector unsigned int __a,__vector unsigned int __b) vec_cmpne_or_0_idx() argument
9928 vec_cmpne_or_0_idx_cc(__vector signed char __a,__vector signed char __b,int * __cc) vec_cmpne_or_0_idx_cc() argument
9936 vec_cmpne_or_0_idx_cc(__vector __bool char __a,__vector __bool char __b,int * __cc) vec_cmpne_or_0_idx_cc() argument
9943 vec_cmpne_or_0_idx_cc(__vector unsigned char __a,__vector unsigned char __b,int * __cc) vec_cmpne_or_0_idx_cc() argument
9949 vec_cmpne_or_0_idx_cc(__vector signed short __a,__vector signed short __b,int * __cc) vec_cmpne_or_0_idx_cc() argument
9957 vec_cmpne_or_0_idx_cc(__vector __bool short __a,__vector __bool short __b,int * __cc) vec_cmpne_or_0_idx_cc() argument
9964 vec_cmpne_or_0_idx_cc(__vector unsigned short __a,__vector unsigned short __b,int * __cc) vec_cmpne_or_0_idx_cc() argument
9970 vec_cmpne_or_0_idx_cc(__vector signed int __a,__vector signed int __b,int * __cc) vec_cmpne_or_0_idx_cc() argument
9978 vec_cmpne_or_0_idx_cc(__vector __bool int __a,__vector __bool int __b,int * __cc) vec_cmpne_or_0_idx_cc() argument
9985 vec_cmpne_or_0_idx_cc(__vector unsigned int __a,__vector unsigned int __b,int * __cc) vec_cmpne_or_0_idx_cc() argument
9993 vec_cmprg(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned char __c) vec_cmprg() argument
9999 vec_cmprg(__vector unsigned short __a,__vector unsigned short __b,__vector unsigned short __c) vec_cmprg() argument
10005 vec_cmprg(__vector unsigned int __a,__vector unsigned int __b,__vector unsigned int __c) vec_cmprg() argument
10013 vec_cmprg_cc(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned char __c,int * __cc) vec_cmprg_cc() argument
10019 vec_cmprg_cc(__vector unsigned short __a,__vector unsigned short __b,__vector unsigned short __c,int * __cc) vec_cmprg_cc() argument
10025 vec_cmprg_cc(__vector unsigned int __a,__vector unsigned int __b,__vector unsigned int __c,int * __cc) vec_cmprg_cc() argument
10033 vec_cmprg_idx(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned char __c) vec_cmprg_idx() argument
10039 vec_cmprg_idx(__vector unsigned short __a,__vector unsigned short __b,__vector unsigned short __c) vec_cmprg_idx() argument
10045 vec_cmprg_idx(__vector unsigned int __a,__vector unsigned int __b,__vector unsigned int __c) vec_cmprg_idx() argument
10053 vec_cmprg_idx_cc(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned char __c,int * __cc) vec_cmprg_idx_cc() argument
10059 vec_cmprg_idx_cc(__vector unsigned short __a,__vector unsigned short __b,__vector unsigned short __c,int * __cc) vec_cmprg_idx_cc() argument
10065 vec_cmprg_idx_cc(__vector unsigned int __a,__vector unsigned int __b,__vector unsigned int __c,int * __cc) vec_cmprg_idx_cc() argument
10073 vec_cmprg_or_0_idx(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned char __c) vec_cmprg_or_0_idx() argument
10079 vec_cmprg_or_0_idx(__vector unsigned short __a,__vector unsigned short __b,__vector unsigned short __c) vec_cmprg_or_0_idx() argument
10085 vec_cmprg_or_0_idx(__vector unsigned int __a,__vector unsigned int __b,__vector unsigned int __c) vec_cmprg_or_0_idx() argument
10093 vec_cmprg_or_0_idx_cc(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned char __c,int * __cc) vec_cmprg_or_0_idx_cc() argument
10099 vec_cmprg_or_0_idx_cc(__vector unsigned short __a,__vector unsigned short __b,__vector unsigned short __c,int * __cc) vec_cmprg_or_0_idx_cc() argument
10105 vec_cmprg_or_0_idx_cc(__vector unsigned int __a,__vector unsigned int __b,__vector unsigned int __c,int * __cc) vec_cmprg_or_0_idx_cc() argument
10113 vec_cmpnrg(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned char __c) vec_cmpnrg() argument
10119 vec_cmpnrg(__vector unsigned short __a,__vector unsigned short __b,__vector unsigned short __c) vec_cmpnrg() argument
10125 vec_cmpnrg(__vector unsigned int __a,__vector unsigned int __b,__vector unsigned int __c) vec_cmpnrg() argument
10133 vec_cmpnrg_cc(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned char __c,int * __cc) vec_cmpnrg_cc() argument
10140 vec_cmpnrg_cc(__vector unsigned short __a,__vector unsigned short __b,__vector unsigned short __c,int * __cc) vec_cmpnrg_cc() argument
10147 vec_cmpnrg_cc(__vector unsigned int __a,__vector unsigned int __b,__vector unsigned int __c,int * __cc) vec_cmpnrg_cc() argument
10156 vec_cmpnrg_idx(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned char __c) vec_cmpnrg_idx() argument
10162 vec_cmpnrg_idx(__vector unsigned short __a,__vector unsigned short __b,__vector unsigned short __c) vec_cmpnrg_idx() argument
10168 vec_cmpnrg_idx(__vector unsigned int __a,__vector unsigned int __b,__vector unsigned int __c) vec_cmpnrg_idx() argument
10176 vec_cmpnrg_idx_cc(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned char __c,int * __cc) vec_cmpnrg_idx_cc() argument
10182 vec_cmpnrg_idx_cc(__vector unsigned short __a,__vector unsigned short __b,__vector unsigned short __c,int * __cc) vec_cmpnrg_idx_cc() argument
10188 vec_cmpnrg_idx_cc(__vector unsigned int __a,__vector unsigned int __b,__vector unsigned int __c,int * __cc) vec_cmpnrg_idx_cc() argument
10196 vec_cmpnrg_or_0_idx(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned char __c) vec_cmpnrg_or_0_idx() argument
10202 vec_cmpnrg_or_0_idx(__vector unsigned short __a,__vector unsigned short __b,__vector unsigned short __c) vec_cmpnrg_or_0_idx() argument
10208 vec_cmpnrg_or_0_idx(__vector unsigned int __a,__vector unsigned int __b,__vector unsigned int __c) vec_cmpnrg_or_0_idx() argument
10216 vec_cmpnrg_or_0_idx_cc(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned char __c,int * __cc) vec_cmpnrg_or_0_idx_cc() argument
10223 vec_cmpnrg_or_0_idx_cc(__vector unsigned short __a,__vector unsigned short __b,__vector unsigned short __c,int * __cc) vec_cmpnrg_or_0_idx_cc() argument
10230 vec_cmpnrg_or_0_idx_cc(__vector unsigned int __a,__vector unsigned int __b,__vector unsigned int __c,int * __cc) vec_cmpnrg_or_0_idx_cc() argument
10239 vec_find_any_eq(__vector signed char __a,__vector signed char __b) vec_find_any_eq() argument
10246 vec_find_any_eq(__vector __bool char __a,__vector __bool char __b) vec_find_any_eq() argument
10253 vec_find_any_eq(__vector unsigned char __a,__vector unsigned char __b) vec_find_any_eq() argument
10258 vec_find_any_eq(__vector signed short __a,__vector signed short __b) vec_find_any_eq() argument
10265 vec_find_any_eq(__vector __bool short __a,__vector __bool short __b) vec_find_any_eq() argument
10272 vec_find_any_eq(__vector unsigned short __a,__vector unsigned short __b) vec_find_any_eq() argument
10277 vec_find_any_eq(__vector signed int __a,__vector signed int __b) vec_find_any_eq() argument
10284 vec_find_any_eq(__vector __bool int __a,__vector __bool int __b) vec_find_any_eq() argument
10291 vec_find_any_eq(__vector unsigned int __a,__vector unsigned int __b) vec_find_any_eq() argument
10298 vec_find_any_eq_cc(__vector signed char __a,__vector signed char __b,int * __cc) vec_find_any_eq_cc() argument
10306 vec_find_any_eq_cc(__vector __bool char __a,__vector __bool char __b,int * __cc) vec_find_any_eq_cc() argument
10314 vec_find_any_eq_cc(__vector unsigned char __a,__vector unsigned char __b,int * __cc) vec_find_any_eq_cc() argument
10320 vec_find_any_eq_cc(__vector signed short __a,__vector signed short __b,int * __cc) vec_find_any_eq_cc() argument
10328 vec_find_any_eq_cc(__vector __bool short __a,__vector __bool short __b,int * __cc) vec_find_any_eq_cc() argument
10336 vec_find_any_eq_cc(__vector unsigned short __a,__vector unsigned short __b,int * __cc) vec_find_any_eq_cc() argument
10342 vec_find_any_eq_cc(__vector signed int __a,__vector signed int __b,int * __cc) vec_find_any_eq_cc() argument
10350 vec_find_any_eq_cc(__vector __bool int __a,__vector __bool int __b,int * __cc) vec_find_any_eq_cc() argument
10358 vec_find_any_eq_cc(__vector unsigned int __a,__vector unsigned int __b,int * __cc) vec_find_any_eq_cc() argument
10366 vec_find_any_eq_idx(__vector signed char __a,__vector signed char __b) vec_find_any_eq_idx() argument
10373 vec_find_any_eq_idx(__vector __bool char __a,__vector __bool char __b) vec_find_any_eq_idx() argument
10379 vec_find_any_eq_idx(__vector unsigned char __a,__vector unsigned char __b) vec_find_any_eq_idx() argument
10384 vec_find_any_eq_idx(__vector signed short __a,__vector signed short __b) vec_find_any_eq_idx() argument
10391 vec_find_any_eq_idx(__vector __bool short __a,__vector __bool short __b) vec_find_any_eq_idx() argument
10397 vec_find_any_eq_idx(__vector unsigned short __a,__vector unsigned short __b) vec_find_any_eq_idx() argument
10402 vec_find_any_eq_idx(__vector signed int __a,__vector signed int __b) vec_find_any_eq_idx() argument
10409 vec_find_any_eq_idx(__vector __bool int __a,__vector __bool int __b) vec_find_any_eq_idx() argument
10415 vec_find_any_eq_idx(__vector unsigned int __a,__vector unsigned int __b) vec_find_any_eq_idx() argument
10422 vec_find_any_eq_idx_cc(__vector signed char __a,__vector signed char __b,int * __cc) vec_find_any_eq_idx_cc() argument
10430 vec_find_any_eq_idx_cc(__vector __bool char __a,__vector __bool char __b,int * __cc) vec_find_any_eq_idx_cc() argument
10437 vec_find_any_eq_idx_cc(__vector unsigned char __a,__vector unsigned char __b,int * __cc) vec_find_any_eq_idx_cc() argument
10443 vec_find_any_eq_idx_cc(__vector signed short __a,__vector signed short __b,int * __cc) vec_find_any_eq_idx_cc() argument
10451 vec_find_any_eq_idx_cc(__vector __bool short __a,__vector __bool short __b,int * __cc) vec_find_any_eq_idx_cc() argument
10458 vec_find_any_eq_idx_cc(__vector unsigned short __a,__vector unsigned short __b,int * __cc) vec_find_any_eq_idx_cc() argument
10464 vec_find_any_eq_idx_cc(__vector signed int __a,__vector signed int __b,int * __cc) vec_find_any_eq_idx_cc() argument
10472 vec_find_any_eq_idx_cc(__vector __bool int __a,__vector __bool int __b,int * __cc) vec_find_any_eq_idx_cc() argument
10479 vec_find_any_eq_idx_cc(__vector unsigned int __a,__vector unsigned int __b,int * __cc) vec_find_any_eq_idx_cc() argument
10487 vec_find_any_eq_or_0_idx(__vector signed char __a,__vector signed char __b) vec_find_any_eq_or_0_idx() argument
10495 vec_find_any_eq_or_0_idx(__vector __bool char __a,__vector __bool char __b) vec_find_any_eq_or_0_idx() argument
10502 vec_find_any_eq_or_0_idx(__vector unsigned char __a,__vector unsigned char __b) vec_find_any_eq_or_0_idx() argument
10508 vec_find_any_eq_or_0_idx(__vector signed short __a,__vector signed short __b) vec_find_any_eq_or_0_idx() argument
10516 vec_find_any_eq_or_0_idx(__vector __bool short __a,__vector __bool short __b) vec_find_any_eq_or_0_idx() argument
10523 vec_find_any_eq_or_0_idx(__vector unsigned short __a,__vector unsigned short __b) vec_find_any_eq_or_0_idx() argument
10529 vec_find_any_eq_or_0_idx(__vector signed int __a,__vector signed int __b) vec_find_any_eq_or_0_idx() argument
10537 vec_find_any_eq_or_0_idx(__vector __bool int __a,__vector __bool int __b) vec_find_any_eq_or_0_idx() argument
10544 vec_find_any_eq_or_0_idx(__vector unsigned int __a,__vector unsigned int __b) vec_find_any_eq_or_0_idx() argument
10552 vec_find_any_eq_or_0_idx_cc(__vector signed char __a,__vector signed char __b,int * __cc) vec_find_any_eq_or_0_idx_cc() argument
10560 vec_find_any_eq_or_0_idx_cc(__vector __bool char __a,__vector __bool char __b,int * __cc) vec_find_any_eq_or_0_idx_cc() argument
10567 vec_find_any_eq_or_0_idx_cc(__vector unsigned char __a,__vector unsigned char __b,int * __cc) vec_find_any_eq_or_0_idx_cc() argument
10573 vec_find_any_eq_or_0_idx_cc(__vector signed short __a,__vector signed short __b,int * __cc) vec_find_any_eq_or_0_idx_cc() argument
10581 vec_find_any_eq_or_0_idx_cc(__vector __bool short __a,__vector __bool short __b,int * __cc) vec_find_any_eq_or_0_idx_cc() argument
10588 vec_find_any_eq_or_0_idx_cc(__vector unsigned short __a,__vector unsigned short __b,int * __cc) vec_find_any_eq_or_0_idx_cc() argument
10594 vec_find_any_eq_or_0_idx_cc(__vector signed int __a,__vector signed int __b,int * __cc) vec_find_any_eq_or_0_idx_cc() argument
10602 vec_find_any_eq_or_0_idx_cc(__vector __bool int __a,__vector __bool int __b,int * __cc) vec_find_any_eq_or_0_idx_cc() argument
10609 vec_find_any_eq_or_0_idx_cc(__vector unsigned int __a,__vector unsigned int __b,int * __cc) vec_find_any_eq_or_0_idx_cc() argument
10617 vec_find_any_ne(__vector signed char __a,__vector signed char __b) vec_find_any_ne() argument
10624 vec_find_any_ne(__vector __bool char __a,__vector __bool char __b) vec_find_any_ne() argument
10631 vec_find_any_ne(__vector unsigned char __a,__vector unsigned char __b) vec_find_any_ne() argument
10636 vec_find_any_ne(__vector signed short __a,__vector signed short __b) vec_find_any_ne() argument
10643 vec_find_any_ne(__vector __bool short __a,__vector __bool short __b) vec_find_any_ne() argument
10650 vec_find_any_ne(__vector unsigned short __a,__vector unsigned short __b) vec_find_any_ne() argument
10655 vec_find_any_ne(__vector signed int __a,__vector signed int __b) vec_find_any_ne() argument
10662 vec_find_any_ne(__vector __bool int __a,__vector __bool int __b) vec_find_any_ne() argument
10669 vec_find_any_ne(__vector unsigned int __a,__vector unsigned int __b) vec_find_any_ne() argument
10676 vec_find_any_ne_cc(__vector signed char __a,__vector signed char __b,int * __cc) vec_find_any_ne_cc() argument
10684 vec_find_any_ne_cc(__vector __bool char __a,__vector __bool char __b,int * __cc) vec_find_any_ne_cc() argument
10692 vec_find_any_ne_cc(__vector unsigned char __a,__vector unsigned char __b,int * __cc) vec_find_any_ne_cc() argument
10698 vec_find_any_ne_cc(__vector signed short __a,__vector signed short __b,int * __cc) vec_find_any_ne_cc() argument
10706 vec_find_any_ne_cc(__vector __bool short __a,__vector __bool short __b,int * __cc) vec_find_any_ne_cc() argument
10714 vec_find_any_ne_cc(__vector unsigned short __a,__vector unsigned short __b,int * __cc) vec_find_any_ne_cc() argument
10720 vec_find_any_ne_cc(__vector signed int __a,__vector signed int __b,int * __cc) vec_find_any_ne_cc() argument
10728 vec_find_any_ne_cc(__vector __bool int __a,__vector __bool int __b,int * __cc) vec_find_any_ne_cc() argument
10736 vec_find_any_ne_cc(__vector unsigned int __a,__vector unsigned int __b,int * __cc) vec_find_any_ne_cc() argument
10744 vec_find_any_ne_idx(__vector signed char __a,__vector signed char __b) vec_find_any_ne_idx() argument
10751 vec_find_any_ne_idx(__vector __bool char __a,__vector __bool char __b) vec_find_any_ne_idx() argument
10757 vec_find_any_ne_idx(__vector unsigned char __a,__vector unsigned char __b) vec_find_any_ne_idx() argument
10762 vec_find_any_ne_idx(__vector signed short __a,__vector signed short __b) vec_find_any_ne_idx() argument
10769 vec_find_any_ne_idx(__vector __bool short __a,__vector __bool short __b) vec_find_any_ne_idx() argument
10775 vec_find_any_ne_idx(__vector unsigned short __a,__vector unsigned short __b) vec_find_any_ne_idx() argument
10780 vec_find_any_ne_idx(__vector signed int __a,__vector signed int __b) vec_find_any_ne_idx() argument
10787 vec_find_any_ne_idx(__vector __bool int __a,__vector __bool int __b) vec_find_any_ne_idx() argument
10793 vec_find_any_ne_idx(__vector unsigned int __a,__vector unsigned int __b) vec_find_any_ne_idx() argument
10800 vec_find_any_ne_idx_cc(__vector signed char __a,__vector signed char __b,int * __cc) vec_find_any_ne_idx_cc() argument
10808 vec_find_any_ne_idx_cc(__vector __bool char __a,__vector __bool char __b,int * __cc) vec_find_any_ne_idx_cc() argument
10815 vec_find_any_ne_idx_cc(__vector unsigned char __a,__vector unsigned char __b,int * __cc) vec_find_any_ne_idx_cc() argument
10822 vec_find_any_ne_idx_cc(__vector signed short __a,__vector signed short __b,int * __cc) vec_find_any_ne_idx_cc() argument
10830 vec_find_any_ne_idx_cc(__vector __bool short __a,__vector __bool short __b,int * __cc) vec_find_any_ne_idx_cc() argument
10837 vec_find_any_ne_idx_cc(__vector unsigned short __a,__vector unsigned short __b,int * __cc) vec_find_any_ne_idx_cc() argument
10843 vec_find_any_ne_idx_cc(__vector signed int __a,__vector signed int __b,int * __cc) vec_find_any_ne_idx_cc() argument
10851 vec_find_any_ne_idx_cc(__vector __bool int __a,__vector __bool int __b,int * __cc) vec_find_any_ne_idx_cc() argument
10858 vec_find_any_ne_idx_cc(__vector unsigned int __a,__vector unsigned int __b,int * __cc) vec_find_any_ne_idx_cc() argument
10866 vec_find_any_ne_or_0_idx(__vector signed char __a,__vector signed char __b) vec_find_any_ne_or_0_idx() argument
10874 vec_find_any_ne_or_0_idx(__vector __bool char __a,__vector __bool char __b) vec_find_any_ne_or_0_idx() argument
10881 vec_find_any_ne_or_0_idx(__vector unsigned char __a,__vector unsigned char __b) vec_find_any_ne_or_0_idx() argument
10887 vec_find_any_ne_or_0_idx(__vector signed short __a,__vector signed short __b) vec_find_any_ne_or_0_idx() argument
10895 vec_find_any_ne_or_0_idx(__vector __bool short __a,__vector __bool short __b) vec_find_any_ne_or_0_idx() argument
10902 vec_find_any_ne_or_0_idx(__vector unsigned short __a,__vector unsigned short __b) vec_find_any_ne_or_0_idx() argument
10908 vec_find_any_ne_or_0_idx(__vector signed int __a,__vector signed int __b) vec_find_any_ne_or_0_idx() argument
10916 vec_find_any_ne_or_0_idx(__vector __bool int __a,__vector __bool int __b) vec_find_any_ne_or_0_idx() argument
10923 vec_find_any_ne_or_0_idx(__vector unsigned int __a,__vector unsigned int __b) vec_find_any_ne_or_0_idx() argument
10931 vec_find_any_ne_or_0_idx_cc(__vector signed char __a,__vector signed char __b,int * __cc) vec_find_any_ne_or_0_idx_cc() argument
10939 vec_find_any_ne_or_0_idx_cc(__vector __bool char __a,__vector __bool char __b,int * __cc) vec_find_any_ne_or_0_idx_cc() argument
10946 vec_find_any_ne_or_0_idx_cc(__vector unsigned char __a,__vector unsigned char __b,int * __cc) vec_find_any_ne_or_0_idx_cc() argument
10952 vec_find_any_ne_or_0_idx_cc(__vector signed short __a,__vector signed short __b,int * __cc) vec_find_any_ne_or_0_idx_cc() argument
10960 vec_find_any_ne_or_0_idx_cc(__vector __bool short __a,__vector __bool short __b,int * __cc) vec_find_any_ne_or_0_idx_cc() argument
10967 vec_find_any_ne_or_0_idx_cc(__vector unsigned short __a,__vector unsigned short __b,int * __cc) vec_find_any_ne_or_0_idx_cc() argument
10973 vec_find_any_ne_or_0_idx_cc(__vector signed int __a,__vector signed int __b,int * __cc) vec_find_any_ne_or_0_idx_cc() argument
10981 vec_find_any_ne_or_0_idx_cc(__vector __bool int __a,__vector __bool int __b,int * __cc) vec_find_any_ne_or_0_idx_cc() argument
10988 vec_find_any_ne_or_0_idx_cc(__vector unsigned int __a,__vector unsigned int __b,int * __cc) vec_find_any_ne_or_0_idx_cc() argument
10998 vec_search_string_cc(__vector signed char __a,__vector signed char __b,__vector unsigned char __c,int * __cc) vec_search_string_cc() argument
11005 vec_search_string_cc(__vector __bool char __a,__vector __bool char __b,__vector unsigned char __c,int * __cc) vec_search_string_cc() argument
11012 vec_search_string_cc(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned char __c,int * __cc) vec_search_string_cc() argument
11018 vec_search_string_cc(__vector signed short __a,__vector signed short __b,__vector unsigned char __c,int * __cc) vec_search_string_cc() argument
11025 vec_search_string_cc(__vector __bool short __a,__vector __bool short __b,__vector unsigned char __c,int * __cc) vec_search_string_cc() argument
11032 vec_search_string_cc(__vector unsigned short __a,__vector unsigned short __b,__vector unsigned char __c,int * __cc) vec_search_string_cc() argument
11038 vec_search_string_cc(__vector signed int __a,__vector signed int __b,__vector unsigned char __c,int * __cc) vec_search_string_cc() argument
11045 vec_search_string_cc(__vector __bool int __a,__vector __bool int __b,__vector unsigned char __c,int * __cc) vec_search_string_cc() argument
11052 vec_search_string_cc(__vector unsigned int __a,__vector unsigned int __b,__vector unsigned char __c,int * __cc) vec_search_string_cc() argument
11064 vec_search_string_until_zero_cc(__vector signed char __a,__vector signed char __b,__vector unsigned char __c,int * __cc) vec_search_string_until_zero_cc() argument
11072 vec_search_string_until_zero_cc(__vector __bool char __a,__vector __bool char __b,__vector unsigned char __c,int * __cc) vec_search_string_until_zero_cc() argument
11080 vec_search_string_until_zero_cc(__vector unsigned char __a,__vector unsigned char __b,__vector unsigned char __c,int * __cc) vec_search_string_until_zero_cc() argument
11087 vec_search_string_until_zero_cc(__vector signed short __a,__vector signed short __b,__vector unsigned char __c,int * __cc) vec_search_string_until_zero_cc() argument
11095 vec_search_string_until_zero_cc(__vector __bool short __a,__vector __bool short __b,__vector unsigned char __c,int * __cc) vec_search_string_until_zero_cc() argument
11103 vec_search_string_until_zero_cc(__vector unsigned short __a,__vector unsigned short __b,__vector unsigned char __c,int * __cc) vec_search_string_until_zero_cc() argument
11110 vec_search_string_until_zero_cc(__vector signed int __a,__vector signed int __b,__vector unsigned char __c,int * __cc) vec_search_string_until_zero_cc() argument
11118 vec_search_string_until_zero_cc(__vector __bool int __a,__vector __bool int __b,__vector unsigned char __c,int * __cc) vec_search_string_until_zero_cc() argument
11126 vec_search_string_until_zero_cc(__vector unsigned int __a,__vector unsigned int __b,__vector unsigned char __c,int * __cc) vec_search_string_until_zero_cc() argument
[all...]
H A Demmintrin.h92 return __a; in _mm_add_pd() argument
74 _mm_add_sd(__m128d __a,__m128d __b) _mm_add_sd() argument
114 _mm_sub_sd(__m128d __a,__m128d __b) _mm_sub_sd() argument
132 _mm_sub_pd(__m128d __a,__m128d __b) _mm_sub_pd() argument
153 _mm_mul_sd(__m128d __a,__m128d __b) _mm_mul_sd() argument
171 _mm_mul_pd(__m128d __a,__m128d __b) _mm_mul_pd() argument
193 _mm_div_sd(__m128d __a,__m128d __b) _mm_div_sd() argument
212 _mm_div_pd(__m128d __a,__m128d __b) _mm_div_pd() argument
236 _mm_sqrt_sd(__m128d __a,__m128d __b) _mm_sqrt_sd() argument
253 _mm_sqrt_pd(__m128d __a) _mm_sqrt_pd() argument
277 _mm_min_sd(__m128d __a,__m128d __b) _mm_min_sd() argument
298 _mm_min_pd(__m128d __a,__m128d __b) _mm_min_pd() argument
323 _mm_max_sd(__m128d __a,__m128d __b) _mm_max_sd() argument
344 _mm_max_pd(__m128d __a,__m128d __b) _mm_max_pd() argument
361 _mm_and_pd(__m128d __a,__m128d __b) _mm_and_pd() argument
381 _mm_andnot_pd(__m128d __a,__m128d __b) _mm_andnot_pd() argument
398 _mm_or_pd(__m128d __a,__m128d __b) _mm_or_pd() argument
415 _mm_xor_pd(__m128d __a,__m128d __b) _mm_xor_pd() argument
435 _mm_cmpeq_pd(__m128d __a,__m128d __b) _mm_cmpeq_pd() argument
456 _mm_cmplt_pd(__m128d __a,__m128d __b) _mm_cmplt_pd() argument
477 _mm_cmple_pd(__m128d __a,__m128d __b) _mm_cmple_pd() argument
498 _mm_cmpgt_pd(__m128d __a,__m128d __b) _mm_cmpgt_pd() argument
519 _mm_cmpge_pd(__m128d __a,__m128d __b) _mm_cmpge_pd() argument
541 _mm_cmpord_pd(__m128d __a,__m128d __b) _mm_cmpord_pd() argument
564 _mm_cmpunord_pd(__m128d __a,__m128d __b) _mm_cmpunord_pd() argument
585 _mm_cmpneq_pd(__m128d __a,__m128d __b) _mm_cmpneq_pd() argument
606 _mm_cmpnlt_pd(__m128d __a,__m128d __b) _mm_cmpnlt_pd() argument
627 _mm_cmpnle_pd(__m128d __a,__m128d __b) _mm_cmpnle_pd() argument
648 _mm_cmpngt_pd(__m128d __a,__m128d __b) _mm_cmpngt_pd() argument
669 _mm_cmpnge_pd(__m128d __a,__m128d __b) _mm_cmpnge_pd() argument
692 _mm_cmpeq_sd(__m128d __a,__m128d __b) _mm_cmpeq_sd() argument
717 _mm_cmplt_sd(__m128d __a,__m128d __b) _mm_cmplt_sd() argument
742 _mm_cmple_sd(__m128d __a,__m128d __b) _mm_cmple_sd() argument
767 _mm_cmpgt_sd(__m128d __a,__m128d __b) _mm_cmpgt_sd() argument
793 _mm_cmpge_sd(__m128d __a,__m128d __b) _mm_cmpge_sd() argument
820 _mm_cmpord_sd(__m128d __a,__m128d __b) _mm_cmpord_sd() argument
847 _mm_cmpunord_sd(__m128d __a,__m128d __b) _mm_cmpunord_sd() argument
872 _mm_cmpneq_sd(__m128d __a,__m128d __b) _mm_cmpneq_sd() argument
897 _mm_cmpnlt_sd(__m128d __a,__m128d __b) _mm_cmpnlt_sd() argument
922 _mm_cmpnle_sd(__m128d __a,__m128d __b) _mm_cmpnle_sd() argument
947 _mm_cmpngt_sd(__m128d __a,__m128d __b) _mm_cmpngt_sd() argument
973 _mm_cmpnge_sd(__m128d __a,__m128d __b) _mm_cmpnge_sd() argument
996 _mm_comieq_sd(__m128d __a,__m128d __b) _mm_comieq_sd() argument
1020 _mm_comilt_sd(__m128d __a,__m128d __b) _mm_comilt_sd() argument
1044 _mm_comile_sd(__m128d __a,__m128d __b) _mm_comile_sd() argument
1068 _mm_comigt_sd(__m128d __a,__m128d __b) _mm_comigt_sd() argument
1092 _mm_comige_sd(__m128d __a,__m128d __b) _mm_comige_sd() argument
1116 _mm_comineq_sd(__m128d __a,__m128d __b) _mm_comineq_sd() argument
1138 _mm_ucomieq_sd(__m128d __a,__m128d __b) _mm_ucomieq_sd() argument
1162 _mm_ucomilt_sd(__m128d __a,__m128d __b) _mm_ucomilt_sd() argument
1186 _mm_ucomile_sd(__m128d __a,__m128d __b) _mm_ucomile_sd() argument
1210 _mm_ucomigt_sd(__m128d __a,__m128d __b) _mm_ucomigt_sd() argument
1234 _mm_ucomige_sd(__m128d __a,__m128d __b) _mm_ucomige_sd() argument
1258 _mm_ucomineq_sd(__m128d __a,__m128d __b) _mm_ucomineq_sd() argument
1276 _mm_cvtpd_ps(__m128d __a) _mm_cvtpd_ps() argument
1294 _mm_cvtps_pd(__m128 __a) _mm_cvtps_pd() argument
1315 _mm_cvtepi32_pd(__m128i __a) _mm_cvtepi32_pd() argument
1337 _mm_cvtpd_epi32(__m128d __a) _mm_cvtpd_epi32() argument
1356 _mm_cvtsd_si32(__m128d __a) _mm_cvtsd_si32() argument
1379 _mm_cvtsd_ss(__m128 __a,__m128d __b) _mm_cvtsd_ss() argument
1401 _mm_cvtsi32_sd(__m128d __a,int __b) _mm_cvtsi32_sd() argument
1426 _mm_cvtss_sd(__m128d __a,__m128 __b) _mm_cvtss_sd() argument
1450 _mm_cvttpd_epi32(__m128d __a) _mm_cvttpd_epi32() argument
1470 _mm_cvttsd_si32(__m128d __a) _mm_cvttsd_si32() argument
1489 _mm_cvtpd_pi32(__m128d __a) _mm_cvtpd_pi32() argument
1508 _mm_cvttpd_pi32(__m128d __a) _mm_cvttpd_pi32() argument
1523 _mm_cvtpi32_pd(__m64 __a) _mm_cvtpi32_pd() argument
1538 _mm_cvtsd_f64(__m128d __a) _mm_cvtsd_f64() argument
1627 _mm_loadu_si64(void const * __a) _mm_loadu_si64() argument
1646 _mm_loadu_si32(void const * __a) _mm_loadu_si32() argument
1665 _mm_loadu_si16(void const * __a) _mm_loadu_si16() argument
1709 _mm_loadh_pd(__m128d __a,double const * __dp) _mm_loadh_pd() argument
1735 _mm_loadl_pd(__m128d __a,double const * __dp) _mm_loadl_pd() argument
1876 _mm_move_sd(__m128d __a,__m128d __b) _mm_move_sd() argument
1894 _mm_store_sd(double * __dp,__m128d __a) _mm_store_sd() argument
1915 _mm_store_pd(double * __dp,__m128d __a) _mm_store_pd() argument
1934 _mm_store1_pd(double * __dp,__m128d __a) _mm_store1_pd() argument
1954 _mm_store_pd1(double * __dp,__m128d __a) _mm_store_pd1() argument
1971 _mm_storeu_pd(double * __dp,__m128d __a) _mm_storeu_pd() argument
1993 _mm_storer_pd(double * __dp,__m128d __a) _mm_storer_pd() argument
2010 _mm_storeh_pd(double * __dp,__m128d __a) _mm_storeh_pd() argument
2029 _mm_storel_pd(double * __dp,__m128d __a) _mm_storel_pd() argument
2052 _mm_add_epi8(__m128i __a,__m128i __b) _mm_add_epi8() argument
2073 _mm_add_epi16(__m128i __a,__m128i __b) _mm_add_epi16() argument
2094 _mm_add_epi32(__m128i __a,__m128i __b) _mm_add_epi32() argument
2111 _mm_add_si64(__m64 __a,__m64 __b) _mm_add_si64() argument
2132 _mm_add_epi64(__m128i __a,__m128i __b) _mm_add_epi64() argument
2154 _mm_adds_epi8(__m128i __a,__m128i __b) _mm_adds_epi8() argument
2176 _mm_adds_epi16(__m128i __a,__m128i __b) _mm_adds_epi16() argument
2198 _mm_adds_epu8(__m128i __a,__m128i __b) _mm_adds_epu8() argument
2220 _mm_adds_epu16(__m128i __a,__m128i __b) _mm_adds_epu16() argument
2239 _mm_avg_epu8(__m128i __a,__m128i __b) _mm_avg_epu8() argument
2258 _mm_avg_epu16(__m128i __a,__m128i __b) _mm_avg_epu16() argument
2283 _mm_madd_epi16(__m128i __a,__m128i __b) _mm_madd_epi16() argument
2302 _mm_max_epi16(__m128i __a,__m128i __b) _mm_max_epi16() argument
2321 _mm_max_epu8(__m128i __a,__m128i __b) _mm_max_epu8() argument
2340 _mm_min_epi16(__m128i __a,__m128i __b) _mm_min_epi16() argument
2359 _mm_min_epu8(__m128i __a,__m128i __b) _mm_min_epu8() argument
2378 _mm_mulhi_epi16(__m128i __a,__m128i __b) _mm_mulhi_epi16() argument
2397 _mm_mulhi_epu16(__m128i __a,__m128i __b) _mm_mulhi_epu16() argument
2416 _mm_mullo_epi16(__m128i __a,__m128i __b) _mm_mullo_epi16() argument
2434 _mm_mul_su32(__m64 __a,__m64 __b) _mm_mul_su32() argument
2452 _mm_mul_epu32(__m128i __a,__m128i __b) _mm_mul_epu32() argument
2473 _mm_sad_epu8(__m128i __a,__m128i __b) _mm_sad_epu8() argument
2490 _mm_sub_epi8(__m128i __a,__m128i __b) _mm_sub_epi8() argument
2507 _mm_sub_epi16(__m128i __a,__m128i __b) _mm_sub_epi16() argument
2524 _mm_sub_epi32(__m128i __a,__m128i __b) _mm_sub_epi32() argument
2542 _mm_sub_si64(__m64 __a,__m64 __b) _mm_sub_si64() argument
2559 _mm_sub_epi64(__m128i __a,__m128i __b) _mm_sub_epi64() argument
2581 _mm_subs_epi8(__m128i __a,__m128i __b) _mm_subs_epi8() argument
2603 _mm_subs_epi16(__m128i __a,__m128i __b) _mm_subs_epi16() argument
2624 _mm_subs_epu8(__m128i __a,__m128i __b) _mm_subs_epu8() argument
2645 _mm_subs_epu16(__m128i __a,__m128i __b) _mm_subs_epu16() argument
2662 _mm_and_si128(__m128i __a,__m128i __b) _mm_and_si128() argument
2681 _mm_andnot_si128(__m128i __a,__m128i __b) _mm_andnot_si128() argument
2697 _mm_or_si128(__m128i __a,__m128i __b) _mm_or_si128() argument
2714 _mm_xor_si128(__m128i __a,__m128i __b) _mm_xor_si128() argument
2757 _mm_slli_epi16(__m128i __a,int __count) _mm_slli_epi16() argument
2775 _mm_sll_epi16(__m128i __a,__m128i __count) _mm_sll_epi16() argument
2793 _mm_slli_epi32(__m128i __a,int __count) _mm_slli_epi32() argument
2811 _mm_sll_epi32(__m128i __a,__m128i __count) _mm_sll_epi32() argument
2829 _mm_slli_epi64(__m128i __a,int __count) _mm_slli_epi64() argument
2847 _mm_sll_epi64(__m128i __a,__m128i __count) _mm_sll_epi64() argument
2866 _mm_srai_epi16(__m128i __a,int __count) _mm_srai_epi16() argument
2885 _mm_sra_epi16(__m128i __a,__m128i __count) _mm_sra_epi16() argument
2904 _mm_srai_epi32(__m128i __a,int __count) _mm_srai_epi32() argument
2923 _mm_sra_epi32(__m128i __a,__m128i __count) _mm_sra_epi32() argument
2966 _mm_srli_epi16(__m128i __a,int __count) _mm_srli_epi16() argument
2984 _mm_srl_epi16(__m128i __a,__m128i __count) _mm_srl_epi16() argument
3002 _mm_srli_epi32(__m128i __a,int __count) _mm_srli_epi32() argument
3020 _mm_srl_epi32(__m128i __a,__m128i __count) _mm_srl_epi32() argument
3038 _mm_srli_epi64(__m128i __a,int __count) _mm_srli_epi64() argument
3056 _mm_srl_epi64(__m128i __a,__m128i __count) _mm_srl_epi64() argument
3075 _mm_cmpeq_epi8(__m128i __a,__m128i __b) _mm_cmpeq_epi8() argument
3094 _mm_cmpeq_epi16(__m128i __a,__m128i __b) _mm_cmpeq_epi16() argument
3113 _mm_cmpeq_epi32(__m128i __a,__m128i __b) _mm_cmpeq_epi32() argument
3133 _mm_cmpgt_epi8(__m128i __a,__m128i __b) _mm_cmpgt_epi8() argument
3155 _mm_cmpgt_epi16(__m128i __a,__m128i __b) _mm_cmpgt_epi16() argument
3175 _mm_cmpgt_epi32(__m128i __a,__m128i __b) _mm_cmpgt_epi32() argument
3195 _mm_cmplt_epi8(__m128i __a,__m128i __b) _mm_cmplt_epi8() argument
3215 _mm_cmplt_epi16(__m128i __a,__m128i __b) _mm_cmplt_epi16() argument
3235 _mm_cmplt_epi32(__m128i __a,__m128i __b) _mm_cmplt_epi32() argument
3258 _mm_cvtsi64_sd(__m128d __a,long long __b) _mm_cvtsi64_sd() argument
3279 _mm_cvtsd_si64(__m128d __a) _mm_cvtsd_si64() argument
3299 _mm_cvttsd_si64(__m128d __a) _mm_cvttsd_si64() argument
3313 _mm_cvtepi32_ps(__m128i __a) _mm_cvtepi32_ps() argument
3331 _mm_cvtps_epi32(__m128 __a) _mm_cvtps_epi32() argument
3350 _mm_cvttps_epi32(__m128 __a) _mm_cvttps_epi32() argument
3364 _mm_cvtsi32_si128(int __a) _mm_cvtsi32_si128() argument
3379 _mm_cvtsi64_si128(long long __a) _mm_cvtsi64_si128() argument
3394 _mm_cvtsi128_si32(__m128i __a) _mm_cvtsi128_si32() argument
3410 _mm_cvtsi128_si64(__m128i __a) _mm_cvtsi128_si64() argument
3998 _mm_storel_epi64(__m128i_u * __p,__m128i __a) _mm_storel_epi64() argument
4020 _mm_stream_pd(void * __p,__m128d __a) _mm_stream_pd() argument
4038 _mm_stream_si128(void * __p,__m128i __a) _mm_stream_si128() argument
4057 _mm_stream_si32(void * __p,int __a) _mm_stream_si32() argument
4077 _mm_stream_si64(void * __p,long long __a) _mm_stream_si64() argument
4142 _mm_packs_epi16(__m128i __a,__m128i __b) _mm_packs_epi16() argument
4165 _mm_packs_epi32(__m128i __a,__m128i __b) _mm_packs_epi32() argument
4188 _mm_packus_epi16(__m128i __a,__m128i __b) _mm_packus_epi16() argument
4263 _mm_movemask_epi8(__m128i __a) _mm_movemask_epi8() argument
4396 _mm_unpackhi_epi8(__m128i __a,__m128i __b) _mm_unpackhi_epi8() argument
4424 _mm_unpackhi_epi16(__m128i __a,__m128i __b) _mm_unpackhi_epi16() argument
4447 _mm_unpackhi_epi32(__m128i __a,__m128i __b) _mm_unpackhi_epi32() argument
4468 _mm_unpackhi_epi64(__m128i __a,__m128i __b) _mm_unpackhi_epi64() argument
4502 _mm_unpacklo_epi8(__m128i __a,__m128i __b) _mm_unpacklo_epi8() argument
4531 _mm_unpacklo_epi16(__m128i __a,__m128i __b) _mm_unpacklo_epi16() argument
4554 _mm_unpacklo_epi32(__m128i __a,__m128i __b) _mm_unpacklo_epi32() argument
4575 _mm_unpacklo_epi64(__m128i __a,__m128i __b) _mm_unpacklo_epi64() argument
4591 _mm_movepi64_pi64(__m128i __a) _mm_movepi64_pi64() argument
4606 _mm_movpi64_epi64(__m64 __a) _mm_movpi64_epi64() argument
4622 _mm_move_epi64(__m128i __a) _mm_move_epi64() argument
4641 _mm_unpackhi_pd(__m128d __a,__m128d __b) _mm_unpackhi_pd() argument
4661 _mm_unpacklo_pd(__m128d __a,__m128d __b) _mm_unpacklo_pd() argument
4679 _mm_movemask_pd(__m128d __a) _mm_movemask_pd() argument
4725 _mm_castpd_ps(__m128d __a) _mm_castpd_ps() argument
4740 _mm_castpd_si128(__m128d __a) _mm_castpd_si128() argument
4755 _mm_castps_pd(__m128 __a) _mm_castps_pd() argument
4770 _mm_castps_si128(__m128 __a) _mm_castps_si128() argument
4785 _mm_castsi128_ps(__m128i __a) _mm_castsi128_ps() argument
4800 _mm_castsi128_pd(__m128i __a) _mm_castsi128_pd() argument
[all...]
H A Dwasm_simd128.h218 wasm_v128_store(void * __mem,v128_t __a) wasm_v128_store() argument
484 wasm_i8x16_splat(int8_t __a) wasm_i8x16_splat() argument
489 wasm_u8x16_splat(uint8_t __a) wasm_u8x16_splat() argument
494 wasm_i8x16_extract_lane(v128_t __a,int __i) wasm_i8x16_extract_lane() argument
500 wasm_u8x16_extract_lane(v128_t __a,int __i) wasm_u8x16_extract_lane() argument
506 wasm_i8x16_replace_lane(v128_t __a,int __i,int8_t __b) wasm_i8x16_replace_lane() argument
515 wasm_u8x16_replace_lane(v128_t __a,int __i,uint8_t __b) wasm_u8x16_replace_lane() argument
524 wasm_i16x8_splat(int16_t __a) wasm_i16x8_splat() argument
528 wasm_u16x8_splat(uint16_t __a) wasm_u16x8_splat() argument
532 wasm_i16x8_extract_lane(v128_t __a,int __i) wasm_i16x8_extract_lane() argument
539 wasm_u16x8_extract_lane(v128_t __a,int __i) wasm_u16x8_extract_lane() argument
543 wasm_i16x8_replace_lane(v128_t __a,int __i,int16_t __b) wasm_i16x8_replace_lane() argument
553 wasm_u16x8_replace_lane(v128_t __a,int __i,uint16_t __b) wasm_u16x8_replace_lane() argument
559 wasm_i32x4_splat(int32_t __a) wasm_i32x4_splat() argument
563 wasm_u32x4_splat(uint32_t __a) wasm_u32x4_splat() argument
567 wasm_i32x4_extract_lane(v128_t __a,int __i) wasm_i32x4_extract_lane() argument
574 wasm_u32x4_extract_lane(v128_t __a,int __i) wasm_u32x4_extract_lane() argument
578 wasm_i32x4_replace_lane(v128_t __a,int __i,int32_t __b) wasm_i32x4_replace_lane() argument
588 wasm_u32x4_replace_lane(v128_t __a,int __i,uint32_t __b) wasm_u32x4_replace_lane() argument
594 wasm_i64x2_splat(int64_t __a) wasm_i64x2_splat() argument
598 wasm_u64x2_splat(uint64_t __a) wasm_u64x2_splat() argument
602 wasm_i64x2_extract_lane(v128_t __a,int __i) wasm_i64x2_extract_lane() argument
609 wasm_u64x2_extract_lane(v128_t __a,int __i) wasm_u64x2_extract_lane() argument
613 wasm_i64x2_replace_lane(v128_t __a,int __i,int64_t __b) wasm_i64x2_replace_lane() argument
623 wasm_u64x2_replace_lane(v128_t __a,int __i,uint64_t __b) wasm_u64x2_replace_lane() argument
629 wasm_f32x4_splat(float __a) wasm_f32x4_splat() argument
633 wasm_f32x4_extract_lane(v128_t __a,int __i) wasm_f32x4_extract_lane() argument
639 wasm_f32x4_replace_lane(v128_t __a,int __i,float __b) wasm_f32x4_replace_lane() argument
648 wasm_f64x2_splat(double __a) wasm_f64x2_splat() argument
652 wasm_f64x2_extract_lane(v128_t __a,int __i) wasm_f64x2_extract_lane() argument
658 wasm_f64x2_replace_lane(v128_t __a,int __i,double __b) wasm_f64x2_replace_lane() argument
667 wasm_i8x16_eq(v128_t __a,v128_t __b) wasm_i8x16_eq() argument
672 wasm_i8x16_ne(v128_t __a,v128_t __b) wasm_i8x16_ne() argument
677 wasm_i8x16_lt(v128_t __a,v128_t __b) wasm_i8x16_lt() argument
682 wasm_u8x16_lt(v128_t __a,v128_t __b) wasm_u8x16_lt() argument
687 wasm_i8x16_gt(v128_t __a,v128_t __b) wasm_i8x16_gt() argument
692 wasm_u8x16_gt(v128_t __a,v128_t __b) wasm_u8x16_gt() argument
697 wasm_i8x16_le(v128_t __a,v128_t __b) wasm_i8x16_le() argument
702 wasm_u8x16_le(v128_t __a,v128_t __b) wasm_u8x16_le() argument
707 wasm_i8x16_ge(v128_t __a,v128_t __b) wasm_i8x16_ge() argument
712 wasm_u8x16_ge(v128_t __a,v128_t __b) wasm_u8x16_ge() argument
717 wasm_i16x8_eq(v128_t __a,v128_t __b) wasm_i16x8_eq() argument
722 wasm_i16x8_ne(v128_t __a,v128_t __b) wasm_i16x8_ne() argument
727 wasm_i16x8_lt(v128_t __a,v128_t __b) wasm_i16x8_lt() argument
732 wasm_u16x8_lt(v128_t __a,v128_t __b) wasm_u16x8_lt() argument
737 wasm_i16x8_gt(v128_t __a,v128_t __b) wasm_i16x8_gt() argument
742 wasm_u16x8_gt(v128_t __a,v128_t __b) wasm_u16x8_gt() argument
747 wasm_i16x8_le(v128_t __a,v128_t __b) wasm_i16x8_le() argument
752 wasm_u16x8_le(v128_t __a,v128_t __b) wasm_u16x8_le() argument
757 wasm_i16x8_ge(v128_t __a,v128_t __b) wasm_i16x8_ge() argument
762 wasm_u16x8_ge(v128_t __a,v128_t __b) wasm_u16x8_ge() argument
767 wasm_i32x4_eq(v128_t __a,v128_t __b) wasm_i32x4_eq() argument
772 wasm_i32x4_ne(v128_t __a,v128_t __b) wasm_i32x4_ne() argument
777 wasm_i32x4_lt(v128_t __a,v128_t __b) wasm_i32x4_lt() argument
782 wasm_u32x4_lt(v128_t __a,v128_t __b) wasm_u32x4_lt() argument
787 wasm_i32x4_gt(v128_t __a,v128_t __b) wasm_i32x4_gt() argument
792 wasm_u32x4_gt(v128_t __a,v128_t __b) wasm_u32x4_gt() argument
797 wasm_i32x4_le(v128_t __a,v128_t __b) wasm_i32x4_le() argument
802 wasm_u32x4_le(v128_t __a,v128_t __b) wasm_u32x4_le() argument
807 wasm_i32x4_ge(v128_t __a,v128_t __b) wasm_i32x4_ge() argument
812 wasm_u32x4_ge(v128_t __a,v128_t __b) wasm_u32x4_ge() argument
817 wasm_i64x2_eq(v128_t __a,v128_t __b) wasm_i64x2_eq() argument
822 wasm_i64x2_ne(v128_t __a,v128_t __b) wasm_i64x2_ne() argument
827 wasm_i64x2_lt(v128_t __a,v128_t __b) wasm_i64x2_lt() argument
832 wasm_i64x2_gt(v128_t __a,v128_t __b) wasm_i64x2_gt() argument
837 wasm_i64x2_le(v128_t __a,v128_t __b) wasm_i64x2_le() argument
842 wasm_i64x2_ge(v128_t __a,v128_t __b) wasm_i64x2_ge() argument
847 wasm_f32x4_eq(v128_t __a,v128_t __b) wasm_f32x4_eq() argument
852 wasm_f32x4_ne(v128_t __a,v128_t __b) wasm_f32x4_ne() argument
857 wasm_f32x4_lt(v128_t __a,v128_t __b) wasm_f32x4_lt() argument
862 wasm_f32x4_gt(v128_t __a,v128_t __b) wasm_f32x4_gt() argument
867 wasm_f32x4_le(v128_t __a,v128_t __b) wasm_f32x4_le() argument
872 wasm_f32x4_ge(v128_t __a,v128_t __b) wasm_f32x4_ge() argument
877 wasm_f64x2_eq(v128_t __a,v128_t __b) wasm_f64x2_eq() argument
882 wasm_f64x2_ne(v128_t __a,v128_t __b) wasm_f64x2_ne() argument
887 wasm_f64x2_lt(v128_t __a,v128_t __b) wasm_f64x2_lt() argument
892 wasm_f64x2_gt(v128_t __a,v128_t __b) wasm_f64x2_gt() argument
897 wasm_f64x2_le(v128_t __a,v128_t __b) wasm_f64x2_le() argument
902 wasm_f64x2_ge(v128_t __a,v128_t __b) wasm_f64x2_ge() argument
907 wasm_v128_not(v128_t __a) wasm_v128_not() argument
911 wasm_v128_and(v128_t __a,v128_t __b) wasm_v128_and() argument
916 wasm_v128_or(v128_t __a,v128_t __b) wasm_v128_or() argument
921 wasm_v128_xor(v128_t __a,v128_t __b) wasm_v128_xor() argument
926 wasm_v128_andnot(v128_t __a,v128_t __b) wasm_v128_andnot() argument
931 wasm_v128_any_true(v128_t __a) wasm_v128_any_true() argument
935 wasm_v128_bitselect(v128_t __a,v128_t __b,v128_t __mask) wasm_v128_bitselect() argument
942 wasm_i8x16_abs(v128_t __a) wasm_i8x16_abs() argument
946 wasm_i8x16_neg(v128_t __a) wasm_i8x16_neg() argument
950 wasm_i8x16_all_true(v128_t __a) wasm_i8x16_all_true() argument
954 wasm_i8x16_bitmask(v128_t __a) wasm_i8x16_bitmask() argument
958 wasm_i8x16_popcnt(v128_t __a) wasm_i8x16_popcnt() argument
962 wasm_i8x16_shl(v128_t __a,uint32_t __b) wasm_i8x16_shl() argument
967 wasm_i8x16_shr(v128_t __a,uint32_t __b) wasm_i8x16_shr() argument
972 wasm_u8x16_shr(v128_t __a,uint32_t __b) wasm_u8x16_shr() argument
977 wasm_i8x16_add(v128_t __a,v128_t __b) wasm_i8x16_add() argument
982 wasm_i8x16_add_sat(v128_t __a,v128_t __b) wasm_i8x16_add_sat() argument
987 wasm_u8x16_add_sat(v128_t __a,v128_t __b) wasm_u8x16_add_sat() argument
992 wasm_i8x16_sub(v128_t __a,v128_t __b) wasm_i8x16_sub() argument
997 wasm_i8x16_sub_sat(v128_t __a,v128_t __b) wasm_i8x16_sub_sat() argument
1002 wasm_u8x16_sub_sat(v128_t __a,v128_t __b) wasm_u8x16_sub_sat() argument
1007 wasm_i8x16_min(v128_t __a,v128_t __b) wasm_i8x16_min() argument
1012 wasm_u8x16_min(v128_t __a,v128_t __b) wasm_u8x16_min() argument
1017 wasm_i8x16_max(v128_t __a,v128_t __b) wasm_i8x16_max() argument
1022 wasm_u8x16_max(v128_t __a,v128_t __b) wasm_u8x16_max() argument
1027 wasm_u8x16_avgr(v128_t __a,v128_t __b) wasm_u8x16_avgr() argument
1032 wasm_i16x8_abs(v128_t __a) wasm_i16x8_abs() argument
1036 wasm_i16x8_neg(v128_t __a) wasm_i16x8_neg() argument
1040 wasm_i16x8_all_true(v128_t __a) wasm_i16x8_all_true() argument
1044 wasm_i16x8_bitmask(v128_t __a) wasm_i16x8_bitmask() argument
1048 wasm_i16x8_shl(v128_t __a,uint32_t __b) wasm_i16x8_shl() argument
1053 wasm_i16x8_shr(v128_t __a,uint32_t __b) wasm_i16x8_shr() argument
1058 wasm_u16x8_shr(v128_t __a,uint32_t __b) wasm_u16x8_shr() argument
1063 wasm_i16x8_add(v128_t __a,v128_t __b) wasm_i16x8_add() argument
1068 wasm_i16x8_add_sat(v128_t __a,v128_t __b) wasm_i16x8_add_sat() argument
1073 wasm_u16x8_add_sat(v128_t __a,v128_t __b) wasm_u16x8_add_sat() argument
1078 wasm_i16x8_sub(v128_t __a,v128_t __b) wasm_i16x8_sub() argument
1083 wasm_i16x8_sub_sat(v128_t __a,v128_t __b) wasm_i16x8_sub_sat() argument
1088 wasm_u16x8_sub_sat(v128_t __a,v128_t __b) wasm_u16x8_sub_sat() argument
1093 wasm_i16x8_mul(v128_t __a,v128_t __b) wasm_i16x8_mul() argument
1098 wasm_i16x8_min(v128_t __a,v128_t __b) wasm_i16x8_min() argument
1103 wasm_u16x8_min(v128_t __a,v128_t __b) wasm_u16x8_min() argument
1108 wasm_i16x8_max(v128_t __a,v128_t __b) wasm_i16x8_max() argument
1113 wasm_u16x8_max(v128_t __a,v128_t __b) wasm_u16x8_max() argument
1118 wasm_u16x8_avgr(v128_t __a,v128_t __b) wasm_u16x8_avgr() argument
1123 wasm_i32x4_abs(v128_t __a) wasm_i32x4_abs() argument
1127 wasm_i32x4_neg(v128_t __a) wasm_i32x4_neg() argument
1131 wasm_i32x4_all_true(v128_t __a) wasm_i32x4_all_true() argument
1135 wasm_i32x4_bitmask(v128_t __a) wasm_i32x4_bitmask() argument
1139 wasm_i32x4_shl(v128_t __a,uint32_t __b) wasm_i32x4_shl() argument
1144 wasm_i32x4_shr(v128_t __a,uint32_t __b) wasm_i32x4_shr() argument
1149 wasm_u32x4_shr(v128_t __a,uint32_t __b) wasm_u32x4_shr() argument
1154 wasm_i32x4_add(v128_t __a,v128_t __b) wasm_i32x4_add() argument
1159 wasm_i32x4_sub(v128_t __a,v128_t __b) wasm_i32x4_sub() argument
1164 wasm_i32x4_mul(v128_t __a,v128_t __b) wasm_i32x4_mul() argument
1169 wasm_i32x4_min(v128_t __a,v128_t __b) wasm_i32x4_min() argument
1174 wasm_u32x4_min(v128_t __a,v128_t __b) wasm_u32x4_min() argument
1179 wasm_i32x4_max(v128_t __a,v128_t __b) wasm_i32x4_max() argument
1184 wasm_u32x4_max(v128_t __a,v128_t __b) wasm_u32x4_max() argument
1189 wasm_i32x4_dot_i16x8(v128_t __a,v128_t __b) wasm_i32x4_dot_i16x8() argument
1194 wasm_i64x2_abs(v128_t __a) wasm_i64x2_abs() argument
1198 wasm_i64x2_neg(v128_t __a) wasm_i64x2_neg() argument
1202 wasm_i64x2_all_true(v128_t __a) wasm_i64x2_all_true() argument
1206 wasm_i64x2_bitmask(v128_t __a) wasm_i64x2_bitmask() argument
1210 wasm_i64x2_shl(v128_t __a,uint32_t __b) wasm_i64x2_shl() argument
1215 wasm_i64x2_shr(v128_t __a,uint32_t __b) wasm_i64x2_shr() argument
1220 wasm_u64x2_shr(v128_t __a,uint32_t __b) wasm_u64x2_shr() argument
1225 wasm_i64x2_add(v128_t __a,v128_t __b) wasm_i64x2_add() argument
1230 wasm_i64x2_sub(v128_t __a,v128_t __b) wasm_i64x2_sub() argument
1235 wasm_i64x2_mul(v128_t __a,v128_t __b) wasm_i64x2_mul() argument
1240 wasm_f32x4_abs(v128_t __a) wasm_f32x4_abs() argument
1244 wasm_f32x4_neg(v128_t __a) wasm_f32x4_neg() argument
1248 wasm_f32x4_sqrt(v128_t __a) wasm_f32x4_sqrt() argument
1252 wasm_f32x4_ceil(v128_t __a) wasm_f32x4_ceil() argument
1256 wasm_f32x4_floor(v128_t __a) wasm_f32x4_floor() argument
1260 wasm_f32x4_trunc(v128_t __a) wasm_f32x4_trunc() argument
1264 wasm_f32x4_nearest(v128_t __a) wasm_f32x4_nearest() argument
1268 wasm_f32x4_add(v128_t __a,v128_t __b) wasm_f32x4_add() argument
1273 wasm_f32x4_sub(v128_t __a,v128_t __b) wasm_f32x4_sub() argument
1278 wasm_f32x4_mul(v128_t __a,v128_t __b) wasm_f32x4_mul() argument
1283 wasm_f32x4_div(v128_t __a,v128_t __b) wasm_f32x4_div() argument
1288 wasm_f32x4_min(v128_t __a,v128_t __b) wasm_f32x4_min() argument
1293 wasm_f32x4_max(v128_t __a,v128_t __b) wasm_f32x4_max() argument
1298 wasm_f32x4_pmin(v128_t __a,v128_t __b) wasm_f32x4_pmin() argument
1303 wasm_f32x4_pmax(v128_t __a,v128_t __b) wasm_f32x4_pmax() argument
1308 wasm_f64x2_abs(v128_t __a) wasm_f64x2_abs() argument
1312 wasm_f64x2_neg(v128_t __a) wasm_f64x2_neg() argument
1316 wasm_f64x2_sqrt(v128_t __a) wasm_f64x2_sqrt() argument
1320 wasm_f64x2_ceil(v128_t __a) wasm_f64x2_ceil() argument
1324 wasm_f64x2_floor(v128_t __a) wasm_f64x2_floor() argument
1328 wasm_f64x2_trunc(v128_t __a) wasm_f64x2_trunc() argument
1332 wasm_f64x2_nearest(v128_t __a) wasm_f64x2_nearest() argument
1336 wasm_f64x2_add(v128_t __a,v128_t __b) wasm_f64x2_add() argument
1341 wasm_f64x2_sub(v128_t __a,v128_t __b) wasm_f64x2_sub() argument
1346 wasm_f64x2_mul(v128_t __a,v128_t __b) wasm_f64x2_mul() argument
1351 wasm_f64x2_div(v128_t __a,v128_t __b) wasm_f64x2_div() argument
1356 wasm_f64x2_min(v128_t __a,v128_t __b) wasm_f64x2_min() argument
1361 wasm_f64x2_max(v128_t __a,v128_t __b) wasm_f64x2_max() argument
1366 wasm_f64x2_pmin(v128_t __a,v128_t __b) wasm_f64x2_pmin() argument
1371 wasm_f64x2_pmax(v128_t __a,v128_t __b) wasm_f64x2_pmax() argument
1377 wasm_i32x4_trunc_sat_f32x4(v128_t __a) wasm_i32x4_trunc_sat_f32x4() argument
1382 wasm_u32x4_trunc_sat_f32x4(v128_t __a) wasm_u32x4_trunc_sat_f32x4() argument
1387 wasm_f32x4_convert_i32x4(v128_t __a) wasm_f32x4_convert_i32x4() argument
1392 wasm_f32x4_convert_u32x4(v128_t __a) wasm_f32x4_convert_u32x4() argument
1397 wasm_f64x2_convert_low_i32x4(v128_t __a) wasm_f64x2_convert_low_i32x4() argument
1402 wasm_f64x2_convert_low_u32x4(v128_t __a) wasm_f64x2_convert_low_u32x4() argument
1407 wasm_i32x4_trunc_sat_f64x2_zero(v128_t __a) wasm_i32x4_trunc_sat_f64x2_zero() argument
1412 wasm_u32x4_trunc_sat_f64x2_zero(v128_t __a) wasm_u32x4_trunc_sat_f64x2_zero() argument
1417 wasm_f32x4_demote_f64x2_zero(v128_t __a) wasm_f32x4_demote_f64x2_zero() argument
1424 wasm_f64x2_promote_low_f32x4(v128_t __a) wasm_f64x2_promote_low_f32x4() argument
1429 wasm_i8x16_shuffle(__a,__b,__c0,__c1,__c2,__c3,__c4,__c5,__c6,__c7,__c8,__c9,__c10,__c11,__c12,__c13,__c14,__c15) global() argument
1436 wasm_i16x8_shuffle(__a,__b,__c0,__c1,__c2,__c3,__c4,__c5,__c6,__c7) global() argument
1444 wasm_i32x4_shuffle(__a,__b,__c0,__c1,__c2,__c3) global() argument
1451 wasm_i64x2_shuffle(__a,__b,__c0,__c1) global() argument
1458 wasm_i8x16_swizzle(v128_t __a,v128_t __b) wasm_i8x16_swizzle() argument
1464 wasm_i8x16_narrow_i16x8(v128_t __a,v128_t __b) wasm_i8x16_narrow_i16x8() argument
1470 wasm_u8x16_narrow_i16x8(v128_t __a,v128_t __b) wasm_u8x16_narrow_i16x8() argument
1476 wasm_i16x8_narrow_i32x4(v128_t __a,v128_t __b) wasm_i16x8_narrow_i32x4() argument
1482 wasm_u16x8_narrow_i32x4(v128_t __a,v128_t __b) wasm_u16x8_narrow_i32x4() argument
1488 wasm_i16x8_extend_low_i8x16(v128_t __a) wasm_i16x8_extend_low_i8x16() argument
1497 wasm_i16x8_extend_high_i8x16(v128_t __a) wasm_i16x8_extend_high_i8x16() argument
1506 wasm_u16x8_extend_low_u8x16(v128_t __a) wasm_u16x8_extend_low_u8x16() argument
1515 wasm_u16x8_extend_high_u8x16(v128_t __a) wasm_u16x8_extend_high_u8x16() argument
1524 wasm_i32x4_extend_low_i16x8(v128_t __a) wasm_i32x4_extend_low_i16x8() argument
1532 wasm_i32x4_extend_high_i16x8(v128_t __a) wasm_i32x4_extend_high_i16x8() argument
1540 wasm_u32x4_extend_low_u16x8(v128_t __a) wasm_u32x4_extend_low_u16x8() argument
1548 wasm_u32x4_extend_high_u16x8(v128_t __a) wasm_u32x4_extend_high_u16x8() argument
1556 wasm_i64x2_extend_low_i32x4(v128_t __a) wasm_i64x2_extend_low_i32x4() argument
1562 wasm_i64x2_extend_high_i32x4(v128_t __a) wasm_i64x2_extend_high_i32x4() argument
1568 wasm_u64x2_extend_low_u32x4(v128_t __a) wasm_u64x2_extend_low_u32x4() argument
1574 wasm_u64x2_extend_high_u32x4(v128_t __a) wasm_u64x2_extend_high_u32x4() argument
1580 wasm_i16x8_extadd_pairwise_i8x16(v128_t __a) wasm_i16x8_extadd_pairwise_i8x16() argument
1585 wasm_u16x8_extadd_pairwise_u8x16(v128_t __a) wasm_u16x8_extadd_pairwise_u8x16() argument
1590 wasm_i32x4_extadd_pairwise_i16x8(v128_t __a) wasm_i32x4_extadd_pairwise_i16x8() argument
1595 wasm_u32x4_extadd_pairwise_u16x8(v128_t __a) wasm_u32x4_extadd_pairwise_u16x8() argument
1600 wasm_i16x8_extmul_low_i8x16(v128_t __a,v128_t __b) wasm_i16x8_extmul_low_i8x16() argument
1606 wasm_i16x8_extmul_high_i8x16(v128_t __a,v128_t __b) wasm_i16x8_extmul_high_i8x16() argument
1612 wasm_u16x8_extmul_low_u8x16(v128_t __a,v128_t __b) wasm_u16x8_extmul_low_u8x16() argument
1618 wasm_u16x8_extmul_high_u8x16(v128_t __a,v128_t __b) wasm_u16x8_extmul_high_u8x16() argument
1624 wasm_i32x4_extmul_low_i16x8(v128_t __a,v128_t __b) wasm_i32x4_extmul_low_i16x8() argument
1630 wasm_i32x4_extmul_high_i16x8(v128_t __a,v128_t __b) wasm_i32x4_extmul_high_i16x8() argument
1636 wasm_u32x4_extmul_low_u16x8(v128_t __a,v128_t __b) wasm_u32x4_extmul_low_u16x8() argument
1642 wasm_u32x4_extmul_high_u16x8(v128_t __a,v128_t __b) wasm_u32x4_extmul_high_u16x8() argument
1648 wasm_i64x2_extmul_low_i32x4(v128_t __a,v128_t __b) wasm_i64x2_extmul_low_i32x4() argument
1654 wasm_i64x2_extmul_high_i32x4(v128_t __a,v128_t __b) wasm_i64x2_extmul_high_i32x4() argument
1660 wasm_u64x2_extmul_low_u32x4(v128_t __a,v128_t __b) wasm_u64x2_extmul_low_u32x4() argument
1666 wasm_u64x2_extmul_high_u32x4(v128_t __a,v128_t __b) wasm_u64x2_extmul_high_u32x4() argument
1671 wasm_i16x8_q15mulr_sat(v128_t __a,v128_t __b) wasm_i16x8_q15mulr_sat() argument
1743 wasm_v8x16_shuffle(__a,__b,__c0,__c1,__c2,__c3,__c4,__c5,__c6,__c7,__c8,__c9,__c10,__c11,__c12,__c13,__c14,__c15) global() argument
1750 wasm_v16x8_shuffle(__a,__b,__c0,__c1,__c2,__c3,__c4,__c5,__c6,__c7) global() argument
1755 wasm_v32x4_shuffle(__a,__b,__c0,__c1,__c2,__c3) global() argument
1759 wasm_v64x2_shuffle(__a,__b,__c0,__c1) global() argument
1770 wasm_f32x4_relaxed_madd(v128_t __a,v128_t __b,v128_t __c) wasm_f32x4_relaxed_madd() argument
1776 wasm_f32x4_relaxed_nmadd(v128_t __a,v128_t __b,v128_t __c) wasm_f32x4_relaxed_nmadd() argument
1782 wasm_f64x2_relaxed_madd(v128_t __a,v128_t __b,v128_t __c) wasm_f64x2_relaxed_madd() argument
1788 wasm_f64x2_relaxed_nmadd(v128_t __a,v128_t __b,v128_t __c) wasm_f64x2_relaxed_nmadd() argument
1794 wasm_i8x16_relaxed_laneselect(v128_t __a,v128_t __b,v128_t __m) wasm_i8x16_relaxed_laneselect() argument
1800 wasm_i16x8_relaxed_laneselect(v128_t __a,v128_t __b,v128_t __m) wasm_i16x8_relaxed_laneselect() argument
1806 wasm_i32x4_relaxed_laneselect(v128_t __a,v128_t __b,v128_t __m) wasm_i32x4_relaxed_laneselect() argument
1812 wasm_i64x2_relaxed_laneselect(v128_t __a,v128_t __b,v128_t __m) wasm_i64x2_relaxed_laneselect() argument
1818 wasm_i8x16_relaxed_swizzle(v128_t __a,v128_t __s) wasm_i8x16_relaxed_swizzle() argument
1823 wasm_f32x4_relaxed_min(v128_t __a,v128_t __b) wasm_f32x4_relaxed_min() argument
1828 wasm_f32x4_relaxed_max(v128_t __a,v128_t __b) wasm_f32x4_relaxed_max() argument
1833 wasm_f64x2_relaxed_min(v128_t __a,v128_t __b) wasm_f64x2_relaxed_min() argument
1838 wasm_f64x2_relaxed_max(v128_t __a,v128_t __b) wasm_f64x2_relaxed_max() argument
1844 wasm_i32x4_relaxed_trunc_f32x4(v128_t __a) wasm_i32x4_relaxed_trunc_f32x4() argument
1849 wasm_u32x4_relaxed_trunc_f32x4(v128_t __a) wasm_u32x4_relaxed_trunc_f32x4() argument
1854 wasm_i32x4_relaxed_trunc_f64x2_zero(v128_t __a) wasm_i32x4_relaxed_trunc_f64x2_zero() argument
1859 wasm_u32x4_relaxed_trunc_f64x2_zero(v128_t __a) wasm_u32x4_relaxed_trunc_f64x2_zero() argument
1864 wasm_i16x8_relaxed_q15mulr(v128_t __a,v128_t __b) wasm_i16x8_relaxed_q15mulr() argument
1870 wasm_i16x8_relaxed_dot_i8x16_i7x16(v128_t __a,v128_t __b) wasm_i16x8_relaxed_dot_i8x16_i7x16() argument
1876 wasm_i32x4_relaxed_dot_i8x16_i7x16_add(v128_t __a,v128_t __b,v128_t __c) wasm_i32x4_relaxed_dot_i8x16_i7x16_add() argument
1884 wasm_v8x16_swizzle(v128_t __a,v128_t __b) wasm_v8x16_swizzle() argument
1889 wasm_i8x16_any_true(v128_t __a) wasm_i8x16_any_true() argument
1894 wasm_i16x8_any_true(v128_t __a) wasm_i16x8_any_true() argument
1899 wasm_i32x4_any_true(v128_t __a) wasm_i32x4_any_true() argument
1904 wasm_i8x16_add_saturate(v128_t __a,v128_t __b) wasm_i8x16_add_saturate() argument
1909 wasm_u8x16_add_saturate(v128_t __a,v128_t __b) wasm_u8x16_add_saturate() argument
1914 wasm_i8x16_sub_saturate(v128_t __a,v128_t __b) wasm_i8x16_sub_saturate() argument
1919 wasm_u8x16_sub_saturate(v128_t __a,v128_t __b) wasm_u8x16_sub_saturate() argument
1924 wasm_i16x8_add_saturate(v128_t __a,v128_t __b) wasm_i16x8_add_saturate() argument
1929 wasm_u16x8_add_saturate(v128_t __a,v128_t __b) wasm_u16x8_add_saturate() argument
1934 wasm_i16x8_sub_saturate(v128_t __a,v128_t __b) wasm_i16x8_sub_saturate() argument
1939 wasm_u16x8_sub_saturate(v128_t __a,v128_t __b) wasm_u16x8_sub_saturate() argument
1944 wasm_i16x8_widen_low_i8x16(v128_t __a) wasm_i16x8_widen_low_i8x16() argument
1949 wasm_i16x8_widen_high_i8x16(v128_t __a) wasm_i16x8_widen_high_i8x16() argument
1954 wasm_i16x8_widen_low_u8x16(v128_t __a) wasm_i16x8_widen_low_u8x16() argument
1959 wasm_i16x8_widen_high_u8x16(v128_t __a) wasm_i16x8_widen_high_u8x16() argument
1964 wasm_i32x4_widen_low_i16x8(v128_t __a) wasm_i32x4_widen_low_i16x8() argument
1969 wasm_i32x4_widen_high_i16x8(v128_t __a) wasm_i32x4_widen_high_i16x8() argument
1974 wasm_i32x4_widen_low_u16x8(v128_t __a) wasm_i32x4_widen_low_u16x8() argument
1979 wasm_i32x4_widen_high_u16x8(v128_t __a) wasm_i32x4_widen_high_u16x8() argument
1984 wasm_i32x4_trunc_saturate_f32x4(v128_t __a) wasm_i32x4_trunc_saturate_f32x4() argument
1989 wasm_u32x4_trunc_saturate_f32x4(v128_t __a) wasm_u32x4_trunc_saturate_f32x4() argument
[all...]
H A Dxmmintrin.h58 _mm_add_ss(__m128 __a,__m128 __b) _mm_add_ss() argument
78 _mm_add_ps(__m128 __a,__m128 __b) _mm_add_ps() argument
100 _mm_sub_ss(__m128 __a,__m128 __b) _mm_sub_ss() argument
121 _mm_sub_ps(__m128 __a,__m128 __b) _mm_sub_ps() argument
143 _mm_mul_ss(__m128 __a,__m128 __b) _mm_mul_ss() argument
163 _mm_mul_ps(__m128 __a,__m128 __b) _mm_mul_ps() argument
185 _mm_div_ss(__m128 __a,__m128 __b) _mm_div_ss() argument
204 _mm_div_ps(__m128 __a,__m128 __b) _mm_div_ps() argument
222 _mm_sqrt_ss(__m128 __a) _mm_sqrt_ss() argument
239 _mm_sqrt_ps(__m128 __a) _mm_sqrt_ps() argument
257 _mm_rcp_ss(__m128 __a) _mm_rcp_ss() argument
274 _mm_rcp_ps(__m128 __a) _mm_rcp_ps() argument
293 _mm_rsqrt_ss(__m128 __a) _mm_rsqrt_ss() argument
310 _mm_rsqrt_ps(__m128 __a) _mm_rsqrt_ps() argument
335 _mm_min_ss(__m128 __a,__m128 __b) _mm_min_ss() argument
356 _mm_min_ps(__m128 __a,__m128 __b) _mm_min_ps() argument
381 _mm_max_ss(__m128 __a,__m128 __b) _mm_max_ss() argument
402 _mm_max_ps(__m128 __a,__m128 __b) _mm_max_ps() argument
420 _mm_and_ps(__m128 __a,__m128 __b) _mm_and_ps() argument
442 _mm_andnot_ps(__m128 __a,__m128 __b) _mm_andnot_ps() argument
460 _mm_or_ps(__m128 __a,__m128 __b) _mm_or_ps() argument
479 _mm_xor_ps(__m128 __a,__m128 __b) _mm_xor_ps() argument
504 _mm_cmpeq_ss(__m128 __a,__m128 __b) _mm_cmpeq_ss() argument
525 _mm_cmpeq_ps(__m128 __a,__m128 __b) _mm_cmpeq_ps() argument
551 _mm_cmplt_ss(__m128 __a,__m128 __b) _mm_cmplt_ss() argument
573 _mm_cmplt_ps(__m128 __a,__m128 __b) _mm_cmplt_ps() argument
599 _mm_cmple_ss(__m128 __a,__m128 __b) _mm_cmple_ss() argument
621 _mm_cmple_ps(__m128 __a,__m128 __b) _mm_cmple_ps() argument
647 _mm_cmpgt_ss(__m128 __a,__m128 __b) _mm_cmpgt_ss() argument
671 _mm_cmpgt_ps(__m128 __a,__m128 __b) _mm_cmpgt_ps() argument
697 _mm_cmpge_ss(__m128 __a,__m128 __b) _mm_cmpge_ss() argument
721 _mm_cmpge_ps(__m128 __a,__m128 __b) _mm_cmpge_ps() argument
747 _mm_cmpneq_ss(__m128 __a,__m128 __b) _mm_cmpneq_ss() argument
769 _mm_cmpneq_ps(__m128 __a,__m128 __b) _mm_cmpneq_ps() argument
796 _mm_cmpnlt_ss(__m128 __a,__m128 __b) _mm_cmpnlt_ss() argument
819 _mm_cmpnlt_ps(__m128 __a,__m128 __b) _mm_cmpnlt_ps() argument
846 _mm_cmpnle_ss(__m128 __a,__m128 __b) _mm_cmpnle_ss() argument
869 _mm_cmpnle_ps(__m128 __a,__m128 __b) _mm_cmpnle_ps() argument
896 _mm_cmpngt_ss(__m128 __a,__m128 __b) _mm_cmpngt_ss() argument
921 _mm_cmpngt_ps(__m128 __a,__m128 __b) _mm_cmpngt_ps() argument
948 _mm_cmpnge_ss(__m128 __a,__m128 __b) _mm_cmpnge_ss() argument
973 _mm_cmpnge_ps(__m128 __a,__m128 __b) _mm_cmpnge_ps() argument
1000 _mm_cmpord_ss(__m128 __a,__m128 __b) _mm_cmpord_ss() argument
1024 _mm_cmpord_ps(__m128 __a,__m128 __b) _mm_cmpord_ps() argument
1051 _mm_cmpunord_ss(__m128 __a,__m128 __b) _mm_cmpunord_ss() argument
1075 _mm_cmpunord_ps(__m128 __a,__m128 __b) _mm_cmpunord_ps() argument
1099 _mm_comieq_ss(__m128 __a,__m128 __b) _mm_comieq_ss() argument
1124 _mm_comilt_ss(__m128 __a,__m128 __b) _mm_comilt_ss() argument
1148 _mm_comile_ss(__m128 __a,__m128 __b) _mm_comile_ss() argument
1172 _mm_comigt_ss(__m128 __a,__m128 __b) _mm_comigt_ss() argument
1196 _mm_comige_ss(__m128 __a,__m128 __b) _mm_comige_ss() argument
1220 _mm_comineq_ss(__m128 __a,__m128 __b) _mm_comineq_ss() argument
1243 _mm_ucomieq_ss(__m128 __a,__m128 __b) _mm_ucomieq_ss() argument
1267 _mm_ucomilt_ss(__m128 __a,__m128 __b) _mm_ucomilt_ss() argument
1291 _mm_ucomile_ss(__m128 __a,__m128 __b) _mm_ucomile_ss() argument
1315 _mm_ucomigt_ss(__m128 __a,__m128 __b) _mm_ucomigt_ss() argument
1339 _mm_ucomige_ss(__m128 __a,__m128 __b) _mm_ucomige_ss() argument
1362 _mm_ucomineq_ss(__m128 __a,__m128 __b) _mm_ucomineq_ss() argument
1384 _mm_cvtss_si32(__m128 __a) _mm_cvtss_si32() argument
1406 _mm_cvt_ss2si(__m128 __a) _mm_cvt_ss2si() argument
1430 _mm_cvtss_si64(__m128 __a) _mm_cvtss_si64() argument
1452 _mm_cvtps_pi32(__m128 __a) _mm_cvtps_pi32() argument
1472 _mm_cvt_ps2pi(__m128 __a) _mm_cvt_ps2pi() argument
1494 _mm_cvttss_si32(__m128 __a) _mm_cvttss_si32() argument
1516 _mm_cvtt_ss2si(__m128 __a) _mm_cvtt_ss2si() argument
1539 _mm_cvttss_si64(__m128 __a) _mm_cvttss_si64() argument
1562 _mm_cvttps_pi32(__m128 __a) _mm_cvttps_pi32() argument
1583 _mm_cvtt_ps2pi(__m128 __a) _mm_cvtt_ps2pi() argument
1605 _mm_cvtsi32_ss(__m128 __a,int __b) _mm_cvtsi32_ss() argument
1628 _mm_cvt_si2ss(__m128 __a,int __b) _mm_cvt_si2ss() argument
1652 _mm_cvtsi64_ss(__m128 __a,long long __b) _mm_cvtsi64_ss() argument
1678 _mm_cvtpi32_ps(__m128 __a,__m64 __b) _mm_cvtpi32_ps() argument
1701 _mm_cvt_pi2ps(__m128 __a,__m64 __b) _mm_cvt_pi2ps() argument
1718 _mm_cvtss_f32(__m128 __a) _mm_cvtss_f32() argument
1739 _mm_loadh_pi(__m128 __a,const __m64 * __p) _mm_loadh_pi() argument
1766 _mm_loadl_pi(__m128 __a,const __m64 * __p) _mm_loadl_pi() argument
1879 __m128 __a = _mm_load_ps(__p); _mm_loadr_ps() local
2035 _mm_storeh_pi(__m64 * __p,__m128 __a) _mm_storeh_pi() argument
2056 _mm_storel_pi(__m64 * __p,__m128 __a) _mm_storel_pi() argument
2077 _mm_store_ss(float * __p,__m128 __a) _mm_store_ss() argument
2098 _mm_storeu_ps(float * __p,__m128 __a) _mm_storeu_ps() argument
2119 _mm_store_ps(float * __p,__m128 __a) _mm_store_ps() argument
2138 _mm_store1_ps(float * __p,__m128 __a) _mm_store1_ps() argument
2158 _mm_store_ps1(float * __p,__m128 __a) _mm_store_ps1() argument
2177 _mm_storer_ps(float * __p,__m128 __a) _mm_storer_ps() argument
2235 _mm_stream_pi(void * __p,__m64 __a) _mm_stream_pi() argument
2254 _mm_stream_ps(void * __p,__m128 __a) _mm_stream_ps() argument
2346 _mm_max_pi16(__m64 __a,__m64 __b) _mm_max_pi16() argument
2365 _mm_max_pu8(__m64 __a,__m64 __b) _mm_max_pu8() argument
2384 _mm_min_pi16(__m64 __a,__m64 __b) _mm_min_pi16() argument
2403 _mm_min_pu8(__m64 __a,__m64 __b) _mm_min_pu8() argument
2421 _mm_movemask_pi8(__m64 __a) _mm_movemask_pi8() argument
2440 _mm_mulhi_pu16(__m64 __a,__m64 __b) _mm_mulhi_pu16() argument
2525 _mm_avg_pu8(__m64 __a,__m64 __b) _mm_avg_pu8() argument
2544 _mm_avg_pu16(__m64 __a,__m64 __b) _mm_avg_pu16() argument
2566 _mm_sad_pu8(__m64 __a,__m64 __b) _mm_sad_pu8() argument
2745 _mm_unpackhi_ps(__m128 __a,__m128 __b) _mm_unpackhi_ps() argument
2767 _mm_unpacklo_ps(__m128 __a,__m128 __b) _mm_unpacklo_ps() argument
2789 _mm_move_ss(__m128 __a,__m128 __b) _mm_move_ss() argument
2811 _mm_movehl_ps(__m128 __a,__m128 __b) _mm_movehl_ps() argument
2832 _mm_movelh_ps(__m128 __a,__m128 __b) _mm_movelh_ps() argument
2850 _mm_cvtpi16_ps(__m64 __a) _mm_cvtpi16_ps() argument
2880 _mm_cvtpu16_ps(__m64 __a) _mm_cvtpu16_ps() argument
2909 _mm_cvtpi8_ps(__m64 __a) _mm_cvtpi8_ps() argument
2934 _mm_cvtpu8_ps(__m64 __a) _mm_cvtpu8_ps() argument
2961 _mm_cvtpi32x2_ps(__m64 __a,__m64 __b) _mm_cvtpi32x2_ps() argument
2990 _mm_cvtps_pi16(__m128 __a) _mm_cvtps_pi16() argument
3020 _mm_cvtps_pi8(__m128 __a) _mm_cvtps_pi8() argument
3045 _mm_movemask_ps(__m128 __a) _mm_movemask_ps() argument
[all...]
H A Dpmmintrin.h58 _mm_addsub_ps(__m128 __a,__m128 __b) _mm_addsub_ps() argument
81 _mm_hadd_ps(__m128 __a,__m128 __b) _mm_hadd_ps() argument
104 _mm_hsub_ps(__m128 __a,__m128 __b) _mm_hsub_ps() argument
126 _mm_movehdup_ps(__m128 __a) _mm_movehdup_ps() argument
147 _mm_moveldup_ps(__m128 __a) _mm_moveldup_ps() argument
166 _mm_addsub_pd(__m128d __a,__m128d __b) _mm_addsub_pd() argument
189 _mm_hadd_pd(__m128d __a,__m128d __b) _mm_hadd_pd() argument
212 _mm_hsub_pd(__m128d __a,__m128d __b) _mm_hsub_pd() argument
248 _mm_movedup_pd(__m128d __a) _mm_movedup_pd() argument
[all...]
H A Dcetintrin.h21 static __inline__ void __DEFAULT_FN_ATTRS _incsspd(int __a) { in _incsspd()
26 static __inline__ void __DEFAULT_FN_ATTRS _incsspq(unsigned long long __a) { in _incsspq()
32 static __inline__ void __DEFAULT_FN_ATTRS _inc_ssp(unsigned int __a) { in _inc_ssp()
36 static __inline__ void __DEFAULT_FN_ATTRS _inc_ssp(unsigned int __a) { in _inc_ssp()
41 static __inline__ unsigned int __DEFAULT_FN_ATTRS _rdsspd(unsigned int __a) { in _rdsspd()
54 static __inline__ unsigned long long __DEFAULT_FN_ATTRS _rdsspq(unsigned long long __a) { in _rdsspq()
85 static __inline__ void __DEFAULT_FN_ATTRS _wrssd(unsigned int __a, void * __p) { in _wrssd()
90 static __inline__ void __DEFAULT_FN_ATTRS _wrssq(unsigned long long __a, void * __p) { in _wrssq()
95 static __inline__ void __DEFAULT_FN_ATTRS _wrussd(unsigned int __a, void * __p) { in _wrussd()
100 static __inline__ void __DEFAULT_FN_ATTRS _wrussq(unsigned long long __a, void * __p) { in _wrussq()
H A Davx2intrin.h99 _mm256_abs_epi8(__m256i __a) _mm256_abs_epi8() argument
116 _mm256_abs_epi16(__m256i __a) _mm256_abs_epi16() argument
133 _mm256_abs_epi32(__m256i __a) _mm256_abs_epi32() argument
164 _mm256_packs_epi16(__m256i __a,__m256i __b) _mm256_packs_epi16() argument
196 _mm256_packs_epi32(__m256i __a,__m256i __b) _mm256_packs_epi32() argument
227 _mm256_packus_epi16(__m256i __a,__m256i __b) _mm256_packus_epi16() argument
278 _mm256_add_epi8(__m256i __a,__m256i __b) _mm256_add_epi8() argument
297 _mm256_add_epi16(__m256i __a,__m256i __b) _mm256_add_epi16() argument
316 _mm256_add_epi32(__m256i __a,__m256i __b) _mm256_add_epi32() argument
335 _mm256_add_epi64(__m256i __a,__m256i __b) _mm256_add_epi64() argument
354 _mm256_adds_epi8(__m256i __a,__m256i __b) _mm256_adds_epi8() argument
372 _mm256_adds_epi16(__m256i __a,__m256i __b) _mm256_adds_epi16() argument
391 _mm256_adds_epu8(__m256i __a,__m256i __b) _mm256_adds_epu8() argument
409 _mm256_adds_epu16(__m256i __a,__m256i __b) _mm256_adds_epu16() argument
455 _mm256_and_si256(__m256i __a,__m256i __b) _mm256_and_si256() argument
473 _mm256_andnot_si256(__m256i __a,__m256i __b) _mm256_andnot_si256() argument
499 _mm256_avg_epu8(__m256i __a,__m256i __b) _mm256_avg_epu8() argument
525 _mm256_avg_epu16(__m256i __a,__m256i __b) _mm256_avg_epu16() argument
628 _mm256_cmpeq_epi8(__m256i __a,__m256i __b) _mm256_cmpeq_epi8() argument
654 _mm256_cmpeq_epi16(__m256i __a,__m256i __b) _mm256_cmpeq_epi16() argument
680 _mm256_cmpeq_epi32(__m256i __a,__m256i __b) _mm256_cmpeq_epi32() argument
706 _mm256_cmpeq_epi64(__m256i __a,__m256i __b) _mm256_cmpeq_epi64() argument
732 _mm256_cmpgt_epi8(__m256i __a,__m256i __b) _mm256_cmpgt_epi8() argument
760 _mm256_cmpgt_epi16(__m256i __a,__m256i __b) _mm256_cmpgt_epi16() argument
786 _mm256_cmpgt_epi32(__m256i __a,__m256i __b) _mm256_cmpgt_epi32() argument
812 _mm256_cmpgt_epi64(__m256i __a,__m256i __b) _mm256_cmpgt_epi64() argument
848 _mm256_hadd_epi16(__m256i __a,__m256i __b) _mm256_hadd_epi16() argument
880 _mm256_hadd_epi32(__m256i __a,__m256i __b) _mm256_hadd_epi32() argument
915 _mm256_hadds_epi16(__m256i __a,__m256i __b) _mm256_hadds_epi16() argument
951 _mm256_hsub_epi16(__m256i __a,__m256i __b) _mm256_hsub_epi16() argument
983 _mm256_hsub_epi32(__m256i __a,__m256i __b) _mm256_hsub_epi32() argument
1019 _mm256_hsubs_epi16(__m256i __a,__m256i __b) _mm256_hsubs_epi16() argument
1049 _mm256_maddubs_epi16(__m256i __a,__m256i __b) _mm256_maddubs_epi16() argument
1081 _mm256_madd_epi16(__m256i __a,__m256i __b) _mm256_madd_epi16() argument
1100 _mm256_max_epi8(__m256i __a,__m256i __b) _mm256_max_epi8() argument
1119 _mm256_max_epi16(__m256i __a,__m256i __b) _mm256_max_epi16() argument
1138 _mm256_max_epi32(__m256i __a,__m256i __b) _mm256_max_epi32() argument
1157 _mm256_max_epu8(__m256i __a,__m256i __b) _mm256_max_epu8() argument
1176 _mm256_max_epu16(__m256i __a,__m256i __b) _mm256_max_epu16() argument
1195 _mm256_max_epu32(__m256i __a,__m256i __b) _mm256_max_epu32() argument
1214 _mm256_min_epi8(__m256i __a,__m256i __b) _mm256_min_epi8() argument
1233 _mm256_min_epi16(__m256i __a,__m256i __b) _mm256_min_epi16() argument
1252 _mm256_min_epi32(__m256i __a,__m256i __b) _mm256_min_epi32() argument
1271 _mm256_min_epu8(__m256i __a,__m256i __b) _mm256_min_epu8() argument
1290 _mm256_min_epu16(__m256i __a,__m256i __b) _mm256_min_epu16() argument
1309 _mm256_min_epu32(__m256i __a,__m256i __b) _mm256_min_epu32() argument
1332 _mm256_movemask_epi8(__m256i __a) _mm256_movemask_epi8() argument
1670 _mm256_mul_epi32(__m256i __a,__m256i __b) _mm256_mul_epi32() argument
1697 _mm256_mulhrs_epi16(__m256i __a,__m256i __b) _mm256_mulhrs_epi16() argument
1716 _mm256_mulhi_epu16(__m256i __a,__m256i __b) _mm256_mulhi_epu16() argument
1735 _mm256_mulhi_epi16(__m256i __a,__m256i __b) _mm256_mulhi_epi16() argument
1754 _mm256_mullo_epi16(__m256i __a,__m256i __b) _mm256_mullo_epi16() argument
1773 _mm256_mullo_epi32(__m256i __a,__m256i __b) _mm256_mullo_epi32() argument
1799 _mm256_mul_epu32(__m256i __a,__m256i __b) _mm256_mul_epu32() argument
1817 _mm256_or_si256(__m256i __a,__m256i __b) _mm256_or_si256() argument
1862 _mm256_sad_epu8(__m256i __a,__m256i __b) _mm256_sad_epu8() argument
1901 _mm256_shuffle_epi8(__m256i __a,__m256i __b) _mm256_shuffle_epi8() argument
2028 _mm256_sign_epi8(__m256i __a,__m256i __b) _mm256_sign_epi8() argument
2049 _mm256_sign_epi16(__m256i __a,__m256i __b) _mm256_sign_epi16() argument
2070 _mm256_sign_epi32(__m256i __a,__m256i __b) _mm256_sign_epi32() argument
2129 _mm256_slli_epi16(__m256i __a,int __count) _mm256_slli_epi16() argument
2150 _mm256_sll_epi16(__m256i __a,__m128i __count) _mm256_sll_epi16() argument
2169 _mm256_slli_epi32(__m256i __a,int __count) _mm256_slli_epi32() argument
2190 _mm256_sll_epi32(__m256i __a,__m128i __count) _mm256_sll_epi32() argument
2209 _mm256_slli_epi64(__m256i __a,int __count) _mm256_slli_epi64() argument
2230 _mm256_sll_epi64(__m256i __a,__m128i __count) _mm256_sll_epi64() argument
2250 _mm256_srai_epi16(__m256i __a,int __count) _mm256_srai_epi16() argument
2272 _mm256_sra_epi16(__m256i __a,__m128i __count) _mm256_sra_epi16() argument
2292 _mm256_srai_epi32(__m256i __a,int __count) _mm256_srai_epi32() argument
2314 _mm256_sra_epi32(__m256i __a,__m128i __count) _mm256_sra_epi32() argument
2373 _mm256_srli_epi16(__m256i __a,int __count) _mm256_srli_epi16() argument
2394 _mm256_srl_epi16(__m256i __a,__m128i __count) _mm256_srl_epi16() argument
2413 _mm256_srli_epi32(__m256i __a,int __count) _mm256_srli_epi32() argument
2434 _mm256_srl_epi32(__m256i __a,__m128i __count) _mm256_srl_epi32() argument
2453 _mm256_srli_epi64(__m256i __a,int __count) _mm256_srli_epi64() argument
2474 _mm256_srl_epi64(__m256i __a,__m128i __count) _mm256_srl_epi64() argument
2501 _mm256_sub_epi8(__m256i __a,__m256i __b) _mm256_sub_epi8() argument
2528 _mm256_sub_epi16(__m256i __a,__m256i __b) _mm256_sub_epi16() argument
2554 _mm256_sub_epi32(__m256i __a,__m256i __b) _mm256_sub_epi32() argument
2580 _mm256_sub_epi64(__m256i __a,__m256i __b) _mm256_sub_epi64() argument
2606 _mm256_subs_epi8(__m256i __a,__m256i __b) _mm256_subs_epi8() argument
2632 _mm256_subs_epi16(__m256i __a,__m256i __b) _mm256_subs_epi16() argument
2659 _mm256_subs_epu8(__m256i __a,__m256i __b) _mm256_subs_epu8() argument
2685 _mm256_subs_epu16(__m256i __a,__m256i __b) _mm256_subs_epu16() argument
2719 _mm256_unpackhi_epi8(__m256i __a,__m256i __b) _mm256_unpackhi_epi8() argument
2754 _mm256_unpackhi_epi16(__m256i __a,__m256i __b) _mm256_unpackhi_epi16() argument
2788 _mm256_unpackhi_epi32(__m256i __a,__m256i __b) _mm256_unpackhi_epi32() argument
2818 _mm256_unpackhi_epi64(__m256i __a,__m256i __b) _mm256_unpackhi_epi64() argument
2852 _mm256_unpacklo_epi8(__m256i __a,__m256i __b) _mm256_unpacklo_epi8() argument
2887 _mm256_unpacklo_epi16(__m256i __a,__m256i __b) _mm256_unpacklo_epi16() argument
2921 _mm256_unpacklo_epi32(__m256i __a,__m256i __b) _mm256_unpacklo_epi32() argument
2951 _mm256_unpacklo_epi64(__m256i __a,__m256i __b) _mm256_unpacklo_epi64() argument
2969 _mm256_xor_si256(__m256i __a,__m256i __b) _mm256_xor_si256() argument
3021 _mm_broadcastsd_pd(__m128d __a) _mm_broadcastsd_pd() argument
3303 _mm256_permutevar8x32_epi32(__m256i __a,__m256i __b) _mm256_permutevar8x32_epi32() argument
3361 _mm256_permutevar8x32_ps(__m256 __a,__m256i __b) _mm256_permutevar8x32_ps() argument
[all...]
H A Darm_acle.h269 __smulbb(int32_t __a, int32_t __b) { in __smultb() argument
273 __smulbt(int32_t __a, int32_t __b) { in __smultt() argument
277 __smultb(int32_t __a, int32_t __b) { in __smulwb() argument
281 __smultt(int32_t __a, int32_t __b) { in __smulwt() argument
261 __smulbb(int32_t __a,int32_t __b) __smulbb() argument
265 __smulbt(int32_t __a,int32_t __b) __smulbt() argument
319 __smlabb(int32_t __a,int32_t __b,int32_t __c) __smlabb() argument
323 __smlabt(int32_t __a,int32_t __b,int32_t __c) __smlabt() argument
327 __smlatb(int32_t __a,int32_t __b,int32_t __c) __smlatb() argument
331 __smlatt(int32_t __a,int32_t __b,int32_t __c) __smlatt() argument
335 __smlawb(int32_t __a,int32_t __b,int32_t __c) __smlawb() argument
339 __smlawt(int32_t __a,int32_t __b,int32_t __c) __smlawt() argument
359 __sxtab16(int16x2_t __a,int8x4_t __b) __sxtab16() argument
363 __sxtb16(int8x4_t __a) __sxtb16() argument
367 __uxtab16(int16x2_t __a,int8x4_t __b) __uxtab16() argument
371 __uxtb16(int8x4_t __a) __uxtb16() argument
379 __sel(uint8x4_t __a,uint8x4_t __b) __sel() argument
387 __qadd8(int8x4_t __a,int8x4_t __b) __qadd8() argument
391 __qsub8(int8x4_t __a,int8x4_t __b) __qsub8() argument
395 __sadd8(int8x4_t __a,int8x4_t __b) __sadd8() argument
399 __shadd8(int8x4_t __a,int8x4_t __b) __shadd8() argument
403 __shsub8(int8x4_t __a,int8x4_t __b) __shsub8() argument
407 __ssub8(int8x4_t __a,int8x4_t __b) __ssub8() argument
411 __uadd8(uint8x4_t __a,uint8x4_t __b) __uadd8() argument
415 __uhadd8(uint8x4_t __a,uint8x4_t __b) __uhadd8() argument
419 __uhsub8(uint8x4_t __a,uint8x4_t __b) __uhsub8() argument
423 __uqadd8(uint8x4_t __a,uint8x4_t __b) __uqadd8() argument
427 __uqsub8(uint8x4_t __a,uint8x4_t __b) __uqsub8() argument
431 __usub8(uint8x4_t __a,uint8x4_t __b) __usub8() argument
439 __usad8(uint8x4_t __a,uint8x4_t __b) __usad8() argument
443 __usada8(uint8x4_t __a,uint8x4_t __b,uint32_t __c) __usada8() argument
451 __qadd16(int16x2_t __a,int16x2_t __b) __qadd16() argument
455 __qasx(int16x2_t __a,int16x2_t __b) __qasx() argument
459 __qsax(int16x2_t __a,int16x2_t __b) __qsax() argument
463 __qsub16(int16x2_t __a,int16x2_t __b) __qsub16() argument
467 __sadd16(int16x2_t __a,int16x2_t __b) __sadd16() argument
471 __sasx(int16x2_t __a,int16x2_t __b) __sasx() argument
475 __shadd16(int16x2_t __a,int16x2_t __b) __shadd16() argument
479 __shasx(int16x2_t __a,int16x2_t __b) __shasx() argument
483 __shsax(int16x2_t __a,int16x2_t __b) __shsax() argument
487 __shsub16(int16x2_t __a,int16x2_t __b) __shsub16() argument
491 __ssax(int16x2_t __a,int16x2_t __b) __ssax() argument
495 __ssub16(int16x2_t __a,int16x2_t __b) __ssub16() argument
499 __uadd16(uint16x2_t __a,uint16x2_t __b) __uadd16() argument
503 __uasx(uint16x2_t __a,uint16x2_t __b) __uasx() argument
507 __uhadd16(uint16x2_t __a,uint16x2_t __b) __uhadd16() argument
511 __uhasx(uint16x2_t __a,uint16x2_t __b) __uhasx() argument
515 __uhsax(uint16x2_t __a,uint16x2_t __b) __uhsax() argument
519 __uhsub16(uint16x2_t __a,uint16x2_t __b) __uhsub16() argument
523 __uqadd16(uint16x2_t __a,uint16x2_t __b) __uqadd16() argument
527 __uqasx(uint16x2_t __a,uint16x2_t __b) __uqasx() argument
531 __uqsax(uint16x2_t __a,uint16x2_t __b) __uqsax() argument
535 __uqsub16(uint16x2_t __a,uint16x2_t __b) __uqsub16() argument
539 __usax(uint16x2_t __a,uint16x2_t __b) __usax() argument
543 __usub16(uint16x2_t __a,uint16x2_t __b) __usub16() argument
551 __smlad(int16x2_t __a,int16x2_t __b,int32_t __c) __smlad() argument
555 __smladx(int16x2_t __a,int16x2_t __b,int32_t __c) __smladx() argument
559 __smlald(int16x2_t __a,int16x2_t __b,int64_t __c) __smlald() argument
563 __smlaldx(int16x2_t __a,int16x2_t __b,int64_t __c) __smlaldx() argument
567 __smlsd(int16x2_t __a,int16x2_t __b,int32_t __c) __smlsd() argument
571 __smlsdx(int16x2_t __a,int16x2_t __b,int32_t __c) __smlsdx() argument
575 __smlsld(int16x2_t __a,int16x2_t __b,int64_t __c) __smlsld() argument
579 __smlsldx(int16x2_t __a,int16x2_t __b,int64_t __c) __smlsldx() argument
583 __smuad(int16x2_t __a,int16x2_t __b) __smuad() argument
587 __smuadx(int16x2_t __a,int16x2_t __b) __smuadx() argument
591 __smusd(int16x2_t __a,int16x2_t __b) __smusd() argument
595 __smusdx(int16x2_t __a,int16x2_t __b) __smusdx() argument
605 __rintn(double __a) __rintn() argument
610 __rintnf(float __a) __rintnf() argument
619 __crc32b(uint32_t __a,uint8_t __b) __crc32b() argument
624 __crc32h(uint32_t __a,uint16_t __b) __crc32h() argument
629 __crc32w(uint32_t __a,uint32_t __b) __crc32w() argument
634 __crc32d(uint32_t __a,uint64_t __b) __crc32d() argument
639 __crc32cb(uint32_t __a,uint8_t __b) __crc32cb() argument
644 __crc32ch(uint32_t __a,uint16_t __b) __crc32ch() argument
649 __crc32cw(uint32_t __a,uint32_t __b) __crc32cw() argument
654 __crc32cd(uint32_t __a,uint64_t __b) __crc32cd() argument
663 __jcvt(double __a) __jcvt() argument
671 __rint32zf(float __a) __rint32zf() argument
676 __rint32z(double __a) __rint32z() argument
681 __rint64zf(float __a) __rint64zf() argument
686 __rint64z(double __a) __rint64z() argument
691 __rint32xf(float __a) __rint32xf() argument
696 __rint32x(double __a) __rint32x() argument
701 __rint64xf(float __a) __rint64xf() argument
706 __rint64x(double __a) __rint64x() argument
[all...]
H A Davxintrin.h74 _mm256_add_pd(__m256d __a,__m256d __b) _mm256_add_pd() argument
92 _mm256_add_ps(__m256 __a,__m256 __b) _mm256_add_ps() argument
110 _mm256_sub_pd(__m256d __a,__m256d __b) _mm256_sub_pd() argument
128 _mm256_sub_ps(__m256 __a,__m256 __b) _mm256_sub_ps() argument
147 _mm256_addsub_pd(__m256d __a,__m256d __b) _mm256_addsub_pd() argument
166 _mm256_addsub_ps(__m256 __a,__m256 __b) _mm256_addsub_ps() argument
184 _mm256_div_pd(__m256d __a,__m256d __b) _mm256_div_pd() argument
202 _mm256_div_ps(__m256 __a,__m256 __b) _mm256_div_ps() argument
223 _mm256_max_pd(__m256d __a,__m256d __b) _mm256_max_pd() argument
244 _mm256_max_ps(__m256 __a,__m256 __b) _mm256_max_ps() argument
265 _mm256_min_pd(__m256d __a,__m256d __b) _mm256_min_pd() argument
286 _mm256_min_ps(__m256 __a,__m256 __b) _mm256_min_ps() argument
304 _mm256_mul_pd(__m256d __a,__m256d __b) _mm256_mul_pd() argument
322 _mm256_mul_ps(__m256 __a,__m256 __b) _mm256_mul_ps() argument
339 _mm256_sqrt_pd(__m256d __a) _mm256_sqrt_pd() argument
356 _mm256_sqrt_ps(__m256 __a) _mm256_sqrt_ps() argument
373 _mm256_rsqrt_ps(__m256 __a) _mm256_rsqrt_ps() argument
390 _mm256_rcp_ps(__m256 __a) _mm256_rcp_ps() argument
542 _mm256_and_pd(__m256d __a,__m256d __b) _mm256_and_pd() argument
560 _mm256_and_ps(__m256 __a,__m256 __b) _mm256_and_ps() argument
581 _mm256_andnot_pd(__m256d __a,__m256d __b) _mm256_andnot_pd() argument
602 _mm256_andnot_ps(__m256 __a,__m256 __b) _mm256_andnot_ps() argument
620 _mm256_or_pd(__m256d __a,__m256d __b) _mm256_or_pd() argument
638 _mm256_or_ps(__m256 __a,__m256 __b) _mm256_or_ps() argument
656 _mm256_xor_pd(__m256d __a,__m256d __b) _mm256_xor_pd() argument
674 _mm256_xor_ps(__m256 __a,__m256 __b) _mm256_xor_ps() argument
698 _mm256_hadd_pd(__m256d __a,__m256d __b) _mm256_hadd_pd() argument
721 _mm256_hadd_ps(__m256 __a,__m256 __b) _mm256_hadd_ps() argument
744 _mm256_hsub_pd(__m256d __a,__m256d __b) _mm256_hsub_pd() argument
767 _mm256_hsub_ps(__m256 __a,__m256 __b) _mm256_hsub_ps() argument
797 _mm_permutevar_pd(__m128d __a,__m128i __c) _mm_permutevar_pd() argument
836 _mm256_permutevar_pd(__m256d __a,__m256i __c) _mm256_permutevar_pd() argument
891 _mm_permutevar_ps(__m128 __a,__m128i __c) _mm_permutevar_ps() argument
982 _mm256_permutevar_ps(__m256 __a,__m256i __c) _mm256_permutevar_ps() argument
1406 _mm256_blendv_pd(__m256d __a,__m256d __b,__m256d __c) _mm256_blendv_pd() argument
1434 _mm256_blendv_ps(__m256 __a,__m256 __b,__m256 __c) _mm256_blendv_ps() argument
2177 _mm256_cvtepi32_pd(__m128i __a) _mm256_cvtepi32_pd() argument
2192 _mm256_cvtepi32_ps(__m256i __a) _mm256_cvtepi32_ps() argument
2208 _mm256_cvtpd_ps(__m256d __a) _mm256_cvtpd_ps() argument
2227 _mm256_cvtps_epi32(__m256 __a) _mm256_cvtps_epi32() argument
2243 _mm256_cvtps_pd(__m128 __a) _mm256_cvtps_pd() argument
2264 _mm256_cvttpd_epi32(__m256d __a) _mm256_cvttpd_epi32() argument
2284 _mm256_cvtpd_epi32(__m256d __a) _mm256_cvtpd_epi32() argument
2304 _mm256_cvttps_epi32(__m256 __a) _mm256_cvttps_epi32() argument
2320 _mm256_cvtsd_f64(__m256d __a) _mm256_cvtsd_f64() argument
2336 _mm256_cvtsi256_si32(__m256i __a) _mm256_cvtsi256_si32() argument
2353 _mm256_cvtss_f32(__m256 __a) _mm256_cvtss_f32() argument
2379 _mm256_movehdup_ps(__m256 __a) _mm256_movehdup_ps() argument
2404 _mm256_moveldup_ps(__m256 __a) _mm256_moveldup_ps() argument
2426 _mm256_movedup_pd(__m256d __a) _mm256_movedup_pd() argument
2449 _mm256_unpackhi_pd(__m256d __a,__m256d __b) _mm256_unpackhi_pd() argument
2471 _mm256_unpacklo_pd(__m256d __a,__m256d __b) _mm256_unpacklo_pd() argument
2498 _mm256_unpackhi_ps(__m256 __a,__m256 __b) _mm256_unpackhi_ps() argument
2525 _mm256_unpacklo_ps(__m256 __a,__m256 __b) _mm256_unpacklo_ps() argument
2555 _mm_testz_pd(__m128d __a,__m128d __b) _mm_testz_pd() argument
2584 _mm_testc_pd(__m128d __a,__m128d __b) _mm_testc_pd() argument
2614 _mm_testnzc_pd(__m128d __a,__m128d __b) _mm_testnzc_pd() argument
2643 _mm_testz_ps(__m128 __a,__m128 __b) _mm_testz_ps() argument
2672 _mm_testc_ps(__m128 __a,__m128 __b) _mm_testc_ps() argument
2702 _mm_testnzc_ps(__m128 __a,__m128 __b) _mm_testnzc_ps() argument
2731 _mm256_testz_pd(__m256d __a,__m256d __b) _mm256_testz_pd() argument
2760 _mm256_testc_pd(__m256d __a,__m256d __b) _mm256_testc_pd() argument
2790 _mm256_testnzc_pd(__m256d __a,__m256d __b) _mm256_testnzc_pd() argument
2819 _mm256_testz_ps(__m256 __a,__m256 __b) _mm256_testz_ps() argument
2848 _mm256_testc_ps(__m256 __a,__m256 __b) _mm256_testc_ps() argument
2878 _mm256_testnzc_ps(__m256 __a,__m256 __b) _mm256_testnzc_ps() argument
2904 _mm256_testz_si256(__m256i __a,__m256i __b) _mm256_testz_si256() argument
2930 _mm256_testc_si256(__m256i __a,__m256i __b) _mm256_testc_si256() argument
2957 _mm256_testnzc_si256(__m256i __a,__m256i __b) _mm256_testnzc_si256() argument
2976 _mm256_movemask_pd(__m256d __a) _mm256_movemask_pd() argument
2994 _mm256_movemask_ps(__m256 __a) _mm256_movemask_ps() argument
3036 _mm_broadcast_ss(float const * __a) _mm_broadcast_ss() argument
3058 _mm256_broadcast_sd(double const * __a) _mm256_broadcast_sd() argument
3080 _mm256_broadcast_ss(float const * __a) _mm256_broadcast_ss() argument
3102 _mm256_broadcast_pd(__m128d const * __a) _mm256_broadcast_pd() argument
3122 _mm256_broadcast_ps(__m128 const * __a) _mm256_broadcast_ps() argument
3272 _mm256_store_pd(double * __p,__m256d __a) _mm256_store_pd() argument
3290 _mm256_store_ps(float * __p,__m256 __a) _mm256_store_ps() argument
3308 _mm256_storeu_pd(double * __p,__m256d __a) _mm256_storeu_pd() argument
3328 _mm256_storeu_ps(float * __p,__m256 __a) _mm256_storeu_ps() argument
3349 _mm256_store_si256(__m256i * __p,__m256i __a) _mm256_store_si256() argument
3366 _mm256_storeu_si256(__m256i_u * __p,__m256i __a) _mm256_storeu_si256() argument
3492 _mm256_maskstore_ps(float * __p,__m256i __m,__m256 __a) _mm256_maskstore_ps() argument
3516 _mm_maskstore_pd(double * __p,__m128i __m,__m128d __a) _mm_maskstore_pd() argument
3540 _mm256_maskstore_pd(double * __p,__m256i __m,__m256d __a) _mm256_maskstore_pd() argument
3564 _mm_maskstore_ps(float * __p,__m128i __m,__m128 __a) _mm_maskstore_ps() argument
3584 _mm256_stream_si256(void * __a,__m256i __b) _mm256_stream_si256() argument
3604 _mm256_stream_pd(void * __a,__m256d __b) _mm256_stream_pd() argument
3625 _mm256_stream_ps(void * __p,__m256 __a) _mm256_stream_ps() argument
3693 _mm256_set_pd(double __a,double __b,double __c,double __d) _mm256_set_pd() argument
3732 _mm256_set_ps(float __a,float __b,float __c,float __d,float __e,float __f,float __g,float __h) _mm256_set_ps() argument
3930 _mm256_set_epi64x(long long __a,long long __b,long long __c,long long __d) _mm256_set_epi64x() argument
3959 _mm256_setr_pd(double __a,double __b,double __c,double __d) _mm256_setr_pd() argument
3999 _mm256_setr_ps(float __a,float __b,float __c,float __d,float __e,float __f,float __g,float __h) _mm256_setr_ps() argument
4197 _mm256_setr_epi64x(long long __a,long long __b,long long __c,long long __d) _mm256_setr_epi64x() argument
4371 _mm256_castpd_ps(__m256d __a) _mm256_castpd_ps() argument
4388 _mm256_castpd_si256(__m256d __a) _mm256_castpd_si256() argument
4405 _mm256_castps_pd(__m256 __a) _mm256_castps_pd() argument
4422 _mm256_castps_si256(__m256 __a) _mm256_castps_si256() argument
4439 _mm256_castsi256_ps(__m256i __a) _mm256_castsi256_ps() argument
4456 _mm256_castsi256_pd(__m256i __a) _mm256_castsi256_pd() argument
4473 _mm256_castpd256_pd128(__m256d __a) _mm256_castpd256_pd128() argument
4490 _mm256_castps256_ps128(__m256 __a) _mm256_castps256_ps128() argument
4506 _mm256_castsi256_si128(__m256i __a) _mm256_castsi256_si128() argument
4527 _mm256_castpd128_pd256(__m128d __a) _mm256_castpd128_pd256() argument
4549 _mm256_castps128_ps256(__m128 __a) _mm256_castps128_ps256() argument
4570 _mm256_castsi128_si256(__m128i __a) _mm256_castsi128_si256() argument
4590 _mm256_zextpd128_pd256(__m128d __a) _mm256_zextpd128_pd256() argument
4608 _mm256_zextps128_ps256(__m128 __a) _mm256_zextps128_ps256() argument
4626 _mm256_zextsi128_si256(__m128i __a) _mm256_zextsi128_si256() argument
5055 _mm256_storeu2_m128(float * __addr_hi,float * __addr_lo,__m256 __a) _mm256_storeu2_m128() argument
5084 _mm256_storeu2_m128d(double * __addr_hi,double * __addr_lo,__m256d __a) _mm256_storeu2_m128d() argument
5113 _mm256_storeu2_m128i(__m128i_u * __addr_hi,__m128i_u * __addr_lo,__m256i __a) _mm256_storeu2_m128i() argument
[all...]
H A Davx512vlvp2intersectintrin.h56 _mm256_2intersect_epi32(__m256i __a, __m256i __b, __mmask8 *__m0, __mmask8 *__m1) { in _mm256_2intersect_epi32()
76 _mm256_2intersect_epi64(__m256i __a, __m256i __b, __mmask8 *__m0, __mmask8 *__m1) { in _mm256_2intersect_epi64()
96 _mm_2intersect_epi32(__m128i __a, __m128i __b, __mmask8 *__m0, __mmask8 *__m1) { in _mm_2intersect_epi32()
116 _mm_2intersect_epi64(__m128i __a, __m128i __b, __mmask8 *__m0, __mmask8 *__m1) { in _mm_2intersect_epi64()
H A D__clang_cuda_runtime_wrapper.h231 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt()
232 static inline float rcbrt(float __a) { return rcbrtf(__a); } in rcbrt()
233 static inline float sinpi(float __a) { return sinpif(__a); } in sinpi()
234 static inline float cospi(float __a) { return cospif(__a); } in cospi()
235 static inline void sincospi(float __a, float *__b, float *__c) { in sincospi()
238 static inline float erfcinv(float __a) { return erfcinvf(__a); } in erfcinv()
239 static inline float normcdfinv(float __a) { return normcdfinvf(__a); } in normcdfinv()
240 static inline float normcdf(float __a) { return normcdff(__a); } in normcdf()
241 static inline float erfcx(float __a) { return erfcxf(__a); } in erfcx()
H A Df16cintrin.h39 _cvtsh_ss(unsigned short __a) in _cvtsh_ss()
110 _mm_cvtph_ps(__m128i __a) in _mm_cvtph_ps()
154 _mm256_cvtph_ps(__m128i __a) in _mm256_cvtph_ps()
H A Davx512vp2intersectintrin.h52 _mm512_2intersect_epi32(__m512i __a, __m512i __b, __mmask16 *__m0, __mmask16 *__m1) { in _mm512_2intersect_epi32()
72 _mm512_2intersect_epi64(__m512i __a, __m512i __b, __mmask8 *__m0, __mmask8 *__m1) { in _mm512_2intersect_epi64()
/llvm-project/clang/test/CodeGen/X86/
H A Dsse-builtins-constrained-cmp.c6 test_mm_cmpeq_ps(__m128 __a,__m128 __b) test_mm_cmpeq_ps() argument
15 test_mm_cmpge_ps(__m128 __a,__m128 __b) test_mm_cmpge_ps() argument
24 test_mm_cmpgt_ps(__m128 __a,__m128 __b) test_mm_cmpgt_ps() argument
33 test_mm_cmple_ps(__m128 __a,__m128 __b) test_mm_cmple_ps() argument
42 test_mm_cmplt_ps(__m128 __a,__m128 __b) test_mm_cmplt_ps() argument
51 test_mm_cmpneq_ps(__m128 __a,__m128 __b) test_mm_cmpneq_ps() argument
60 test_mm_cmpnge_ps(__m128 __a,__m128 __b) test_mm_cmpnge_ps() argument
69 test_mm_cmpngt_ps(__m128 __a,__m128 __b) test_mm_cmpngt_ps() argument
78 test_mm_cmpnle_ps(__m128 __a,__m128 __b) test_mm_cmpnle_ps() argument
87 test_mm_cmpnlt_ps(__m128 __a,__m128 __b) test_mm_cmpnlt_ps() argument
96 test_mm_cmpord_ps(__m128 __a,__m128 __b) test_mm_cmpord_ps() argument
105 test_mm_cmpunord_ps(__m128 __a,__m128 __b) test_mm_cmpunord_ps() argument
[all...]
H A Dsse-builtins.c122 __m128 test_mm_cmpge_ss(__m128 __a, __m128 __b) { in test_mm_cmpgt_ps() argument
91 test_mm_cmpeq_ps(__m128 __a,__m128 __b) test_mm_cmpeq_ps() argument
100 test_mm_cmpeq_ss(__m128 __a,__m128 __b) test_mm_cmpeq_ss() argument
106 test_mm_cmpge_ps(__m128 __a,__m128 __b) test_mm_cmpge_ps() argument
115 test_mm_cmpge_ss(__m128 __a,__m128 __b) test_mm_cmpge_ss() argument
131 test_mm_cmpgt_ss(__m128 __a,__m128 __b) test_mm_cmpgt_ss() argument
138 test_mm_cmple_ps(__m128 __a,__m128 __b) test_mm_cmple_ps() argument
147 test_mm_cmple_ss(__m128 __a,__m128 __b) test_mm_cmple_ss() argument
153 test_mm_cmplt_ps(__m128 __a,__m128 __b) test_mm_cmplt_ps() argument
162 test_mm_cmplt_ss(__m128 __a,__m128 __b) test_mm_cmplt_ss() argument
168 test_mm_cmpneq_ps(__m128 __a,__m128 __b) test_mm_cmpneq_ps() argument
177 test_mm_cmpneq_ss(__m128 __a,__m128 __b) test_mm_cmpneq_ss() argument
183 test_mm_cmpnge_ps(__m128 __a,__m128 __b) test_mm_cmpnge_ps() argument
192 test_mm_cmpnge_ss(__m128 __a,__m128 __b) test_mm_cmpnge_ss() argument
199 test_mm_cmpngt_ps(__m128 __a,__m128 __b) test_mm_cmpngt_ps() argument
208 test_mm_cmpngt_ss(__m128 __a,__m128 __b) test_mm_cmpngt_ss() argument
215 test_mm_cmpnle_ps(__m128 __a,__m128 __b) test_mm_cmpnle_ps() argument
224 test_mm_cmpnle_ss(__m128 __a,__m128 __b) test_mm_cmpnle_ss() argument
230 test_mm_cmpnlt_ps(__m128 __a,__m128 __b) test_mm_cmpnlt_ps() argument
239 test_mm_cmpnlt_ss(__m128 __a,__m128 __b) test_mm_cmpnlt_ss() argument
245 test_mm_cmpord_ps(__m128 __a,__m128 __b) test_mm_cmpord_ps() argument
254 test_mm_cmpord_ss(__m128 __a,__m128 __b) test_mm_cmpord_ss() argument
260 test_mm_cmpunord_ps(__m128 __a,__m128 __b) test_mm_cmpunord_ps() argument
269 test_mm_cmpunord_ss(__m128 __a,__m128 __b) test_mm_cmpunord_ss() argument
[all...]
H A Davx512vlbw-builtins.c6 test_mm256_cmpeq_epi8_mask(__m256i __a,__m256i __b) test_mm256_cmpeq_epi8_mask() argument
12 test_mm256_mask_cmpeq_epi8_mask(__mmask32 __u,__m256i __a,__m256i __b) test_mm256_mask_cmpeq_epi8_mask() argument
19 test_mm_cmpeq_epi8_mask(__m128i __a,__m128i __b) test_mm_cmpeq_epi8_mask() argument
25 test_mm_mask_cmpeq_epi8_mask(__mmask16 __u,__m128i __a,__m128i __b) test_mm_mask_cmpeq_epi8_mask() argument
32 test_mm256_cmpeq_epi16_mask(__m256i __a,__m256i __b) test_mm256_cmpeq_epi16_mask() argument
38 test_mm256_mask_cmpeq_epi16_mask(__mmask16 __u,__m256i __a,__m256i __b) test_mm256_mask_cmpeq_epi16_mask() argument
45 test_mm_cmpeq_epi16_mask(__m128i __a,__m128i __b) test_mm_cmpeq_epi16_mask() argument
51 test_mm_mask_cmpeq_epi16_mask(__mmask8 __u,__m128i __a,__m128i __b) test_mm_mask_cmpeq_epi16_mask() argument
58 test_mm256_cmpgt_epi8_mask(__m256i __a,__m256i __b) test_mm256_cmpgt_epi8_mask() argument
64 test_mm256_mask_cmpgt_epi8_mask(__mmask32 __u,__m256i __a,__m256i __b) test_mm256_mask_cmpgt_epi8_mask() argument
71 test_mm_cmpgt_epi8_mask(__m128i __a,__m128i __b) test_mm_cmpgt_epi8_mask() argument
77 test_mm_mask_cmpgt_epi8_mask(__mmask16 __u,__m128i __a,__m128i __b) test_mm_mask_cmpgt_epi8_mask() argument
84 test_mm256_cmpgt_epi16_mask(__m256i __a,__m256i __b) test_mm256_cmpgt_epi16_mask() argument
90 test_mm256_mask_cmpgt_epi16_mask(__mmask16 __u,__m256i __a,__m256i __b) test_mm256_mask_cmpgt_epi16_mask() argument
97 test_mm_cmpgt_epi16_mask(__m128i __a,__m128i __b) test_mm_cmpgt_epi16_mask() argument
103 test_mm_mask_cmpgt_epi16_mask(__mmask8 __u,__m128i __a,__m128i __b) test_mm_mask_cmpgt_epi16_mask() argument
110 test_mm_cmpeq_epu8_mask(__m128i __a,__m128i __b) test_mm_cmpeq_epu8_mask() argument
116 test_mm_mask_cmpeq_epu8_mask(__mmask16 __u,__m128i __a,__m128i __b) test_mm_mask_cmpeq_epu8_mask() argument
123 test_mm_cmpeq_epu16_mask(__m128i __a,__m128i __b) test_mm_cmpeq_epu16_mask() argument
129 test_mm_mask_cmpeq_epu16_mask(__mmask8 __u,__m128i __a,__m128i __b) test_mm_mask_cmpeq_epu16_mask() argument
136 test_mm256_cmpeq_epu8_mask(__m256i __a,__m256i __b) test_mm256_cmpeq_epu8_mask() argument
142 test_mm256_mask_cmpeq_epu8_mask(__mmask32 __u,__m256i __a,__m256i __b) test_mm256_mask_cmpeq_epu8_mask() argument
149 test_mm256_cmpeq_epu16_mask(__m256i __a,__m256i __b) test_mm256_cmpeq_epu16_mask() argument
155 test_mm256_mask_cmpeq_epu16_mask(__mmask16 __u,__m256i __a,__m256i __b) test_mm256_mask_cmpeq_epu16_mask() argument
162 test_mm_cmpgt_epu8_mask(__m128i __a,__m128i __b) test_mm_cmpgt_epu8_mask() argument
168 test_mm_mask_cmpgt_epu8_mask(__mmask16 __u,__m128i __a,__m128i __b) test_mm_mask_cmpgt_epu8_mask() argument
175 test_mm_cmpgt_epu16_mask(__m128i __a,__m128i __b) test_mm_cmpgt_epu16_mask() argument
181 test_mm_mask_cmpgt_epu16_mask(__mmask8 __u,__m128i __a,__m128i __b) test_mm_mask_cmpgt_epu16_mask() argument
188 test_mm256_cmpgt_epu8_mask(__m256i __a,__m256i __b) test_mm256_cmpgt_epu8_mask() argument
194 test_mm256_mask_cmpgt_epu8_mask(__mmask32 __u,__m256i __a,__m256i __b) test_mm256_mask_cmpgt_epu8_mask() argument
201 test_mm256_cmpgt_epu16_mask(__m256i __a,__m256i __b) test_mm256_cmpgt_epu16_mask() argument
207 test_mm256_mask_cmpgt_epu16_mask(__mmask16 __u,__m256i __a,__m256i __b) test_mm256_mask_cmpgt_epu16_mask() argument
214 test_mm_cmpge_epi8_mask(__m128i __a,__m128i __b) test_mm_cmpge_epi8_mask() argument
220 test_mm_mask_cmpge_epi8_mask(__mmask16 __u,__m128i __a,__m128i __b) test_mm_mask_cmpge_epi8_mask() argument
227 test_mm_cmpge_epu8_mask(__m128i __a,__m128i __b) test_mm_cmpge_epu8_mask() argument
233 test_mm_mask_cmpge_epu8_mask(__mmask16 __u,__m128i __a,__m128i __b) test_mm_mask_cmpge_epu8_mask() argument
240 test_mm_cmpge_epi16_mask(__m128i __a,__m128i __b) test_mm_cmpge_epi16_mask() argument
246 test_mm_mask_cmpge_epi16_mask(__mmask8 __u,__m128i __a,__m128i __b) test_mm_mask_cmpge_epi16_mask() argument
253 test_mm_cmpge_epu16_mask(__m128i __a,__m128i __b) test_mm_cmpge_epu16_mask() argument
259 test_mm_mask_cmpge_epu16_mask(__mmask8 __u,__m128i __a,__m128i __b) test_mm_mask_cmpge_epu16_mask() argument
266 test_mm256_cmpge_epi8_mask(__m256i __a,__m256i __b) test_mm256_cmpge_epi8_mask() argument
272 test_mm256_mask_cmpge_epi8_mask(__mmask32 __u,__m256i __a,__m256i __b) test_mm256_mask_cmpge_epi8_mask() argument
279 test_mm256_cmpge_epu8_mask(__m256i __a,__m256i __b) test_mm256_cmpge_epu8_mask() argument
285 test_mm256_mask_cmpge_epu8_mask(__mmask32 __u,__m256i __a,__m256i __b) test_mm256_mask_cmpge_epu8_mask() argument
292 test_mm256_cmpge_epi16_mask(__m256i __a,__m256i __b) test_mm256_cmpge_epi16_mask() argument
298 test_mm256_mask_cmpge_epi16_mask(__mmask16 __u,__m256i __a,__m256i __b) test_mm256_mask_cmpge_epi16_mask() argument
305 test_mm256_cmpge_epu16_mask(__m256i __a,__m256i __b) test_mm256_cmpge_epu16_mask() argument
311 test_mm256_mask_cmpge_epu16_mask(__mmask16 __u,__m256i __a,__m256i __b) test_mm256_mask_cmpge_epu16_mask() argument
318 test_mm_cmple_epi8_mask(__m128i __a,__m128i __b) test_mm_cmple_epi8_mask() argument
324 test_mm_mask_cmple_epi8_mask(__mmask16 __u,__m128i __a,__m128i __b) test_mm_mask_cmple_epi8_mask() argument
331 test_mm_cmple_epu8_mask(__m128i __a,__m128i __b) test_mm_cmple_epu8_mask() argument
337 test_mm_mask_cmple_epu8_mask(__mmask16 __u,__m128i __a,__m128i __b) test_mm_mask_cmple_epu8_mask() argument
344 test_mm_cmple_epi16_mask(__m128i __a,__m128i __b) test_mm_cmple_epi16_mask() argument
350 test_mm_mask_cmple_epi16_mask(__mmask8 __u,__m128i __a,__m128i __b) test_mm_mask_cmple_epi16_mask() argument
357 test_mm_cmple_epu16_mask(__m128i __a,__m128i __b) test_mm_cmple_epu16_mask() argument
363 test_mm_mask_cmple_epu16_mask(__mmask8 __u,__m128i __a,__m128i __b) test_mm_mask_cmple_epu16_mask() argument
370 test_mm256_cmple_epi8_mask(__m256i __a,__m256i __b) test_mm256_cmple_epi8_mask() argument
376 test_mm256_mask_cmple_epi8_mask(__mmask32 __u,__m256i __a,__m256i __b) test_mm256_mask_cmple_epi8_mask() argument
383 test_mm256_cmple_epu8_mask(__m256i __a,__m256i __b) test_mm256_cmple_epu8_mask() argument
389 test_mm256_mask_cmple_epu8_mask(__mmask32 __u,__m256i __a,__m256i __b) test_mm256_mask_cmple_epu8_mask() argument
396 test_mm256_cmple_epi16_mask(__m256i __a,__m256i __b) test_mm256_cmple_epi16_mask() argument
402 test_mm256_mask_cmple_epi16_mask(__mmask16 __u,__m256i __a,__m256i __b) test_mm256_mask_cmple_epi16_mask() argument
409 test_mm256_cmple_epu16_mask(__m256i __a,__m256i __b) test_mm256_cmple_epu16_mask() argument
415 test_mm256_mask_cmple_epu16_mask(__mmask16 __u,__m256i __a,__m256i __b) test_mm256_mask_cmple_epu16_mask() argument
422 test_mm_cmplt_epi8_mask(__m128i __a,__m128i __b) test_mm_cmplt_epi8_mask() argument
428 test_mm_mask_cmplt_epi8_mask(__mmask16 __u,__m128i __a,__m128i __b) test_mm_mask_cmplt_epi8_mask() argument
435 test_mm_cmplt_epu8_mask(__m128i __a,__m128i __b) test_mm_cmplt_epu8_mask() argument
441 test_mm_mask_cmplt_epu8_mask(__mmask16 __u,__m128i __a,__m128i __b) test_mm_mask_cmplt_epu8_mask() argument
448 test_mm_cmplt_epi16_mask(__m128i __a,__m128i __b) test_mm_cmplt_epi16_mask() argument
454 test_mm_mask_cmplt_epi16_mask(__mmask8 __u,__m128i __a,__m128i __b) test_mm_mask_cmplt_epi16_mask() argument
461 test_mm_cmplt_epu16_mask(__m128i __a,__m128i __b) test_mm_cmplt_epu16_mask() argument
467 test_mm_mask_cmplt_epu16_mask(__mmask8 __u,__m128i __a,__m128i __b) test_mm_mask_cmplt_epu16_mask() argument
474 test_mm256_cmplt_epi8_mask(__m256i __a,__m256i __b) test_mm256_cmplt_epi8_mask() argument
480 test_mm256_mask_cmplt_epi8_mask(__mmask32 __u,__m256i __a,__m256i __b) test_mm256_mask_cmplt_epi8_mask() argument
487 test_mm256_cmplt_epu8_mask(__m256i __a,__m256i __b) test_mm256_cmplt_epu8_mask() argument
493 test_mm256_mask_cmplt_epu8_mask(__mmask32 __u,__m256i __a,__m256i __b) test_mm256_mask_cmplt_epu8_mask() argument
500 test_mm256_cmplt_epi16_mask(__m256i __a,__m256i __b) test_mm256_cmplt_epi16_mask() argument
506 test_mm256_mask_cmplt_epi16_mask(__mmask16 __u,__m256i __a,__m256i __b) test_mm256_mask_cmplt_epi16_mask() argument
513 test_mm256_cmplt_epu16_mask(__m256i __a,__m256i __b) test_mm256_cmplt_epu16_mask() argument
519 test_mm256_mask_cmplt_epu16_mask(__mmask16 __u,__m256i __a,__m256i __b) test_mm256_mask_cmplt_epu16_mask() argument
526 test_mm_cmpneq_epi8_mask(__m128i __a,__m128i __b) test_mm_cmpneq_epi8_mask() argument
532 test_mm_mask_cmpneq_epi8_mask(__mmask16 __u,__m128i __a,__m128i __b) test_mm_mask_cmpneq_epi8_mask() argument
539 test_mm_cmpneq_epu8_mask(__m128i __a,__m128i __b) test_mm_cmpneq_epu8_mask() argument
545 test_mm_mask_cmpneq_epu8_mask(__mmask16 __u,__m128i __a,__m128i __b) test_mm_mask_cmpneq_epu8_mask() argument
552 test_mm_cmpneq_epi16_mask(__m128i __a,__m128i __b) test_mm_cmpneq_epi16_mask() argument
558 test_mm_mask_cmpneq_epi16_mask(__mmask8 __u,__m128i __a,__m128i __b) test_mm_mask_cmpneq_epi16_mask() argument
565 test_mm_cmpneq_epu16_mask(__m128i __a,__m128i __b) test_mm_cmpneq_epu16_mask() argument
571 test_mm_mask_cmpneq_epu16_mask(__mmask8 __u,__m128i __a,__m128i __b) test_mm_mask_cmpneq_epu16_mask() argument
578 test_mm256_cmpneq_epi8_mask(__m256i __a,__m256i __b) test_mm256_cmpneq_epi8_mask() argument
584 test_mm256_mask_cmpneq_epi8_mask(__mmask32 __u,__m256i __a,__m256i __b) test_mm256_mask_cmpneq_epi8_mask() argument
591 test_mm256_cmpneq_epu8_mask(__m256i __a,__m256i __b) test_mm256_cmpneq_epu8_mask() argument
597 test_mm256_mask_cmpneq_epu8_mask(__mmask32 __u,__m256i __a,__m256i __b) test_mm256_mask_cmpneq_epu8_mask() argument
604 test_mm256_cmpneq_epi16_mask(__m256i __a,__m256i __b) test_mm256_cmpneq_epi16_mask() argument
610 test_mm256_mask_cmpneq_epi16_mask(__mmask16 __u,__m256i __a,__m256i __b) test_mm256_mask_cmpneq_epi16_mask() argument
617 test_mm256_cmpneq_epu16_mask(__m256i __a,__m256i __b) test_mm256_cmpneq_epu16_mask() argument
623 test_mm256_mask_cmpneq_epu16_mask(__mmask16 __u,__m256i __a,__m256i __b) test_mm256_mask_cmpneq_epu16_mask() argument
630 test_mm_cmp_epi8_mask(__m128i __a,__m128i __b) test_mm_cmp_epi8_mask() argument
636 test_mm_mask_cmp_epi8_mask(__mmask16 __u,__m128i __a,__m128i __b) test_mm_mask_cmp_epi8_mask() argument
643 test_mm_cmp_epu8_mask(__m128i __a,__m128i __b) test_mm_cmp_epu8_mask() argument
649 test_mm_mask_cmp_epu8_mask(__mmask16 __u,__m128i __a,__m128i __b) test_mm_mask_cmp_epu8_mask() argument
656 test_mm_cmp_epi16_mask(__m128i __a,__m128i __b) test_mm_cmp_epi16_mask() argument
662 test_mm_mask_cmp_epi16_mask(__mmask8 __u,__m128i __a,__m128i __b) test_mm_mask_cmp_epi16_mask() argument
669 test_mm_cmp_epu16_mask(__m128i __a,__m128i __b) test_mm_cmp_epu16_mask() argument
675 test_mm_mask_cmp_epu16_mask(__mmask8 __u,__m128i __a,__m128i __b) test_mm_mask_cmp_epu16_mask() argument
682 test_mm256_cmp_epi8_mask(__m256i __a,__m256i __b) test_mm256_cmp_epi8_mask() argument
688 test_mm256_mask_cmp_epi8_mask(__mmask32 __u,__m256i __a,__m256i __b) test_mm256_mask_cmp_epi8_mask() argument
695 test_mm256_cmp_epu8_mask(__m256i __a,__m256i __b) test_mm256_cmp_epu8_mask() argument
701 test_mm256_mask_cmp_epu8_mask(__mmask32 __u,__m256i __a,__m256i __b) test_mm256_mask_cmp_epu8_mask() argument
708 test_mm256_cmp_epi16_mask(__m256i __a,__m256i __b) test_mm256_cmp_epi16_mask() argument
714 test_mm256_mask_cmp_epi16_mask(__mmask16 __u,__m256i __a,__m256i __b) test_mm256_mask_cmp_epi16_mask() argument
721 test_mm256_cmp_epu16_mask(__m256i __a,__m256i __b) test_mm256_cmp_epu16_mask() argument
727 test_mm256_mask_cmp_epu16_mask(__mmask16 __u,__m256i __a,__m256i __b) test_mm256_mask_cmp_epu16_mask() argument
2571 test_mm_storeu_epi16(void * __p,__m128i __a) test_mm_storeu_epi16() argument
2595 test_mm_storeu_epi8(void * __p,__m128i __a) test_mm_storeu_epi8() argument
[all...]
H A Dcet-builtins.c87 void test_wrssd(unsigned int __a, void * __p) { in test_wrssd()
94 void test_wrssq(unsigned long long __a, void * __p) { in test_wrssq()
101 void test_wrussd(unsigned int __a, void * __p) { in test_wrussd()
108 void test_wrussq(unsigned long long __a, void * __p) { in test_wrussq()
/llvm-project/libcxx/include/__atomic/
H A Dcxx_atomic_impl.h
/llvm-project/clang/test/Sema/
H A Dbuiltins-x86.c24 __m128 test__builtin_ia32_cmpps(__m128 __a, __m128 __b) { in test__builtin_ia32_cmpps()
28 __m128d test__builtin_ia32_cmppd(__m128d __a, __m128d __b) { in test__builtin_ia32_cmppd()
32 __m128 test__builtin_ia32_cmpss(__m128 __a, __m128 __b) { in test__builtin_ia32_cmpss()
36 __m128d test__builtin_ia32_cmpsd(__m128d __a, __m128d __b) { in test__builtin_ia32_cmpsd()
40 __mmask16 test__builtin_ia32_cmpps512_mask(__m512 __a, __m512 __b) { in test__builtin_ia32_cmpps512_mask()
44 __mmask8 test__builtin_ia32_cmppd512_mask(__m512d __a, __m512d __b) { in test__builtin_ia32_cmppd512_mask()
48 __m128i test__builtin_ia32_vpcomub(__m128i __a, __m128i __b) { in test__builtin_ia32_vpcomub()
52 __m128i test__builtin_ia32_vpcomuw(__m128i __a, __m128i __b) { in test__builtin_ia32_vpcomuw()
56 __m128i test__builtin_ia32_vpcomud(__m128i __a, __m128i __b) { in test__builtin_ia32_vpcomud()
60 __m128i test__builtin_ia32_vpcomuq(__m128i __a, __m128i __b) { in test__builtin_ia32_vpcomuq()
[all …]
/llvm-project/libcxx/include/__numeric/
H A Dmidpoint.h39 midpoint(_Tp __a, _Tp __b) noexcept _LIBCPP_DISABLE_UBSAN_UNSIGNED_INTEGER_CHECK { in midpoint() argument
52 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* midpoint(_Tp* __a, _Tp* __b) noexcept { in midpoint() argument
67 _LIBCPP_HIDE_FROM_ABI constexpr enable_if_t<is_floating_point_v<_Fp>, _Fp> midpoint(_Fp __a, _Fp __b) noexcept { in midpoint() argument
[all...]

1234