Lines Matching defs:__b
141 vec_add(vector signed char __a, vector signed char __b) in vec_add()
147 vec_add(vector bool char __a, vector signed char __b) in vec_add()
153 vec_add(vector signed char __a, vector bool char __b) in vec_add()
159 vec_add(vector unsigned char __a, vector unsigned char __b) in vec_add()
165 vec_add(vector bool char __a, vector unsigned char __b) in vec_add()
171 vec_add(vector unsigned char __a, vector bool char __b) in vec_add()
177 vec_add(vector short __a, vector short __b) in vec_add()
183 vec_add(vector bool short __a, vector short __b) in vec_add()
189 vec_add(vector short __a, vector bool short __b) in vec_add()
195 vec_add(vector unsigned short __a, vector unsigned short __b) in vec_add()
201 vec_add(vector bool short __a, vector unsigned short __b) in vec_add()
207 vec_add(vector unsigned short __a, vector bool short __b) in vec_add()
213 vec_add(vector int __a, vector int __b) in vec_add()
219 vec_add(vector bool int __a, vector int __b) in vec_add()
225 vec_add(vector int __a, vector bool int __b) in vec_add()
231 vec_add(vector unsigned int __a, vector unsigned int __b) in vec_add()
237 vec_add(vector bool int __a, vector unsigned int __b) in vec_add()
243 vec_add(vector unsigned int __a, vector bool int __b) in vec_add()
249 vec_add(vector float __a, vector float __b) in vec_add()
259 vec_vaddubm(vector signed char __a, vector signed char __b) in vec_vaddubm()
265 vec_vaddubm(vector bool char __a, vector signed char __b) in vec_vaddubm()
271 vec_vaddubm(vector signed char __a, vector bool char __b) in vec_vaddubm()
277 vec_vaddubm(vector unsigned char __a, vector unsigned char __b) in vec_vaddubm()
283 vec_vaddubm(vector bool char __a, vector unsigned char __b) in vec_vaddubm()
289 vec_vaddubm(vector unsigned char __a, vector bool char __b) in vec_vaddubm()
299 vec_vadduhm(vector short __a, vector short __b) in vec_vadduhm()
305 vec_vadduhm(vector bool short __a, vector short __b) in vec_vadduhm()
311 vec_vadduhm(vector short __a, vector bool short __b) in vec_vadduhm()
317 vec_vadduhm(vector unsigned short __a, vector unsigned short __b) in vec_vadduhm()
323 vec_vadduhm(vector bool short __a, vector unsigned short __b) in vec_vadduhm()
329 vec_vadduhm(vector unsigned short __a, vector bool short __b) in vec_vadduhm()
339 vec_vadduwm(vector int __a, vector int __b) in vec_vadduwm()
345 vec_vadduwm(vector bool int __a, vector int __b) in vec_vadduwm()
351 vec_vadduwm(vector int __a, vector bool int __b) in vec_vadduwm()
357 vec_vadduwm(vector unsigned int __a, vector unsigned int __b) in vec_vadduwm()
363 vec_vadduwm(vector bool int __a, vector unsigned int __b) in vec_vadduwm()
369 vec_vadduwm(vector unsigned int __a, vector bool int __b) in vec_vadduwm()
379 vec_vaddfp(vector float __a, vector float __b) in vec_vaddfp()
387 vec_addc(vector unsigned int __a, vector unsigned int __b) in vec_addc()
395 vec_vaddcuw(vector unsigned int __a, vector unsigned int __b) in vec_vaddcuw()
403 vec_adds(vector signed char __a, vector signed char __b) in vec_adds()
409 vec_adds(vector bool char __a, vector signed char __b) in vec_adds()
415 vec_adds(vector signed char __a, vector bool char __b) in vec_adds()
421 vec_adds(vector unsigned char __a, vector unsigned char __b) in vec_adds()
427 vec_adds(vector bool char __a, vector unsigned char __b) in vec_adds()
433 vec_adds(vector unsigned char __a, vector bool char __b) in vec_adds()
439 vec_adds(vector short __a, vector short __b) in vec_adds()
445 vec_adds(vector bool short __a, vector short __b) in vec_adds()
451 vec_adds(vector short __a, vector bool short __b) in vec_adds()
457 vec_adds(vector unsigned short __a, vector unsigned short __b) in vec_adds()
463 vec_adds(vector bool short __a, vector unsigned short __b) in vec_adds()
469 vec_adds(vector unsigned short __a, vector bool short __b) in vec_adds()
475 vec_adds(vector int __a, vector int __b) in vec_adds()
481 vec_adds(vector bool int __a, vector int __b) in vec_adds()
487 vec_adds(vector int __a, vector bool int __b) in vec_adds()
493 vec_adds(vector unsigned int __a, vector unsigned int __b) in vec_adds()
499 vec_adds(vector bool int __a, vector unsigned int __b) in vec_adds()
505 vec_adds(vector unsigned int __a, vector bool int __b) in vec_adds()
513 vec_vaddsbs(vector signed char __a, vector signed char __b) in vec_vaddsbs()
519 vec_vaddsbs(vector bool char __a, vector signed char __b) in vec_vaddsbs()
525 vec_vaddsbs(vector signed char __a, vector bool char __b) in vec_vaddsbs()
533 vec_vaddubs(vector unsigned char __a, vector unsigned char __b) in vec_vaddubs()
539 vec_vaddubs(vector bool char __a, vector unsigned char __b) in vec_vaddubs()
545 vec_vaddubs(vector unsigned char __a, vector bool char __b) in vec_vaddubs()
553 vec_vaddshs(vector short __a, vector short __b) in vec_vaddshs()
559 vec_vaddshs(vector bool short __a, vector short __b) in vec_vaddshs()
565 vec_vaddshs(vector short __a, vector bool short __b) in vec_vaddshs()
573 vec_vadduhs(vector unsigned short __a, vector unsigned short __b) in vec_vadduhs()
579 vec_vadduhs(vector bool short __a, vector unsigned short __b) in vec_vadduhs()
585 vec_vadduhs(vector unsigned short __a, vector bool short __b) in vec_vadduhs()
593 vec_vaddsws(vector int __a, vector int __b) in vec_vaddsws()
599 vec_vaddsws(vector bool int __a, vector int __b) in vec_vaddsws()
605 vec_vaddsws(vector int __a, vector bool int __b) in vec_vaddsws()
613 vec_vadduws(vector unsigned int __a, vector unsigned int __b) in vec_vadduws()
619 vec_vadduws(vector bool int __a, vector unsigned int __b) in vec_vadduws()
625 vec_vadduws(vector unsigned int __a, vector bool int __b) in vec_vadduws()
635 vec_and(vector signed char __a, vector signed char __b) in vec_and()
641 vec_and(vector bool char __a, vector signed char __b) in vec_and()
647 vec_and(vector signed char __a, vector bool char __b) in vec_and()
653 vec_and(vector unsigned char __a, vector unsigned char __b) in vec_and()
659 vec_and(vector bool char __a, vector unsigned char __b) in vec_and()
665 vec_and(vector unsigned char __a, vector bool char __b) in vec_and()
671 vec_and(vector bool char __a, vector bool char __b) in vec_and()
677 vec_and(vector short __a, vector short __b) in vec_and()
683 vec_and(vector bool short __a, vector short __b) in vec_and()
689 vec_and(vector short __a, vector bool short __b) in vec_and()
695 vec_and(vector unsigned short __a, vector unsigned short __b) in vec_and()
701 vec_and(vector bool short __a, vector unsigned short __b) in vec_and()
707 vec_and(vector unsigned short __a, vector bool short __b) in vec_and()
713 vec_and(vector bool short __a, vector bool short __b) in vec_and()
719 vec_and(vector int __a, vector int __b) in vec_and()
725 vec_and(vector bool int __a, vector int __b) in vec_and()
731 vec_and(vector int __a, vector bool int __b) in vec_and()
737 vec_and(vector unsigned int __a, vector unsigned int __b) in vec_and()
743 vec_and(vector bool int __a, vector unsigned int __b) in vec_and()
749 vec_and(vector unsigned int __a, vector bool int __b) in vec_and()
755 vec_and(vector bool int __a, vector bool int __b) in vec_and()
761 vec_and(vector float __a, vector float __b) in vec_and()
768 vec_and(vector bool int __a, vector float __b) in vec_and()
775 vec_and(vector float __a, vector bool int __b) in vec_and()
784 vec_vand(vector signed char __a, vector signed char __b) in vec_vand()
790 vec_vand(vector bool char __a, vector signed char __b) in vec_vand()
796 vec_vand(vector signed char __a, vector bool char __b) in vec_vand()
802 vec_vand(vector unsigned char __a, vector unsigned char __b) in vec_vand()
808 vec_vand(vector bool char __a, vector unsigned char __b) in vec_vand()
814 vec_vand(vector unsigned char __a, vector bool char __b) in vec_vand()
820 vec_vand(vector bool char __a, vector bool char __b) in vec_vand()
826 vec_vand(vector short __a, vector short __b) in vec_vand()
832 vec_vand(vector bool short __a, vector short __b) in vec_vand()
838 vec_vand(vector short __a, vector bool short __b) in vec_vand()
844 vec_vand(vector unsigned short __a, vector unsigned short __b) in vec_vand()
850 vec_vand(vector bool short __a, vector unsigned short __b) in vec_vand()
856 vec_vand(vector unsigned short __a, vector bool short __b) in vec_vand()
862 vec_vand(vector bool short __a, vector bool short __b) in vec_vand()
868 vec_vand(vector int __a, vector int __b) in vec_vand()
874 vec_vand(vector bool int __a, vector int __b) in vec_vand()
880 vec_vand(vector int __a, vector bool int __b) in vec_vand()
886 vec_vand(vector unsigned int __a, vector unsigned int __b) in vec_vand()
892 vec_vand(vector bool int __a, vector unsigned int __b) in vec_vand()
898 vec_vand(vector unsigned int __a, vector bool int __b) in vec_vand()
904 vec_vand(vector bool int __a, vector bool int __b) in vec_vand()
910 vec_vand(vector float __a, vector float __b) in vec_vand()
917 vec_vand(vector bool int __a, vector float __b) in vec_vand()
924 vec_vand(vector float __a, vector bool int __b) in vec_vand()
935 vec_andc(vector signed char __a, vector signed char __b) in vec_andc()
941 vec_andc(vector bool char __a, vector signed char __b) in vec_andc()
947 vec_andc(vector signed char __a, vector bool char __b) in vec_andc()
953 vec_andc(vector unsigned char __a, vector unsigned char __b) in vec_andc()
959 vec_andc(vector bool char __a, vector unsigned char __b) in vec_andc()
965 vec_andc(vector unsigned char __a, vector bool char __b) in vec_andc()
971 vec_andc(vector bool char __a, vector bool char __b) in vec_andc()
977 vec_andc(vector short __a, vector short __b) in vec_andc()
983 vec_andc(vector bool short __a, vector short __b) in vec_andc()
989 vec_andc(vector short __a, vector bool short __b) in vec_andc()
995 vec_andc(vector unsigned short __a, vector unsigned short __b) in vec_andc()
1001 vec_andc(vector bool short __a, vector unsigned short __b) in vec_andc()
1007 vec_andc(vector unsigned short __a, vector bool short __b) in vec_andc()
1013 vec_andc(vector bool short __a, vector bool short __b) in vec_andc()
1019 vec_andc(vector int __a, vector int __b) in vec_andc()
1025 vec_andc(vector bool int __a, vector int __b) in vec_andc()
1031 vec_andc(vector int __a, vector bool int __b) in vec_andc()
1037 vec_andc(vector unsigned int __a, vector unsigned int __b) in vec_andc()
1043 vec_andc(vector bool int __a, vector unsigned int __b) in vec_andc()
1049 vec_andc(vector unsigned int __a, vector bool int __b) in vec_andc()
1055 vec_andc(vector bool int __a, vector bool int __b) in vec_andc()
1061 vec_andc(vector float __a, vector float __b) in vec_andc()
1068 vec_andc(vector bool int __a, vector float __b) in vec_andc()
1075 vec_andc(vector float __a, vector bool int __b) in vec_andc()
1084 vec_vandc(vector signed char __a, vector signed char __b) in vec_vandc()
1090 vec_vandc(vector bool char __a, vector signed char __b) in vec_vandc()
1096 vec_vandc(vector signed char __a, vector bool char __b) in vec_vandc()
1102 vec_vandc(vector unsigned char __a, vector unsigned char __b) in vec_vandc()
1108 vec_vandc(vector bool char __a, vector unsigned char __b) in vec_vandc()
1114 vec_vandc(vector unsigned char __a, vector bool char __b) in vec_vandc()
1120 vec_vandc(vector bool char __a, vector bool char __b) in vec_vandc()
1126 vec_vandc(vector short __a, vector short __b) in vec_vandc()
1132 vec_vandc(vector bool short __a, vector short __b) in vec_vandc()
1138 vec_vandc(vector short __a, vector bool short __b) in vec_vandc()
1144 vec_vandc(vector unsigned short __a, vector unsigned short __b) in vec_vandc()
1150 vec_vandc(vector bool short __a, vector unsigned short __b) in vec_vandc()
1156 vec_vandc(vector unsigned short __a, vector bool short __b) in vec_vandc()
1162 vec_vandc(vector bool short __a, vector bool short __b) in vec_vandc()
1168 vec_vandc(vector int __a, vector int __b) in vec_vandc()
1174 vec_vandc(vector bool int __a, vector int __b) in vec_vandc()
1180 vec_vandc(vector int __a, vector bool int __b) in vec_vandc()
1186 vec_vandc(vector unsigned int __a, vector unsigned int __b) in vec_vandc()
1192 vec_vandc(vector bool int __a, vector unsigned int __b) in vec_vandc()
1198 vec_vandc(vector unsigned int __a, vector bool int __b) in vec_vandc()
1204 vec_vandc(vector bool int __a, vector bool int __b) in vec_vandc()
1210 vec_vandc(vector float __a, vector float __b) in vec_vandc()
1217 vec_vandc(vector bool int __a, vector float __b) in vec_vandc()
1224 vec_vandc(vector float __a, vector bool int __b) in vec_vandc()
1233 vec_avg(vector signed char __a, vector signed char __b) in vec_avg()
1239 vec_avg(vector unsigned char __a, vector unsigned char __b) in vec_avg()
1245 vec_avg(vector short __a, vector short __b) in vec_avg()
1251 vec_avg(vector unsigned short __a, vector unsigned short __b) in vec_avg()
1257 vec_avg(vector int __a, vector int __b) in vec_avg()
1263 vec_avg(vector unsigned int __a, vector unsigned int __b) in vec_avg()
1271 vec_vavgsb(vector signed char __a, vector signed char __b) in vec_vavgsb()
1279 vec_vavgub(vector unsigned char __a, vector unsigned char __b) in vec_vavgub()
1287 vec_vavgsh(vector short __a, vector short __b) in vec_vavgsh()
1295 vec_vavguh(vector unsigned short __a, vector unsigned short __b) in vec_vavguh()
1303 vec_vavgsw(vector int __a, vector int __b) in vec_vavgsw()
1311 vec_vavguw(vector unsigned int __a, vector unsigned int __b) in vec_vavguw()
1335 vec_cmpb(vector float __a, vector float __b) in vec_cmpb()
1343 vec_vcmpbfp(vector float __a, vector float __b) in vec_vcmpbfp()
1351 vec_cmpeq(vector signed char __a, vector signed char __b) in vec_cmpeq()
1358 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) in vec_cmpeq()
1365 vec_cmpeq(vector short __a, vector short __b) in vec_cmpeq()
1371 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) in vec_cmpeq()
1378 vec_cmpeq(vector int __a, vector int __b) in vec_cmpeq()
1384 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) in vec_cmpeq()
1392 vec_cmpeq(vector signed long long __a, vector signed long long __b) in vec_cmpeq()
1398 vec_cmpeq(vector unsigned long long __a, vector unsigned long long __b) in vec_cmpeq()
1406 vec_cmpeq(vector float __a, vector float __b) in vec_cmpeq()
1414 vec_cmpge(vector float __a, vector float __b) in vec_cmpge()
1422 vec_vcmpgefp(vector float __a, vector float __b) in vec_vcmpgefp()
1430 vec_cmpgt(vector signed char __a, vector signed char __b) in vec_cmpgt()
1436 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) in vec_cmpgt()
1442 vec_cmpgt(vector short __a, vector short __b) in vec_cmpgt()
1448 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) in vec_cmpgt()
1454 vec_cmpgt(vector int __a, vector int __b) in vec_cmpgt()
1460 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) in vec_cmpgt()
1467 vec_cmpgt(vector signed long long __a, vector signed long long __b) in vec_cmpgt()
1473 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) in vec_cmpgt()
1480 vec_cmpgt(vector float __a, vector float __b) in vec_cmpgt()
1488 vec_vcmpgtsb(vector signed char __a, vector signed char __b) in vec_vcmpgtsb()
1496 vec_vcmpgtub(vector unsigned char __a, vector unsigned char __b) in vec_vcmpgtub()
1504 vec_vcmpgtsh(vector short __a, vector short __b) in vec_vcmpgtsh()
1512 vec_vcmpgtuh(vector unsigned short __a, vector unsigned short __b) in vec_vcmpgtuh()
1520 vec_vcmpgtsw(vector int __a, vector int __b) in vec_vcmpgtsw()
1528 vec_vcmpgtuw(vector unsigned int __a, vector unsigned int __b) in vec_vcmpgtuw()
1536 vec_vcmpgtfp(vector float __a, vector float __b) in vec_vcmpgtfp()
1544 vec_cmple(vector float __a, vector float __b) in vec_cmple()
1552 vec_cmplt(vector signed char __a, vector signed char __b) in vec_cmplt()
1558 vec_cmplt(vector unsigned char __a, vector unsigned char __b) in vec_cmplt()
1564 vec_cmplt(vector short __a, vector short __b) in vec_cmplt()
1570 vec_cmplt(vector unsigned short __a, vector unsigned short __b) in vec_cmplt()
1576 vec_cmplt(vector int __a, vector int __b) in vec_cmplt()
1582 vec_cmplt(vector unsigned int __a, vector unsigned int __b) in vec_cmplt()
1588 vec_cmplt(vector float __a, vector float __b) in vec_cmplt()
1596 vec_ctf(vector int __a, int __b) in vec_ctf()
1602 vec_ctf(vector unsigned int __a, int __b) in vec_ctf()
1610 vec_vcfsx(vector int __a, int __b) in vec_vcfsx()
1618 vec_vcfux(vector unsigned int __a, int __b) in vec_vcfux()
1626 vec_cts(vector float __a, int __b) in vec_cts()
1634 vec_vctsxs(vector float __a, int __b) in vec_vctsxs()
1642 vec_ctu(vector float __a, int __b) in vec_ctu()
1650 vec_vctuxs(vector float __a, int __b) in vec_vctuxs()
1658 vec_div(vector float __a, vector float __b) in vec_div()
1664 vec_div(vector double __a, vector double __b) in vec_div()
1689 vec_dst(const void *__a, int __b, int __c) in vec_dst()
1697 vec_dstst(const void *__a, int __b, int __c) in vec_dstst()
1705 vec_dststt(const void *__a, int __b, int __c) in vec_dststt()
1713 vec_dstt(const void *__a, int __b, int __c) in vec_dstt()
1753 vec_ld(int __a, const vector signed char *__b) in vec_ld()
1759 vec_ld(int __a, const signed char *__b) in vec_ld()
1765 vec_ld(int __a, const vector unsigned char *__b) in vec_ld()
1771 vec_ld(int __a, const unsigned char *__b) in vec_ld()
1777 vec_ld(int __a, const vector bool char *__b) in vec_ld()
1783 vec_ld(int __a, const vector short *__b) in vec_ld()
1789 vec_ld(int __a, const short *__b) in vec_ld()
1795 vec_ld(int __a, const vector unsigned short *__b) in vec_ld()
1801 vec_ld(int __a, const unsigned short *__b) in vec_ld()
1807 vec_ld(int __a, const vector bool short *__b) in vec_ld()
1813 vec_ld(int __a, const vector pixel *__b) in vec_ld()
1819 vec_ld(int __a, const vector int *__b) in vec_ld()
1825 vec_ld(int __a, const int *__b) in vec_ld()
1831 vec_ld(int __a, const vector unsigned int *__b) in vec_ld()
1837 vec_ld(int __a, const unsigned int *__b) in vec_ld()
1843 vec_ld(int __a, const vector bool int *__b) in vec_ld()
1849 vec_ld(int __a, const vector float *__b) in vec_ld()
1855 vec_ld(int __a, const float *__b) in vec_ld()
1863 vec_lvx(int __a, const vector signed char *__b) in vec_lvx()
1869 vec_lvx(int __a, const signed char *__b) in vec_lvx()
1875 vec_lvx(int __a, const vector unsigned char *__b) in vec_lvx()
1881 vec_lvx(int __a, const unsigned char *__b) in vec_lvx()
1887 vec_lvx(int __a, const vector bool char *__b) in vec_lvx()
1893 vec_lvx(int __a, const vector short *__b) in vec_lvx()
1899 vec_lvx(int __a, const short *__b) in vec_lvx()
1905 vec_lvx(int __a, const vector unsigned short *__b) in vec_lvx()
1911 vec_lvx(int __a, const unsigned short *__b) in vec_lvx()
1917 vec_lvx(int __a, const vector bool short *__b) in vec_lvx()
1923 vec_lvx(int __a, const vector pixel *__b) in vec_lvx()
1929 vec_lvx(int __a, const vector int *__b) in vec_lvx()
1935 vec_lvx(int __a, const int *__b) in vec_lvx()
1941 vec_lvx(int __a, const vector unsigned int *__b) in vec_lvx()
1947 vec_lvx(int __a, const unsigned int *__b) in vec_lvx()
1953 vec_lvx(int __a, const vector bool int *__b) in vec_lvx()
1959 vec_lvx(int __a, const vector float *__b) in vec_lvx()
1965 vec_lvx(int __a, const float *__b) in vec_lvx()
1973 vec_lde(int __a, const signed char *__b) in vec_lde()
1979 vec_lde(int __a, const unsigned char *__b) in vec_lde()
1985 vec_lde(int __a, const short *__b) in vec_lde()
1991 vec_lde(int __a, const unsigned short *__b) in vec_lde()
1997 vec_lde(int __a, const int *__b) in vec_lde()
2003 vec_lde(int __a, const unsigned int *__b) in vec_lde()
2009 vec_lde(int __a, const float *__b) in vec_lde()
2017 vec_lvebx(int __a, const signed char *__b) in vec_lvebx()
2023 vec_lvebx(int __a, const unsigned char *__b) in vec_lvebx()
2031 vec_lvehx(int __a, const short *__b) in vec_lvehx()
2037 vec_lvehx(int __a, const unsigned short *__b) in vec_lvehx()
2045 vec_lvewx(int __a, const int *__b) in vec_lvewx()
2051 vec_lvewx(int __a, const unsigned int *__b) in vec_lvewx()
2057 vec_lvewx(int __a, const float *__b) in vec_lvewx()
2065 vec_ldl(int __a, const vector signed char *__b) in vec_ldl()
2071 vec_ldl(int __a, const signed char *__b) in vec_ldl()
2077 vec_ldl(int __a, const vector unsigned char *__b) in vec_ldl()
2083 vec_ldl(int __a, const unsigned char *__b) in vec_ldl()
2089 vec_ldl(int __a, const vector bool char *__b) in vec_ldl()
2095 vec_ldl(int __a, const vector short *__b) in vec_ldl()
2101 vec_ldl(int __a, const short *__b) in vec_ldl()
2107 vec_ldl(int __a, const vector unsigned short *__b) in vec_ldl()
2113 vec_ldl(int __a, const unsigned short *__b) in vec_ldl()
2119 vec_ldl(int __a, const vector bool short *__b) in vec_ldl()
2125 vec_ldl(int __a, const vector pixel *__b) in vec_ldl()
2131 vec_ldl(int __a, const vector int *__b) in vec_ldl()
2137 vec_ldl(int __a, const int *__b) in vec_ldl()
2143 vec_ldl(int __a, const vector unsigned int *__b) in vec_ldl()
2149 vec_ldl(int __a, const unsigned int *__b) in vec_ldl()
2155 vec_ldl(int __a, const vector bool int *__b) in vec_ldl()
2161 vec_ldl(int __a, const vector float *__b) in vec_ldl()
2167 vec_ldl(int __a, const float *__b) in vec_ldl()
2175 vec_lvxl(int __a, const vector signed char *__b) in vec_lvxl()
2181 vec_lvxl(int __a, const signed char *__b) in vec_lvxl()
2187 vec_lvxl(int __a, const vector unsigned char *__b) in vec_lvxl()
2193 vec_lvxl(int __a, const unsigned char *__b) in vec_lvxl()
2199 vec_lvxl(int __a, const vector bool char *__b) in vec_lvxl()
2205 vec_lvxl(int __a, const vector short *__b) in vec_lvxl()
2211 vec_lvxl(int __a, const short *__b) in vec_lvxl()
2217 vec_lvxl(int __a, const vector unsigned short *__b) in vec_lvxl()
2223 vec_lvxl(int __a, const unsigned short *__b) in vec_lvxl()
2229 vec_lvxl(int __a, const vector bool short *__b) in vec_lvxl()
2235 vec_lvxl(int __a, const vector pixel *__b) in vec_lvxl()
2241 vec_lvxl(int __a, const vector int *__b) in vec_lvxl()
2247 vec_lvxl(int __a, const int *__b) in vec_lvxl()
2253 vec_lvxl(int __a, const vector unsigned int *__b) in vec_lvxl()
2259 vec_lvxl(int __a, const unsigned int *__b) in vec_lvxl()
2265 vec_lvxl(int __a, const vector bool int *__b) in vec_lvxl()
2271 vec_lvxl(int __a, const vector float *__b) in vec_lvxl()
2277 vec_lvxl(int __a, const float *__b) in vec_lvxl()
2304 vec_lvsl(int __a, const signed char *__b) in vec_lvsl()
2313 vec_lvsl(int __a, const signed char *__b) in vec_lvsl()
2323 vec_lvsl(int __a, const unsigned char *__b) in vec_lvsl()
2332 vec_lvsl(int __a, const unsigned char *__b) in vec_lvsl()
2342 vec_lvsl(int __a, const short *__b) in vec_lvsl()
2351 vec_lvsl(int __a, const short *__b) in vec_lvsl()
2361 vec_lvsl(int __a, const unsigned short *__b) in vec_lvsl()
2370 vec_lvsl(int __a, const unsigned short *__b) in vec_lvsl()
2380 vec_lvsl(int __a, const int *__b) in vec_lvsl()
2389 vec_lvsl(int __a, const int *__b) in vec_lvsl()
2399 vec_lvsl(int __a, const unsigned int *__b) in vec_lvsl()
2408 vec_lvsl(int __a, const unsigned int *__b) in vec_lvsl()
2418 vec_lvsl(int __a, const float *__b) in vec_lvsl()
2427 vec_lvsl(int __a, const float *__b) in vec_lvsl()
2439 vec_lvsr(int __a, const signed char *__b) in vec_lvsr()
2448 vec_lvsr(int __a, const signed char *__b) in vec_lvsr()
2458 vec_lvsr(int __a, const unsigned char *__b) in vec_lvsr()
2467 vec_lvsr(int __a, const unsigned char *__b) in vec_lvsr()
2477 vec_lvsr(int __a, const short *__b) in vec_lvsr()
2486 vec_lvsr(int __a, const short *__b) in vec_lvsr()
2496 vec_lvsr(int __a, const unsigned short *__b) in vec_lvsr()
2505 vec_lvsr(int __a, const unsigned short *__b) in vec_lvsr()
2515 vec_lvsr(int __a, const int *__b) in vec_lvsr()
2524 vec_lvsr(int __a, const int *__b) in vec_lvsr()
2534 vec_lvsr(int __a, const unsigned int *__b) in vec_lvsr()
2543 vec_lvsr(int __a, const unsigned int *__b) in vec_lvsr()
2553 vec_lvsr(int __a, const float *__b) in vec_lvsr()
2562 vec_lvsr(int __a, const float *__b) in vec_lvsr()
2571 vec_madd(vector float __a, vector float __b, vector float __c) in vec_madd()
2579 vec_vmaddfp(vector float __a, vector float __b, vector float __c) in vec_vmaddfp()
2587 vec_madds(vector signed short __a, vector signed short __b, vector signed short __c) in vec_madds()
2595 vector signed short __b, in vec_vmhaddshs()
2604 vec_max(vector signed char __a, vector signed char __b) in vec_max()
2610 vec_max(vector bool char __a, vector signed char __b) in vec_max()
2616 vec_max(vector signed char __a, vector bool char __b) in vec_max()
2622 vec_max(vector unsigned char __a, vector unsigned char __b) in vec_max()
2628 vec_max(vector bool char __a, vector unsigned char __b) in vec_max()
2634 vec_max(vector unsigned char __a, vector bool char __b) in vec_max()
2640 vec_max(vector short __a, vector short __b) in vec_max()
2646 vec_max(vector bool short __a, vector short __b) in vec_max()
2652 vec_max(vector short __a, vector bool short __b) in vec_max()
2658 vec_max(vector unsigned short __a, vector unsigned short __b) in vec_max()
2664 vec_max(vector bool short __a, vector unsigned short __b) in vec_max()
2670 vec_max(vector unsigned short __a, vector bool short __b) in vec_max()
2676 vec_max(vector int __a, vector int __b) in vec_max()
2682 vec_max(vector bool int __a, vector int __b) in vec_max()
2688 vec_max(vector int __a, vector bool int __b) in vec_max()
2694 vec_max(vector unsigned int __a, vector unsigned int __b) in vec_max()
2700 vec_max(vector bool int __a, vector unsigned int __b) in vec_max()
2706 vec_max(vector unsigned int __a, vector bool int __b) in vec_max()
2713 vec_max(vector signed long long __a, vector signed long long __b) in vec_max()
2719 vec_max(vector unsigned long long __a, vector unsigned long long __b) in vec_max()
2726 vec_max(vector float __a, vector float __b) in vec_max()
2737 vec_max(vector double __a, vector double __b) in vec_max()
2746 vec_vmaxsb(vector signed char __a, vector signed char __b) in vec_vmaxsb()
2752 vec_vmaxsb(vector bool char __a, vector signed char __b) in vec_vmaxsb()
2758 vec_vmaxsb(vector signed char __a, vector bool char __b) in vec_vmaxsb()
2766 vec_vmaxub(vector unsigned char __a, vector unsigned char __b) in vec_vmaxub()
2772 vec_vmaxub(vector bool char __a, vector unsigned char __b) in vec_vmaxub()
2778 vec_vmaxub(vector unsigned char __a, vector bool char __b) in vec_vmaxub()
2786 vec_vmaxsh(vector short __a, vector short __b) in vec_vmaxsh()
2792 vec_vmaxsh(vector bool short __a, vector short __b) in vec_vmaxsh()
2798 vec_vmaxsh(vector short __a, vector bool short __b) in vec_vmaxsh()
2806 vec_vmaxuh(vector unsigned short __a, vector unsigned short __b) in vec_vmaxuh()
2812 vec_vmaxuh(vector bool short __a, vector unsigned short __b) in vec_vmaxuh()
2818 vec_vmaxuh(vector unsigned short __a, vector bool short __b) in vec_vmaxuh()
2826 vec_vmaxsw(vector int __a, vector int __b) in vec_vmaxsw()
2832 vec_vmaxsw(vector bool int __a, vector int __b) in vec_vmaxsw()
2838 vec_vmaxsw(vector int __a, vector bool int __b) in vec_vmaxsw()
2846 vec_vmaxuw(vector unsigned int __a, vector unsigned int __b) in vec_vmaxuw()
2852 vec_vmaxuw(vector bool int __a, vector unsigned int __b) in vec_vmaxuw()
2858 vec_vmaxuw(vector unsigned int __a, vector bool int __b) in vec_vmaxuw()
2866 vec_vmaxfp(vector float __a, vector float __b) in vec_vmaxfp()
2878 vec_mergeh(vector signed char __a, vector signed char __b) in vec_mergeh()
2886 vec_mergeh(vector unsigned char __a, vector unsigned char __b) in vec_mergeh()
2894 vec_mergeh(vector bool char __a, vector bool char __b) in vec_mergeh()
2902 vec_mergeh(vector short __a, vector short __b) in vec_mergeh()
2910 vec_mergeh(vector unsigned short __a, vector unsigned short __b) in vec_mergeh()
2918 vec_mergeh(vector bool short __a, vector bool short __b) in vec_mergeh()
2926 vec_mergeh(vector pixel __a, vector pixel __b) in vec_mergeh()
2934 vec_mergeh(vector int __a, vector int __b) in vec_mergeh()
2942 vec_mergeh(vector unsigned int __a, vector unsigned int __b) in vec_mergeh()
2950 vec_mergeh(vector bool int __a, vector bool int __b) in vec_mergeh()
2958 vec_mergeh(vector float __a, vector float __b) in vec_mergeh()
2970 vec_vmrghb(vector signed char __a, vector signed char __b) in vec_vmrghb()
2978 vec_vmrghb(vector unsigned char __a, vector unsigned char __b) in vec_vmrghb()
2986 vec_vmrghb(vector bool char __a, vector bool char __b) in vec_vmrghb()
2998 vec_vmrghh(vector short __a, vector short __b) in vec_vmrghh()
3006 vec_vmrghh(vector unsigned short __a, vector unsigned short __b) in vec_vmrghh()
3014 vec_vmrghh(vector bool short __a, vector bool short __b) in vec_vmrghh()
3022 vec_vmrghh(vector pixel __a, vector pixel __b) in vec_vmrghh()
3034 vec_vmrghw(vector int __a, vector int __b) in vec_vmrghw()
3042 vec_vmrghw(vector unsigned int __a, vector unsigned int __b) in vec_vmrghw()
3050 vec_vmrghw(vector bool int __a, vector bool int __b) in vec_vmrghw()
3058 vec_vmrghw(vector float __a, vector float __b) in vec_vmrghw()
3068 vec_mergel(vector signed char __a, vector signed char __b) in vec_mergel()
3076 vec_mergel(vector unsigned char __a, vector unsigned char __b) in vec_mergel()
3084 vec_mergel(vector bool char __a, vector bool char __b) in vec_mergel()
3092 vec_mergel(vector short __a, vector short __b) in vec_mergel()
3100 vec_mergel(vector unsigned short __a, vector unsigned short __b) in vec_mergel()
3108 vec_mergel(vector bool short __a, vector bool short __b) in vec_mergel()
3116 vec_mergel(vector pixel __a, vector pixel __b) in vec_mergel()
3124 vec_mergel(vector int __a, vector int __b) in vec_mergel()
3132 vec_mergel(vector unsigned int __a, vector unsigned int __b) in vec_mergel()
3140 vec_mergel(vector bool int __a, vector bool int __b) in vec_mergel()
3148 vec_mergel(vector float __a, vector float __b) in vec_mergel()
3160 vec_vmrglb(vector signed char __a, vector signed char __b) in vec_vmrglb()
3168 vec_vmrglb(vector unsigned char __a, vector unsigned char __b) in vec_vmrglb()
3176 vec_vmrglb(vector bool char __a, vector bool char __b) in vec_vmrglb()
3188 vec_vmrglh(vector short __a, vector short __b) in vec_vmrglh()
3196 vec_vmrglh(vector unsigned short __a, vector unsigned short __b) in vec_vmrglh()
3204 vec_vmrglh(vector bool short __a, vector bool short __b) in vec_vmrglh()
3212 vec_vmrglh(vector pixel __a, vector pixel __b) in vec_vmrglh()
3224 vec_vmrglw(vector int __a, vector int __b) in vec_vmrglw()
3232 vec_vmrglw(vector unsigned int __a, vector unsigned int __b) in vec_vmrglw()
3240 vec_vmrglw(vector bool int __a, vector bool int __b) in vec_vmrglw()
3248 vec_vmrglw(vector float __a, vector float __b) in vec_vmrglw()
3266 vec_min(vector signed char __a, vector signed char __b) in vec_min()
3272 vec_min(vector bool char __a, vector signed char __b) in vec_min()
3278 vec_min(vector signed char __a, vector bool char __b) in vec_min()
3284 vec_min(vector unsigned char __a, vector unsigned char __b) in vec_min()
3290 vec_min(vector bool char __a, vector unsigned char __b) in vec_min()
3296 vec_min(vector unsigned char __a, vector bool char __b) in vec_min()
3302 vec_min(vector short __a, vector short __b) in vec_min()
3308 vec_min(vector bool short __a, vector short __b) in vec_min()
3314 vec_min(vector short __a, vector bool short __b) in vec_min()
3320 vec_min(vector unsigned short __a, vector unsigned short __b) in vec_min()
3326 vec_min(vector bool short __a, vector unsigned short __b) in vec_min()
3332 vec_min(vector unsigned short __a, vector bool short __b) in vec_min()
3338 vec_min(vector int __a, vector int __b) in vec_min()
3344 vec_min(vector bool int __a, vector int __b) in vec_min()
3350 vec_min(vector int __a, vector bool int __b) in vec_min()
3356 vec_min(vector unsigned int __a, vector unsigned int __b) in vec_min()
3362 vec_min(vector bool int __a, vector unsigned int __b) in vec_min()
3368 vec_min(vector unsigned int __a, vector bool int __b) in vec_min()
3375 vec_min(vector signed long long __a, vector signed long long __b) in vec_min()
3381 vec_min(vector unsigned long long __a, vector unsigned long long __b) in vec_min()
3388 vec_min(vector float __a, vector float __b) in vec_min()
3399 vec_min(vector double __a, vector double __b) in vec_min()
3408 vec_vminsb(vector signed char __a, vector signed char __b) in vec_vminsb()
3414 vec_vminsb(vector bool char __a, vector signed char __b) in vec_vminsb()
3420 vec_vminsb(vector signed char __a, vector bool char __b) in vec_vminsb()
3428 vec_vminub(vector unsigned char __a, vector unsigned char __b) in vec_vminub()
3434 vec_vminub(vector bool char __a, vector unsigned char __b) in vec_vminub()
3440 vec_vminub(vector unsigned char __a, vector bool char __b) in vec_vminub()
3448 vec_vminsh(vector short __a, vector short __b) in vec_vminsh()
3454 vec_vminsh(vector bool short __a, vector short __b) in vec_vminsh()
3460 vec_vminsh(vector short __a, vector bool short __b) in vec_vminsh()
3468 vec_vminuh(vector unsigned short __a, vector unsigned short __b) in vec_vminuh()
3474 vec_vminuh(vector bool short __a, vector unsigned short __b) in vec_vminuh()
3480 vec_vminuh(vector unsigned short __a, vector bool short __b) in vec_vminuh()
3488 vec_vminsw(vector int __a, vector int __b) in vec_vminsw()
3494 vec_vminsw(vector bool int __a, vector int __b) in vec_vminsw()
3500 vec_vminsw(vector int __a, vector bool int __b) in vec_vminsw()
3508 vec_vminuw(vector unsigned int __a, vector unsigned int __b) in vec_vminuw()
3514 vec_vminuw(vector bool int __a, vector unsigned int __b) in vec_vminuw()
3520 vec_vminuw(vector unsigned int __a, vector bool int __b) in vec_vminuw()
3528 vec_vminfp(vector float __a, vector float __b) in vec_vminfp()
3542 vec_mladd(vector short __a, vector short __b, vector short __c) in vec_mladd()
3548 vec_mladd(vector short __a, vector unsigned short __b, vector unsigned short __c) in vec_mladd()
3554 vec_mladd(vector unsigned short __a, vector short __b, vector short __c) in vec_mladd()
3561 vector unsigned short __b, in vec_mladd()
3570 vec_vmladduhm(vector short __a, vector short __b, vector short __c) in vec_vmladduhm()
3576 vec_vmladduhm(vector short __a, vector unsigned short __b, vector unsigned short __c) in vec_vmladduhm()
3582 vec_vmladduhm(vector unsigned short __a, vector short __b, vector short __c) in vec_vmladduhm()
3589 vector unsigned short __b, in vec_vmladduhm()
3598 vec_mradds(vector short __a, vector short __b, vector short __c) in vec_mradds()
3606 vec_vmhraddshs(vector short __a, vector short __b, vector short __c) in vec_vmhraddshs()
3614 vec_msum(vector signed char __a, vector unsigned char __b, vector int __c) in vec_msum()
3620 vec_msum(vector unsigned char __a, vector unsigned char __b, vector unsigned int __c) in vec_msum()
3626 vec_msum(vector short __a, vector short __b, vector int __c) in vec_msum()
3633 vector unsigned short __b, in vec_msum()
3642 vec_vmsummbm(vector signed char __a, vector unsigned char __b, vector int __c) in vec_vmsummbm()
3651 vector unsigned char __b, in vec_vmsumubm()
3660 vec_vmsumshm(vector short __a, vector short __b, vector int __c) in vec_vmsumshm()
3669 vector unsigned short __b, in vec_vmsumuhm()
3678 vec_msums(vector short __a, vector short __b, vector int __c) in vec_msums()
3685 vector unsigned short __b, in vec_msums()
3694 vec_vmsumshs(vector short __a, vector short __b, vector int __c) in vec_vmsumshs()
3703 vector unsigned short __b, in vec_vmsumuhs()
3783 vec_mule(vector signed char __a, vector signed char __b) in vec_mule()
3793 vec_mule(vector unsigned char __a, vector unsigned char __b) in vec_mule()
3803 vec_mule(vector short __a, vector short __b) in vec_mule()
3813 vec_mule(vector unsigned short __a, vector unsigned short __b) in vec_mule()
3824 vec_mule(vector signed int __a, vector signed int __b) in vec_mule()
3834 vec_mule(vector unsigned int __a, vector unsigned int __b) in vec_mule()
3847 vec_vmulesb(vector signed char __a, vector signed char __b) in vec_vmulesb()
3859 vec_vmuleub(vector unsigned char __a, vector unsigned char __b) in vec_vmuleub()
3871 vec_vmulesh(vector short __a, vector short __b) in vec_vmulesh()
3883 vec_vmuleuh(vector unsigned short __a, vector unsigned short __b) in vec_vmuleuh()
3895 vec_mulo(vector signed char __a, vector signed char __b) in vec_mulo()
3905 vec_mulo(vector unsigned char __a, vector unsigned char __b) in vec_mulo()
3915 vec_mulo(vector short __a, vector short __b) in vec_mulo()
3925 vec_mulo(vector unsigned short __a, vector unsigned short __b) in vec_mulo()
3936 vec_mulo(vector signed int __a, vector signed int __b) in vec_mulo()
3946 vec_mulo(vector unsigned int __a, vector unsigned int __b) in vec_mulo()
3959 vec_vmulosb(vector signed char __a, vector signed char __b) in vec_vmulosb()
3971 vec_vmuloub(vector unsigned char __a, vector unsigned char __b) in vec_vmuloub()
3983 vec_vmulosh(vector short __a, vector short __b) in vec_vmulosh()
3995 vec_vmulouh(vector unsigned short __a, vector unsigned short __b) in vec_vmulouh()
4007 vec_nmsub(vector float __a, vector float __b, vector float __c) in vec_nmsub()
4015 vec_vnmsubfp(vector float __a, vector float __b, vector float __c) in vec_vnmsubfp()
4025 vec_nor(vector signed char __a, vector signed char __b) in vec_nor()
4031 vec_nor(vector unsigned char __a, vector unsigned char __b) in vec_nor()
4037 vec_nor(vector bool char __a, vector bool char __b) in vec_nor()
4043 vec_nor(vector short __a, vector short __b) in vec_nor()
4049 vec_nor(vector unsigned short __a, vector unsigned short __b) in vec_nor()
4055 vec_nor(vector bool short __a, vector bool short __b) in vec_nor()
4061 vec_nor(vector int __a, vector int __b) in vec_nor()
4067 vec_nor(vector unsigned int __a, vector unsigned int __b) in vec_nor()
4073 vec_nor(vector bool int __a, vector bool int __b) in vec_nor()
4079 vec_nor(vector float __a, vector float __b) in vec_nor()
4088 vec_vnor(vector signed char __a, vector signed char __b) in vec_vnor()
4094 vec_vnor(vector unsigned char __a, vector unsigned char __b) in vec_vnor()
4100 vec_vnor(vector bool char __a, vector bool char __b) in vec_vnor()
4106 vec_vnor(vector short __a, vector short __b) in vec_vnor()
4112 vec_vnor(vector unsigned short __a, vector unsigned short __b) in vec_vnor()
4118 vec_vnor(vector bool short __a, vector bool short __b) in vec_vnor()
4124 vec_vnor(vector int __a, vector int __b) in vec_vnor()
4130 vec_vnor(vector unsigned int __a, vector unsigned int __b) in vec_vnor()
4136 vec_vnor(vector bool int __a, vector bool int __b) in vec_vnor()
4142 vec_vnor(vector float __a, vector float __b) in vec_vnor()
4153 vec_or(vector signed char __a, vector signed char __b) in vec_or()
4159 vec_or(vector bool char __a, vector signed char __b) in vec_or()
4165 vec_or(vector signed char __a, vector bool char __b) in vec_or()
4171 vec_or(vector unsigned char __a, vector unsigned char __b) in vec_or()
4177 vec_or(vector bool char __a, vector unsigned char __b) in vec_or()
4183 vec_or(vector unsigned char __a, vector bool char __b) in vec_or()
4189 vec_or(vector bool char __a, vector bool char __b) in vec_or()
4195 vec_or(vector short __a, vector short __b) in vec_or()
4201 vec_or(vector bool short __a, vector short __b) in vec_or()
4207 vec_or(vector short __a, vector bool short __b) in vec_or()
4213 vec_or(vector unsigned short __a, vector unsigned short __b) in vec_or()
4219 vec_or(vector bool short __a, vector unsigned short __b) in vec_or()
4225 vec_or(vector unsigned short __a, vector bool short __b) in vec_or()
4231 vec_or(vector bool short __a, vector bool short __b) in vec_or()
4237 vec_or(vector int __a, vector int __b) in vec_or()
4243 vec_or(vector bool int __a, vector int __b) in vec_or()
4249 vec_or(vector int __a, vector bool int __b) in vec_or()
4255 vec_or(vector unsigned int __a, vector unsigned int __b) in vec_or()
4261 vec_or(vector bool int __a, vector unsigned int __b) in vec_or()
4267 vec_or(vector unsigned int __a, vector bool int __b) in vec_or()
4273 vec_or(vector bool int __a, vector bool int __b) in vec_or()
4279 vec_or(vector float __a, vector float __b) in vec_or()
4286 vec_or(vector bool int __a, vector float __b) in vec_or()
4293 vec_or(vector float __a, vector bool int __b) in vec_or()
4302 vec_vor(vector signed char __a, vector signed char __b) in vec_vor()
4308 vec_vor(vector bool char __a, vector signed char __b) in vec_vor()
4314 vec_vor(vector signed char __a, vector bool char __b) in vec_vor()
4320 vec_vor(vector unsigned char __a, vector unsigned char __b) in vec_vor()
4326 vec_vor(vector bool char __a, vector unsigned char __b) in vec_vor()
4332 vec_vor(vector unsigned char __a, vector bool char __b) in vec_vor()
4338 vec_vor(vector bool char __a, vector bool char __b) in vec_vor()
4344 vec_vor(vector short __a, vector short __b) in vec_vor()
4350 vec_vor(vector bool short __a, vector short __b) in vec_vor()
4356 vec_vor(vector short __a, vector bool short __b) in vec_vor()
4362 vec_vor(vector unsigned short __a, vector unsigned short __b) in vec_vor()
4368 vec_vor(vector bool short __a, vector unsigned short __b) in vec_vor()
4374 vec_vor(vector unsigned short __a, vector bool short __b) in vec_vor()
4380 vec_vor(vector bool short __a, vector bool short __b) in vec_vor()
4386 vec_vor(vector int __a, vector int __b) in vec_vor()
4392 vec_vor(vector bool int __a, vector int __b) in vec_vor()
4398 vec_vor(vector int __a, vector bool int __b) in vec_vor()
4404 vec_vor(vector unsigned int __a, vector unsigned int __b) in vec_vor()
4410 vec_vor(vector bool int __a, vector unsigned int __b) in vec_vor()
4416 vec_vor(vector unsigned int __a, vector bool int __b) in vec_vor()
4422 vec_vor(vector bool int __a, vector bool int __b) in vec_vor()
4428 vec_vor(vector float __a, vector float __b) in vec_vor()
4435 vec_vor(vector bool int __a, vector float __b) in vec_vor()
4442 vec_vor(vector float __a, vector bool int __b) in vec_vor()
4454 vec_pack(vector signed short __a, vector signed short __b) in vec_pack()
4468 vec_pack(vector unsigned short __a, vector unsigned short __b) in vec_pack()
4482 vec_pack(vector bool short __a, vector bool short __b) in vec_pack()
4496 vec_pack(vector int __a, vector int __b) in vec_pack()
4510 vec_pack(vector unsigned int __a, vector unsigned int __b) in vec_pack()
4524 vec_pack(vector bool int __a, vector bool int __b) in vec_pack()
4542 vec_vpkuhum(vector signed short __a, vector signed short __b) in vec_vpkuhum()
4556 vec_vpkuhum(vector unsigned short __a, vector unsigned short __b) in vec_vpkuhum()
4570 vec_vpkuhum(vector bool short __a, vector bool short __b) in vec_vpkuhum()
4588 vec_vpkuwum(vector int __a, vector int __b) in vec_vpkuwum()
4602 vec_vpkuwum(vector unsigned int __a, vector unsigned int __b) in vec_vpkuwum()
4616 vec_vpkuwum(vector bool int __a, vector bool int __b) in vec_vpkuwum()
4632 vec_packpx(vector unsigned int __a, vector unsigned int __b) in vec_packpx()
4644 vec_vpkpx(vector unsigned int __a, vector unsigned int __b) in vec_vpkpx()
4656 vec_packs(vector short __a, vector short __b) in vec_packs()
4666 vec_packs(vector unsigned short __a, vector unsigned short __b) in vec_packs()
4676 vec_packs(vector int __a, vector int __b) in vec_packs()
4686 vec_packs(vector unsigned int __a, vector unsigned int __b) in vec_packs()
4698 vec_vpkshss(vector short __a, vector short __b) in vec_vpkshss()
4710 vec_vpkuhus(vector unsigned short __a, vector unsigned short __b) in vec_vpkuhus()
4722 vec_vpkswss(vector int __a, vector int __b) in vec_vpkswss()
4734 vec_vpkuwus(vector unsigned int __a, vector unsigned int __b) in vec_vpkuwus()
4746 vec_packsu(vector short __a, vector short __b) in vec_packsu()
4756 vec_packsu(vector unsigned short __a, vector unsigned short __b) in vec_packsu()
4766 vec_packsu(vector int __a, vector int __b) in vec_packsu()
4776 vec_packsu(vector unsigned int __a, vector unsigned int __b) in vec_packsu()
4788 vec_vpkshus(vector short __a, vector short __b) in vec_vpkshus()
4798 vec_vpkshus(vector unsigned short __a, vector unsigned short __b) in vec_vpkshus()
4810 vec_vpkswus(vector int __a, vector int __b) in vec_vpkswus()
4820 vec_vpkswus(vector unsigned int __a, vector unsigned int __b) in vec_vpkswus()
4840 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c) in vec_perm()
4856 vector unsigned char __b, in vec_perm()
4872 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) in vec_perm()
4887 vec_perm(vector short __a, vector short __b, vector unsigned char __c) in vec_perm()
4903 vector unsigned short __b, in vec_perm()
4919 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c) in vec_perm()
4934 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c) in vec_perm()
4949 vec_perm(vector int __a, vector int __b, vector unsigned char __c) in vec_perm()
4962 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c) in vec_perm()
4977 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) in vec_perm()
4992 vec_perm(vector float __a, vector float __b, vector unsigned char __c) in vec_perm()
5008 vec_perm(vector long long __a, vector long long __b, vector unsigned char __c) in vec_perm()
5021 vec_perm(vector unsigned long long __a, vector unsigned long long __b, in vec_perm()
5037 vec_perm(vector double __a, vector double __b, vector unsigned char __c) in vec_perm()
5055 vec_vperm(vector signed char __a, vector signed char __b, vector unsigned char __c) in vec_vperm()
5062 vector unsigned char __b, in vec_vperm()
5069 vec_vperm(vector bool char __a, vector bool char __b, vector unsigned char __c) in vec_vperm()
5075 vec_vperm(vector short __a, vector short __b, vector unsigned char __c) in vec_vperm()
5082 vector unsigned short __b, in vec_vperm()
5089 vec_vperm(vector bool short __a, vector bool short __b, vector unsigned char __c) in vec_vperm()
5095 vec_vperm(vector pixel __a, vector pixel __b, vector unsigned char __c) in vec_vperm()
5101 vec_vperm(vector int __a, vector int __b, vector unsigned char __c) in vec_vperm()
5107 vec_vperm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c) in vec_vperm()
5113 vec_vperm(vector bool int __a, vector bool int __b, vector unsigned char __c) in vec_vperm()
5119 vec_vperm(vector float __a, vector float __b, vector unsigned char __c) in vec_vperm()
5126 vec_vperm(vector long long __a, vector long long __b, vector unsigned char __c) in vec_vperm()
5132 vec_vperm(vector unsigned long long __a, vector unsigned long long __b, in vec_vperm()
5139 vec_vperm(vector double __a, vector double __b, vector unsigned char __c) in vec_vperm()
5164 vec_rl(vector signed char __a, vector unsigned char __b) in vec_rl()
5170 vec_rl(vector unsigned char __a, vector unsigned char __b) in vec_rl()
5176 vec_rl(vector short __a, vector unsigned short __b) in vec_rl()
5182 vec_rl(vector unsigned short __a, vector unsigned short __b) in vec_rl()
5188 vec_rl(vector int __a, vector unsigned int __b) in vec_rl()
5194 vec_rl(vector unsigned int __a, vector unsigned int __b) in vec_rl()
5201 vec_rl(vector signed long long __a, vector unsigned long long __b) in vec_rl()
5207 vec_rl(vector unsigned long long __a, vector unsigned long long __b) in vec_rl()
5216 vec_vrlb(vector signed char __a, vector unsigned char __b) in vec_vrlb()
5222 vec_vrlb(vector unsigned char __a, vector unsigned char __b) in vec_vrlb()
5230 vec_vrlh(vector short __a, vector unsigned short __b) in vec_vrlh()
5236 vec_vrlh(vector unsigned short __a, vector unsigned short __b) in vec_vrlh()
5244 vec_vrlw(vector int __a, vector unsigned int __b) in vec_vrlw()
5250 vec_vrlw(vector unsigned int __a, vector unsigned int __b) in vec_vrlw()
5292 vec_sel(vector signed char __a, vector signed char __b, vector unsigned char __c) in vec_sel()
5298 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) in vec_sel()
5304 vec_sel(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) in vec_sel()
5310 vec_sel(vector unsigned char __a, vector unsigned char __b, vector bool char __c) in vec_sel()
5316 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) in vec_sel()
5322 vec_sel(vector bool char __a, vector bool char __b, vector bool char __c) in vec_sel()
5328 vec_sel(vector short __a, vector short __b, vector unsigned short __c) in vec_sel()
5334 vec_sel(vector short __a, vector short __b, vector bool short __c) in vec_sel()
5341 vector unsigned short __b, in vec_sel()
5348 vec_sel(vector unsigned short __a, vector unsigned short __b, vector bool short __c) in vec_sel()
5354 vec_sel(vector bool short __a, vector bool short __b, vector unsigned short __c) in vec_sel()
5360 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c) in vec_sel()
5366 vec_sel(vector int __a, vector int __b, vector unsigned int __c) in vec_sel()
5372 vec_sel(vector int __a, vector int __b, vector bool int __c) in vec_sel()
5378 vec_sel(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) in vec_sel()
5384 vec_sel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) in vec_sel()
5390 vec_sel(vector bool int __a, vector bool int __b, vector unsigned int __c) in vec_sel()
5396 vec_sel(vector bool int __a, vector bool int __b, vector bool int __c) in vec_sel()
5402 vec_sel(vector float __a, vector float __b, vector unsigned int __c) in vec_sel()
5410 vec_sel(vector float __a, vector float __b, vector bool int __c) in vec_sel()
5420 vec_vsel(vector signed char __a, vector signed char __b, vector unsigned char __c) in vec_vsel()
5426 vec_vsel(vector signed char __a, vector signed char __b, vector bool char __c) in vec_vsel()
5432 vec_vsel(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) in vec_vsel()
5438 vec_vsel(vector unsigned char __a, vector unsigned char __b, vector bool char __c) in vec_vsel()
5444 vec_vsel(vector bool char __a, vector bool char __b, vector unsigned char __c) in vec_vsel()
5450 vec_vsel(vector bool char __a, vector bool char __b, vector bool char __c) in vec_vsel()
5456 vec_vsel(vector short __a, vector short __b, vector unsigned short __c) in vec_vsel()
5462 vec_vsel(vector short __a, vector short __b, vector bool short __c) in vec_vsel()
5469 vector unsigned short __b, in vec_vsel()
5476 vec_vsel(vector unsigned short __a, vector unsigned short __b, vector bool short __c) in vec_vsel()
5482 vec_vsel(vector bool short __a, vector bool short __b, vector unsigned short __c) in vec_vsel()
5488 vec_vsel(vector bool short __a, vector bool short __b, vector bool short __c) in vec_vsel()
5494 vec_vsel(vector int __a, vector int __b, vector unsigned int __c) in vec_vsel()
5500 vec_vsel(vector int __a, vector int __b, vector bool int __c) in vec_vsel()
5506 vec_vsel(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) in vec_vsel()
5512 vec_vsel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) in vec_vsel()
5518 vec_vsel(vector bool int __a, vector bool int __b, vector unsigned int __c) in vec_vsel()
5524 vec_vsel(vector bool int __a, vector bool int __b, vector bool int __c) in vec_vsel()
5530 vec_vsel(vector float __a, vector float __b, vector unsigned int __c) in vec_vsel()
5538 vec_vsel(vector float __a, vector float __b, vector bool int __c) in vec_vsel()
5548 vec_sl(vector signed char __a, vector unsigned char __b) in vec_sl()
5554 vec_sl(vector unsigned char __a, vector unsigned char __b) in vec_sl()
5560 vec_sl(vector short __a, vector unsigned short __b) in vec_sl()
5566 vec_sl(vector unsigned short __a, vector unsigned short __b) in vec_sl()
5572 vec_sl(vector int __a, vector unsigned int __b) in vec_sl()
5578 vec_sl(vector unsigned int __a, vector unsigned int __b) in vec_sl()
5585 vec_sl(vector signed long long __a, vector unsigned long long __b) in vec_sl()
5591 vec_sl(vector unsigned long long __a, vector unsigned long long __b) in vec_sl()
5602 vec_vslb(vector signed char __a, vector unsigned char __b) in vec_vslb()
5608 vec_vslb(vector unsigned char __a, vector unsigned char __b) in vec_vslb()
5618 vec_vslh(vector short __a, vector unsigned short __b) in vec_vslh()
5624 vec_vslh(vector unsigned short __a, vector unsigned short __b) in vec_vslh()
5634 vec_vslw(vector int __a, vector unsigned int __b) in vec_vslw()
5640 vec_vslw(vector unsigned int __a, vector unsigned int __b) in vec_vslw()
5650 vec_sld(vector signed char __a, vector signed char __b, unsigned char __c) in vec_sld()
5658 vec_sld(vector unsigned char __a, vector unsigned char __b, unsigned char __c) in vec_sld()
5666 vec_sld(vector short __a, vector short __b, unsigned char __c) in vec_sld()
5674 vec_sld(vector unsigned short __a, vector unsigned short __b, unsigned char __c) in vec_sld()
5682 vec_sld(vector pixel __a, vector pixel __b, unsigned char __c) in vec_sld()
5690 vec_sld(vector int __a, vector int __b, unsigned char __c) in vec_sld()
5698 vec_sld(vector unsigned int __a, vector unsigned int __b, unsigned char __c) in vec_sld()
5706 vec_sld(vector float __a, vector float __b, unsigned char __c) in vec_sld()
5716 vec_vsldoi(vector signed char __a, vector signed char __b, unsigned char __c) in vec_vsldoi()
5724 vec_vsldoi(vector unsigned char __a, vector unsigned char __b, unsigned char __c) in vec_vsldoi()
5732 vec_vsldoi(vector short __a, vector short __b, unsigned char __c) in vec_vsldoi()
5740 vec_vsldoi(vector unsigned short __a, vector unsigned short __b, unsigned char __c) in vec_vsldoi()
5748 vec_vsldoi(vector pixel __a, vector pixel __b, unsigned char __c) in vec_vsldoi()
5756 vec_vsldoi(vector int __a, vector int __b, unsigned char __c) in vec_vsldoi()
5764 vec_vsldoi(vector unsigned int __a, vector unsigned int __b, unsigned char __c) in vec_vsldoi()
5772 vec_vsldoi(vector float __a, vector float __b, unsigned char __c) in vec_vsldoi()
5782 vec_sll(vector signed char __a, vector unsigned char __b) in vec_sll()
5789 vec_sll(vector signed char __a, vector unsigned short __b) in vec_sll()
5796 vec_sll(vector signed char __a, vector unsigned int __b) in vec_sll()
5803 vec_sll(vector unsigned char __a, vector unsigned char __b) in vec_sll()
5810 vec_sll(vector unsigned char __a, vector unsigned short __b) in vec_sll()
5817 vec_sll(vector unsigned char __a, vector unsigned int __b) in vec_sll()
5824 vec_sll(vector bool char __a, vector unsigned char __b) in vec_sll()
5830 vec_sll(vector bool char __a, vector unsigned short __b) in vec_sll()
5836 vec_sll(vector bool char __a, vector unsigned int __b) in vec_sll()
5842 vec_sll(vector short __a, vector unsigned char __b) in vec_sll()
5848 vec_sll(vector short __a, vector unsigned short __b) in vec_sll()
5854 vec_sll(vector short __a, vector unsigned int __b) in vec_sll()
5860 vec_sll(vector unsigned short __a, vector unsigned char __b) in vec_sll()
5867 vec_sll(vector unsigned short __a, vector unsigned short __b) in vec_sll()
5874 vec_sll(vector unsigned short __a, vector unsigned int __b) in vec_sll()
5881 vec_sll(vector bool short __a, vector unsigned char __b) in vec_sll()
5887 vec_sll(vector bool short __a, vector unsigned short __b) in vec_sll()
5893 vec_sll(vector bool short __a, vector unsigned int __b) in vec_sll()
5899 vec_sll(vector pixel __a, vector unsigned char __b) in vec_sll()
5905 vec_sll(vector pixel __a, vector unsigned short __b) in vec_sll()
5911 vec_sll(vector pixel __a, vector unsigned int __b) in vec_sll()
5917 vec_sll(vector int __a, vector unsigned char __b) in vec_sll()
5923 vec_sll(vector int __a, vector unsigned short __b) in vec_sll()
5929 vec_sll(vector int __a, vector unsigned int __b) in vec_sll()
5935 vec_sll(vector unsigned int __a, vector unsigned char __b) in vec_sll()
5942 vec_sll(vector unsigned int __a, vector unsigned short __b) in vec_sll()
5949 vec_sll(vector unsigned int __a, vector unsigned int __b) in vec_sll()
5956 vec_sll(vector bool int __a, vector unsigned char __b) in vec_sll()
5962 vec_sll(vector bool int __a, vector unsigned short __b) in vec_sll()
5968 vec_sll(vector bool int __a, vector unsigned int __b) in vec_sll()
5976 vec_vsl(vector signed char __a, vector unsigned char __b) in vec_vsl()
5983 vec_vsl(vector signed char __a, vector unsigned short __b) in vec_vsl()
5990 vec_vsl(vector signed char __a, vector unsigned int __b) in vec_vsl()
5997 vec_vsl(vector unsigned char __a, vector unsigned char __b) in vec_vsl()
6004 vec_vsl(vector unsigned char __a, vector unsigned short __b) in vec_vsl()
6011 vec_vsl(vector unsigned char __a, vector unsigned int __b) in vec_vsl()
6018 vec_vsl(vector bool char __a, vector unsigned char __b) in vec_vsl()
6024 vec_vsl(vector bool char __a, vector unsigned short __b) in vec_vsl()
6030 vec_vsl(vector bool char __a, vector unsigned int __b) in vec_vsl()
6036 vec_vsl(vector short __a, vector unsigned char __b) in vec_vsl()
6042 vec_vsl(vector short __a, vector unsigned short __b) in vec_vsl()
6048 vec_vsl(vector short __a, vector unsigned int __b) in vec_vsl()
6054 vec_vsl(vector unsigned short __a, vector unsigned char __b) in vec_vsl()
6061 vec_vsl(vector unsigned short __a, vector unsigned short __b) in vec_vsl()
6068 vec_vsl(vector unsigned short __a, vector unsigned int __b) in vec_vsl()
6075 vec_vsl(vector bool short __a, vector unsigned char __b) in vec_vsl()
6081 vec_vsl(vector bool short __a, vector unsigned short __b) in vec_vsl()
6087 vec_vsl(vector bool short __a, vector unsigned int __b) in vec_vsl()
6093 vec_vsl(vector pixel __a, vector unsigned char __b) in vec_vsl()
6099 vec_vsl(vector pixel __a, vector unsigned short __b) in vec_vsl()
6105 vec_vsl(vector pixel __a, vector unsigned int __b) in vec_vsl()
6111 vec_vsl(vector int __a, vector unsigned char __b) in vec_vsl()
6117 vec_vsl(vector int __a, vector unsigned short __b) in vec_vsl()
6123 vec_vsl(vector int __a, vector unsigned int __b) in vec_vsl()
6129 vec_vsl(vector unsigned int __a, vector unsigned char __b) in vec_vsl()
6136 vec_vsl(vector unsigned int __a, vector unsigned short __b) in vec_vsl()
6143 vec_vsl(vector unsigned int __a, vector unsigned int __b) in vec_vsl()
6150 vec_vsl(vector bool int __a, vector unsigned char __b) in vec_vsl()
6156 vec_vsl(vector bool int __a, vector unsigned short __b) in vec_vsl()
6162 vec_vsl(vector bool int __a, vector unsigned int __b) in vec_vsl()
6170 vec_slo(vector signed char __a, vector signed char __b) in vec_slo()
6177 vec_slo(vector signed char __a, vector unsigned char __b) in vec_slo()
6184 vec_slo(vector unsigned char __a, vector signed char __b) in vec_slo()
6191 vec_slo(vector unsigned char __a, vector unsigned char __b) in vec_slo()
6198 vec_slo(vector short __a, vector signed char __b) in vec_slo()
6204 vec_slo(vector short __a, vector unsigned char __b) in vec_slo()
6210 vec_slo(vector unsigned short __a, vector signed char __b) in vec_slo()
6217 vec_slo(vector unsigned short __a, vector unsigned char __b) in vec_slo()
6224 vec_slo(vector pixel __a, vector signed char __b) in vec_slo()
6230 vec_slo(vector pixel __a, vector unsigned char __b) in vec_slo()
6236 vec_slo(vector int __a, vector signed char __b) in vec_slo()
6242 vec_slo(vector int __a, vector unsigned char __b) in vec_slo()
6248 vec_slo(vector unsigned int __a, vector signed char __b) in vec_slo()
6255 vec_slo(vector unsigned int __a, vector unsigned char __b) in vec_slo()
6262 vec_slo(vector float __a, vector signed char __b) in vec_slo()
6268 vec_slo(vector float __a, vector unsigned char __b) in vec_slo()
6276 vec_vslo(vector signed char __a, vector signed char __b) in vec_vslo()
6283 vec_vslo(vector signed char __a, vector unsigned char __b) in vec_vslo()
6290 vec_vslo(vector unsigned char __a, vector signed char __b) in vec_vslo()
6297 vec_vslo(vector unsigned char __a, vector unsigned char __b) in vec_vslo()
6304 vec_vslo(vector short __a, vector signed char __b) in vec_vslo()
6310 vec_vslo(vector short __a, vector unsigned char __b) in vec_vslo()
6316 vec_vslo(vector unsigned short __a, vector signed char __b) in vec_vslo()
6323 vec_vslo(vector unsigned short __a, vector unsigned char __b) in vec_vslo()
6330 vec_vslo(vector pixel __a, vector signed char __b) in vec_vslo()
6336 vec_vslo(vector pixel __a, vector unsigned char __b) in vec_vslo()
6342 vec_vslo(vector int __a, vector signed char __b) in vec_vslo()
6348 vec_vslo(vector int __a, vector unsigned char __b) in vec_vslo()
6354 vec_vslo(vector unsigned int __a, vector signed char __b) in vec_vslo()
6361 vec_vslo(vector unsigned int __a, vector unsigned char __b) in vec_vslo()
6368 vec_vslo(vector float __a, vector signed char __b) in vec_vslo()
6374 vec_vslo(vector float __a, vector unsigned char __b) in vec_vslo()
6382 vec_splat(vector signed char __a, unsigned char __b) in vec_splat()
6388 vec_splat(vector unsigned char __a, unsigned char __b) in vec_splat()
6394 vec_splat(vector bool char __a, unsigned char __b) in vec_splat()
6400 vec_splat(vector short __a, unsigned char __b) in vec_splat()
6409 vec_splat(vector unsigned short __a, unsigned char __b) in vec_splat()
6418 vec_splat(vector bool short __a, unsigned char __b) in vec_splat()
6427 vec_splat(vector pixel __a, unsigned char __b) in vec_splat()
6436 vec_splat(vector int __a, unsigned char __b) in vec_splat()
6445 vec_splat(vector unsigned int __a, unsigned char __b) in vec_splat()
6454 vec_splat(vector bool int __a, unsigned char __b) in vec_splat()
6463 vec_splat(vector float __a, unsigned char __b) in vec_splat()
6476 vec_vspltb(vector signed char __a, unsigned char __b) in vec_vspltb()
6482 vec_vspltb(vector unsigned char __a, unsigned char __b) in vec_vspltb()
6488 vec_vspltb(vector bool char __a, unsigned char __b) in vec_vspltb()
6498 vec_vsplth(vector short __a, unsigned char __b) in vec_vsplth()
6507 vec_vsplth(vector unsigned short __a, unsigned char __b) in vec_vsplth()
6516 vec_vsplth(vector bool short __a, unsigned char __b) in vec_vsplth()
6525 vec_vsplth(vector pixel __a, unsigned char __b) in vec_vsplth()
6538 vec_vspltw(vector int __a, unsigned char __b) in vec_vspltw()
6547 vec_vspltw(vector unsigned int __a, unsigned char __b) in vec_vspltw()
6556 vec_vspltw(vector bool int __a, unsigned char __b) in vec_vspltw()
6565 vec_vspltw(vector float __a, unsigned char __b) in vec_vspltw()
6663 vec_sr(vector signed char __a, vector unsigned char __b) in vec_sr()
6669 vec_sr(vector unsigned char __a, vector unsigned char __b) in vec_sr()
6675 vec_sr(vector short __a, vector unsigned short __b) in vec_sr()
6681 vec_sr(vector unsigned short __a, vector unsigned short __b) in vec_sr()
6687 vec_sr(vector int __a, vector unsigned int __b) in vec_sr()
6693 vec_sr(vector unsigned int __a, vector unsigned int __b) in vec_sr()
6700 vec_sr(vector signed long long __a, vector unsigned long long __b) in vec_sr()
6706 vec_sr(vector unsigned long long __a, vector unsigned long long __b) in vec_sr()
6717 vec_vsrb(vector signed char __a, vector unsigned char __b) in vec_vsrb()
6723 vec_vsrb(vector unsigned char __a, vector unsigned char __b) in vec_vsrb()
6733 vec_vsrh(vector short __a, vector unsigned short __b) in vec_vsrh()
6739 vec_vsrh(vector unsigned short __a, vector unsigned short __b) in vec_vsrh()
6749 vec_vsrw(vector int __a, vector unsigned int __b) in vec_vsrw()
6755 vec_vsrw(vector unsigned int __a, vector unsigned int __b) in vec_vsrw()
6763 vec_sra(vector signed char __a, vector unsigned char __b) in vec_sra()
6769 vec_sra(vector unsigned char __a, vector unsigned char __b) in vec_sra()
6775 vec_sra(vector short __a, vector unsigned short __b) in vec_sra()
6781 vec_sra(vector unsigned short __a, vector unsigned short __b) in vec_sra()
6787 vec_sra(vector int __a, vector unsigned int __b) in vec_sra()
6793 vec_sra(vector unsigned int __a, vector unsigned int __b) in vec_sra()
6800 vec_sra(vector signed long long __a, vector unsigned long long __b) in vec_sra()
6806 vec_sra(vector unsigned long long __a, vector unsigned long long __b) in vec_sra()
6815 vec_vsrab(vector signed char __a, vector unsigned char __b) in vec_vsrab()
6821 vec_vsrab(vector unsigned char __a, vector unsigned char __b) in vec_vsrab()
6829 vec_vsrah(vector short __a, vector unsigned short __b) in vec_vsrah()
6835 vec_vsrah(vector unsigned short __a, vector unsigned short __b) in vec_vsrah()
6843 vec_vsraw(vector int __a, vector unsigned int __b) in vec_vsraw()
6849 vec_vsraw(vector unsigned int __a, vector unsigned int __b) in vec_vsraw()
6857 vec_srl(vector signed char __a, vector unsigned char __b) in vec_srl()
6864 vec_srl(vector signed char __a, vector unsigned short __b) in vec_srl()
6871 vec_srl(vector signed char __a, vector unsigned int __b) in vec_srl()
6878 vec_srl(vector unsigned char __a, vector unsigned char __b) in vec_srl()
6885 vec_srl(vector unsigned char __a, vector unsigned short __b) in vec_srl()
6892 vec_srl(vector unsigned char __a, vector unsigned int __b) in vec_srl()
6899 vec_srl(vector bool char __a, vector unsigned char __b) in vec_srl()
6905 vec_srl(vector bool char __a, vector unsigned short __b) in vec_srl()
6911 vec_srl(vector bool char __a, vector unsigned int __b) in vec_srl()
6917 vec_srl(vector short __a, vector unsigned char __b) in vec_srl()
6923 vec_srl(vector short __a, vector unsigned short __b) in vec_srl()
6929 vec_srl(vector short __a, vector unsigned int __b) in vec_srl()
6935 vec_srl(vector unsigned short __a, vector unsigned char __b) in vec_srl()
6942 vec_srl(vector unsigned short __a, vector unsigned short __b) in vec_srl()
6949 vec_srl(vector unsigned short __a, vector unsigned int __b) in vec_srl()
6956 vec_srl(vector bool short __a, vector unsigned char __b) in vec_srl()
6962 vec_srl(vector bool short __a, vector unsigned short __b) in vec_srl()
6968 vec_srl(vector bool short __a, vector unsigned int __b) in vec_srl()
6974 vec_srl(vector pixel __a, vector unsigned char __b) in vec_srl()
6980 vec_srl(vector pixel __a, vector unsigned short __b) in vec_srl()
6986 vec_srl(vector pixel __a, vector unsigned int __b) in vec_srl()
6992 vec_srl(vector int __a, vector unsigned char __b) in vec_srl()
6998 vec_srl(vector int __a, vector unsigned short __b) in vec_srl()
7004 vec_srl(vector int __a, vector unsigned int __b) in vec_srl()
7010 vec_srl(vector unsigned int __a, vector unsigned char __b) in vec_srl()
7017 vec_srl(vector unsigned int __a, vector unsigned short __b) in vec_srl()
7024 vec_srl(vector unsigned int __a, vector unsigned int __b) in vec_srl()
7031 vec_srl(vector bool int __a, vector unsigned char __b) in vec_srl()
7037 vec_srl(vector bool int __a, vector unsigned short __b) in vec_srl()
7043 vec_srl(vector bool int __a, vector unsigned int __b) in vec_srl()
7051 vec_vsr(vector signed char __a, vector unsigned char __b) in vec_vsr()
7058 vec_vsr(vector signed char __a, vector unsigned short __b) in vec_vsr()
7065 vec_vsr(vector signed char __a, vector unsigned int __b) in vec_vsr()
7072 vec_vsr(vector unsigned char __a, vector unsigned char __b) in vec_vsr()
7079 vec_vsr(vector unsigned char __a, vector unsigned short __b) in vec_vsr()
7086 vec_vsr(vector unsigned char __a, vector unsigned int __b) in vec_vsr()
7093 vec_vsr(vector bool char __a, vector unsigned char __b) in vec_vsr()
7099 vec_vsr(vector bool char __a, vector unsigned short __b) in vec_vsr()
7105 vec_vsr(vector bool char __a, vector unsigned int __b) in vec_vsr()
7111 vec_vsr(vector short __a, vector unsigned char __b) in vec_vsr()
7117 vec_vsr(vector short __a, vector unsigned short __b) in vec_vsr()
7123 vec_vsr(vector short __a, vector unsigned int __b) in vec_vsr()
7129 vec_vsr(vector unsigned short __a, vector unsigned char __b) in vec_vsr()
7136 vec_vsr(vector unsigned short __a, vector unsigned short __b) in vec_vsr()
7143 vec_vsr(vector unsigned short __a, vector unsigned int __b) in vec_vsr()
7150 vec_vsr(vector bool short __a, vector unsigned char __b) in vec_vsr()
7156 vec_vsr(vector bool short __a, vector unsigned short __b) in vec_vsr()
7162 vec_vsr(vector bool short __a, vector unsigned int __b) in vec_vsr()
7168 vec_vsr(vector pixel __a, vector unsigned char __b) in vec_vsr()
7174 vec_vsr(vector pixel __a, vector unsigned short __b) in vec_vsr()
7180 vec_vsr(vector pixel __a, vector unsigned int __b) in vec_vsr()
7186 vec_vsr(vector int __a, vector unsigned char __b) in vec_vsr()
7192 vec_vsr(vector int __a, vector unsigned short __b) in vec_vsr()
7198 vec_vsr(vector int __a, vector unsigned int __b) in vec_vsr()
7204 vec_vsr(vector unsigned int __a, vector unsigned char __b) in vec_vsr()
7211 vec_vsr(vector unsigned int __a, vector unsigned short __b) in vec_vsr()
7218 vec_vsr(vector unsigned int __a, vector unsigned int __b) in vec_vsr()
7225 vec_vsr(vector bool int __a, vector unsigned char __b) in vec_vsr()
7231 vec_vsr(vector bool int __a, vector unsigned short __b) in vec_vsr()
7237 vec_vsr(vector bool int __a, vector unsigned int __b) in vec_vsr()
7245 vec_sro(vector signed char __a, vector signed char __b) in vec_sro()
7252 vec_sro(vector signed char __a, vector unsigned char __b) in vec_sro()
7259 vec_sro(vector unsigned char __a, vector signed char __b) in vec_sro()
7266 vec_sro(vector unsigned char __a, vector unsigned char __b) in vec_sro()
7273 vec_sro(vector short __a, vector signed char __b) in vec_sro()
7279 vec_sro(vector short __a, vector unsigned char __b) in vec_sro()
7285 vec_sro(vector unsigned short __a, vector signed char __b) in vec_sro()
7292 vec_sro(vector unsigned short __a, vector unsigned char __b) in vec_sro()
7299 vec_sro(vector pixel __a, vector signed char __b) in vec_sro()
7305 vec_sro(vector pixel __a, vector unsigned char __b) in vec_sro()
7311 vec_sro(vector int __a, vector signed char __b) in vec_sro()
7317 vec_sro(vector int __a, vector unsigned char __b) in vec_sro()
7323 vec_sro(vector unsigned int __a, vector signed char __b) in vec_sro()
7330 vec_sro(vector unsigned int __a, vector unsigned char __b) in vec_sro()
7337 vec_sro(vector float __a, vector signed char __b) in vec_sro()
7343 vec_sro(vector float __a, vector unsigned char __b) in vec_sro()
7351 vec_vsro(vector signed char __a, vector signed char __b) in vec_vsro()
7358 vec_vsro(vector signed char __a, vector unsigned char __b) in vec_vsro()
7365 vec_vsro(vector unsigned char __a, vector signed char __b) in vec_vsro()
7372 vec_vsro(vector unsigned char __a, vector unsigned char __b) in vec_vsro()
7379 vec_vsro(vector short __a, vector signed char __b) in vec_vsro()
7385 vec_vsro(vector short __a, vector unsigned char __b) in vec_vsro()
7391 vec_vsro(vector unsigned short __a, vector signed char __b) in vec_vsro()
7398 vec_vsro(vector unsigned short __a, vector unsigned char __b) in vec_vsro()
7405 vec_vsro(vector pixel __a, vector signed char __b) in vec_vsro()
7411 vec_vsro(vector pixel __a, vector unsigned char __b) in vec_vsro()
7417 vec_vsro(vector int __a, vector signed char __b) in vec_vsro()
7423 vec_vsro(vector int __a, vector unsigned char __b) in vec_vsro()
7429 vec_vsro(vector unsigned int __a, vector signed char __b) in vec_vsro()
7436 vec_vsro(vector unsigned int __a, vector unsigned char __b) in vec_vsro()
7443 vec_vsro(vector float __a, vector signed char __b) in vec_vsro()
7449 vec_vsro(vector float __a, vector unsigned char __b) in vec_vsro()
7457 vec_st(vector signed char __a, int __b, vector signed char *__c) in vec_st()
7463 vec_st(vector signed char __a, int __b, signed char *__c) in vec_st()
7469 vec_st(vector unsigned char __a, int __b, vector unsigned char *__c) in vec_st()
7475 vec_st(vector unsigned char __a, int __b, unsigned char *__c) in vec_st()
7481 vec_st(vector bool char __a, int __b, signed char *__c) in vec_st()
7487 vec_st(vector bool char __a, int __b, unsigned char *__c) in vec_st()
7493 vec_st(vector bool char __a, int __b, vector bool char *__c) in vec_st()
7499 vec_st(vector short __a, int __b, vector short *__c) in vec_st()
7505 vec_st(vector short __a, int __b, short *__c) in vec_st()
7511 vec_st(vector unsigned short __a, int __b, vector unsigned short *__c) in vec_st()
7517 vec_st(vector unsigned short __a, int __b, unsigned short *__c) in vec_st()
7523 vec_st(vector bool short __a, int __b, short *__c) in vec_st()
7529 vec_st(vector bool short __a, int __b, unsigned short *__c) in vec_st()
7535 vec_st(vector bool short __a, int __b, vector bool short *__c) in vec_st()
7541 vec_st(vector pixel __a, int __b, short *__c) in vec_st()
7547 vec_st(vector pixel __a, int __b, unsigned short *__c) in vec_st()
7553 vec_st(vector pixel __a, int __b, vector pixel *__c) in vec_st()
7559 vec_st(vector int __a, int __b, vector int *__c) in vec_st()
7565 vec_st(vector int __a, int __b, int *__c) in vec_st()
7571 vec_st(vector unsigned int __a, int __b, vector unsigned int *__c) in vec_st()
7577 vec_st(vector unsigned int __a, int __b, unsigned int *__c) in vec_st()
7583 vec_st(vector bool int __a, int __b, int *__c) in vec_st()
7589 vec_st(vector bool int __a, int __b, unsigned int *__c) in vec_st()
7595 vec_st(vector bool int __a, int __b, vector bool int *__c) in vec_st()
7601 vec_st(vector float __a, int __b, vector float *__c) in vec_st()
7607 vec_st(vector float __a, int __b, float *__c) in vec_st()
7615 vec_stvx(vector signed char __a, int __b, vector signed char *__c) in vec_stvx()
7621 vec_stvx(vector signed char __a, int __b, signed char *__c) in vec_stvx()
7627 vec_stvx(vector unsigned char __a, int __b, vector unsigned char *__c) in vec_stvx()
7633 vec_stvx(vector unsigned char __a, int __b, unsigned char *__c) in vec_stvx()
7639 vec_stvx(vector bool char __a, int __b, signed char *__c) in vec_stvx()
7645 vec_stvx(vector bool char __a, int __b, unsigned char *__c) in vec_stvx()
7651 vec_stvx(vector bool char __a, int __b, vector bool char *__c) in vec_stvx()
7657 vec_stvx(vector short __a, int __b, vector short *__c) in vec_stvx()
7663 vec_stvx(vector short __a, int __b, short *__c) in vec_stvx()
7669 vec_stvx(vector unsigned short __a, int __b, vector unsigned short *__c) in vec_stvx()
7675 vec_stvx(vector unsigned short __a, int __b, unsigned short *__c) in vec_stvx()
7681 vec_stvx(vector bool short __a, int __b, short *__c) in vec_stvx()
7687 vec_stvx(vector bool short __a, int __b, unsigned short *__c) in vec_stvx()
7693 vec_stvx(vector bool short __a, int __b, vector bool short *__c) in vec_stvx()
7699 vec_stvx(vector pixel __a, int __b, short *__c) in vec_stvx()
7705 vec_stvx(vector pixel __a, int __b, unsigned short *__c) in vec_stvx()
7711 vec_stvx(vector pixel __a, int __b, vector pixel *__c) in vec_stvx()
7717 vec_stvx(vector int __a, int __b, vector int *__c) in vec_stvx()
7723 vec_stvx(vector int __a, int __b, int *__c) in vec_stvx()
7729 vec_stvx(vector unsigned int __a, int __b, vector unsigned int *__c) in vec_stvx()
7735 vec_stvx(vector unsigned int __a, int __b, unsigned int *__c) in vec_stvx()
7741 vec_stvx(vector bool int __a, int __b, int *__c) in vec_stvx()
7747 vec_stvx(vector bool int __a, int __b, unsigned int *__c) in vec_stvx()
7753 vec_stvx(vector bool int __a, int __b, vector bool int *__c) in vec_stvx()
7759 vec_stvx(vector float __a, int __b, vector float *__c) in vec_stvx()
7765 vec_stvx(vector float __a, int __b, float *__c) in vec_stvx()
7773 vec_ste(vector signed char __a, int __b, signed char *__c) in vec_ste()
7779 vec_ste(vector unsigned char __a, int __b, unsigned char *__c) in vec_ste()
7785 vec_ste(vector bool char __a, int __b, signed char *__c) in vec_ste()
7791 vec_ste(vector bool char __a, int __b, unsigned char *__c) in vec_ste()
7797 vec_ste(vector short __a, int __b, short *__c) in vec_ste()
7803 vec_ste(vector unsigned short __a, int __b, unsigned short *__c) in vec_ste()
7809 vec_ste(vector bool short __a, int __b, short *__c) in vec_ste()
7815 vec_ste(vector bool short __a, int __b, unsigned short *__c) in vec_ste()
7821 vec_ste(vector pixel __a, int __b, short *__c) in vec_ste()
7827 vec_ste(vector pixel __a, int __b, unsigned short *__c) in vec_ste()
7833 vec_ste(vector int __a, int __b, int *__c) in vec_ste()
7839 vec_ste(vector unsigned int __a, int __b, unsigned int *__c) in vec_ste()
7845 vec_ste(vector bool int __a, int __b, int *__c) in vec_ste()
7851 vec_ste(vector bool int __a, int __b, unsigned int *__c) in vec_ste()
7857 vec_ste(vector float __a, int __b, float *__c) in vec_ste()
7865 vec_stvebx(vector signed char __a, int __b, signed char *__c) in vec_stvebx()
7871 vec_stvebx(vector unsigned char __a, int __b, unsigned char *__c) in vec_stvebx()
7877 vec_stvebx(vector bool char __a, int __b, signed char *__c) in vec_stvebx()
7883 vec_stvebx(vector bool char __a, int __b, unsigned char *__c) in vec_stvebx()
7891 vec_stvehx(vector short __a, int __b, short *__c) in vec_stvehx()
7897 vec_stvehx(vector unsigned short __a, int __b, unsigned short *__c) in vec_stvehx()
7903 vec_stvehx(vector bool short __a, int __b, short *__c) in vec_stvehx()
7909 vec_stvehx(vector bool short __a, int __b, unsigned short *__c) in vec_stvehx()
7915 vec_stvehx(vector pixel __a, int __b, short *__c) in vec_stvehx()
7921 vec_stvehx(vector pixel __a, int __b, unsigned short *__c) in vec_stvehx()
7929 vec_stvewx(vector int __a, int __b, int *__c) in vec_stvewx()
7935 vec_stvewx(vector unsigned int __a, int __b, unsigned int *__c) in vec_stvewx()
7941 vec_stvewx(vector bool int __a, int __b, int *__c) in vec_stvewx()
7947 vec_stvewx(vector bool int __a, int __b, unsigned int *__c) in vec_stvewx()
7953 vec_stvewx(vector float __a, int __b, float *__c) in vec_stvewx()
7961 vec_stl(vector signed char __a, int __b, vector signed char *__c) in vec_stl()
7967 vec_stl(vector signed char __a, int __b, signed char *__c) in vec_stl()
7973 vec_stl(vector unsigned char __a, int __b, vector unsigned char *__c) in vec_stl()
7979 vec_stl(vector unsigned char __a, int __b, unsigned char *__c) in vec_stl()
7985 vec_stl(vector bool char __a, int __b, signed char *__c) in vec_stl()
7991 vec_stl(vector bool char __a, int __b, unsigned char *__c) in vec_stl()
7997 vec_stl(vector bool char __a, int __b, vector bool char *__c) in vec_stl()
8003 vec_stl(vector short __a, int __b, vector short *__c) in vec_stl()
8009 vec_stl(vector short __a, int __b, short *__c) in vec_stl()
8015 vec_stl(vector unsigned short __a, int __b, vector unsigned short *__c) in vec_stl()
8021 vec_stl(vector unsigned short __a, int __b, unsigned short *__c) in vec_stl()
8027 vec_stl(vector bool short __a, int __b, short *__c) in vec_stl()
8033 vec_stl(vector bool short __a, int __b, unsigned short *__c) in vec_stl()
8039 vec_stl(vector bool short __a, int __b, vector bool short *__c) in vec_stl()
8045 vec_stl(vector pixel __a, int __b, short *__c) in vec_stl()
8051 vec_stl(vector pixel __a, int __b, unsigned short *__c) in vec_stl()
8057 vec_stl(vector pixel __a, int __b, vector pixel *__c) in vec_stl()
8063 vec_stl(vector int __a, int __b, vector int *__c) in vec_stl()
8069 vec_stl(vector int __a, int __b, int *__c) in vec_stl()
8075 vec_stl(vector unsigned int __a, int __b, vector unsigned int *__c) in vec_stl()
8081 vec_stl(vector unsigned int __a, int __b, unsigned int *__c) in vec_stl()
8087 vec_stl(vector bool int __a, int __b, int *__c) in vec_stl()
8093 vec_stl(vector bool int __a, int __b, unsigned int *__c) in vec_stl()
8099 vec_stl(vector bool int __a, int __b, vector bool int *__c) in vec_stl()
8105 vec_stl(vector float __a, int __b, vector float *__c) in vec_stl()
8111 vec_stl(vector float __a, int __b, float *__c) in vec_stl()
8119 vec_stvxl(vector signed char __a, int __b, vector signed char *__c) in vec_stvxl()
8125 vec_stvxl(vector signed char __a, int __b, signed char *__c) in vec_stvxl()
8131 vec_stvxl(vector unsigned char __a, int __b, vector unsigned char *__c) in vec_stvxl()
8137 vec_stvxl(vector unsigned char __a, int __b, unsigned char *__c) in vec_stvxl()
8143 vec_stvxl(vector bool char __a, int __b, signed char *__c) in vec_stvxl()
8149 vec_stvxl(vector bool char __a, int __b, unsigned char *__c) in vec_stvxl()
8155 vec_stvxl(vector bool char __a, int __b, vector bool char *__c) in vec_stvxl()
8161 vec_stvxl(vector short __a, int __b, vector short *__c) in vec_stvxl()
8167 vec_stvxl(vector short __a, int __b, short *__c) in vec_stvxl()
8173 vec_stvxl(vector unsigned short __a, int __b, vector unsigned short *__c) in vec_stvxl()
8179 vec_stvxl(vector unsigned short __a, int __b, unsigned short *__c) in vec_stvxl()
8185 vec_stvxl(vector bool short __a, int __b, short *__c) in vec_stvxl()
8191 vec_stvxl(vector bool short __a, int __b, unsigned short *__c) in vec_stvxl()
8197 vec_stvxl(vector bool short __a, int __b, vector bool short *__c) in vec_stvxl()
8203 vec_stvxl(vector pixel __a, int __b, short *__c) in vec_stvxl()
8209 vec_stvxl(vector pixel __a, int __b, unsigned short *__c) in vec_stvxl()
8215 vec_stvxl(vector pixel __a, int __b, vector pixel *__c) in vec_stvxl()
8221 vec_stvxl(vector int __a, int __b, vector int *__c) in vec_stvxl()
8227 vec_stvxl(vector int __a, int __b, int *__c) in vec_stvxl()
8233 vec_stvxl(vector unsigned int __a, int __b, vector unsigned int *__c) in vec_stvxl()
8239 vec_stvxl(vector unsigned int __a, int __b, unsigned int *__c) in vec_stvxl()
8245 vec_stvxl(vector bool int __a, int __b, int *__c) in vec_stvxl()
8251 vec_stvxl(vector bool int __a, int __b, unsigned int *__c) in vec_stvxl()
8257 vec_stvxl(vector bool int __a, int __b, vector bool int *__c) in vec_stvxl()
8263 vec_stvxl(vector float __a, int __b, vector float *__c) in vec_stvxl()
8269 vec_stvxl(vector float __a, int __b, float *__c) in vec_stvxl()
8277 vec_sub(vector signed char __a, vector signed char __b) in vec_sub()
8283 vec_sub(vector bool char __a, vector signed char __b) in vec_sub()
8289 vec_sub(vector signed char __a, vector bool char __b) in vec_sub()
8295 vec_sub(vector unsigned char __a, vector unsigned char __b) in vec_sub()
8301 vec_sub(vector bool char __a, vector unsigned char __b) in vec_sub()
8307 vec_sub(vector unsigned char __a, vector bool char __b) in vec_sub()
8313 vec_sub(vector short __a, vector short __b) in vec_sub()
8319 vec_sub(vector bool short __a, vector short __b) in vec_sub()
8325 vec_sub(vector short __a, vector bool short __b) in vec_sub()
8331 vec_sub(vector unsigned short __a, vector unsigned short __b) in vec_sub()
8337 vec_sub(vector bool short __a, vector unsigned short __b) in vec_sub()
8343 vec_sub(vector unsigned short __a, vector bool short __b) in vec_sub()
8349 vec_sub(vector int __a, vector int __b) in vec_sub()
8355 vec_sub(vector bool int __a, vector int __b) in vec_sub()
8361 vec_sub(vector int __a, vector bool int __b) in vec_sub()
8367 vec_sub(vector unsigned int __a, vector unsigned int __b) in vec_sub()
8373 vec_sub(vector bool int __a, vector unsigned int __b) in vec_sub()
8379 vec_sub(vector unsigned int __a, vector bool int __b) in vec_sub()
8385 vec_sub(vector float __a, vector float __b) in vec_sub()
8395 vec_vsububm(vector signed char __a, vector signed char __b) in vec_vsububm()
8401 vec_vsububm(vector bool char __a, vector signed char __b) in vec_vsububm()
8407 vec_vsububm(vector signed char __a, vector bool char __b) in vec_vsububm()
8413 vec_vsububm(vector unsigned char __a, vector unsigned char __b) in vec_vsububm()
8419 vec_vsububm(vector bool char __a, vector unsigned char __b) in vec_vsububm()
8425 vec_vsububm(vector unsigned char __a, vector bool char __b) in vec_vsububm()
8435 vec_vsubuhm(vector short __a, vector short __b) in vec_vsubuhm()
8441 vec_vsubuhm(vector bool short __a, vector short __b) in vec_vsubuhm()
8447 vec_vsubuhm(vector short __a, vector bool short __b) in vec_vsubuhm()
8453 vec_vsubuhm(vector unsigned short __a, vector unsigned short __b) in vec_vsubuhm()
8459 vec_vsubuhm(vector bool short __a, vector unsigned short __b) in vec_vsubuhm()
8465 vec_vsubuhm(vector unsigned short __a, vector bool short __b) in vec_vsubuhm()
8475 vec_vsubuwm(vector int __a, vector int __b) in vec_vsubuwm()
8481 vec_vsubuwm(vector bool int __a, vector int __b) in vec_vsubuwm()
8487 vec_vsubuwm(vector int __a, vector bool int __b) in vec_vsubuwm()
8493 vec_vsubuwm(vector unsigned int __a, vector unsigned int __b) in vec_vsubuwm()
8499 vec_vsubuwm(vector bool int __a, vector unsigned int __b) in vec_vsubuwm()
8505 vec_vsubuwm(vector unsigned int __a, vector bool int __b) in vec_vsubuwm()
8515 vec_vsubfp(vector float __a, vector float __b) in vec_vsubfp()
8523 vec_subc(vector unsigned int __a, vector unsigned int __b) in vec_subc()
8531 vec_vsubcuw(vector unsigned int __a, vector unsigned int __b) in vec_vsubcuw()
8539 vec_subs(vector signed char __a, vector signed char __b) in vec_subs()
8545 vec_subs(vector bool char __a, vector signed char __b) in vec_subs()
8551 vec_subs(vector signed char __a, vector bool char __b) in vec_subs()
8557 vec_subs(vector unsigned char __a, vector unsigned char __b) in vec_subs()
8563 vec_subs(vector bool char __a, vector unsigned char __b) in vec_subs()
8569 vec_subs(vector unsigned char __a, vector bool char __b) in vec_subs()
8575 vec_subs(vector short __a, vector short __b) in vec_subs()
8581 vec_subs(vector bool short __a, vector short __b) in vec_subs()
8587 vec_subs(vector short __a, vector bool short __b) in vec_subs()
8593 vec_subs(vector unsigned short __a, vector unsigned short __b) in vec_subs()
8599 vec_subs(vector bool short __a, vector unsigned short __b) in vec_subs()
8605 vec_subs(vector unsigned short __a, vector bool short __b) in vec_subs()
8611 vec_subs(vector int __a, vector int __b) in vec_subs()
8617 vec_subs(vector bool int __a, vector int __b) in vec_subs()
8623 vec_subs(vector int __a, vector bool int __b) in vec_subs()
8629 vec_subs(vector unsigned int __a, vector unsigned int __b) in vec_subs()
8635 vec_subs(vector bool int __a, vector unsigned int __b) in vec_subs()
8641 vec_subs(vector unsigned int __a, vector bool int __b) in vec_subs()
8649 vec_vsubsbs(vector signed char __a, vector signed char __b) in vec_vsubsbs()
8655 vec_vsubsbs(vector bool char __a, vector signed char __b) in vec_vsubsbs()
8661 vec_vsubsbs(vector signed char __a, vector bool char __b) in vec_vsubsbs()
8669 vec_vsububs(vector unsigned char __a, vector unsigned char __b) in vec_vsububs()
8675 vec_vsububs(vector bool char __a, vector unsigned char __b) in vec_vsububs()
8681 vec_vsububs(vector unsigned char __a, vector bool char __b) in vec_vsububs()
8689 vec_vsubshs(vector short __a, vector short __b) in vec_vsubshs()
8695 vec_vsubshs(vector bool short __a, vector short __b) in vec_vsubshs()
8701 vec_vsubshs(vector short __a, vector bool short __b) in vec_vsubshs()
8709 vec_vsubuhs(vector unsigned short __a, vector unsigned short __b) in vec_vsubuhs()
8715 vec_vsubuhs(vector bool short __a, vector unsigned short __b) in vec_vsubuhs()
8721 vec_vsubuhs(vector unsigned short __a, vector bool short __b) in vec_vsubuhs()
8729 vec_vsubsws(vector int __a, vector int __b) in vec_vsubsws()
8735 vec_vsubsws(vector bool int __a, vector int __b) in vec_vsubsws()
8741 vec_vsubsws(vector int __a, vector bool int __b) in vec_vsubsws()
8749 vec_vsubuws(vector unsigned int __a, vector unsigned int __b) in vec_vsubuws()
8755 vec_vsubuws(vector bool int __a, vector unsigned int __b) in vec_vsubuws()
8761 vec_vsubuws(vector unsigned int __a, vector bool int __b) in vec_vsubuws()
8769 vec_sum4s(vector signed char __a, vector int __b) in vec_sum4s()
8775 vec_sum4s(vector unsigned char __a, vector unsigned int __b) in vec_sum4s()
8781 vec_sum4s(vector signed short __a, vector int __b) in vec_sum4s()
8789 vec_vsum4sbs(vector signed char __a, vector int __b) in vec_vsum4sbs()
8797 vec_vsum4ubs(vector unsigned char __a, vector unsigned int __b) in vec_vsum4ubs()
8805 vec_vsum4shs(vector signed short __a, vector int __b) in vec_vsum4shs()
8819 vec_sum2s(vector int __a, vector int __b) in vec_sum2s()
8837 vec_vsum2sws(vector int __a, vector int __b) in vec_vsum2sws()
8861 vec_sums(vector signed int __a, vector signed int __b) in vec_sums()
8875 vec_vsumsws(vector signed int __a, vector signed int __b) in vec_vsumsws()
9122 vec_vsx_ld(int __a, const vector signed int *__b) in vec_vsx_ld()
9128 vec_vsx_ld(int __a, const vector unsigned int *__b) in vec_vsx_ld()
9134 vec_vsx_ld(int __a, const vector float *__b) in vec_vsx_ld()
9140 vec_vsx_ld(int __a, const vector signed long long *__b) in vec_vsx_ld()
9146 vec_vsx_ld(int __a, const vector unsigned long long *__b) in vec_vsx_ld()
9152 vec_vsx_ld(int __a, const vector double *__b) in vec_vsx_ld()
9164 vec_vsx_st(vector signed int __a, int __b, vector signed int *__c) in vec_vsx_st()
9170 vec_vsx_st(vector unsigned int __a, int __b, vector unsigned int *__c) in vec_vsx_st()
9176 vec_vsx_st(vector float __a, int __b, vector float *__c) in vec_vsx_st()
9182 vec_vsx_st(vector signed long long __a, int __b, vector signed long long *__c) in vec_vsx_st()
9188 vec_vsx_st(vector unsigned long long __a, int __b, in vec_vsx_st()
9195 vec_vsx_st(vector double __a, int __b, vector double *__c) in vec_vsx_st()
9207 vec_xor(vector signed char __a, vector signed char __b) in vec_xor()
9213 vec_xor(vector bool char __a, vector signed char __b) in vec_xor()
9219 vec_xor(vector signed char __a, vector bool char __b) in vec_xor()
9225 vec_xor(vector unsigned char __a, vector unsigned char __b) in vec_xor()
9231 vec_xor(vector bool char __a, vector unsigned char __b) in vec_xor()
9237 vec_xor(vector unsigned char __a, vector bool char __b) in vec_xor()
9243 vec_xor(vector bool char __a, vector bool char __b) in vec_xor()
9249 vec_xor(vector short __a, vector short __b) in vec_xor()
9255 vec_xor(vector bool short __a, vector short __b) in vec_xor()
9261 vec_xor(vector short __a, vector bool short __b) in vec_xor()
9267 vec_xor(vector unsigned short __a, vector unsigned short __b) in vec_xor()
9273 vec_xor(vector bool short __a, vector unsigned short __b) in vec_xor()
9279 vec_xor(vector unsigned short __a, vector bool short __b) in vec_xor()
9285 vec_xor(vector bool short __a, vector bool short __b) in vec_xor()
9291 vec_xor(vector int __a, vector int __b) in vec_xor()
9297 vec_xor(vector bool int __a, vector int __b) in vec_xor()
9303 vec_xor(vector int __a, vector bool int __b) in vec_xor()
9309 vec_xor(vector unsigned int __a, vector unsigned int __b) in vec_xor()
9315 vec_xor(vector bool int __a, vector unsigned int __b) in vec_xor()
9321 vec_xor(vector unsigned int __a, vector bool int __b) in vec_xor()
9327 vec_xor(vector bool int __a, vector bool int __b) in vec_xor()
9333 vec_xor(vector float __a, vector float __b) in vec_xor()
9340 vec_xor(vector bool int __a, vector float __b) in vec_xor()
9347 vec_xor(vector float __a, vector bool int __b) in vec_xor()
9356 vec_vxor(vector signed char __a, vector signed char __b) in vec_vxor()
9362 vec_vxor(vector bool char __a, vector signed char __b) in vec_vxor()
9368 vec_vxor(vector signed char __a, vector bool char __b) in vec_vxor()
9374 vec_vxor(vector unsigned char __a, vector unsigned char __b) in vec_vxor()
9380 vec_vxor(vector bool char __a, vector unsigned char __b) in vec_vxor()
9386 vec_vxor(vector unsigned char __a, vector bool char __b) in vec_vxor()
9392 vec_vxor(vector bool char __a, vector bool char __b) in vec_vxor()
9398 vec_vxor(vector short __a, vector short __b) in vec_vxor()
9404 vec_vxor(vector bool short __a, vector short __b) in vec_vxor()
9410 vec_vxor(vector short __a, vector bool short __b) in vec_vxor()
9416 vec_vxor(vector unsigned short __a, vector unsigned short __b) in vec_vxor()
9422 vec_vxor(vector bool short __a, vector unsigned short __b) in vec_vxor()
9428 vec_vxor(vector unsigned short __a, vector bool short __b) in vec_vxor()
9434 vec_vxor(vector bool short __a, vector bool short __b) in vec_vxor()
9440 vec_vxor(vector int __a, vector int __b) in vec_vxor()
9446 vec_vxor(vector bool int __a, vector int __b) in vec_vxor()
9452 vec_vxor(vector int __a, vector bool int __b) in vec_vxor()
9458 vec_vxor(vector unsigned int __a, vector unsigned int __b) in vec_vxor()
9464 vec_vxor(vector bool int __a, vector unsigned int __b) in vec_vxor()
9470 vec_vxor(vector unsigned int __a, vector bool int __b) in vec_vxor()
9476 vec_vxor(vector bool int __a, vector bool int __b) in vec_vxor()
9482 vec_vxor(vector float __a, vector float __b) in vec_vxor()
9489 vec_vxor(vector bool int __a, vector float __b) in vec_vxor()
9496 vec_vxor(vector float __a, vector bool int __b) in vec_vxor()
9507 vec_extract(vector signed char __a, int __b) in vec_extract()
9513 vec_extract(vector unsigned char __a, int __b) in vec_extract()
9519 vec_extract(vector short __a, int __b) in vec_extract()
9525 vec_extract(vector unsigned short __a, int __b) in vec_extract()
9531 vec_extract(vector int __a, int __b) in vec_extract()
9537 vec_extract(vector unsigned int __a, int __b) in vec_extract()
9543 vec_extract(vector float __a, int __b) in vec_extract()
9551 vec_insert(signed char __a, vector signed char __b, int __c) in vec_insert()
9558 vec_insert(unsigned char __a, vector unsigned char __b, int __c) in vec_insert()
9565 vec_insert(short __a, vector short __b, int __c) in vec_insert()
9572 vec_insert(unsigned short __a, vector unsigned short __b, int __c) in vec_insert()
9579 vec_insert(int __a, vector int __b, int __c) in vec_insert()
9586 vec_insert(unsigned int __a, vector unsigned int __b, int __c) in vec_insert()
9593 vec_insert(float __a, vector float __b, int __c) in vec_insert()
9602 vec_lvlx(int __a, const signed char *__b) in vec_lvlx()
9610 vec_lvlx(int __a, const vector signed char *__b) in vec_lvlx()
9618 vec_lvlx(int __a, const unsigned char *__b) in vec_lvlx()
9626 vec_lvlx(int __a, const vector unsigned char *__b) in vec_lvlx()
9634 vec_lvlx(int __a, const vector bool char *__b) in vec_lvlx()
9642 vec_lvlx(int __a, const short *__b) in vec_lvlx()
9650 vec_lvlx(int __a, const vector short *__b) in vec_lvlx()
9658 vec_lvlx(int __a, const unsigned short *__b) in vec_lvlx()
9666 vec_lvlx(int __a, const vector unsigned short *__b) in vec_lvlx()
9674 vec_lvlx(int __a, const vector bool short *__b) in vec_lvlx()
9682 vec_lvlx(int __a, const vector pixel *__b) in vec_lvlx()
9690 vec_lvlx(int __a, const int *__b) in vec_lvlx()
9698 vec_lvlx(int __a, const vector int *__b) in vec_lvlx()
9706 vec_lvlx(int __a, const unsigned int *__b) in vec_lvlx()
9714 vec_lvlx(int __a, const vector unsigned int *__b) in vec_lvlx()
9722 vec_lvlx(int __a, const vector bool int *__b) in vec_lvlx()
9730 vec_lvlx(int __a, const float *__b) in vec_lvlx()
9738 vec_lvlx(int __a, const vector float *__b) in vec_lvlx()
9748 vec_lvlxl(int __a, const signed char *__b) in vec_lvlxl()
9756 vec_lvlxl(int __a, const vector signed char *__b) in vec_lvlxl()
9764 vec_lvlxl(int __a, const unsigned char *__b) in vec_lvlxl()
9772 vec_lvlxl(int __a, const vector unsigned char *__b) in vec_lvlxl()
9780 vec_lvlxl(int __a, const vector bool char *__b) in vec_lvlxl()
9788 vec_lvlxl(int __a, const short *__b) in vec_lvlxl()
9796 vec_lvlxl(int __a, const vector short *__b) in vec_lvlxl()
9804 vec_lvlxl(int __a, const unsigned short *__b) in vec_lvlxl()
9812 vec_lvlxl(int __a, const vector unsigned short *__b) in vec_lvlxl()
9820 vec_lvlxl(int __a, const vector bool short *__b) in vec_lvlxl()
9828 vec_lvlxl(int __a, const vector pixel *__b) in vec_lvlxl()
9836 vec_lvlxl(int __a, const int *__b) in vec_lvlxl()
9844 vec_lvlxl(int __a, const vector int *__b) in vec_lvlxl()
9852 vec_lvlxl(int __a, const unsigned int *__b) in vec_lvlxl()
9860 vec_lvlxl(int __a, const vector unsigned int *__b) in vec_lvlxl()
9868 vec_lvlxl(int __a, const vector bool int *__b) in vec_lvlxl()
9876 vec_lvlxl(int __a, const float *__b) in vec_lvlxl()
9884 vec_lvlxl(int __a, vector float *__b) in vec_lvlxl()
9894 vec_lvrx(int __a, const signed char *__b) in vec_lvrx()
9902 vec_lvrx(int __a, const vector signed char *__b) in vec_lvrx()
9910 vec_lvrx(int __a, const unsigned char *__b) in vec_lvrx()
9918 vec_lvrx(int __a, const vector unsigned char *__b) in vec_lvrx()
9926 vec_lvrx(int __a, const vector bool char *__b) in vec_lvrx()
9934 vec_lvrx(int __a, const short *__b) in vec_lvrx()
9942 vec_lvrx(int __a, const vector short *__b) in vec_lvrx()
9950 vec_lvrx(int __a, const unsigned short *__b) in vec_lvrx()
9958 vec_lvrx(int __a, const vector unsigned short *__b) in vec_lvrx()
9966 vec_lvrx(int __a, const vector bool short *__b) in vec_lvrx()
9974 vec_lvrx(int __a, const vector pixel *__b) in vec_lvrx()
9982 vec_lvrx(int __a, const int *__b) in vec_lvrx()
9990 vec_lvrx(int __a, const vector int *__b) in vec_lvrx()
9998 vec_lvrx(int __a, const unsigned int *__b) in vec_lvrx()
10006 vec_lvrx(int __a, const vector unsigned int *__b) in vec_lvrx()
10014 vec_lvrx(int __a, const vector bool int *__b) in vec_lvrx()
10022 vec_lvrx(int __a, const float *__b) in vec_lvrx()
10030 vec_lvrx(int __a, const vector float *__b) in vec_lvrx()
10040 vec_lvrxl(int __a, const signed char *__b) in vec_lvrxl()
10048 vec_lvrxl(int __a, const vector signed char *__b) in vec_lvrxl()
10056 vec_lvrxl(int __a, const unsigned char *__b) in vec_lvrxl()
10064 vec_lvrxl(int __a, const vector unsigned char *__b) in vec_lvrxl()
10072 vec_lvrxl(int __a, const vector bool char *__b) in vec_lvrxl()
10080 vec_lvrxl(int __a, const short *__b) in vec_lvrxl()
10088 vec_lvrxl(int __a, const vector short *__b) in vec_lvrxl()
10096 vec_lvrxl(int __a, const unsigned short *__b) in vec_lvrxl()
10104 vec_lvrxl(int __a, const vector unsigned short *__b) in vec_lvrxl()
10112 vec_lvrxl(int __a, const vector bool short *__b) in vec_lvrxl()
10120 vec_lvrxl(int __a, const vector pixel *__b) in vec_lvrxl()
10128 vec_lvrxl(int __a, const int *__b) in vec_lvrxl()
10136 vec_lvrxl(int __a, const vector int *__b) in vec_lvrxl()
10144 vec_lvrxl(int __a, const unsigned int *__b) in vec_lvrxl()
10152 vec_lvrxl(int __a, const vector unsigned int *__b) in vec_lvrxl()
10160 vec_lvrxl(int __a, const vector bool int *__b) in vec_lvrxl()
10168 vec_lvrxl(int __a, const float *__b) in vec_lvrxl()
10176 vec_lvrxl(int __a, const vector float *__b) in vec_lvrxl()
10186 vec_stvlx(vector signed char __a, int __b, signed char *__c) in vec_stvlx()
10195 vec_stvlx(vector signed char __a, int __b, vector signed char *__c) in vec_stvlx()
10204 vec_stvlx(vector unsigned char __a, int __b, unsigned char *__c) in vec_stvlx()
10213 vec_stvlx(vector unsigned char __a, int __b, vector unsigned char *__c) in vec_stvlx()
10222 vec_stvlx(vector bool char __a, int __b, vector bool char *__c) in vec_stvlx()
10231 vec_stvlx(vector short __a, int __b, short *__c) in vec_stvlx()
10240 vec_stvlx(vector short __a, int __b, vector short *__c) in vec_stvlx()
10249 vec_stvlx(vector unsigned short __a, int __b, unsigned short *__c) in vec_stvlx()
10258 vec_stvlx(vector unsigned short __a, int __b, vector unsigned short *__c) in vec_stvlx()
10267 vec_stvlx(vector bool short __a, int __b, vector bool short *__c) in vec_stvlx()
10276 vec_stvlx(vector pixel __a, int __b, vector pixel *__c) in vec_stvlx()
10285 vec_stvlx(vector int __a, int __b, int *__c) in vec_stvlx()
10294 vec_stvlx(vector int __a, int __b, vector int *__c) in vec_stvlx()
10303 vec_stvlx(vector unsigned int __a, int __b, unsigned int *__c) in vec_stvlx()
10312 vec_stvlx(vector unsigned int __a, int __b, vector unsigned int *__c) in vec_stvlx()
10321 vec_stvlx(vector bool int __a, int __b, vector bool int *__c) in vec_stvlx()
10330 vec_stvlx(vector float __a, int __b, vector float *__c) in vec_stvlx()
10341 vec_stvlxl(vector signed char __a, int __b, signed char *__c) in vec_stvlxl()
10350 vec_stvlxl(vector signed char __a, int __b, vector signed char *__c) in vec_stvlxl()
10359 vec_stvlxl(vector unsigned char __a, int __b, unsigned char *__c) in vec_stvlxl()
10368 vec_stvlxl(vector unsigned char __a, int __b, vector unsigned char *__c) in vec_stvlxl()
10377 vec_stvlxl(vector bool char __a, int __b, vector bool char *__c) in vec_stvlxl()
10386 vec_stvlxl(vector short __a, int __b, short *__c) in vec_stvlxl()
10395 vec_stvlxl(vector short __a, int __b, vector short *__c) in vec_stvlxl()
10404 vec_stvlxl(vector unsigned short __a, int __b, unsigned short *__c) in vec_stvlxl()
10413 vec_stvlxl(vector unsigned short __a, int __b, vector unsigned short *__c) in vec_stvlxl()
10422 vec_stvlxl(vector bool short __a, int __b, vector bool short *__c) in vec_stvlxl()
10431 vec_stvlxl(vector pixel __a, int __b, vector pixel *__c) in vec_stvlxl()
10440 vec_stvlxl(vector int __a, int __b, int *__c) in vec_stvlxl()
10449 vec_stvlxl(vector int __a, int __b, vector int *__c) in vec_stvlxl()
10458 vec_stvlxl(vector unsigned int __a, int __b, unsigned int *__c) in vec_stvlxl()
10467 vec_stvlxl(vector unsigned int __a, int __b, vector unsigned int *__c) in vec_stvlxl()
10476 vec_stvlxl(vector bool int __a, int __b, vector bool int *__c) in vec_stvlxl()
10485 vec_stvlxl(vector float __a, int __b, vector float *__c) in vec_stvlxl()
10496 vec_stvrx(vector signed char __a, int __b, signed char *__c) in vec_stvrx()
10505 vec_stvrx(vector signed char __a, int __b, vector signed char *__c) in vec_stvrx()
10514 vec_stvrx(vector unsigned char __a, int __b, unsigned char *__c) in vec_stvrx()
10523 vec_stvrx(vector unsigned char __a, int __b, vector unsigned char *__c) in vec_stvrx()
10532 vec_stvrx(vector bool char __a, int __b, vector bool char *__c) in vec_stvrx()
10541 vec_stvrx(vector short __a, int __b, short *__c) in vec_stvrx()
10550 vec_stvrx(vector short __a, int __b, vector short *__c) in vec_stvrx()
10559 vec_stvrx(vector unsigned short __a, int __b, unsigned short *__c) in vec_stvrx()
10568 vec_stvrx(vector unsigned short __a, int __b, vector unsigned short *__c) in vec_stvrx()
10577 vec_stvrx(vector bool short __a, int __b, vector bool short *__c) in vec_stvrx()
10586 vec_stvrx(vector pixel __a, int __b, vector pixel *__c) in vec_stvrx()
10595 vec_stvrx(vector int __a, int __b, int *__c) in vec_stvrx()
10604 vec_stvrx(vector int __a, int __b, vector int *__c) in vec_stvrx()
10613 vec_stvrx(vector unsigned int __a, int __b, unsigned int *__c) in vec_stvrx()
10622 vec_stvrx(vector unsigned int __a, int __b, vector unsigned int *__c) in vec_stvrx()
10631 vec_stvrx(vector bool int __a, int __b, vector bool int *__c) in vec_stvrx()
10640 vec_stvrx(vector float __a, int __b, vector float *__c) in vec_stvrx()
10651 vec_stvrxl(vector signed char __a, int __b, signed char *__c) in vec_stvrxl()
10660 vec_stvrxl(vector signed char __a, int __b, vector signed char *__c) in vec_stvrxl()
10669 vec_stvrxl(vector unsigned char __a, int __b, unsigned char *__c) in vec_stvrxl()
10678 vec_stvrxl(vector unsigned char __a, int __b, vector unsigned char *__c) in vec_stvrxl()
10687 vec_stvrxl(vector bool char __a, int __b, vector bool char *__c) in vec_stvrxl()
10696 vec_stvrxl(vector short __a, int __b, short *__c) in vec_stvrxl()
10705 vec_stvrxl(vector short __a, int __b, vector short *__c) in vec_stvrxl()
10714 vec_stvrxl(vector unsigned short __a, int __b, unsigned short *__c) in vec_stvrxl()
10723 vec_stvrxl(vector unsigned short __a, int __b, vector unsigned short *__c) in vec_stvrxl()
10732 vec_stvrxl(vector bool short __a, int __b, vector bool short *__c) in vec_stvrxl()
10741 vec_stvrxl(vector pixel __a, int __b, vector pixel *__c) in vec_stvrxl()
10750 vec_stvrxl(vector int __a, int __b, int *__c) in vec_stvrxl()
10759 vec_stvrxl(vector int __a, int __b, vector int *__c) in vec_stvrxl()
10768 vec_stvrxl(vector unsigned int __a, int __b, unsigned int *__c) in vec_stvrxl()
10777 vec_stvrxl(vector unsigned int __a, int __b, vector unsigned int *__c) in vec_stvrxl()
10786 vec_stvrxl(vector bool int __a, int __b, vector bool int *__c) in vec_stvrxl()
10795 vec_stvrxl(vector float __a, int __b, vector float *__c) in vec_stvrxl()
10806 vec_promote(signed char __a, int __b) in vec_promote()
10814 vec_promote(unsigned char __a, int __b) in vec_promote()
10822 vec_promote(short __a, int __b) in vec_promote()
10830 vec_promote(unsigned short __a, int __b) in vec_promote()
10838 vec_promote(int __a, int __b) in vec_promote()
10846 vec_promote(unsigned int __a, int __b) in vec_promote()
10854 vec_promote(float __a, int __b) in vec_promote()
10910 vec_all_eq(vector signed char __a, vector signed char __b) in vec_all_eq()
10916 vec_all_eq(vector signed char __a, vector bool char __b) in vec_all_eq()
10922 vec_all_eq(vector unsigned char __a, vector unsigned char __b) in vec_all_eq()
10928 vec_all_eq(vector unsigned char __a, vector bool char __b) in vec_all_eq()
10934 vec_all_eq(vector bool char __a, vector signed char __b) in vec_all_eq()
10940 vec_all_eq(vector bool char __a, vector unsigned char __b) in vec_all_eq()
10946 vec_all_eq(vector bool char __a, vector bool char __b) in vec_all_eq()
10952 vec_all_eq(vector short __a, vector short __b) in vec_all_eq()
10958 vec_all_eq(vector short __a, vector bool short __b) in vec_all_eq()
10964 vec_all_eq(vector unsigned short __a, vector unsigned short __b) in vec_all_eq()
10971 vec_all_eq(vector unsigned short __a, vector bool short __b) in vec_all_eq()
10978 vec_all_eq(vector bool short __a, vector short __b) in vec_all_eq()
10985 vec_all_eq(vector bool short __a, vector unsigned short __b) in vec_all_eq()
10992 vec_all_eq(vector bool short __a, vector bool short __b) in vec_all_eq()
10999 vec_all_eq(vector pixel __a, vector pixel __b) in vec_all_eq()
11006 vec_all_eq(vector int __a, vector int __b) in vec_all_eq()
11012 vec_all_eq(vector int __a, vector bool int __b) in vec_all_eq()
11018 vec_all_eq(vector unsigned int __a, vector unsigned int __b) in vec_all_eq()
11024 vec_all_eq(vector unsigned int __a, vector bool int __b) in vec_all_eq()
11030 vec_all_eq(vector bool int __a, vector int __b) in vec_all_eq()
11036 vec_all_eq(vector bool int __a, vector unsigned int __b) in vec_all_eq()
11042 vec_all_eq(vector bool int __a, vector bool int __b) in vec_all_eq()
11049 vec_all_eq(vector signed long long __a, vector signed long long __b) in vec_all_eq()
11055 vec_all_eq(vector long long __a, vector bool long long __b) in vec_all_eq()
11061 vec_all_eq(vector unsigned long long __a, vector unsigned long long __b) in vec_all_eq()
11068 vec_all_eq(vector unsigned long long __a, vector bool long long __b) in vec_all_eq()
11075 vec_all_eq(vector bool long long __a, vector long long __b) in vec_all_eq()
11082 vec_all_eq(vector bool long long __a, vector unsigned long long __b) in vec_all_eq()
11089 vec_all_eq(vector bool long long __a, vector bool long long __b) in vec_all_eq()
11097 vec_all_eq(vector float __a, vector float __b) in vec_all_eq()
11105 vec_all_ge(vector signed char __a, vector signed char __b) in vec_all_ge()
11111 vec_all_ge(vector signed char __a, vector bool char __b) in vec_all_ge()
11117 vec_all_ge(vector unsigned char __a, vector unsigned char __b) in vec_all_ge()
11123 vec_all_ge(vector unsigned char __a, vector bool char __b) in vec_all_ge()
11129 vec_all_ge(vector bool char __a, vector signed char __b) in vec_all_ge()
11137 vec_all_ge(vector bool char __a, vector unsigned char __b) in vec_all_ge()
11143 vec_all_ge(vector bool char __a, vector bool char __b) in vec_all_ge()
11151 vec_all_ge(vector short __a, vector short __b) in vec_all_ge()
11157 vec_all_ge(vector short __a, vector bool short __b) in vec_all_ge()
11163 vec_all_ge(vector unsigned short __a, vector unsigned short __b) in vec_all_ge()
11169 vec_all_ge(vector unsigned short __a, vector bool short __b) in vec_all_ge()
11175 vec_all_ge(vector bool short __a, vector short __b) in vec_all_ge()
11183 vec_all_ge(vector bool short __a, vector unsigned short __b) in vec_all_ge()
11189 vec_all_ge(vector bool short __a, vector bool short __b) in vec_all_ge()
11197 vec_all_ge(vector int __a, vector int __b) in vec_all_ge()
11203 vec_all_ge(vector int __a, vector bool int __b) in vec_all_ge()
11209 vec_all_ge(vector unsigned int __a, vector unsigned int __b) in vec_all_ge()
11215 vec_all_ge(vector unsigned int __a, vector bool int __b) in vec_all_ge()
11221 vec_all_ge(vector bool int __a, vector int __b) in vec_all_ge()
11229 vec_all_ge(vector bool int __a, vector unsigned int __b) in vec_all_ge()
11235 vec_all_ge(vector bool int __a, vector bool int __b) in vec_all_ge()
11244 vec_all_ge(vector signed long long __a, vector signed long long __b) in vec_all_ge()
11249 vec_all_ge(vector signed long long __a, vector bool long long __b) in vec_all_ge()
11256 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) in vec_all_ge()
11262 vec_all_ge(vector unsigned long long __a, vector bool long long __b) in vec_all_ge()
11269 vec_all_ge(vector bool long long __a, vector signed long long __b) in vec_all_ge()
11277 vec_all_ge(vector bool long long __a, vector unsigned long long __b) in vec_all_ge()
11284 vec_all_ge(vector bool long long __a, vector bool long long __b) in vec_all_ge()
11293 vec_all_ge(vector float __a, vector float __b) in vec_all_ge()
11301 vec_all_gt(vector signed char __a, vector signed char __b) in vec_all_gt()
11307 vec_all_gt(vector signed char __a, vector bool char __b) in vec_all_gt()
11313 vec_all_gt(vector unsigned char __a, vector unsigned char __b) in vec_all_gt()
11319 vec_all_gt(vector unsigned char __a, vector bool char __b) in vec_all_gt()
11325 vec_all_gt(vector bool char __a, vector signed char __b) in vec_all_gt()
11333 vec_all_gt(vector bool char __a, vector unsigned char __b) in vec_all_gt()
11339 vec_all_gt(vector bool char __a, vector bool char __b) in vec_all_gt()
11347 vec_all_gt(vector short __a, vector short __b) in vec_all_gt()
11353 vec_all_gt(vector short __a, vector bool short __b) in vec_all_gt()
11359 vec_all_gt(vector unsigned short __a, vector unsigned short __b) in vec_all_gt()
11365 vec_all_gt(vector unsigned short __a, vector bool short __b) in vec_all_gt()
11371 vec_all_gt(vector bool short __a, vector short __b) in vec_all_gt()
11379 vec_all_gt(vector bool short __a, vector unsigned short __b) in vec_all_gt()
11385 vec_all_gt(vector bool short __a, vector bool short __b) in vec_all_gt()
11393 vec_all_gt(vector int __a, vector int __b) in vec_all_gt()
11399 vec_all_gt(vector int __a, vector bool int __b) in vec_all_gt()
11405 vec_all_gt(vector unsigned int __a, vector unsigned int __b) in vec_all_gt()
11411 vec_all_gt(vector unsigned int __a, vector bool int __b) in vec_all_gt()
11417 vec_all_gt(vector bool int __a, vector int __b) in vec_all_gt()
11425 vec_all_gt(vector bool int __a, vector unsigned int __b) in vec_all_gt()
11431 vec_all_gt(vector bool int __a, vector bool int __b) in vec_all_gt()
11440 vec_all_gt(vector signed long long __a, vector signed long long __b) in vec_all_gt()
11445 vec_all_gt(vector signed long long __a, vector bool long long __b) in vec_all_gt()
11452 vec_all_gt(vector unsigned long long __a, vector unsigned long long __b) in vec_all_gt()
11458 vec_all_gt(vector unsigned long long __a, vector bool long long __b) in vec_all_gt()
11465 vec_all_gt(vector bool long long __a, vector signed long long __b) in vec_all_gt()
11473 vec_all_gt(vector bool long long __a, vector unsigned long long __b) in vec_all_gt()
11480 vec_all_gt(vector bool long long __a, vector bool long long __b) in vec_all_gt()
11489 vec_all_gt(vector float __a, vector float __b) in vec_all_gt()
11497 vec_all_in(vector float __a, vector float __b) in vec_all_in()
11505 vec_all_le(vector signed char __a, vector signed char __b) in vec_all_le()
11511 vec_all_le(vector signed char __a, vector bool char __b) in vec_all_le()
11517 vec_all_le(vector unsigned char __a, vector unsigned char __b) in vec_all_le()
11523 vec_all_le(vector unsigned char __a, vector bool char __b) in vec_all_le()
11529 vec_all_le(vector bool char __a, vector signed char __b) in vec_all_le()
11537 vec_all_le(vector bool char __a, vector unsigned char __b) in vec_all_le()
11543 vec_all_le(vector bool char __a, vector bool char __b) in vec_all_le()
11551 vec_all_le(vector short __a, vector short __b) in vec_all_le()
11557 vec_all_le(vector short __a, vector bool short __b) in vec_all_le()
11563 vec_all_le(vector unsigned short __a, vector unsigned short __b) in vec_all_le()
11569 vec_all_le(vector unsigned short __a, vector bool short __b) in vec_all_le()
11575 vec_all_le(vector bool short __a, vector short __b) in vec_all_le()
11583 vec_all_le(vector bool short __a, vector unsigned short __b) in vec_all_le()
11589 vec_all_le(vector bool short __a, vector bool short __b) in vec_all_le()
11597 vec_all_le(vector int __a, vector int __b) in vec_all_le()
11603 vec_all_le(vector int __a, vector bool int __b) in vec_all_le()
11609 vec_all_le(vector unsigned int __a, vector unsigned int __b) in vec_all_le()
11615 vec_all_le(vector unsigned int __a, vector bool int __b) in vec_all_le()
11621 vec_all_le(vector bool int __a, vector int __b) in vec_all_le()
11629 vec_all_le(vector bool int __a, vector unsigned int __b) in vec_all_le()
11635 vec_all_le(vector bool int __a, vector bool int __b) in vec_all_le()
11644 vec_all_le(vector signed long long __a, vector signed long long __b) in vec_all_le()
11650 vec_all_le(vector unsigned long long __a, vector unsigned long long __b) in vec_all_le()
11656 vec_all_le(vector signed long long __a, vector bool long long __b) in vec_all_le()
11663 vec_all_le(vector unsigned long long __a, vector bool long long __b) in vec_all_le()
11670 vec_all_le(vector bool long long __a, vector signed long long __b) in vec_all_le()
11678 vec_all_le(vector bool long long __a, vector unsigned long long __b) in vec_all_le()
11685 vec_all_le(vector bool long long __a, vector bool long long __b) in vec_all_le()
11694 vec_all_le(vector float __a, vector float __b) in vec_all_le()
11702 vec_all_lt(vector signed char __a, vector signed char __b) in vec_all_lt()
11708 vec_all_lt(vector signed char __a, vector bool char __b) in vec_all_lt()
11714 vec_all_lt(vector unsigned char __a, vector unsigned char __b) in vec_all_lt()
11720 vec_all_lt(vector unsigned char __a, vector bool char __b) in vec_all_lt()
11726 vec_all_lt(vector bool char __a, vector signed char __b) in vec_all_lt()
11734 vec_all_lt(vector bool char __a, vector unsigned char __b) in vec_all_lt()
11740 vec_all_lt(vector bool char __a, vector bool char __b) in vec_all_lt()
11748 vec_all_lt(vector short __a, vector short __b) in vec_all_lt()
11754 vec_all_lt(vector short __a, vector bool short __b) in vec_all_lt()
11760 vec_all_lt(vector unsigned short __a, vector unsigned short __b) in vec_all_lt()
11766 vec_all_lt(vector unsigned short __a, vector bool short __b) in vec_all_lt()
11772 vec_all_lt(vector bool short __a, vector short __b) in vec_all_lt()
11780 vec_all_lt(vector bool short __a, vector unsigned short __b) in vec_all_lt()
11786 vec_all_lt(vector bool short __a, vector bool short __b) in vec_all_lt()
11794 vec_all_lt(vector int __a, vector int __b) in vec_all_lt()
11800 vec_all_lt(vector int __a, vector bool int __b) in vec_all_lt()
11806 vec_all_lt(vector unsigned int __a, vector unsigned int __b) in vec_all_lt()
11812 vec_all_lt(vector unsigned int __a, vector bool int __b) in vec_all_lt()
11818 vec_all_lt(vector bool int __a, vector int __b) in vec_all_lt()
11826 vec_all_lt(vector bool int __a, vector unsigned int __b) in vec_all_lt()
11832 vec_all_lt(vector bool int __a, vector bool int __b) in vec_all_lt()
11841 vec_all_lt(vector signed long long __a, vector signed long long __b) in vec_all_lt()
11847 vec_all_lt(vector unsigned long long __a, vector unsigned long long __b) in vec_all_lt()
11853 vec_all_lt(vector signed long long __a, vector bool long long __b) in vec_all_lt()
11860 vec_all_lt(vector unsigned long long __a, vector bool long long __b) in vec_all_lt()
11867 vec_all_lt(vector bool long long __a, vector signed long long __b) in vec_all_lt()
11875 vec_all_lt(vector bool long long __a, vector unsigned long long __b) in vec_all_lt()
11882 vec_all_lt(vector bool long long __a, vector bool long long __b) in vec_all_lt()
11891 vec_all_lt(vector float __a, vector float __b) in vec_all_lt()
11907 vec_all_ne(vector signed char __a, vector signed char __b) in vec_all_ne()
11913 vec_all_ne(vector signed char __a, vector bool char __b) in vec_all_ne()
11919 vec_all_ne(vector unsigned char __a, vector unsigned char __b) in vec_all_ne()
11925 vec_all_ne(vector unsigned char __a, vector bool char __b) in vec_all_ne()
11931 vec_all_ne(vector bool char __a, vector signed char __b) in vec_all_ne()
11937 vec_all_ne(vector bool char __a, vector unsigned char __b) in vec_all_ne()
11943 vec_all_ne(vector bool char __a, vector bool char __b) in vec_all_ne()
11949 vec_all_ne(vector short __a, vector short __b) in vec_all_ne()
11955 vec_all_ne(vector short __a, vector bool short __b) in vec_all_ne()
11961 vec_all_ne(vector unsigned short __a, vector unsigned short __b) in vec_all_ne()
11968 vec_all_ne(vector unsigned short __a, vector bool short __b) in vec_all_ne()
11975 vec_all_ne(vector bool short __a, vector short __b) in vec_all_ne()
11982 vec_all_ne(vector bool short __a, vector unsigned short __b) in vec_all_ne()
11989 vec_all_ne(vector bool short __a, vector bool short __b) in vec_all_ne()
11996 vec_all_ne(vector pixel __a, vector pixel __b) in vec_all_ne()
12003 vec_all_ne(vector int __a, vector int __b) in vec_all_ne()
12009 vec_all_ne(vector int __a, vector bool int __b) in vec_all_ne()
12015 vec_all_ne(vector unsigned int __a, vector unsigned int __b) in vec_all_ne()
12021 vec_all_ne(vector unsigned int __a, vector bool int __b) in vec_all_ne()
12027 vec_all_ne(vector bool int __a, vector int __b) in vec_all_ne()
12033 vec_all_ne(vector bool int __a, vector unsigned int __b) in vec_all_ne()
12039 vec_all_ne(vector bool int __a, vector bool int __b) in vec_all_ne()
12046 vec_all_ne(vector signed long long __a, vector signed long long __b) in vec_all_ne()
12052 vec_all_ne(vector unsigned long long __a, vector unsigned long long __b) in vec_all_ne()
12059 vec_all_ne(vector signed long long __a, vector bool long long __b) in vec_all_ne()
12066 vec_all_ne(vector unsigned long long __a, vector bool long long __b) in vec_all_ne()
12073 vec_all_ne(vector bool long long __a, vector signed long long __b) in vec_all_ne()
12080 vec_all_ne(vector bool long long __a, vector unsigned long long __b) in vec_all_ne()
12087 vec_all_ne(vector bool long long __a, vector bool long long __b) in vec_all_ne()
12095 vec_all_ne(vector float __a, vector float __b) in vec_all_ne()
12103 vec_all_nge(vector float __a, vector float __b) in vec_all_nge()
12111 vec_all_ngt(vector float __a, vector float __b) in vec_all_ngt()
12119 vec_all_nle(vector float __a, vector float __b) in vec_all_nle()
12127 vec_all_nlt(vector float __a, vector float __b) in vec_all_nlt()
12143 vec_any_eq(vector signed char __a, vector signed char __b) in vec_any_eq()
12150 vec_any_eq(vector signed char __a, vector bool char __b) in vec_any_eq()
12157 vec_any_eq(vector unsigned char __a, vector unsigned char __b) in vec_any_eq()
12164 vec_any_eq(vector unsigned char __a, vector bool char __b) in vec_any_eq()
12171 vec_any_eq(vector bool char __a, vector signed char __b) in vec_any_eq()
12178 vec_any_eq(vector bool char __a, vector unsigned char __b) in vec_any_eq()
12185 vec_any_eq(vector bool char __a, vector bool char __b) in vec_any_eq()
12192 vec_any_eq(vector short __a, vector short __b) in vec_any_eq()
12198 vec_any_eq(vector short __a, vector bool short __b) in vec_any_eq()
12204 vec_any_eq(vector unsigned short __a, vector unsigned short __b) in vec_any_eq()
12212 vec_any_eq(vector unsigned short __a, vector bool short __b) in vec_any_eq()
12220 vec_any_eq(vector bool short __a, vector short __b) in vec_any_eq()
12228 vec_any_eq(vector bool short __a, vector unsigned short __b) in vec_any_eq()
12236 vec_any_eq(vector bool short __a, vector bool short __b) in vec_any_eq()
12244 vec_any_eq(vector pixel __a, vector pixel __b) in vec_any_eq()
12252 vec_any_eq(vector int __a, vector int __b) in vec_any_eq()
12258 vec_any_eq(vector int __a, vector bool int __b) in vec_any_eq()
12264 vec_any_eq(vector unsigned int __a, vector unsigned int __b) in vec_any_eq()
12271 vec_any_eq(vector unsigned int __a, vector bool int __b) in vec_any_eq()
12278 vec_any_eq(vector bool int __a, vector int __b) in vec_any_eq()
12285 vec_any_eq(vector bool int __a, vector unsigned int __b) in vec_any_eq()
12292 vec_any_eq(vector bool int __a, vector bool int __b) in vec_any_eq()
12300 vec_any_eq(vector signed long long __a, vector signed long long __b) in vec_any_eq()
12306 vec_any_eq(vector unsigned long long __a, vector unsigned long long __b) in vec_any_eq()
12314 vec_any_eq(vector signed long long __a, vector bool long long __b) in vec_any_eq()
12321 vec_any_eq(vector unsigned long long __a, vector bool long long __b) in vec_any_eq()
12329 vec_any_eq(vector bool long long __a, vector signed long long __b) in vec_any_eq()
12337 vec_any_eq(vector bool long long __a, vector unsigned long long __b) in vec_any_eq()
12345 vec_any_eq(vector bool long long __a, vector bool long long __b) in vec_any_eq()
12354 vec_any_eq(vector float __a, vector float __b) in vec_any_eq()
12362 vec_any_ge(vector signed char __a, vector signed char __b) in vec_any_ge()
12368 vec_any_ge(vector signed char __a, vector bool char __b) in vec_any_ge()
12374 vec_any_ge(vector unsigned char __a, vector unsigned char __b) in vec_any_ge()
12380 vec_any_ge(vector unsigned char __a, vector bool char __b) in vec_any_ge()
12386 vec_any_ge(vector bool char __a, vector signed char __b) in vec_any_ge()
12394 vec_any_ge(vector bool char __a, vector unsigned char __b) in vec_any_ge()
12400 vec_any_ge(vector bool char __a, vector bool char __b) in vec_any_ge()
12408 vec_any_ge(vector short __a, vector short __b) in vec_any_ge()
12414 vec_any_ge(vector short __a, vector bool short __b) in vec_any_ge()
12420 vec_any_ge(vector unsigned short __a, vector unsigned short __b) in vec_any_ge()
12426 vec_any_ge(vector unsigned short __a, vector bool short __b) in vec_any_ge()
12433 vec_any_ge(vector bool short __a, vector short __b) in vec_any_ge()
12441 vec_any_ge(vector bool short __a, vector unsigned short __b) in vec_any_ge()
12448 vec_any_ge(vector bool short __a, vector bool short __b) in vec_any_ge()
12456 vec_any_ge(vector int __a, vector int __b) in vec_any_ge()
12462 vec_any_ge(vector int __a, vector bool int __b) in vec_any_ge()
12468 vec_any_ge(vector unsigned int __a, vector unsigned int __b) in vec_any_ge()
12474 vec_any_ge(vector unsigned int __a, vector bool int __b) in vec_any_ge()
12480 vec_any_ge(vector bool int __a, vector int __b) in vec_any_ge()
12488 vec_any_ge(vector bool int __a, vector unsigned int __b) in vec_any_ge()
12494 vec_any_ge(vector bool int __a, vector bool int __b) in vec_any_ge()
12503 vec_any_ge(vector signed long long __a, vector signed long long __b) in vec_any_ge()
12509 vec_any_ge(vector unsigned long long __a, vector unsigned long long __b) in vec_any_ge()
12515 vec_any_ge(vector signed long long __a, vector bool long long __b) in vec_any_ge()
12522 vec_any_ge(vector unsigned long long __a, vector bool long long __b) in vec_any_ge()
12529 vec_any_ge(vector bool long long __a, vector signed long long __b) in vec_any_ge()
12537 vec_any_ge(vector bool long long __a, vector unsigned long long __b) in vec_any_ge()
12544 vec_any_ge(vector bool long long __a, vector bool long long __b) in vec_any_ge()
12553 vec_any_ge(vector float __a, vector float __b) in vec_any_ge()
12561 vec_any_gt(vector signed char __a, vector signed char __b) in vec_any_gt()
12567 vec_any_gt(vector signed char __a, vector bool char __b) in vec_any_gt()
12573 vec_any_gt(vector unsigned char __a, vector unsigned char __b) in vec_any_gt()
12579 vec_any_gt(vector unsigned char __a, vector bool char __b) in vec_any_gt()
12586 vec_any_gt(vector bool char __a, vector signed char __b) in vec_any_gt()
12594 vec_any_gt(vector bool char __a, vector unsigned char __b) in vec_any_gt()
12601 vec_any_gt(vector bool char __a, vector bool char __b) in vec_any_gt()
12609 vec_any_gt(vector short __a, vector short __b) in vec_any_gt()
12615 vec_any_gt(vector short __a, vector bool short __b) in vec_any_gt()
12621 vec_any_gt(vector unsigned short __a, vector unsigned short __b) in vec_any_gt()
12627 vec_any_gt(vector unsigned short __a, vector bool short __b) in vec_any_gt()
12634 vec_any_gt(vector bool short __a, vector short __b) in vec_any_gt()
12642 vec_any_gt(vector bool short __a, vector unsigned short __b) in vec_any_gt()
12649 vec_any_gt(vector bool short __a, vector bool short __b) in vec_any_gt()
12657 vec_any_gt(vector int __a, vector int __b) in vec_any_gt()
12663 vec_any_gt(vector int __a, vector bool int __b) in vec_any_gt()
12669 vec_any_gt(vector unsigned int __a, vector unsigned int __b) in vec_any_gt()
12675 vec_any_gt(vector unsigned int __a, vector bool int __b) in vec_any_gt()
12681 vec_any_gt(vector bool int __a, vector int __b) in vec_any_gt()
12689 vec_any_gt(vector bool int __a, vector unsigned int __b) in vec_any_gt()
12695 vec_any_gt(vector bool int __a, vector bool int __b) in vec_any_gt()
12704 vec_any_gt(vector signed long long __a, vector signed long long __b) in vec_any_gt()
12710 vec_any_gt(vector unsigned long long __a, vector unsigned long long __b) in vec_any_gt()
12716 vec_any_gt(vector signed long long __a, vector bool long long __b) in vec_any_gt()
12724 vec_any_gt(vector unsigned long long __a, vector bool long long __b) in vec_any_gt()
12731 vec_any_gt(vector bool long long __a, vector signed long long __b) in vec_any_gt()
12739 vec_any_gt(vector bool long long __a, vector unsigned long long __b) in vec_any_gt()
12746 vec_any_gt(vector bool long long __a, vector bool long long __b) in vec_any_gt()
12755 vec_any_gt(vector float __a, vector float __b) in vec_any_gt()
12763 vec_any_le(vector signed char __a, vector signed char __b) in vec_any_le()
12769 vec_any_le(vector signed char __a, vector bool char __b) in vec_any_le()
12775 vec_any_le(vector unsigned char __a, vector unsigned char __b) in vec_any_le()
12781 vec_any_le(vector unsigned char __a, vector bool char __b) in vec_any_le()
12788 vec_any_le(vector bool char __a, vector signed char __b) in vec_any_le()
12796 vec_any_le(vector bool char __a, vector unsigned char __b) in vec_any_le()
12803 vec_any_le(vector bool char __a, vector bool char __b) in vec_any_le()
12811 vec_any_le(vector short __a, vector short __b) in vec_any_le()
12817 vec_any_le(vector short __a, vector bool short __b) in vec_any_le()
12823 vec_any_le(vector unsigned short __a, vector unsigned short __b) in vec_any_le()
12829 vec_any_le(vector unsigned short __a, vector bool short __b) in vec_any_le()
12836 vec_any_le(vector bool short __a, vector short __b) in vec_any_le()
12844 vec_any_le(vector bool short __a, vector unsigned short __b) in vec_any_le()
12851 vec_any_le(vector bool short __a, vector bool short __b) in vec_any_le()
12859 vec_any_le(vector int __a, vector int __b) in vec_any_le()
12865 vec_any_le(vector int __a, vector bool int __b) in vec_any_le()
12871 vec_any_le(vector unsigned int __a, vector unsigned int __b) in vec_any_le()
12877 vec_any_le(vector unsigned int __a, vector bool int __b) in vec_any_le()
12883 vec_any_le(vector bool int __a, vector int __b) in vec_any_le()
12891 vec_any_le(vector bool int __a, vector unsigned int __b) in vec_any_le()
12897 vec_any_le(vector bool int __a, vector bool int __b) in vec_any_le()
12906 vec_any_le(vector signed long long __a, vector signed long long __b) in vec_any_le()
12912 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) in vec_any_le()
12918 vec_any_le(vector signed long long __a, vector bool long long __b) in vec_any_le()
12925 vec_any_le(vector unsigned long long __a, vector bool long long __b) in vec_any_le()
12932 vec_any_le(vector bool long long __a, vector signed long long __b) in vec_any_le()
12940 vec_any_le(vector bool long long __a, vector unsigned long long __b) in vec_any_le()
12947 vec_any_le(vector bool long long __a, vector bool long long __b) in vec_any_le()
12956 vec_any_le(vector float __a, vector float __b) in vec_any_le()
12964 vec_any_lt(vector signed char __a, vector signed char __b) in vec_any_lt()
12970 vec_any_lt(vector signed char __a, vector bool char __b) in vec_any_lt()
12976 vec_any_lt(vector unsigned char __a, vector unsigned char __b) in vec_any_lt()
12982 vec_any_lt(vector unsigned char __a, vector bool char __b) in vec_any_lt()
12989 vec_any_lt(vector bool char __a, vector signed char __b) in vec_any_lt()
12997 vec_any_lt(vector bool char __a, vector unsigned char __b) in vec_any_lt()
13004 vec_any_lt(vector bool char __a, vector bool char __b) in vec_any_lt()
13012 vec_any_lt(vector short __a, vector short __b) in vec_any_lt()
13018 vec_any_lt(vector short __a, vector bool short __b) in vec_any_lt()
13024 vec_any_lt(vector unsigned short __a, vector unsigned short __b) in vec_any_lt()
13030 vec_any_lt(vector unsigned short __a, vector bool short __b) in vec_any_lt()
13037 vec_any_lt(vector bool short __a, vector short __b) in vec_any_lt()
13045 vec_any_lt(vector bool short __a, vector unsigned short __b) in vec_any_lt()
13052 vec_any_lt(vector bool short __a, vector bool short __b) in vec_any_lt()
13060 vec_any_lt(vector int __a, vector int __b) in vec_any_lt()
13066 vec_any_lt(vector int __a, vector bool int __b) in vec_any_lt()
13072 vec_any_lt(vector unsigned int __a, vector unsigned int __b) in vec_any_lt()
13078 vec_any_lt(vector unsigned int __a, vector bool int __b) in vec_any_lt()
13084 vec_any_lt(vector bool int __a, vector int __b) in vec_any_lt()
13092 vec_any_lt(vector bool int __a, vector unsigned int __b) in vec_any_lt()
13098 vec_any_lt(vector bool int __a, vector bool int __b) in vec_any_lt()
13107 vec_any_lt(vector signed long long __a, vector signed long long __b) in vec_any_lt()
13113 vec_any_lt(vector unsigned long long __a, vector unsigned long long __b) in vec_any_lt()
13119 vec_any_lt(vector signed long long __a, vector bool long long __b) in vec_any_lt()
13126 vec_any_lt(vector unsigned long long __a, vector bool long long __b) in vec_any_lt()
13133 vec_any_lt(vector bool long long __a, vector signed long long __b) in vec_any_lt()
13141 vec_any_lt(vector bool long long __a, vector unsigned long long __b) in vec_any_lt()
13148 vec_any_lt(vector bool long long __a, vector bool long long __b) in vec_any_lt()
13157 vec_any_lt(vector float __a, vector float __b) in vec_any_lt()
13173 vec_any_ne(vector signed char __a, vector signed char __b) in vec_any_ne()
13180 vec_any_ne(vector signed char __a, vector bool char __b) in vec_any_ne()
13187 vec_any_ne(vector unsigned char __a, vector unsigned char __b) in vec_any_ne()
13194 vec_any_ne(vector unsigned char __a, vector bool char __b) in vec_any_ne()
13201 vec_any_ne(vector bool char __a, vector signed char __b) in vec_any_ne()
13208 vec_any_ne(vector bool char __a, vector unsigned char __b) in vec_any_ne()
13215 vec_any_ne(vector bool char __a, vector bool char __b) in vec_any_ne()
13222 vec_any_ne(vector short __a, vector short __b) in vec_any_ne()
13228 vec_any_ne(vector short __a, vector bool short __b) in vec_any_ne()
13234 vec_any_ne(vector unsigned short __a, vector unsigned short __b) in vec_any_ne()
13242 vec_any_ne(vector unsigned short __a, vector bool short __b) in vec_any_ne()
13250 vec_any_ne(vector bool short __a, vector short __b) in vec_any_ne()
13258 vec_any_ne(vector bool short __a, vector unsigned short __b) in vec_any_ne()
13266 vec_any_ne(vector bool short __a, vector bool short __b) in vec_any_ne()
13274 vec_any_ne(vector pixel __a, vector pixel __b) in vec_any_ne()
13282 vec_any_ne(vector int __a, vector int __b) in vec_any_ne()
13288 vec_any_ne(vector int __a, vector bool int __b) in vec_any_ne()
13294 vec_any_ne(vector unsigned int __a, vector unsigned int __b) in vec_any_ne()
13301 vec_any_ne(vector unsigned int __a, vector bool int __b) in vec_any_ne()
13308 vec_any_ne(vector bool int __a, vector int __b) in vec_any_ne()
13315 vec_any_ne(vector bool int __a, vector unsigned int __b) in vec_any_ne()
13322 vec_any_ne(vector bool int __a, vector bool int __b) in vec_any_ne()
13330 vec_any_ne(vector signed long long __a, vector signed long long __b) in vec_any_ne()
13336 vec_any_ne(vector unsigned long long __a, vector unsigned long long __b) in vec_any_ne()
13344 vec_any_ne(vector signed long long __a, vector bool long long __b) in vec_any_ne()
13351 vec_any_ne(vector unsigned long long __a, vector bool long long __b) in vec_any_ne()
13359 vec_any_ne(vector bool long long __a, vector signed long long __b) in vec_any_ne()
13367 vec_any_ne(vector bool long long __a, vector unsigned long long __b) in vec_any_ne()
13375 vec_any_ne(vector bool long long __a, vector bool long long __b) in vec_any_ne()
13384 vec_any_ne(vector float __a, vector float __b) in vec_any_ne()
13392 vec_any_nge(vector float __a, vector float __b) in vec_any_nge()
13400 vec_any_ngt(vector float __a, vector float __b) in vec_any_ngt()
13408 vec_any_nle(vector float __a, vector float __b) in vec_any_nle()
13416 vec_any_nlt(vector float __a, vector float __b) in vec_any_nlt()
13432 vec_any_out(vector float __a, vector float __b) in vec_any_out()
13462 vector unsigned long long __b) in __builtin_crypto_vcipher()
13469 vector unsigned long long __b) in __builtin_crypto_vcipherlast()
13476 vector unsigned long long __b) in __builtin_crypto_vncipher()
13483 vector unsigned long long __b) in __builtin_crypto_vncipherlast()
13496 vector unsigned char __b, in __builtin_crypto_vpermxor()
13504 vector unsigned short __b, in __builtin_crypto_vpermxor()
13515 vector unsigned int __b, in __builtin_crypto_vpermxor()
13526 vector unsigned long long __b, in __builtin_crypto_vpermxor()
13537 vector unsigned char __b) in __builtin_crypto_vpmsumb()
13544 vector unsigned short __b) in __builtin_crypto_vpmsumb()
13551 vector unsigned int __b) in __builtin_crypto_vpmsumb()
13558 vector unsigned long long __b) in __builtin_crypto_vpmsumb()