Lines Matching defs:__b
179 vec_absd(vector unsigned char __a, vector unsigned char __b) { in vec_absd()
184 vec_absd(vector unsigned short __a, vector unsigned short __b) { in vec_absd()
189 vec_absd(vector unsigned int __a, vector unsigned int __b) { in vec_absd()
198 vec_add(vector signed char __a, vector signed char __b) { in vec_add()
203 vec_add(vector bool char __a, vector signed char __b) { in vec_add()
208 vec_add(vector signed char __a, vector bool char __b) { in vec_add()
213 vec_add(vector unsigned char __a, vector unsigned char __b) { in vec_add()
218 vec_add(vector bool char __a, vector unsigned char __b) { in vec_add()
223 vec_add(vector unsigned char __a, vector bool char __b) { in vec_add()
228 vector short __b) { in vec_add()
233 vector short __b) { in vec_add()
238 vector bool short __b) { in vec_add()
243 vec_add(vector unsigned short __a, vector unsigned short __b) { in vec_add()
248 vec_add(vector bool short __a, vector unsigned short __b) { in vec_add()
253 vec_add(vector unsigned short __a, vector bool short __b) { in vec_add()
258 vector int __b) { in vec_add()
263 vector int __b) { in vec_add()
268 vector bool int __b) { in vec_add()
273 vec_add(vector unsigned int __a, vector unsigned int __b) { in vec_add()
278 vec_add(vector bool int __a, vector unsigned int __b) { in vec_add()
283 vec_add(vector unsigned int __a, vector bool int __b) { in vec_add()
289 vec_add(vector signed long long __a, vector signed long long __b) { in vec_add()
294 vec_add(vector unsigned long long __a, vector unsigned long long __b) { in vec_add()
299 vec_add(vector signed __int128 __a, vector signed __int128 __b) { in vec_add()
304 vec_add(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_add()
310 vector float __b) { in vec_add()
316 vector double __b) { in vec_add()
325 vec_adde(vector signed __int128 __a, vector signed __int128 __b, in vec_adde()
331 vec_adde(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_adde()
338 vec_adde(vector signed int __a, vector signed int __b, in vec_adde()
346 vec_adde(vector unsigned int __a, vector unsigned int __b, in vec_adde()
357 vec_addec(vector signed __int128 __a, vector signed __int128 __b, in vec_addec()
363 vec_addec(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_addec()
369 vec_addec(vector signed int __a, vector signed int __b, in vec_addec()
392 vec_addec(vector unsigned int __a, vector unsigned int __b, in vec_addec()
418 vec_vaddubm(vector signed char __a, vector signed char __b) { in vec_vaddubm()
423 vec_vaddubm(vector bool char __a, vector signed char __b) { in vec_vaddubm()
428 vec_vaddubm(vector signed char __a, vector bool char __b) { in vec_vaddubm()
433 vec_vaddubm(vector unsigned char __a, vector unsigned char __b) { in vec_vaddubm()
438 vec_vaddubm(vector bool char __a, vector unsigned char __b) { in vec_vaddubm()
443 vec_vaddubm(vector unsigned char __a, vector bool char __b) { in vec_vaddubm()
452 vector short __b) { in vec_vadduhm()
457 vector short __b) { in vec_vadduhm()
462 vector bool short __b) { in vec_vadduhm()
467 vec_vadduhm(vector unsigned short __a, vector unsigned short __b) { in vec_vadduhm()
472 vec_vadduhm(vector bool short __a, vector unsigned short __b) { in vec_vadduhm()
477 vec_vadduhm(vector unsigned short __a, vector bool short __b) { in vec_vadduhm()
486 vector int __b) { in vec_vadduwm()
491 vector int __b) { in vec_vadduwm()
496 vector bool int __b) { in vec_vadduwm()
501 vec_vadduwm(vector unsigned int __a, vector unsigned int __b) { in vec_vadduwm()
506 vec_vadduwm(vector bool int __a, vector unsigned int __b) { in vec_vadduwm()
511 vec_vadduwm(vector unsigned int __a, vector bool int __b) { in vec_vadduwm()
520 vec_vaddfp(vector float __a, vector float __b) { in vec_vaddfp()
527 vec_addc(vector signed int __a, vector signed int __b) { in vec_addc()
533 vec_addc(vector unsigned int __a, vector unsigned int __b) { in vec_addc()
539 vec_addc(vector signed __int128 __a, vector signed __int128 __b) { in vec_addc()
545 vec_addc(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_addc()
553 vec_vaddcuw(vector unsigned int __a, vector unsigned int __b) { in vec_vaddcuw()
560 vec_adds(vector signed char __a, vector signed char __b) { in vec_adds()
565 vec_adds(vector bool char __a, vector signed char __b) { in vec_adds()
570 vec_adds(vector signed char __a, vector bool char __b) { in vec_adds()
575 vec_adds(vector unsigned char __a, vector unsigned char __b) { in vec_adds()
580 vec_adds(vector bool char __a, vector unsigned char __b) { in vec_adds()
585 vec_adds(vector unsigned char __a, vector bool char __b) { in vec_adds()
590 vector short __b) { in vec_adds()
595 vector short __b) { in vec_adds()
600 vector bool short __b) { in vec_adds()
605 vec_adds(vector unsigned short __a, vector unsigned short __b) { in vec_adds()
610 vec_adds(vector bool short __a, vector unsigned short __b) { in vec_adds()
615 vec_adds(vector unsigned short __a, vector bool short __b) { in vec_adds()
620 vector int __b) { in vec_adds()
625 vector int __b) { in vec_adds()
630 vector bool int __b) { in vec_adds()
635 vec_adds(vector unsigned int __a, vector unsigned int __b) { in vec_adds()
640 vec_adds(vector bool int __a, vector unsigned int __b) { in vec_adds()
645 vec_adds(vector unsigned int __a, vector bool int __b) { in vec_adds()
652 vec_vaddsbs(vector signed char __a, vector signed char __b) { in vec_vaddsbs()
657 vec_vaddsbs(vector bool char __a, vector signed char __b) { in vec_vaddsbs()
662 vec_vaddsbs(vector signed char __a, vector bool char __b) { in vec_vaddsbs()
669 vec_vaddubs(vector unsigned char __a, vector unsigned char __b) { in vec_vaddubs()
674 vec_vaddubs(vector bool char __a, vector unsigned char __b) { in vec_vaddubs()
679 vec_vaddubs(vector unsigned char __a, vector bool char __b) { in vec_vaddubs()
686 vector short __b) { in vec_vaddshs()
691 vector short __b) { in vec_vaddshs()
696 vector bool short __b) { in vec_vaddshs()
703 vec_vadduhs(vector unsigned short __a, vector unsigned short __b) { in vec_vadduhs()
708 vec_vadduhs(vector bool short __a, vector unsigned short __b) { in vec_vadduhs()
713 vec_vadduhs(vector unsigned short __a, vector bool short __b) { in vec_vadduhs()
720 vector int __b) { in vec_vaddsws()
725 vector int __b) { in vec_vaddsws()
730 vector bool int __b) { in vec_vaddsws()
737 vec_vadduws(vector unsigned int __a, vector unsigned int __b) { in vec_vadduws()
742 vec_vadduws(vector bool int __a, vector unsigned int __b) { in vec_vadduws()
747 vec_vadduws(vector unsigned int __a, vector bool int __b) { in vec_vadduws()
755 vec_vadduqm(vector signed __int128 __a, vector signed __int128 __b) { in vec_vadduqm()
760 vec_vadduqm(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_vadduqm()
767 vec_vaddeuqm(vector signed __int128 __a, vector signed __int128 __b, in vec_vaddeuqm()
773 vec_vaddeuqm(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_vaddeuqm()
781 vec_vaddcuq(vector signed __int128 __a, vector signed __int128 __b) { in vec_vaddcuq()
786 vec_vaddcuq(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_vaddcuq()
793 vec_vaddecuq(vector signed __int128 __a, vector signed __int128 __b, in vec_vaddecuq()
799 vec_vaddecuq(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_vaddecuq()
810 vec_and(vector signed char __a, vector signed char __b) { in vec_and()
815 vec_and(vector bool char __a, vector signed char __b) { in vec_and()
820 vec_and(vector signed char __a, vector bool char __b) { in vec_and()
825 vec_and(vector unsigned char __a, vector unsigned char __b) { in vec_and()
830 vec_and(vector bool char __a, vector unsigned char __b) { in vec_and()
835 vec_and(vector unsigned char __a, vector bool char __b) { in vec_and()
840 vector bool char __b) { in vec_and()
845 vector short __b) { in vec_and()
850 vector short __b) { in vec_and()
855 vector bool short __b) { in vec_and()
860 vec_and(vector unsigned short __a, vector unsigned short __b) { in vec_and()
865 vec_and(vector bool short __a, vector unsigned short __b) { in vec_and()
870 vec_and(vector unsigned short __a, vector bool short __b) { in vec_and()
875 vec_and(vector bool short __a, vector bool short __b) { in vec_and()
880 vector int __b) { in vec_and()
885 vector int __b) { in vec_and()
890 vector bool int __b) { in vec_and()
895 vec_and(vector unsigned int __a, vector unsigned int __b) { in vec_and()
900 vec_and(vector bool int __a, vector unsigned int __b) { in vec_and()
905 vec_and(vector unsigned int __a, vector bool int __b) { in vec_and()
910 vector bool int __b) { in vec_and()
915 vector float __b) { in vec_and()
922 vector float __b) { in vec_and()
929 vector bool int __b) { in vec_and()
937 vector double __b) { in vec_and()
944 vec_and(vector double __a, vector bool long long __b) { in vec_and()
951 vector double __b) { in vec_and()
958 vec_and(vector signed long long __a, vector signed long long __b) { in vec_and()
963 vec_and(vector bool long long __a, vector signed long long __b) { in vec_and()
968 vec_and(vector signed long long __a, vector bool long long __b) { in vec_and()
973 vec_and(vector unsigned long long __a, vector unsigned long long __b) { in vec_and()
978 vec_and(vector bool long long __a, vector unsigned long long __b) { in vec_and()
983 vec_and(vector unsigned long long __a, vector bool long long __b) { in vec_and()
988 vec_and(vector bool long long __a, vector bool long long __b) { in vec_and()
996 vec_vand(vector signed char __a, vector signed char __b) { in vec_vand()
1001 vec_vand(vector bool char __a, vector signed char __b) { in vec_vand()
1006 vec_vand(vector signed char __a, vector bool char __b) { in vec_vand()
1011 vec_vand(vector unsigned char __a, vector unsigned char __b) { in vec_vand()
1016 vec_vand(vector bool char __a, vector unsigned char __b) { in vec_vand()
1021 vec_vand(vector unsigned char __a, vector bool char __b) { in vec_vand()
1026 vector bool char __b) { in vec_vand()
1031 vector short __b) { in vec_vand()
1036 vector short __b) { in vec_vand()
1041 vector bool short __b) { in vec_vand()
1046 vec_vand(vector unsigned short __a, vector unsigned short __b) { in vec_vand()
1051 vec_vand(vector bool short __a, vector unsigned short __b) { in vec_vand()
1056 vec_vand(vector unsigned short __a, vector bool short __b) { in vec_vand()
1061 vec_vand(vector bool short __a, vector bool short __b) { in vec_vand()
1066 vector int __b) { in vec_vand()
1071 vector int __b) { in vec_vand()
1076 vector bool int __b) { in vec_vand()
1081 vec_vand(vector unsigned int __a, vector unsigned int __b) { in vec_vand()
1086 vec_vand(vector bool int __a, vector unsigned int __b) { in vec_vand()
1091 vec_vand(vector unsigned int __a, vector bool int __b) { in vec_vand()
1096 vector bool int __b) { in vec_vand()
1101 vector float __b) { in vec_vand()
1108 vector float __b) { in vec_vand()
1115 vector bool int __b) { in vec_vand()
1123 vec_vand(vector signed long long __a, vector signed long long __b) { in vec_vand()
1128 vec_vand(vector bool long long __a, vector signed long long __b) { in vec_vand()
1133 vec_vand(vector signed long long __a, vector bool long long __b) { in vec_vand()
1138 vec_vand(vector unsigned long long __a, vector unsigned long long __b) { in vec_vand()
1143 vec_vand(vector bool long long __a, vector unsigned long long __b) { in vec_vand()
1148 vec_vand(vector unsigned long long __a, vector bool long long __b) { in vec_vand()
1153 vec_vand(vector bool long long __a, vector bool long long __b) { in vec_vand()
1163 vec_andc(vector signed char __a, vector signed char __b) { in vec_andc()
1168 vec_andc(vector bool char __a, vector signed char __b) { in vec_andc()
1173 vec_andc(vector signed char __a, vector bool char __b) { in vec_andc()
1178 vec_andc(vector unsigned char __a, vector unsigned char __b) { in vec_andc()
1183 vec_andc(vector bool char __a, vector unsigned char __b) { in vec_andc()
1188 vec_andc(vector unsigned char __a, vector bool char __b) { in vec_andc()
1193 vector bool char __b) { in vec_andc()
1198 vector short __b) { in vec_andc()
1203 vector short __b) { in vec_andc()
1208 vector bool short __b) { in vec_andc()
1213 vec_andc(vector unsigned short __a, vector unsigned short __b) { in vec_andc()
1218 vec_andc(vector bool short __a, vector unsigned short __b) { in vec_andc()
1223 vec_andc(vector unsigned short __a, vector bool short __b) { in vec_andc()
1228 vec_andc(vector bool short __a, vector bool short __b) { in vec_andc()
1233 vector int __b) { in vec_andc()
1238 vector int __b) { in vec_andc()
1243 vector bool int __b) { in vec_andc()
1248 vec_andc(vector unsigned int __a, vector unsigned int __b) { in vec_andc()
1253 vec_andc(vector bool int __a, vector unsigned int __b) { in vec_andc()
1258 vec_andc(vector unsigned int __a, vector bool int __b) { in vec_andc()
1263 vector bool int __b) { in vec_andc()
1268 vector float __b) { in vec_andc()
1275 vector float __b) { in vec_andc()
1282 vector bool int __b) { in vec_andc()
1290 vector double __b) { in vec_andc()
1297 vec_andc(vector double __a, vector bool long long __b) { in vec_andc()
1304 vector double __b) { in vec_andc()
1311 vec_andc(vector signed long long __a, vector signed long long __b) { in vec_andc()
1316 vec_andc(vector bool long long __a, vector signed long long __b) { in vec_andc()
1321 vec_andc(vector signed long long __a, vector bool long long __b) { in vec_andc()
1326 vec_andc(vector unsigned long long __a, vector unsigned long long __b) { in vec_andc()
1331 vec_andc(vector bool long long __a, vector unsigned long long __b) { in vec_andc()
1336 vec_andc(vector unsigned long long __a, vector bool long long __b) { in vec_andc()
1341 vec_andc(vector bool long long __a, vector bool long long __b) { in vec_andc()
1349 vec_vandc(vector signed char __a, vector signed char __b) { in vec_vandc()
1354 vec_vandc(vector bool char __a, vector signed char __b) { in vec_vandc()
1359 vec_vandc(vector signed char __a, vector bool char __b) { in vec_vandc()
1364 vec_vandc(vector unsigned char __a, vector unsigned char __b) { in vec_vandc()
1369 vec_vandc(vector bool char __a, vector unsigned char __b) { in vec_vandc()
1374 vec_vandc(vector unsigned char __a, vector bool char __b) { in vec_vandc()
1379 vec_vandc(vector bool char __a, vector bool char __b) { in vec_vandc()
1384 vector short __b) { in vec_vandc()
1389 vector short __b) { in vec_vandc()
1394 vector bool short __b) { in vec_vandc()
1399 vec_vandc(vector unsigned short __a, vector unsigned short __b) { in vec_vandc()
1404 vec_vandc(vector bool short __a, vector unsigned short __b) { in vec_vandc()
1409 vec_vandc(vector unsigned short __a, vector bool short __b) { in vec_vandc()
1414 vec_vandc(vector bool short __a, vector bool short __b) { in vec_vandc()
1419 vector int __b) { in vec_vandc()
1424 vector int __b) { in vec_vandc()
1429 vector bool int __b) { in vec_vandc()
1434 vec_vandc(vector unsigned int __a, vector unsigned int __b) { in vec_vandc()
1439 vec_vandc(vector bool int __a, vector unsigned int __b) { in vec_vandc()
1444 vec_vandc(vector unsigned int __a, vector bool int __b) { in vec_vandc()
1449 vector bool int __b) { in vec_vandc()
1454 vector float __b) { in vec_vandc()
1461 vector float __b) { in vec_vandc()
1468 vector bool int __b) { in vec_vandc()
1476 vec_vandc(vector signed long long __a, vector signed long long __b) { in vec_vandc()
1481 vec_vandc(vector bool long long __a, vector signed long long __b) { in vec_vandc()
1486 vec_vandc(vector signed long long __a, vector bool long long __b) { in vec_vandc()
1491 vec_vandc(vector unsigned long long __a, vector unsigned long long __b) { in vec_vandc()
1496 vec_vandc(vector bool long long __a, vector unsigned long long __b) { in vec_vandc()
1501 vec_vandc(vector unsigned long long __a, vector bool long long __b) { in vec_vandc()
1506 vec_vandc(vector bool long long __a, vector bool long long __b) { in vec_vandc()
1514 vec_avg(vector signed char __a, vector signed char __b) { in vec_avg()
1519 vec_avg(vector unsigned char __a, vector unsigned char __b) { in vec_avg()
1524 vector short __b) { in vec_avg()
1529 vec_avg(vector unsigned short __a, vector unsigned short __b) { in vec_avg()
1534 vector int __b) { in vec_avg()
1539 vec_avg(vector unsigned int __a, vector unsigned int __b) { in vec_avg()
1546 vec_vavgsb(vector signed char __a, vector signed char __b) { in vec_vavgsb()
1553 vec_vavgub(vector unsigned char __a, vector unsigned char __b) { in vec_vavgub()
1560 vec_vavgsh(vector short __a, vector short __b) { in vec_vavgsh()
1567 vec_vavguh(vector unsigned short __a, vector unsigned short __b) { in vec_vavguh()
1574 vec_vavgsw(vector int __a, vector int __b) { in vec_vavgsw()
1581 vec_vavguw(vector unsigned int __a, vector unsigned int __b) { in vec_vavguw()
1611 vec_cmpb(vector float __a, vector float __b) { in vec_cmpb()
1618 vec_vcmpbfp(vector float __a, vector float __b) { in vec_vcmpbfp()
1625 vec_cmpeq(vector signed char __a, vector signed char __b) { in vec_cmpeq()
1631 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) { in vec_cmpeq()
1637 vec_cmpeq(vector bool char __a, vector bool char __b) { in vec_cmpeq()
1643 vector short __b) { in vec_cmpeq()
1648 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) { in vec_cmpeq()
1654 vec_cmpeq(vector bool short __a, vector bool short __b) { in vec_cmpeq()
1660 vector int __b) { in vec_cmpeq()
1665 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) { in vec_cmpeq()
1671 vector bool int __b) { in vec_cmpeq()
1678 vec_cmpeq(vector signed long long __a, vector signed long long __b) { in vec_cmpeq()
1683 vec_cmpeq(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpeq()
1689 vec_cmpeq(vector bool long long __a, vector bool long long __b) { in vec_cmpeq()
1697 vector float __b) { in vec_cmpeq()
1707 vec_cmpeq(vector double __a, vector double __b) { in vec_cmpeq()
1714 vec_cmpeq(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmpeq()
1720 vec_cmpeq(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmpeq()
1730 vec_cmpne(vector bool char __a, vector bool char __b) { in vec_cmpne()
1736 vec_cmpne(vector signed char __a, vector signed char __b) { in vec_cmpne()
1742 vec_cmpne(vector unsigned char __a, vector unsigned char __b) { in vec_cmpne()
1748 vec_cmpne(vector bool short __a, vector bool short __b) { in vec_cmpne()
1754 vec_cmpne(vector signed short __a, vector signed short __b) { in vec_cmpne()
1760 vec_cmpne(vector unsigned short __a, vector unsigned short __b) { in vec_cmpne()
1766 vec_cmpne(vector bool int __a, vector bool int __b) { in vec_cmpne()
1772 vec_cmpne(vector signed int __a, vector signed int __b) { in vec_cmpne()
1778 vec_cmpne(vector unsigned int __a, vector unsigned int __b) { in vec_cmpne()
1784 vec_cmpne(vector float __a, vector float __b) { in vec_cmpne()
1791 vec_cmpne(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmpne()
1797 vec_cmpne(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmpne()
1806 vec_cmpnez(vector signed char __a, vector signed char __b) { in vec_cmpnez()
1812 vec_cmpnez(vector unsigned char __a, vector unsigned char __b) { in vec_cmpnez()
1818 vec_cmpnez(vector signed short __a, vector signed short __b) { in vec_cmpnez()
1824 vec_cmpnez(vector unsigned short __a, vector unsigned short __b) { in vec_cmpnez()
1830 vec_cmpnez(vector signed int __a, vector signed int __b) { in vec_cmpnez()
1836 vec_cmpnez(vector unsigned int __a, vector unsigned int __b) { in vec_cmpnez()
1911 vec_cmpne(vector bool char __a, vector bool char __b) { in vec_cmpne()
1916 vec_cmpne(vector signed char __a, vector signed char __b) { in vec_cmpne()
1921 vec_cmpne(vector unsigned char __a, vector unsigned char __b) { in vec_cmpne()
1926 vec_cmpne(vector bool short __a, vector bool short __b) { in vec_cmpne()
1931 vec_cmpne(vector signed short __a, vector signed short __b) { in vec_cmpne()
1936 vec_cmpne(vector unsigned short __a, vector unsigned short __b) { in vec_cmpne()
1941 vec_cmpne(vector bool int __a, vector bool int __b) { in vec_cmpne()
1946 vec_cmpne(vector signed int __a, vector signed int __b) { in vec_cmpne()
1951 vec_cmpne(vector unsigned int __a, vector unsigned int __b) { in vec_cmpne()
1956 vec_cmpne(vector float __a, vector float __b) { in vec_cmpne()
1963 vec_cmpne(vector bool long long __a, vector bool long long __b) { in vec_cmpne()
1969 vec_cmpne(vector signed long long __a, vector signed long long __b) { in vec_cmpne()
1975 vec_cmpne(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpne()
1983 vec_cmpne(vector double __a, vector double __b) { in vec_cmpne()
1992 vec_cmpgt(vector signed char __a, vector signed char __b) { in vec_cmpgt()
1997 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) { in vec_cmpgt()
2002 vector short __b) { in vec_cmpgt()
2007 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) { in vec_cmpgt()
2012 vector int __b) { in vec_cmpgt()
2017 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) { in vec_cmpgt()
2023 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt()
2028 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt()
2034 vector float __b) { in vec_cmpgt()
2044 vec_cmpgt(vector double __a, vector double __b) { in vec_cmpgt()
2051 vec_cmpgt(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmpgt()
2057 vec_cmpgt(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmpgt()
2066 vec_cmpge(vector signed char __a, vector signed char __b) { in vec_cmpge()
2071 vec_cmpge(vector unsigned char __a, vector unsigned char __b) { in vec_cmpge()
2076 vec_cmpge(vector signed short __a, vector signed short __b) { in vec_cmpge()
2081 vec_cmpge(vector unsigned short __a, vector unsigned short __b) { in vec_cmpge()
2086 vec_cmpge(vector signed int __a, vector signed int __b) { in vec_cmpge()
2091 vec_cmpge(vector unsigned int __a, vector unsigned int __b) { in vec_cmpge()
2096 vector float __b) { in vec_cmpge()
2106 vec_cmpge(vector double __a, vector double __b) { in vec_cmpge()
2113 vec_cmpge(vector signed long long __a, vector signed long long __b) { in vec_cmpge()
2118 vec_cmpge(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpge()
2125 vec_cmpge(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmpge()
2130 vec_cmpge(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmpge()
2138 vec_vcmpgefp(vector float __a, vector float __b) { in vec_vcmpgefp()
2145 vec_vcmpgtsb(vector signed char __a, vector signed char __b) { in vec_vcmpgtsb()
2152 vec_vcmpgtub(vector unsigned char __a, vector unsigned char __b) { in vec_vcmpgtub()
2159 vec_vcmpgtsh(vector short __a, vector short __b) { in vec_vcmpgtsh()
2166 vec_vcmpgtuh(vector unsigned short __a, vector unsigned short __b) { in vec_vcmpgtuh()
2173 vec_vcmpgtsw(vector int __a, vector int __b) { in vec_vcmpgtsw()
2180 vec_vcmpgtuw(vector unsigned int __a, vector unsigned int __b) { in vec_vcmpgtuw()
2187 vec_vcmpgtfp(vector float __a, vector float __b) { in vec_vcmpgtfp()
2194 vec_cmple(vector signed char __a, vector signed char __b) { in vec_cmple()
2199 vec_cmple(vector unsigned char __a, vector unsigned char __b) { in vec_cmple()
2204 vec_cmple(vector signed short __a, vector signed short __b) { in vec_cmple()
2209 vec_cmple(vector unsigned short __a, vector unsigned short __b) { in vec_cmple()
2214 vec_cmple(vector signed int __a, vector signed int __b) { in vec_cmple()
2219 vec_cmple(vector unsigned int __a, vector unsigned int __b) { in vec_cmple()
2224 vector float __b) { in vec_cmple()
2230 vec_cmple(vector double __a, vector double __b) { in vec_cmple()
2237 vec_cmple(vector signed long long __a, vector signed long long __b) { in vec_cmple()
2242 vec_cmple(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmple()
2249 vec_cmple(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmple()
2254 vec_cmple(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmple()
2262 vec_cmplt(vector signed char __a, vector signed char __b) { in vec_cmplt()
2267 vec_cmplt(vector unsigned char __a, vector unsigned char __b) { in vec_cmplt()
2272 vector short __b) { in vec_cmplt()
2277 vec_cmplt(vector unsigned short __a, vector unsigned short __b) { in vec_cmplt()
2282 vector int __b) { in vec_cmplt()
2287 vec_cmplt(vector unsigned int __a, vector unsigned int __b) { in vec_cmplt()
2292 vector float __b) { in vec_cmplt()
2298 vec_cmplt(vector double __a, vector double __b) { in vec_cmplt()
2305 vec_cmplt(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmplt()
2310 vec_cmplt(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmplt()
2317 vec_cmplt(vector signed long long __a, vector signed long long __b) { in vec_cmplt()
2322 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmplt()
2437 vec_first_match_index(vector signed char __a, vector signed char __b) { in vec_first_match_index()
2451 vec_first_match_index(vector unsigned char __a, vector unsigned char __b) { in vec_first_match_index()
2465 vec_first_match_index(vector signed short __a, vector signed short __b) { in vec_first_match_index()
2479 vec_first_match_index(vector unsigned short __a, vector unsigned short __b) { in vec_first_match_index()
2493 vec_first_match_index(vector signed int __a, vector signed int __b) { in vec_first_match_index()
2507 vec_first_match_index(vector unsigned int __a, vector unsigned int __b) { in vec_first_match_index()
2523 vec_first_match_or_eos_index(vector signed char __a, vector signed char __b) { in vec_first_match_or_eos_index()
2547 vector unsigned char __b) { in vec_first_match_or_eos_index()
2566 vec_first_match_or_eos_index(vector signed short __a, vector signed short __b) { in vec_first_match_or_eos_index()
2586 vector unsigned short __b) { in vec_first_match_or_eos_index()
2605 vec_first_match_or_eos_index(vector signed int __a, vector signed int __b) { in vec_first_match_or_eos_index()
2623 vec_first_match_or_eos_index(vector unsigned int __a, vector unsigned int __b) { in vec_first_match_or_eos_index()
2644 vec_first_mismatch_index(vector signed char __a, vector signed char __b) { in vec_first_mismatch_index()
2658 vec_first_mismatch_index(vector unsigned char __a, vector unsigned char __b) { in vec_first_mismatch_index()
2672 vec_first_mismatch_index(vector signed short __a, vector signed short __b) { in vec_first_mismatch_index()
2686 vec_first_mismatch_index(vector unsigned short __a, vector unsigned short __b) { in vec_first_mismatch_index()
2700 vec_first_mismatch_index(vector signed int __a, vector signed int __b) { in vec_first_mismatch_index()
2714 vec_first_mismatch_index(vector unsigned int __a, vector unsigned int __b) { in vec_first_mismatch_index()
2731 vector signed char __b) { in vec_first_mismatch_or_eos_index()
2746 vector unsigned char __b) { in vec_first_mismatch_or_eos_index()
2761 vector signed short __b) { in vec_first_mismatch_or_eos_index()
2776 vector unsigned short __b) { in vec_first_mismatch_or_eos_index()
2790 vec_first_mismatch_or_eos_index(vector signed int __a, vector signed int __b) { in vec_first_mismatch_or_eos_index()
2805 vector unsigned int __b) { in vec_first_mismatch_or_eos_index()
2819 vec_insert_exp(vector double __a, vector unsigned long long __b) { in vec_insert_exp()
2824 vec_insert_exp(vector unsigned long long __a, vector unsigned long long __b) { in vec_insert_exp()
2829 vec_insert_exp(vector float __a, vector unsigned int __b) { in vec_insert_exp()
2834 vec_insert_exp(vector unsigned int __a, vector unsigned int __b) { in vec_insert_exp()
2840 size_t __b) { in vec_xl_len()
2845 vec_xl_len(const unsigned char *__a, size_t __b) { in vec_xl_len()
2850 size_t __b) { in vec_xl_len()
2855 vec_xl_len(const unsigned short *__a, size_t __b) { in vec_xl_len()
2860 size_t __b) { in vec_xl_len()
2865 size_t __b) { in vec_xl_len()
2869 static __inline__ vector float __ATTRS_o_ai vec_xl_len(const float *__a, size_t __b) { in vec_xl_len()
2874 vec_xl_len(const signed __int128 *__a, size_t __b) { in vec_xl_len()
2879 vec_xl_len(const unsigned __int128 *__a, size_t __b) { in vec_xl_len()
2884 vec_xl_len(const signed long long *__a, size_t __b) { in vec_xl_len()
2889 vec_xl_len(const unsigned long long *__a, size_t __b) { in vec_xl_len()
2894 size_t __b) { in vec_xl_len()
2899 vec_xl_len_r(const unsigned char *__a, size_t __b) { in vec_xl_len_r()
2913 unsigned char *__b, in vec_xst_len()
2919 signed char *__b, size_t __c) { in vec_xst_len()
2924 signed short *__b, size_t __c) { in vec_xst_len()
2929 unsigned short *__b, in vec_xst_len()
2935 signed int *__b, size_t __c) { in vec_xst_len()
2940 unsigned int *__b, size_t __c) { in vec_xst_len()
2944 static __inline__ void __ATTRS_o_ai vec_xst_len(vector float __a, float *__b, in vec_xst_len()
2950 signed __int128 *__b, in vec_xst_len()
2956 unsigned __int128 *__b, in vec_xst_len()
2962 signed long long *__b, in vec_xst_len()
2968 unsigned long long *__b, in vec_xst_len()
2973 static __inline__ void __ATTRS_o_ai vec_xst_len(vector double __a, double *__b, in vec_xst_len()
2979 unsigned char *__b, in vec_xst_len_r()
2998 vector float __b) { in vec_cpsgn()
3003 vector double __b) { in vec_cpsgn()
3011 #define vec_ctf(__a, __b) \ argument
3028 #define vec_ctf(__a, __b) \ argument
3042 #define vec_vcfsx(__a, __b) __builtin_altivec_vcfsx((vector int)(__a), (__b)) argument
3047 #define vec_cts(__a, __b) \ argument
3069 #define vec_ctu(__a, __b) \ argument
3141 vec_signed2(vector double __a, vector double __b) { in vec_signed2()
3183 vec_unsigned2(vector double __a, vector double __b) { in vec_unsigned2()
3225 vec_float2(vector signed long long __a, vector signed long long __b) { in vec_float2()
3230 vec_float2(vector unsigned long long __a, vector unsigned long long __b) { in vec_float2()
3235 vec_float2(vector double __a, vector double __b) { in vec_float2()
3410 vec_div(vector signed char __a, vector signed char __b) { in vec_div()
3415 vec_div(vector unsigned char __a, vector unsigned char __b) { in vec_div()
3420 vec_div(vector signed short __a, vector signed short __b) { in vec_div()
3425 vec_div(vector unsigned short __a, vector unsigned short __b) { in vec_div()
3430 vec_div(vector signed int __a, vector signed int __b) { in vec_div()
3435 vec_div(vector unsigned int __a, vector unsigned int __b) { in vec_div()
3441 vec_div(vector signed long long __a, vector signed long long __b) { in vec_div()
3446 vec_div(vector unsigned long long __a, vector unsigned long long __b) { in vec_div()
3451 vector float __b) { in vec_div()
3456 vector double __b) { in vec_div()
3465 vec_dive(vector signed int __a, vector signed int __b) { in vec_dive()
3470 vec_dive(vector unsigned int __a, vector unsigned int __b) { in vec_dive()
3475 vec_dive(vector signed long long __a, vector signed long long __b) { in vec_dive()
3480 vec_dive(vector unsigned long long __a, vector unsigned long long __b) { in vec_dive()
3485 vec_dive(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_dive()
3490 vec_dive(vector signed __int128 __a, vector signed __int128 __b) { in vec_dive()
3497 vec_div(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_div()
3502 vec_div(vector signed __int128 __a, vector signed __int128 __b) { in vec_div()
3511 vector double __b) { in vec_test_swdiv()
3516 vector float __b) { in vec_test_swdivs()
3551 vec_eqv(vector signed char __a, vector signed char __b) { in vec_eqv()
3557 vec_eqv(vector unsigned char __a, vector unsigned char __b) { in vec_eqv()
3563 vector bool char __b) { in vec_eqv()
3569 vec_eqv(vector signed short __a, vector signed short __b) { in vec_eqv()
3575 vec_eqv(vector unsigned short __a, vector unsigned short __b) { in vec_eqv()
3581 vec_eqv(vector bool short __a, vector bool short __b) { in vec_eqv()
3587 vec_eqv(vector signed int __a, vector signed int __b) { in vec_eqv()
3593 vec_eqv(vector unsigned int __a, vector unsigned int __b) { in vec_eqv()
3598 vector bool int __b) { in vec_eqv()
3604 vec_eqv(vector signed long long __a, vector signed long long __b) { in vec_eqv()
3610 vec_eqv(vector unsigned long long __a, vector unsigned long long __b) { in vec_eqv()
3616 vec_eqv(vector bool long long __a, vector bool long long __b) { in vec_eqv()
3622 vector float __b) { in vec_eqv()
3628 vector double __b) { in vec_eqv()
3674 vec_ld(int __a, const vector signed char *__b) { in vec_ld()
3679 vec_ld(int __a, const signed char *__b) { in vec_ld()
3684 vec_ld(int __a, const vector unsigned char *__b) { in vec_ld()
3689 vec_ld(int __a, const unsigned char *__b) { in vec_ld()
3694 vec_ld(int __a, const vector bool char *__b) { in vec_ld()
3699 const vector short *__b) { in vec_ld()
3703 static __inline__ vector short __ATTRS_o_ai vec_ld(int __a, const short *__b) { in vec_ld()
3708 vec_ld(int __a, const vector unsigned short *__b) { in vec_ld()
3713 vec_ld(int __a, const unsigned short *__b) { in vec_ld()
3718 vec_ld(int __a, const vector bool short *__b) { in vec_ld()
3723 const vector pixel *__b) { in vec_ld()
3728 const vector int *__b) { in vec_ld()
3732 static __inline__ vector int __ATTRS_o_ai vec_ld(int __a, const int *__b) { in vec_ld()
3737 vec_ld(int __a, const vector unsigned int *__b) { in vec_ld()
3742 vec_ld(int __a, const unsigned int *__b) { in vec_ld()
3747 vec_ld(int __a, const vector bool int *__b) { in vec_ld()
3752 const vector float *__b) { in vec_ld()
3756 static __inline__ vector float __ATTRS_o_ai vec_ld(int __a, const float *__b) { in vec_ld()
3763 vec_lvx(int __a, const vector signed char *__b) { in vec_lvx()
3768 vec_lvx(int __a, const signed char *__b) { in vec_lvx()
3773 vec_lvx(int __a, const vector unsigned char *__b) { in vec_lvx()
3778 vec_lvx(int __a, const unsigned char *__b) { in vec_lvx()
3783 vec_lvx(int __a, const vector bool char *__b) { in vec_lvx()
3788 const vector short *__b) { in vec_lvx()
3792 static __inline__ vector short __ATTRS_o_ai vec_lvx(int __a, const short *__b) { in vec_lvx()
3797 vec_lvx(int __a, const vector unsigned short *__b) { in vec_lvx()
3802 vec_lvx(int __a, const unsigned short *__b) { in vec_lvx()
3807 vec_lvx(int __a, const vector bool short *__b) { in vec_lvx()
3812 const vector pixel *__b) { in vec_lvx()
3817 const vector int *__b) { in vec_lvx()
3821 static __inline__ vector int __ATTRS_o_ai vec_lvx(int __a, const int *__b) { in vec_lvx()
3826 vec_lvx(int __a, const vector unsigned int *__b) { in vec_lvx()
3831 vec_lvx(int __a, const unsigned int *__b) { in vec_lvx()
3836 vec_lvx(int __a, const vector bool int *__b) { in vec_lvx()
3841 const vector float *__b) { in vec_lvx()
3845 static __inline__ vector float __ATTRS_o_ai vec_lvx(int __a, const float *__b) { in vec_lvx()
3852 vec_lde(int __a, const signed char *__b) { in vec_lde()
3857 vec_lde(int __a, const unsigned char *__b) { in vec_lde()
3861 static __inline__ vector short __ATTRS_o_ai vec_lde(int __a, const short *__b) { in vec_lde()
3866 vec_lde(int __a, const unsigned short *__b) { in vec_lde()
3870 static __inline__ vector int __ATTRS_o_ai vec_lde(int __a, const int *__b) { in vec_lde()
3875 vec_lde(int __a, const unsigned int *__b) { in vec_lde()
3879 static __inline__ vector float __ATTRS_o_ai vec_lde(int __a, const float *__b) { in vec_lde()
3886 vec_lvebx(int __a, const signed char *__b) { in vec_lvebx()
3891 vec_lvebx(int __a, const unsigned char *__b) { in vec_lvebx()
3898 const short *__b) { in vec_lvehx()
3903 vec_lvehx(int __a, const unsigned short *__b) { in vec_lvehx()
3909 static __inline__ vector int __ATTRS_o_ai vec_lvewx(int __a, const int *__b) { in vec_lvewx()
3914 vec_lvewx(int __a, const unsigned int *__b) { in vec_lvewx()
3919 const float *__b) { in vec_lvewx()
3926 vec_ldl(int __a, const vector signed char *__b) { in vec_ldl()
3931 vec_ldl(int __a, const signed char *__b) { in vec_ldl()
3936 vec_ldl(int __a, const vector unsigned char *__b) { in vec_ldl()
3941 vec_ldl(int __a, const unsigned char *__b) { in vec_ldl()
3946 vec_ldl(int __a, const vector bool char *__b) { in vec_ldl()
3951 const vector short *__b) { in vec_ldl()
3955 static __inline__ vector short __ATTRS_o_ai vec_ldl(int __a, const short *__b) { in vec_ldl()
3960 vec_ldl(int __a, const vector unsigned short *__b) { in vec_ldl()
3965 vec_ldl(int __a, const unsigned short *__b) { in vec_ldl()
3970 vec_ldl(int __a, const vector bool short *__b) { in vec_ldl()
3975 const vector pixel *__b) { in vec_ldl()
3980 const vector int *__b) { in vec_ldl()
3984 static __inline__ vector int __ATTRS_o_ai vec_ldl(int __a, const int *__b) { in vec_ldl()
3989 vec_ldl(int __a, const vector unsigned int *__b) { in vec_ldl()
3994 vec_ldl(int __a, const unsigned int *__b) { in vec_ldl()
3999 vec_ldl(int __a, const vector bool int *__b) { in vec_ldl()
4004 const vector float *__b) { in vec_ldl()
4008 static __inline__ vector float __ATTRS_o_ai vec_ldl(int __a, const float *__b) { in vec_ldl()
4015 vec_lvxl(int __a, const vector signed char *__b) { in vec_lvxl()
4020 vec_lvxl(int __a, const signed char *__b) { in vec_lvxl()
4025 vec_lvxl(int __a, const vector unsigned char *__b) { in vec_lvxl()
4030 vec_lvxl(int __a, const unsigned char *__b) { in vec_lvxl()
4035 vec_lvxl(int __a, const vector bool char *__b) { in vec_lvxl()
4040 const vector short *__b) { in vec_lvxl()
4045 const short *__b) { in vec_lvxl()
4050 vec_lvxl(int __a, const vector unsigned short *__b) { in vec_lvxl()
4055 vec_lvxl(int __a, const unsigned short *__b) { in vec_lvxl()
4060 vec_lvxl(int __a, const vector bool short *__b) { in vec_lvxl()
4065 const vector pixel *__b) { in vec_lvxl()
4070 const vector int *__b) { in vec_lvxl()
4074 static __inline__ vector int __ATTRS_o_ai vec_lvxl(int __a, const int *__b) { in vec_lvxl()
4079 vec_lvxl(int __a, const vector unsigned int *__b) { in vec_lvxl()
4084 vec_lvxl(int __a, const unsigned int *__b) { in vec_lvxl()
4089 vec_lvxl(int __a, const vector bool int *__b) { in vec_lvxl()
4094 const vector float *__b) { in vec_lvxl()
4099 const float *__b) { in vec_lvxl()
4122 loads/stores"))) vec_lvsl(int __a, const signed char *__b) { in vec_lvsl()
4131 vec_lvsl(int __a, const signed char *__b) { in vec_lvsl()
4139 loads/stores"))) vec_lvsl(int __a, const unsigned char *__b) { in vec_lvsl()
4148 vec_lvsl(int __a, const unsigned char *__b) { in vec_lvsl()
4156 loads/stores"))) vec_lvsl(int __a, const short *__b) { in vec_lvsl()
4165 const short *__b) { in vec_lvsl()
4173 loads/stores"))) vec_lvsl(int __a, const unsigned short *__b) { in vec_lvsl()
4182 vec_lvsl(int __a, const unsigned short *__b) { in vec_lvsl()
4190 loads/stores"))) vec_lvsl(int __a, const int *__b) { in vec_lvsl()
4199 const int *__b) { in vec_lvsl()
4207 loads/stores"))) vec_lvsl(int __a, const unsigned int *__b) { in vec_lvsl()
4216 vec_lvsl(int __a, const unsigned int *__b) { in vec_lvsl()
4224 loads/stores"))) vec_lvsl(int __a, const float *__b) { in vec_lvsl()
4233 const float *__b) { in vec_lvsl()
4243 loads/stores"))) vec_lvsr(int __a, const signed char *__b) { in vec_lvsr()
4252 vec_lvsr(int __a, const signed char *__b) { in vec_lvsr()
4260 loads/stores"))) vec_lvsr(int __a, const unsigned char *__b) { in vec_lvsr()
4269 vec_lvsr(int __a, const unsigned char *__b) { in vec_lvsr()
4277 loads/stores"))) vec_lvsr(int __a, const short *__b) { in vec_lvsr()
4286 const short *__b) { in vec_lvsr()
4294 loads/stores"))) vec_lvsr(int __a, const unsigned short *__b) { in vec_lvsr()
4303 vec_lvsr(int __a, const unsigned short *__b) { in vec_lvsr()
4311 loads/stores"))) vec_lvsr(int __a, const int *__b) { in vec_lvsr()
4320 const int *__b) { in vec_lvsr()
4328 loads/stores"))) vec_lvsr(int __a, const unsigned int *__b) { in vec_lvsr()
4337 vec_lvsr(int __a, const unsigned int *__b) { in vec_lvsr()
4345 loads/stores"))) vec_lvsr(int __a, const float *__b) { in vec_lvsr()
4354 const float *__b) { in vec_lvsr()
4370 vector signed short __a, vector signed short __b, vector signed short __c) { in vec_madd()
4375 vec_madd(vector signed short __a, vector unsigned short __b, in vec_madd()
4381 vec_madd(vector unsigned short __a, vector signed short __b, in vec_madd()
4387 vec_madd(vector unsigned short __a, vector unsigned short __b, in vec_madd()
4393 vector float __b, in vec_madd()
4404 vector double __b, in vec_madd()
4413 vec_vmaddfp(vector float __a, vector float __b, vector float __c) { in vec_vmaddfp()
4420 vec_madds(vector signed short __a, vector signed short __b, in vec_madds()
4427 vec_vmhaddshs(vector signed short __a, vector signed short __b, in vec_vmhaddshs()
4436 vector float __b, in vec_msub()
4442 vector double __b, in vec_msub()
4451 vec_max(vector signed char __a, vector signed char __b) { in vec_max()
4456 vec_max(vector bool char __a, vector signed char __b) { in vec_max()
4461 vec_max(vector signed char __a, vector bool char __b) { in vec_max()
4466 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max()
4471 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max()
4476 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max()
4481 vector short __b) { in vec_max()
4486 vector short __b) { in vec_max()
4491 vector bool short __b) { in vec_max()
4496 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max()
4501 vec_max(vector bool short __a, vector unsigned short __b) { in vec_max()
4506 vec_max(vector unsigned short __a, vector bool short __b) { in vec_max()
4511 vector int __b) { in vec_max()
4516 vector int __b) { in vec_max()
4521 vector bool int __b) { in vec_max()
4526 vec_max(vector unsigned int __a, vector unsigned int __b) { in vec_max()
4531 vec_max(vector bool int __a, vector unsigned int __b) { in vec_max()
4536 vec_max(vector unsigned int __a, vector bool int __b) { in vec_max()
4542 vec_max(vector signed long long __a, vector signed long long __b) { in vec_max()
4547 vec_max(vector bool long long __a, vector signed long long __b) { in vec_max()
4552 vec_max(vector signed long long __a, vector bool long long __b) { in vec_max()
4557 vec_max(vector unsigned long long __a, vector unsigned long long __b) { in vec_max()
4562 vec_max(vector bool long long __a, vector unsigned long long __b) { in vec_max()
4567 vec_max(vector unsigned long long __a, vector bool long long __b) { in vec_max()
4573 vector float __b) { in vec_max()
4583 vector double __b) { in vec_max()
4591 vec_vmaxsb(vector signed char __a, vector signed char __b) { in vec_vmaxsb()
4596 vec_vmaxsb(vector bool char __a, vector signed char __b) { in vec_vmaxsb()
4601 vec_vmaxsb(vector signed char __a, vector bool char __b) { in vec_vmaxsb()
4608 vec_vmaxub(vector unsigned char __a, vector unsigned char __b) { in vec_vmaxub()
4613 vec_vmaxub(vector bool char __a, vector unsigned char __b) { in vec_vmaxub()
4618 vec_vmaxub(vector unsigned char __a, vector bool char __b) { in vec_vmaxub()
4625 vector short __b) { in vec_vmaxsh()
4630 vector short __b) { in vec_vmaxsh()
4635 vector bool short __b) { in vec_vmaxsh()
4642 vec_vmaxuh(vector unsigned short __a, vector unsigned short __b) { in vec_vmaxuh()
4647 vec_vmaxuh(vector bool short __a, vector unsigned short __b) { in vec_vmaxuh()
4652 vec_vmaxuh(vector unsigned short __a, vector bool short __b) { in vec_vmaxuh()
4659 vector int __b) { in vec_vmaxsw()
4664 vector int __b) { in vec_vmaxsw()
4669 vector bool int __b) { in vec_vmaxsw()
4676 vec_vmaxuw(vector unsigned int __a, vector unsigned int __b) { in vec_vmaxuw()
4681 vec_vmaxuw(vector bool int __a, vector unsigned int __b) { in vec_vmaxuw()
4686 vec_vmaxuw(vector unsigned int __a, vector bool int __b) { in vec_vmaxuw()
4693 vec_vmaxfp(vector float __a, vector float __b) { in vec_vmaxfp()
4704 vec_mergeh(vector signed char __a, vector signed char __b) { in vec_mergeh()
4712 vec_mergeh(vector unsigned char __a, vector unsigned char __b) { in vec_mergeh()
4720 vec_mergeh(vector bool char __a, vector bool char __b) { in vec_mergeh()
4728 vector short __b) { in vec_mergeh()
4736 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { in vec_mergeh()
4744 vec_mergeh(vector bool short __a, vector bool short __b) { in vec_mergeh()
4752 vector pixel __b) { in vec_mergeh()
4760 vector int __b) { in vec_mergeh()
4768 vec_mergeh(vector unsigned int __a, vector unsigned int __b) { in vec_mergeh()
4776 vector bool int __b) { in vec_mergeh()
4784 vector float __b) { in vec_mergeh()
4793 vec_mergeh(vector signed long long __a, vector signed long long __b) { in vec_mergeh()
4801 vec_mergeh(vector signed long long __a, vector bool long long __b) { in vec_mergeh()
4809 vec_mergeh(vector bool long long __a, vector signed long long __b) { in vec_mergeh()
4817 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { in vec_mergeh()
4825 vec_mergeh(vector unsigned long long __a, vector bool long long __b) { in vec_mergeh()
4833 vec_mergeh(vector bool long long __a, vector unsigned long long __b) { in vec_mergeh()
4841 vec_mergeh(vector bool long long __a, vector bool long long __b) { in vec_mergeh()
4849 vector double __b) { in vec_mergeh()
4856 vec_mergeh(vector double __a, vector bool long long __b) { in vec_mergeh()
4863 vec_mergeh(vector bool long long __a, vector double __b) { in vec_mergeh()
4876 vec_vmrghb(vector signed char __a, vector signed char __b) { in vec_vmrghb()
4884 vec_vmrghb(vector unsigned char __a, vector unsigned char __b) { in vec_vmrghb()
4892 vec_vmrghb(vector bool char __a, vector bool char __b) { in vec_vmrghb()
4904 vector short __b) { in vec_vmrghh()
4912 vec_vmrghh(vector unsigned short __a, vector unsigned short __b) { in vec_vmrghh()
4920 vec_vmrghh(vector bool short __a, vector bool short __b) { in vec_vmrghh()
4928 vector pixel __b) { in vec_vmrghh()
4940 vector int __b) { in vec_vmrghw()
4948 vec_vmrghw(vector unsigned int __a, vector unsigned int __b) { in vec_vmrghw()
4956 vector bool int __b) { in vec_vmrghw()
4964 vector float __b) { in vec_vmrghw()
4974 vec_mergel(vector signed char __a, vector signed char __b) { in vec_mergel()
4982 vec_mergel(vector unsigned char __a, vector unsigned char __b) { in vec_mergel()
4990 vec_mergel(vector bool char __a, vector bool char __b) { in vec_mergel()
4998 vector short __b) { in vec_mergel()
5006 vec_mergel(vector unsigned short __a, vector unsigned short __b) { in vec_mergel()
5014 vec_mergel(vector bool short __a, vector bool short __b) { in vec_mergel()
5022 vector pixel __b) { in vec_mergel()
5030 vector int __b) { in vec_mergel()
5038 vec_mergel(vector unsigned int __a, vector unsigned int __b) { in vec_mergel()
5046 vector bool int __b) { in vec_mergel()
5054 vector float __b) { in vec_mergel()
5063 vec_mergel(vector signed long long __a, vector signed long long __b) { in vec_mergel()
5070 vec_mergel(vector signed long long __a, vector bool long long __b) { in vec_mergel()
5077 vec_mergel(vector bool long long __a, vector signed long long __b) { in vec_mergel()
5084 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { in vec_mergel()
5091 vec_mergel(vector unsigned long long __a, vector bool long long __b) { in vec_mergel()
5098 vec_mergel(vector bool long long __a, vector unsigned long long __b) { in vec_mergel()
5105 vec_mergel(vector bool long long __a, vector bool long long __b) { in vec_mergel()
5112 vector double __b) { in vec_mergel()
5119 vec_mergel(vector double __a, vector bool long long __b) { in vec_mergel()
5126 vec_mergel(vector bool long long __a, vector double __b) { in vec_mergel()
5139 vec_vmrglb(vector signed char __a, vector signed char __b) { in vec_vmrglb()
5147 vec_vmrglb(vector unsigned char __a, vector unsigned char __b) { in vec_vmrglb()
5155 vec_vmrglb(vector bool char __a, vector bool char __b) { in vec_vmrglb()
5167 vector short __b) { in vec_vmrglh()
5175 vec_vmrglh(vector unsigned short __a, vector unsigned short __b) { in vec_vmrglh()
5183 vec_vmrglh(vector bool short __a, vector bool short __b) { in vec_vmrglh()
5191 vector pixel __b) { in vec_vmrglh()
5203 vector int __b) { in vec_vmrglw()
5211 vec_vmrglw(vector unsigned int __a, vector unsigned int __b) { in vec_vmrglw()
5219 vector bool int __b) { in vec_vmrglw()
5227 vector float __b) { in vec_vmrglw()
5238 vector bool int __b) { in vec_mergee()
5246 vec_mergee(vector signed int __a, vector signed int __b) { in vec_mergee()
5254 vec_mergee(vector unsigned int __a, vector unsigned int __b) { in vec_mergee()
5262 vec_mergee(vector bool long long __a, vector bool long long __b) { in vec_mergee()
5267 vec_mergee(vector signed long long __a, vector signed long long __b) { in vec_mergee()
5272 vec_mergee(vector unsigned long long __a, vector unsigned long long __b) { in vec_mergee()
5277 vec_mergee(vector float __a, vector float __b) { in vec_mergee()
5285 vec_mergee(vector double __a, vector double __b) { in vec_mergee()
5292 vector bool int __b) { in vec_mergeo()
5300 vec_mergeo(vector signed int __a, vector signed int __b) { in vec_mergeo()
5308 vec_mergeo(vector unsigned int __a, vector unsigned int __b) { in vec_mergeo()
5316 vec_mergeo(vector bool long long __a, vector bool long long __b) { in vec_mergeo()
5321 vec_mergeo(vector signed long long __a, vector signed long long __b) { in vec_mergeo()
5326 vec_mergeo(vector unsigned long long __a, vector unsigned long long __b) { in vec_mergeo()
5331 vec_mergeo(vector float __a, vector float __b) { in vec_mergeo()
5339 vec_mergeo(vector double __a, vector double __b) { in vec_mergeo()
5355 vec_min(vector signed char __a, vector signed char __b) { in vec_min()
5360 vec_min(vector bool char __a, vector signed char __b) { in vec_min()
5365 vec_min(vector signed char __a, vector bool char __b) { in vec_min()
5370 vec_min(vector unsigned char __a, vector unsigned char __b) { in vec_min()
5375 vec_min(vector bool char __a, vector unsigned char __b) { in vec_min()
5380 vec_min(vector unsigned char __a, vector bool char __b) { in vec_min()
5385 vector short __b) { in vec_min()
5390 vector short __b) { in vec_min()
5395 vector bool short __b) { in vec_min()
5400 vec_min(vector unsigned short __a, vector unsigned short __b) { in vec_min()
5405 vec_min(vector bool short __a, vector unsigned short __b) { in vec_min()
5410 vec_min(vector unsigned short __a, vector bool short __b) { in vec_min()
5415 vector int __b) { in vec_min()
5420 vector int __b) { in vec_min()
5425 vector bool int __b) { in vec_min()
5430 vec_min(vector unsigned int __a, vector unsigned int __b) { in vec_min()
5435 vec_min(vector bool int __a, vector unsigned int __b) { in vec_min()
5440 vec_min(vector unsigned int __a, vector bool int __b) { in vec_min()
5446 vec_min(vector signed long long __a, vector signed long long __b) { in vec_min()
5451 vec_min(vector bool long long __a, vector signed long long __b) { in vec_min()
5456 vec_min(vector signed long long __a, vector bool long long __b) { in vec_min()
5461 vec_min(vector unsigned long long __a, vector unsigned long long __b) { in vec_min()
5466 vec_min(vector bool long long __a, vector unsigned long long __b) { in vec_min()
5471 vec_min(vector unsigned long long __a, vector bool long long __b) { in vec_min()
5477 vector float __b) { in vec_min()
5487 vector double __b) { in vec_min()
5495 vec_vminsb(vector signed char __a, vector signed char __b) { in vec_vminsb()
5500 vec_vminsb(vector bool char __a, vector signed char __b) { in vec_vminsb()
5505 vec_vminsb(vector signed char __a, vector bool char __b) { in vec_vminsb()
5512 vec_vminub(vector unsigned char __a, vector unsigned char __b) { in vec_vminub()
5517 vec_vminub(vector bool char __a, vector unsigned char __b) { in vec_vminub()
5522 vec_vminub(vector unsigned char __a, vector bool char __b) { in vec_vminub()
5529 vector short __b) { in vec_vminsh()
5534 vector short __b) { in vec_vminsh()
5539 vector bool short __b) { in vec_vminsh()
5546 vec_vminuh(vector unsigned short __a, vector unsigned short __b) { in vec_vminuh()
5551 vec_vminuh(vector bool short __a, vector unsigned short __b) { in vec_vminuh()
5556 vec_vminuh(vector unsigned short __a, vector bool short __b) { in vec_vminuh()
5563 vector int __b) { in vec_vminsw()
5568 vector int __b) { in vec_vminsw()
5573 vector bool int __b) { in vec_vminsw()
5580 vec_vminuw(vector unsigned int __a, vector unsigned int __b) { in vec_vminuw()
5585 vec_vminuw(vector bool int __a, vector unsigned int __b) { in vec_vminuw()
5590 vec_vminuw(vector unsigned int __a, vector bool int __b) { in vec_vminuw()
5597 vec_vminfp(vector float __a, vector float __b) { in vec_vminfp()
5610 vector short __b, in vec_mladd()
5616 vector short __a, vector unsigned short __b, vector unsigned short __c) { in vec_mladd()
5621 vector short __b, in vec_mladd()
5627 vec_mladd(vector unsigned short __a, vector unsigned short __b, in vec_mladd()
5635 vector short __b, in vec_vmladduhm()
5641 vector short __a, vector unsigned short __b, vector unsigned short __c) { in vec_vmladduhm()
5646 vec_vmladduhm(vector unsigned short __a, vector short __b, vector short __c) { in vec_vmladduhm()
5651 vec_vmladduhm(vector unsigned short __a, vector unsigned short __b, in vec_vmladduhm()
5659 vec_mradds(vector short __a, vector short __b, vector short __c) { in vec_mradds()
5666 vec_vmhraddshs(vector short __a, vector short __b, vector short __c) { in vec_vmhraddshs()
5673 vector unsigned char __b, in vec_msum()
5679 vec_msum(vector unsigned char __a, vector unsigned char __b, in vec_msum()
5685 vector short __b, in vec_msum()
5691 vec_msum(vector unsigned short __a, vector unsigned short __b, in vec_msum()
5700 vec_msumc(vector unsigned long long __a, vector unsigned long long __b, in vec_msumc()
5709 vec_vmsummbm(vector signed char __a, vector unsigned char __b, vector int __c) { in vec_vmsummbm()
5716 vec_vmsumubm(vector unsigned char __a, vector unsigned char __b, in vec_vmsumubm()
5724 vec_vmsumshm(vector short __a, vector short __b, vector int __c) { in vec_vmsumshm()
5731 vec_vmsumuhm(vector unsigned short __a, vector unsigned short __b, in vec_vmsumuhm()
5739 vector short __b, in vec_msums()
5745 vec_msums(vector unsigned short __a, vector unsigned short __b, in vec_msums()
5753 vec_vmsumshs(vector short __a, vector short __b, vector int __c) { in vec_vmsumshs()
5760 vec_vmsumuhs(vector unsigned short __a, vector unsigned short __b, in vec_vmsumuhs()
5818 vec_mul(vector signed char __a, vector signed char __b) { in vec_mul()
5823 vec_mul(vector unsigned char __a, vector unsigned char __b) { in vec_mul()
5828 vec_mul(vector signed short __a, vector signed short __b) { in vec_mul()
5833 vec_mul(vector unsigned short __a, vector unsigned short __b) { in vec_mul()
5838 vec_mul(vector signed int __a, vector signed int __b) { in vec_mul()
5843 vec_mul(vector unsigned int __a, vector unsigned int __b) { in vec_mul()
5849 vec_mul(vector signed long long __a, vector signed long long __b) { in vec_mul()
5854 vec_mul(vector unsigned long long __a, vector unsigned long long __b) { in vec_mul()
5860 vector float __b) { in vec_mul()
5866 vector double __b) { in vec_mul()
5877 vector signed char __b) { in vec_mule()
5886 vec_mule(vector unsigned char __a, vector unsigned char __b) { in vec_mule()
5895 vector short __b) { in vec_mule()
5904 vec_mule(vector unsigned short __a, vector unsigned short __b) { in vec_mule()
5914 vec_mule(vector signed int __a, vector signed int __b) { in vec_mule()
5923 vec_mule(vector unsigned int __a, vector unsigned int __b) { in vec_mule()
5934 vec_mule(vector signed long long __a, vector signed long long __b) { in vec_mule()
5943 vec_mule(vector unsigned long long __a, vector unsigned long long __b) { in vec_mule()
5955 vec_vmulesb(vector signed char __a, vector signed char __b) { in vec_vmulesb()
5966 vec_vmuleub(vector unsigned char __a, vector unsigned char __b) { in vec_vmuleub()
5977 vec_vmulesh(vector short __a, vector short __b) { in vec_vmulesh()
5988 vec_vmuleuh(vector unsigned short __a, vector unsigned short __b) { in vec_vmuleuh()
6000 vec_mulh(vector signed int __a, vector signed int __b) { in vec_mulh()
6005 vec_mulh(vector unsigned int __a, vector unsigned int __b) { in vec_mulh()
6010 vec_mulh(vector signed long long __a, vector signed long long __b) { in vec_mulh()
6015 vec_mulh(vector unsigned long long __a, vector unsigned long long __b) { in vec_mulh()
6023 vector signed char __b) { in vec_mulo()
6032 vec_mulo(vector unsigned char __a, vector unsigned char __b) { in vec_mulo()
6041 vector short __b) { in vec_mulo()
6050 vec_mulo(vector unsigned short __a, vector unsigned short __b) { in vec_mulo()
6060 vec_mulo(vector signed int __a, vector signed int __b) { in vec_mulo()
6069 vec_mulo(vector unsigned int __a, vector unsigned int __b) { in vec_mulo()
6080 vec_mulo(vector signed long long __a, vector signed long long __b) { in vec_mulo()
6089 vec_mulo(vector unsigned long long __a, vector unsigned long long __b) { in vec_mulo()
6101 vec_vmulosb(vector signed char __a, vector signed char __b) { in vec_vmulosb()
6112 vec_vmuloub(vector unsigned char __a, vector unsigned char __b) { in vec_vmuloub()
6123 vec_vmulosh(vector short __a, vector short __b) { in vec_vmulosh()
6134 vec_vmulouh(vector unsigned short __a, vector unsigned short __b) { in vec_vmulouh()
6146 vec_nand(vector signed char __a, vector signed char __b) { in vec_nand()
6151 vec_nand(vector signed char __a, vector bool char __b) { in vec_nand()
6156 vec_nand(vector bool char __a, vector signed char __b) { in vec_nand()
6161 vec_nand(vector unsigned char __a, vector unsigned char __b) { in vec_nand()
6166 vec_nand(vector unsigned char __a, vector bool char __b) { in vec_nand()
6171 vec_nand(vector bool char __a, vector unsigned char __b) { in vec_nand()
6176 vector bool char __b) { in vec_nand()
6181 vec_nand(vector signed short __a, vector signed short __b) { in vec_nand()
6186 vec_nand(vector signed short __a, vector bool short __b) { in vec_nand()
6191 vec_nand(vector bool short __a, vector signed short __b) { in vec_nand()
6196 vec_nand(vector unsigned short __a, vector unsigned short __b) { in vec_nand()
6201 vec_nand(vector unsigned short __a, vector bool short __b) { in vec_nand()
6206 vec_nand(vector bool short __a, vector bool short __b) { in vec_nand()
6211 vec_nand(vector signed int __a, vector signed int __b) { in vec_nand()
6216 vector bool int __b) { in vec_nand()
6221 vec_nand(vector bool int __a, vector signed int __b) { in vec_nand()
6226 vec_nand(vector unsigned int __a, vector unsigned int __b) { in vec_nand()
6231 vec_nand(vector unsigned int __a, vector bool int __b) { in vec_nand()
6236 vec_nand(vector bool int __a, vector unsigned int __b) { in vec_nand()
6241 vector bool int __b) { in vec_nand()
6246 vec_nand(vector float __a, vector float __b) { in vec_nand()
6252 vec_nand(vector signed long long __a, vector signed long long __b) { in vec_nand()
6257 vec_nand(vector signed long long __a, vector bool long long __b) { in vec_nand()
6262 vec_nand(vector bool long long __a, vector signed long long __b) { in vec_nand()
6267 vec_nand(vector unsigned long long __a, vector unsigned long long __b) { in vec_nand()
6272 vec_nand(vector unsigned long long __a, vector bool long long __b) { in vec_nand()
6277 vec_nand(vector bool long long __a, vector unsigned long long __b) { in vec_nand()
6282 vec_nand(vector bool long long __a, vector bool long long __b) { in vec_nand()
6287 vec_nand(vector double __a, vector double __b) { in vec_nand()
6298 vector float __b, in vec_nmadd()
6304 vector double __b, in vec_nmadd()
6313 vector float __b, in vec_nmsub()
6324 vector double __b, in vec_nmsub()
6333 vec_vnmsubfp(vector float __a, vector float __b, vector float __c) { in vec_vnmsubfp()
6342 vec_nor(vector signed char __a, vector signed char __b) { in vec_nor()
6347 vec_nor(vector unsigned char __a, vector unsigned char __b) { in vec_nor()
6352 vector bool char __b) { in vec_nor()
6357 vector short __b) { in vec_nor()
6362 vec_nor(vector unsigned short __a, vector unsigned short __b) { in vec_nor()
6367 vec_nor(vector bool short __a, vector bool short __b) { in vec_nor()
6372 vector int __b) { in vec_nor()
6377 vec_nor(vector unsigned int __a, vector unsigned int __b) { in vec_nor()
6382 vector bool int __b) { in vec_nor()
6387 vector float __b) { in vec_nor()
6395 vector double __b) { in vec_nor()
6405 vec_vnor(vector signed char __a, vector signed char __b) { in vec_vnor()
6410 vec_vnor(vector unsigned char __a, vector unsigned char __b) { in vec_vnor()
6415 vector bool char __b) { in vec_vnor()
6420 vector short __b) { in vec_vnor()
6425 vec_vnor(vector unsigned short __a, vector unsigned short __b) { in vec_vnor()
6430 vec_vnor(vector bool short __a, vector bool short __b) { in vec_vnor()
6435 vector int __b) { in vec_vnor()
6440 vec_vnor(vector unsigned int __a, vector unsigned int __b) { in vec_vnor()
6445 vector bool int __b) { in vec_vnor()
6450 vector float __b) { in vec_vnor()
6458 vec_nor(vector signed long long __a, vector signed long long __b) { in vec_nor()
6463 vec_nor(vector unsigned long long __a, vector unsigned long long __b) { in vec_nor()
6468 vec_nor(vector bool long long __a, vector bool long long __b) { in vec_nor()
6478 vec_or(vector signed char __a, vector signed char __b) { in vec_or()
6483 vec_or(vector bool char __a, vector signed char __b) { in vec_or()
6488 vector bool char __b) { in vec_or()
6493 vec_or(vector unsigned char __a, vector unsigned char __b) { in vec_or()
6498 vec_or(vector bool char __a, vector unsigned char __b) { in vec_or()
6503 vec_or(vector unsigned char __a, vector bool char __b) { in vec_or()
6508 vector bool char __b) { in vec_or()
6513 vector short __b) { in vec_or()
6518 vector short __b) { in vec_or()
6523 vector bool short __b) { in vec_or()
6528 vec_or(vector unsigned short __a, vector unsigned short __b) { in vec_or()
6533 vec_or(vector bool short __a, vector unsigned short __b) { in vec_or()
6538 vec_or(vector unsigned short __a, vector bool short __b) { in vec_or()
6543 vector bool short __b) { in vec_or()
6548 vector int __b) { in vec_or()
6553 vector int __b) { in vec_or()
6558 vector bool int __b) { in vec_or()
6563 vec_or(vector unsigned int __a, vector unsigned int __b) { in vec_or()
6568 vec_or(vector bool int __a, vector unsigned int __b) { in vec_or()
6573 vec_or(vector unsigned int __a, vector bool int __b) { in vec_or()
6578 vector bool int __b) { in vec_or()
6583 vector float __b) { in vec_or()
6590 vector float __b) { in vec_or()
6597 vector bool int __b) { in vec_or()
6605 vector double __b) { in vec_or()
6611 vector bool long long __b) { in vec_or()
6617 vector double __b) { in vec_or()
6623 vec_or(vector signed long long __a, vector signed long long __b) { in vec_or()
6628 vec_or(vector bool long long __a, vector signed long long __b) { in vec_or()
6633 vec_or(vector signed long long __a, vector bool long long __b) { in vec_or()
6638 vec_or(vector unsigned long long __a, vector unsigned long long __b) { in vec_or()
6643 vec_or(vector bool long long __a, vector unsigned long long __b) { in vec_or()
6648 vec_or(vector unsigned long long __a, vector bool long long __b) { in vec_or()
6653 vec_or(vector bool long long __a, vector bool long long __b) { in vec_or()
6660 vec_orc(vector signed char __a, vector signed char __b) { in vec_orc()
6665 vec_orc(vector signed char __a, vector bool char __b) { in vec_orc()
6670 vec_orc(vector bool char __a, vector signed char __b) { in vec_orc()
6675 vec_orc(vector unsigned char __a, vector unsigned char __b) { in vec_orc()
6680 vec_orc(vector unsigned char __a, vector bool char __b) { in vec_orc()
6685 vec_orc(vector bool char __a, vector unsigned char __b) { in vec_orc()
6690 vector bool char __b) { in vec_orc()
6695 vec_orc(vector signed short __a, vector signed short __b) { in vec_orc()
6700 vec_orc(vector signed short __a, vector bool short __b) { in vec_orc()
6705 vec_orc(vector bool short __a, vector signed short __b) { in vec_orc()
6710 vec_orc(vector unsigned short __a, vector unsigned short __b) { in vec_orc()
6715 vec_orc(vector unsigned short __a, vector bool short __b) { in vec_orc()
6720 vec_orc(vector bool short __a, vector unsigned short __b) { in vec_orc()
6725 vec_orc(vector bool short __a, vector bool short __b) { in vec_orc()
6730 vec_orc(vector signed int __a, vector signed int __b) { in vec_orc()
6735 vector bool int __b) { in vec_orc()
6740 vec_orc(vector bool int __a, vector signed int __b) { in vec_orc()
6745 vec_orc(vector unsigned int __a, vector unsigned int __b) { in vec_orc()
6750 vec_orc(vector unsigned int __a, vector bool int __b) { in vec_orc()
6755 vec_orc(vector bool int __a, vector unsigned int __b) { in vec_orc()
6760 vector bool int __b) { in vec_orc()
6765 vec_orc(vector bool int __a, vector float __b) { in vec_orc()
6770 vec_orc(vector float __a, vector bool int __b) { in vec_orc()
6775 vec_orc(vector signed long long __a, vector signed long long __b) { in vec_orc()
6780 vec_orc(vector signed long long __a, vector bool long long __b) { in vec_orc()
6785 vec_orc(vector bool long long __a, vector signed long long __b) { in vec_orc()
6790 vec_orc(vector unsigned long long __a, vector unsigned long long __b) { in vec_orc()
6795 vec_orc(vector unsigned long long __a, vector bool long long __b) { in vec_orc()
6800 vec_orc(vector bool long long __a, vector unsigned long long __b) { in vec_orc()
6805 vec_orc(vector bool long long __a, vector bool long long __b) { in vec_orc()
6810 vec_orc(vector double __a, vector bool long long __b) { in vec_orc()
6815 vec_orc(vector bool long long __a, vector double __b) { in vec_orc()
6823 vec_vor(vector signed char __a, vector signed char __b) { in vec_vor()
6828 vec_vor(vector bool char __a, vector signed char __b) { in vec_vor()
6833 vec_vor(vector signed char __a, vector bool char __b) { in vec_vor()
6838 vec_vor(vector unsigned char __a, vector unsigned char __b) { in vec_vor()
6843 vec_vor(vector bool char __a, vector unsigned char __b) { in vec_vor()
6848 vec_vor(vector unsigned char __a, vector bool char __b) { in vec_vor()
6853 vector bool char __b) { in vec_vor()
6858 vector short __b) { in vec_vor()
6863 vector short __b) { in vec_vor()
6868 vector bool short __b) { in vec_vor()
6873 vec_vor(vector unsigned short __a, vector unsigned short __b) { in vec_vor()
6878 vec_vor(vector bool short __a, vector unsigned short __b) { in vec_vor()
6883 vec_vor(vector unsigned short __a, vector bool short __b) { in vec_vor()
6888 vec_vor(vector bool short __a, vector bool short __b) { in vec_vor()
6893 vector int __b) { in vec_vor()
6898 vector int __b) { in vec_vor()
6903 vector bool int __b) { in vec_vor()
6908 vec_vor(vector unsigned int __a, vector unsigned int __b) { in vec_vor()
6913 vec_vor(vector bool int __a, vector unsigned int __b) { in vec_vor()
6918 vec_vor(vector unsigned int __a, vector bool int __b) { in vec_vor()
6923 vector bool int __b) { in vec_vor()
6928 vector float __b) { in vec_vor()
6935 vector float __b) { in vec_vor()
6942 vector bool int __b) { in vec_vor()
6950 vec_vor(vector signed long long __a, vector signed long long __b) { in vec_vor()
6955 vec_vor(vector bool long long __a, vector signed long long __b) { in vec_vor()
6960 vec_vor(vector signed long long __a, vector bool long long __b) { in vec_vor()
6965 vec_vor(vector unsigned long long __a, vector unsigned long long __b) { in vec_vor()
6970 vec_vor(vector bool long long __a, vector unsigned long long __b) { in vec_vor()
6975 vec_vor(vector unsigned long long __a, vector bool long long __b) { in vec_vor()
6980 vec_vor(vector bool long long __a, vector bool long long __b) { in vec_vor()
6991 vec_pack(vector signed short __a, vector signed short __b) { in vec_pack()
7006 vec_pack(vector unsigned short __a, vector unsigned short __b) { in vec_pack()
7021 vec_pack(vector bool short __a, vector bool short __b) { in vec_pack()
7036 vector int __b) { in vec_pack()
7051 vec_pack(vector unsigned int __a, vector unsigned int __b) { in vec_pack()
7066 vector bool int __b) { in vec_pack()
7082 vec_pack(vector signed long long __a, vector signed long long __b) { in vec_pack()
7096 vec_pack(vector unsigned long long __a, vector unsigned long long __b) { in vec_pack()
7111 vec_pack(vector bool long long __a, vector bool long long __b) { in vec_pack()
7126 vec_pack(vector double __a, vector double __b) { in vec_pack()
7133 vec_pack_to_short_fp32(vector float __a, vector float __b) { in vec_pack_to_short_fp32()
7149 vec_vpkuhum(vector signed short __a, vector signed short __b) { in vec_vpkuhum()
7164 vec_vpkuhum(vector unsigned short __a, vector unsigned short __b) { in vec_vpkuhum()
7179 vec_vpkuhum(vector bool short __a, vector bool short __b) { in vec_vpkuhum()
7198 vector int __b) { in vec_vpkuwum()
7213 vec_vpkuwum(vector unsigned int __a, vector unsigned int __b) { in vec_vpkuwum()
7228 vec_vpkuwum(vector bool int __a, vector bool int __b) { in vec_vpkuwum()
7248 vector long long __b) { in vec_vpkudum()
7263 vec_vpkudum(vector unsigned long long __a, vector unsigned long long __b) { in vec_vpkudum()
7278 vec_vpkudum(vector bool long long __a, vector bool long long __b) { in vec_vpkudum()
7296 vec_packpx(vector unsigned int __a, vector unsigned int __b) { in vec_packpx()
7307 vec_vpkpx(vector unsigned int __a, vector unsigned int __b) { in vec_vpkpx()
7318 vector short __b) { in vec_packs()
7327 vec_packs(vector unsigned short __a, vector unsigned short __b) { in vec_packs()
7336 vector int __b) { in vec_packs()
7345 vec_packs(vector unsigned int __a, vector unsigned int __b) { in vec_packs()
7355 vector long long __b) { in vec_packs()
7364 vec_packs(vector unsigned long long __a, vector unsigned long long __b) { in vec_packs()
7376 vec_vpkshss(vector short __a, vector short __b) { in vec_vpkshss()
7388 vector long long __b) { in vec_vpksdss()
7400 vec_vpkuhus(vector unsigned short __a, vector unsigned short __b) { in vec_vpkuhus()
7412 vec_vpkudus(vector unsigned long long __a, vector unsigned long long __b) { in vec_vpkudus()
7424 vec_vpkswss(vector int __a, vector int __b) { in vec_vpkswss()
7435 vec_vpkuwus(vector unsigned int __a, vector unsigned int __b) { in vec_vpkuwus()
7446 vec_packsu(vector short __a, vector short __b) { in vec_packsu()
7455 vec_packsu(vector unsigned short __a, vector unsigned short __b) { in vec_packsu()
7464 vec_packsu(vector int __a, vector int __b) { in vec_packsu()
7473 vec_packsu(vector unsigned int __a, vector unsigned int __b) { in vec_packsu()
7483 vec_packsu(vector long long __a, vector long long __b) { in vec_packsu()
7492 vec_packsu(vector unsigned long long __a, vector unsigned long long __b) { in vec_packsu()
7504 vec_vpkshus(vector short __a, vector short __b) { in vec_vpkshus()
7513 vec_vpkshus(vector unsigned short __a, vector unsigned short __b) { in vec_vpkshus()
7524 vec_vpkswus(vector int __a, vector int __b) { in vec_vpkswus()
7533 vec_vpkswus(vector unsigned int __a, vector unsigned int __b) { in vec_vpkswus()
7545 vec_vpksdus(vector long long __a, vector long long __b) { in vec_vpksdus()
7565 vector signed char __a, vector signed char __b, vector unsigned char __c) { in vec_perm()
7579 vec_perm(vector unsigned char __a, vector unsigned char __b, in vec_perm()
7594 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_perm()
7608 vector signed short __b, in vec_perm()
7623 vec_perm(vector unsigned short __a, vector unsigned short __b, in vec_perm()
7638 vector bool short __a, vector bool short __b, vector unsigned char __c) { in vec_perm()
7652 vector pixel __b, in vec_perm()
7667 vector signed int __b, in vec_perm()
7680 vec_perm(vector unsigned int __a, vector unsigned int __b, in vec_perm()
7695 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { in vec_perm()
7709 vector float __b, in vec_perm()
7725 vec_perm(vector signed long long __a, vector signed long long __b, in vec_perm()
7740 vec_perm(vector unsigned long long __a, vector unsigned long long __b, in vec_perm()
7755 vec_perm(vector bool long long __a, vector bool long long __b, in vec_perm()
7770 vec_perm(vector double __a, vector double __b, vector unsigned char __c) { in vec_perm()
7787 vector signed char __a, vector signed char __b, vector unsigned char __c) { in vec_vperm()
7792 vec_vperm(vector unsigned char __a, vector unsigned char __b, in vec_vperm()
7798 vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_vperm()
7803 vec_vperm(vector short __a, vector short __b, vector unsigned char __c) { in vec_vperm()
7808 vec_vperm(vector unsigned short __a, vector unsigned short __b, in vec_vperm()
7814 vector bool short __a, vector bool short __b, vector unsigned char __c) { in vec_vperm()
7819 vec_vperm(vector pixel __a, vector pixel __b, vector unsigned char __c) { in vec_vperm()
7824 vector int __b, in vec_vperm()
7830 vec_vperm(vector unsigned int __a, vector unsigned int __b, in vec_vperm()
7836 vec_vperm(vector bool int __a, vector bool int __b, vector unsigned char __c) { in vec_vperm()
7841 vec_vperm(vector float __a, vector float __b, vector unsigned char __c) { in vec_vperm()
7847 vector long long __a, vector long long __b, vector unsigned char __c) { in vec_vperm()
7852 vec_vperm(vector unsigned long long __a, vector unsigned long long __b, in vec_vperm()
7858 vec_vperm(vector double __a, vector double __b, vector unsigned char __c) { in vec_vperm()
7889 vec_rl(vector signed char __a, vector unsigned char __b) { in vec_rl()
7894 vec_rl(vector unsigned char __a, vector unsigned char __b) { in vec_rl()
7899 vector unsigned short __b) { in vec_rl()
7904 vec_rl(vector unsigned short __a, vector unsigned short __b) { in vec_rl()
7909 vector unsigned int __b) { in vec_rl()
7914 vec_rl(vector unsigned int __a, vector unsigned int __b) { in vec_rl()
7920 vec_rl(vector signed long long __a, vector unsigned long long __b) { in vec_rl()
7925 vec_rl(vector unsigned long long __a, vector unsigned long long __b) { in vec_rl()
7932 vec_rl(vector signed __int128 __a, vector unsigned __int128 __b) { in vec_rl()
7937 vec_rl(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_rl()
7945 vec_rlmi(vector unsigned int __a, vector unsigned int __b, in vec_rlmi()
7951 vec_rlmi(vector unsigned long long __a, vector unsigned long long __b, in vec_rlmi()
7959 vec_rlmi(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_rlmi()
7965 vec_rlmi(vector signed __int128 __a, vector signed __int128 __b, in vec_rlmi()
7974 vec_rlnm(vector unsigned int __a, vector unsigned int __b, in vec_rlnm()
7981 vec_rlnm(vector unsigned long long __a, vector unsigned long long __b, in vec_rlnm()
7990 vec_rlnm(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_rlnm()
8007 vec_rlnm(vector signed __int128 __a, vector signed __int128 __b, in vec_rlnm()
8027 vec_vrlb(vector signed char __a, vector unsigned char __b) { in vec_vrlb()
8032 vec_vrlb(vector unsigned char __a, vector unsigned char __b) { in vec_vrlb()
8039 vec_vrlh(vector short __a, vector unsigned short __b) { in vec_vrlh()
8044 vec_vrlh(vector unsigned short __a, vector unsigned short __b) { in vec_vrlh()
8051 vector unsigned int __b) { in vec_vrlw()
8056 vec_vrlw(vector unsigned int __a, vector unsigned int __b) { in vec_vrlw()
8155 vector signed char __a, vector signed char __b, vector unsigned char __c) { in vec_sel()
8160 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) { in vec_sel()
8165 vec_sel(vector unsigned char __a, vector unsigned char __b, in vec_sel()
8171 vector unsigned char __a, vector unsigned char __b, vector bool char __c) { in vec_sel()
8176 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_sel()
8181 vector bool char __b, in vec_sel()
8187 vector short __b, in vec_sel()
8193 vector short __b, in vec_sel()
8199 vec_sel(vector unsigned short __a, vector unsigned short __b, in vec_sel()
8205 vec_sel(vector unsigned short __a, vector unsigned short __b, in vec_sel()
8212 vector bool short __a, vector bool short __b, vector unsigned short __c) { in vec_sel()
8217 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c) { in vec_sel()
8222 vector int __b, in vec_sel()
8228 vector int __b, in vec_sel()
8234 vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) { in vec_sel()
8239 vec_sel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) { in vec_sel()
8244 vec_sel(vector bool int __a, vector bool int __b, vector unsigned int __c) { in vec_sel()
8249 vector bool int __b, in vec_sel()
8255 vector float __b, in vec_sel()
8263 vector float __b, in vec_sel()
8272 vec_sel(vector double __a, vector double __b, vector bool long long __c) { in vec_sel()
8279 vec_sel(vector double __a, vector double __b, vector unsigned long long __c) { in vec_sel()
8289 vector signed char __a, vector signed char __b, vector unsigned char __c) { in vec_vsel()
8294 vec_vsel(vector signed char __a, vector signed char __b, vector bool char __c) { in vec_vsel()
8299 vec_vsel(vector unsigned char __a, vector unsigned char __b, in vec_vsel()
8305 vector unsigned char __a, vector unsigned char __b, vector bool char __c) { in vec_vsel()
8310 vec_vsel(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_vsel()
8315 vector bool char __b, in vec_vsel()
8321 vec_vsel(vector short __a, vector short __b, vector unsigned short __c) { in vec_vsel()
8326 vector short __b, in vec_vsel()
8332 vec_vsel(vector unsigned short __a, vector unsigned short __b, in vec_vsel()
8338 vec_vsel(vector unsigned short __a, vector unsigned short __b, in vec_vsel()
8345 vector bool short __a, vector bool short __b, vector unsigned short __c) { in vec_vsel()
8350 vec_vsel(vector bool short __a, vector bool short __b, vector bool short __c) { in vec_vsel()
8355 vector int __b, in vec_vsel()
8361 vector int __b, in vec_vsel()
8367 vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) { in vec_vsel()
8372 vector unsigned int __a, vector unsigned int __b, vector bool int __c) { in vec_vsel()
8377 vec_vsel(vector bool int __a, vector bool int __b, vector unsigned int __c) { in vec_vsel()
8382 vector bool int __b, in vec_vsel()
8388 vector float __b, in vec_vsel()
8396 vector float __b, in vec_vsel()
8408 vec_sl(vector unsigned char __a, vector unsigned char __b) { in vec_sl()
8414 vec_sl(vector signed char __a, vector unsigned char __b) { in vec_sl()
8419 vec_sl(vector unsigned short __a, vector unsigned short __b) { in vec_sl()
8425 vector unsigned short __b) { in vec_sl()
8430 vec_sl(vector unsigned int __a, vector unsigned int __b) { in vec_sl()
8436 vector unsigned int __b) { in vec_sl()
8442 vec_sl(vector unsigned long long __a, vector unsigned long long __b) { in vec_sl()
8448 vec_sl(vector long long __a, vector unsigned long long __b) { in vec_sl()
8458 vec_vslb(vector signed char __a, vector unsigned char __b) { in vec_vslb()
8463 vec_vslb(vector unsigned char __a, vector unsigned char __b) { in vec_vslb()
8472 vec_vslh(vector short __a, vector unsigned short __b) { in vec_vslh()
8477 vec_vslh(vector unsigned short __a, vector unsigned short __b) { in vec_vslh()
8486 vector unsigned int __b) { in vec_vslw()
8491 vec_vslw(vector unsigned int __a, vector unsigned int __b) { in vec_vslw()
8500 vector signed char __a, vector signed char __b, unsigned const int __c) { in vec_sld()
8518 vec_sld(vector unsigned char __a, vector unsigned char __b, in vec_sld()
8537 vec_sld(vector bool char __a, vector bool char __b, unsigned const int __c) { in vec_sld()
8555 vector signed short __a, vector signed short __b, unsigned const int __c) { in vec_sld()
8573 vec_sld(vector unsigned short __a, vector unsigned short __b, in vec_sld()
8592 vec_sld(vector bool short __a, vector bool short __b, unsigned const int __c) { in vec_sld()
8610 vector pixel __b, in vec_sld()
8629 vec_sld(vector signed int __a, vector signed int __b, unsigned const int __c) { in vec_sld()
8647 vector unsigned int __a, vector unsigned int __b, unsigned const int __c) { in vec_sld()
8665 vector bool int __b, in vec_sld()
8684 vector float __b, in vec_sld()
8704 vec_sld(vector bool long long __a, vector bool long long __b, in vec_sld()
8723 vec_sld(vector signed long long __a, vector signed long long __b, in vec_sld()
8742 vec_sld(vector unsigned long long __a, vector unsigned long long __b, in vec_sld()
8761 vector double __b, in vec_sld()
8782 vector signed char __a, vector signed char __b, unsigned const int __c) { in vec_sldw()
8787 vec_sldw(vector unsigned char __a, vector unsigned char __b, in vec_sldw()
8793 vector signed short __a, vector signed short __b, unsigned const int __c) { in vec_sldw()
8798 vec_sldw(vector unsigned short __a, vector unsigned short __b, in vec_sldw()
8804 vec_sldw(vector signed int __a, vector signed int __b, unsigned const int __c) { in vec_sldw()
8809 vector unsigned int __a, vector unsigned int __b, unsigned const int __c) { in vec_sldw()
8815 vec_sldw(vector signed long long __a, vector signed long long __b, in vec_sldw()
8821 vec_sldw(vector unsigned long long __a, vector unsigned long long __b, in vec_sldw()
8830 vec_slv(vector unsigned char __a, vector unsigned char __b) { in vec_slv()
8836 vec_srv(vector unsigned char __a, vector unsigned char __b) { in vec_srv()
8844 vec_vsldoi(vector signed char __a, vector signed char __b, unsigned char __c) { in vec_vsldoi()
8862 vector unsigned char __a, vector unsigned char __b, unsigned char __c) { in vec_vsldoi()
8880 vector short __b, in vec_vsldoi()
8899 vector unsigned short __a, vector unsigned short __b, unsigned char __c) { in vec_vsldoi()
8917 vector pixel __b, in vec_vsldoi()
8936 vector int __b, in vec_vsldoi()
8955 vector unsigned int __a, vector unsigned int __b, unsigned char __c) { in vec_vsldoi()
8973 vector float __b, in vec_vsldoi()
8994 vec_sll(vector signed char __a, vector unsigned char __b) { in vec_sll()
9000 vec_sll(vector signed char __a, vector unsigned short __b) { in vec_sll()
9006 vec_sll(vector signed char __a, vector unsigned int __b) { in vec_sll()
9012 vec_sll(vector unsigned char __a, vector unsigned char __b) { in vec_sll()
9018 vec_sll(vector unsigned char __a, vector unsigned short __b) { in vec_sll()
9024 vec_sll(vector unsigned char __a, vector unsigned int __b) { in vec_sll()
9030 vec_sll(vector bool char __a, vector unsigned char __b) { in vec_sll()
9036 vec_sll(vector bool char __a, vector unsigned short __b) { in vec_sll()
9042 vec_sll(vector bool char __a, vector unsigned int __b) { in vec_sll()
9048 vector unsigned char __b) { in vec_sll()
9053 vector unsigned short __b) { in vec_sll()
9058 vector unsigned int __b) { in vec_sll()
9063 vec_sll(vector unsigned short __a, vector unsigned char __b) { in vec_sll()
9069 vec_sll(vector unsigned short __a, vector unsigned short __b) { in vec_sll()
9075 vec_sll(vector unsigned short __a, vector unsigned int __b) { in vec_sll()
9081 vec_sll(vector bool short __a, vector unsigned char __b) { in vec_sll()
9087 vec_sll(vector bool short __a, vector unsigned short __b) { in vec_sll()
9093 vec_sll(vector bool short __a, vector unsigned int __b) { in vec_sll()
9099 vector unsigned char __b) { in vec_sll()
9104 vector unsigned short __b) { in vec_sll()
9109 vector unsigned int __b) { in vec_sll()
9114 vector unsigned char __b) { in vec_sll()
9119 vector unsigned short __b) { in vec_sll()
9124 vector unsigned int __b) { in vec_sll()
9129 vec_sll(vector unsigned int __a, vector unsigned char __b) { in vec_sll()
9135 vec_sll(vector unsigned int __a, vector unsigned short __b) { in vec_sll()
9141 vec_sll(vector unsigned int __a, vector unsigned int __b) { in vec_sll()
9147 vec_sll(vector bool int __a, vector unsigned char __b) { in vec_sll()
9153 vec_sll(vector bool int __a, vector unsigned short __b) { in vec_sll()
9159 vec_sll(vector bool int __a, vector unsigned int __b) { in vec_sll()
9166 vec_sll(vector signed long long __a, vector unsigned char __b) { in vec_sll()
9172 vec_sll(vector unsigned long long __a, vector unsigned char __b) { in vec_sll()
9181 vec_vsl(vector signed char __a, vector unsigned char __b) { in vec_vsl()
9187 vec_vsl(vector signed char __a, vector unsigned short __b) { in vec_vsl()
9193 vec_vsl(vector signed char __a, vector unsigned int __b) { in vec_vsl()
9199 vec_vsl(vector unsigned char __a, vector unsigned char __b) { in vec_vsl()
9205 vec_vsl(vector unsigned char __a, vector unsigned short __b) { in vec_vsl()
9211 vec_vsl(vector unsigned char __a, vector unsigned int __b) { in vec_vsl()
9217 vec_vsl(vector bool char __a, vector unsigned char __b) { in vec_vsl()
9223 vec_vsl(vector bool char __a, vector unsigned short __b) { in vec_vsl()
9229 vec_vsl(vector bool char __a, vector unsigned int __b) { in vec_vsl()
9235 vector unsigned char __b) { in vec_vsl()
9240 vector unsigned short __b) { in vec_vsl()
9245 vector unsigned int __b) { in vec_vsl()
9250 vec_vsl(vector unsigned short __a, vector unsigned char __b) { in vec_vsl()
9256 vec_vsl(vector unsigned short __a, vector unsigned short __b) { in vec_vsl()
9262 vec_vsl(vector unsigned short __a, vector unsigned int __b) { in vec_vsl()
9268 vec_vsl(vector bool short __a, vector unsigned char __b) { in vec_vsl()
9274 vec_vsl(vector bool short __a, vector unsigned short __b) { in vec_vsl()
9280 vec_vsl(vector bool short __a, vector unsigned int __b) { in vec_vsl()
9286 vector unsigned char __b) { in vec_vsl()
9291 vector unsigned short __b) { in vec_vsl()
9296 vector unsigned int __b) { in vec_vsl()
9301 vector unsigned char __b) { in vec_vsl()
9306 vector unsigned short __b) { in vec_vsl()
9311 vector unsigned int __b) { in vec_vsl()
9316 vec_vsl(vector unsigned int __a, vector unsigned char __b) { in vec_vsl()
9322 vec_vsl(vector unsigned int __a, vector unsigned short __b) { in vec_vsl()
9328 vec_vsl(vector unsigned int __a, vector unsigned int __b) { in vec_vsl()
9334 vec_vsl(vector bool int __a, vector unsigned char __b) { in vec_vsl()
9340 vec_vsl(vector bool int __a, vector unsigned short __b) { in vec_vsl()
9346 vec_vsl(vector bool int __a, vector unsigned int __b) { in vec_vsl()
9354 vec_slo(vector signed char __a, vector signed char __b) { in vec_slo()
9360 vec_slo(vector signed char __a, vector unsigned char __b) { in vec_slo()
9366 vec_slo(vector unsigned char __a, vector signed char __b) { in vec_slo()
9372 vec_slo(vector unsigned char __a, vector unsigned char __b) { in vec_slo()
9378 vector signed char __b) { in vec_slo()
9383 vector unsigned char __b) { in vec_slo()
9388 vec_slo(vector unsigned short __a, vector signed char __b) { in vec_slo()
9394 vec_slo(vector unsigned short __a, vector unsigned char __b) { in vec_slo()
9400 vector signed char __b) { in vec_slo()
9405 vector unsigned char __b) { in vec_slo()
9410 vector signed char __b) { in vec_slo()
9415 vector unsigned char __b) { in vec_slo()
9420 vec_slo(vector unsigned int __a, vector signed char __b) { in vec_slo()
9426 vec_slo(vector unsigned int __a, vector unsigned char __b) { in vec_slo()
9432 vector signed char __b) { in vec_slo()
9437 vector unsigned char __b) { in vec_slo()
9443 vec_slo(vector signed long long __a, vector signed char __b) { in vec_slo()
9449 vec_slo(vector signed long long __a, vector unsigned char __b) { in vec_slo()
9455 vec_slo(vector unsigned long long __a, vector signed char __b) { in vec_slo()
9461 vec_slo(vector unsigned long long __a, vector unsigned char __b) { in vec_slo()
9470 vec_vslo(vector signed char __a, vector signed char __b) { in vec_vslo()
9476 vec_vslo(vector signed char __a, vector unsigned char __b) { in vec_vslo()
9482 vec_vslo(vector unsigned char __a, vector signed char __b) { in vec_vslo()
9488 vec_vslo(vector unsigned char __a, vector unsigned char __b) { in vec_vslo()
9494 vector signed char __b) { in vec_vslo()
9499 vector unsigned char __b) { in vec_vslo()
9504 vec_vslo(vector unsigned short __a, vector signed char __b) { in vec_vslo()
9510 vec_vslo(vector unsigned short __a, vector unsigned char __b) { in vec_vslo()
9516 vector signed char __b) { in vec_vslo()
9521 vector unsigned char __b) { in vec_vslo()
9526 vector signed char __b) { in vec_vslo()
9531 vector unsigned char __b) { in vec_vslo()
9536 vec_vslo(vector unsigned int __a, vector signed char __b) { in vec_vslo()
9542 vec_vslo(vector unsigned int __a, vector unsigned char __b) { in vec_vslo()
9548 vector signed char __b) { in vec_vslo()
9553 vector unsigned char __b) { in vec_vslo()
9560 vec_splat(vector signed char __a, unsigned const int __b) { in vec_splat()
9565 vec_splat(vector unsigned char __a, unsigned const int __b) { in vec_splat()
9570 vec_splat(vector bool char __a, unsigned const int __b) { in vec_splat()
9575 vec_splat(vector signed short __a, unsigned const int __b) { in vec_splat()
9584 vec_splat(vector unsigned short __a, unsigned const int __b) { in vec_splat()
9593 vec_splat(vector bool short __a, unsigned const int __b) { in vec_splat()
9602 unsigned const int __b) { in vec_splat()
9611 vec_splat(vector signed int __a, unsigned const int __b) { in vec_splat()
9620 vec_splat(vector unsigned int __a, unsigned const int __b) { in vec_splat()
9629 vec_splat(vector bool int __a, unsigned const int __b) { in vec_splat()
9638 unsigned const int __b) { in vec_splat()
9648 unsigned const int __b) { in vec_splat()
9657 vec_splat(vector bool long long __a, unsigned const int __b) { in vec_splat()
9666 vec_splat(vector signed long long __a, unsigned const int __b) { in vec_splat()
9675 vec_splat(vector unsigned long long __a, unsigned const int __b) { in vec_splat()
9690 vec_vspltb(vector signed char __a, unsigned char __b) { in vec_vspltb()
9695 vec_vspltb(vector unsigned char __a, unsigned char __b) { in vec_vspltb()
9700 unsigned char __b) { in vec_vspltb()
9709 unsigned char __b) { in vec_vsplth()
9718 vec_vsplth(vector unsigned short __a, unsigned char __b) { in vec_vsplth()
9727 vec_vsplth(vector bool short __a, unsigned char __b) { in vec_vsplth()
9736 unsigned char __b) { in vec_vsplth()
9749 unsigned char __b) { in vec_vspltw()
9758 vec_vspltw(vector unsigned int __a, unsigned char __b) { in vec_vspltw()
9767 unsigned char __b) { in vec_vspltw()
9776 unsigned char __b) { in vec_vspltw()
9863 vec_sr(vector unsigned char __a, vector unsigned char __b) { in vec_sr()
9869 vec_sr(vector signed char __a, vector unsigned char __b) { in vec_sr()
9874 vec_sr(vector unsigned short __a, vector unsigned short __b) { in vec_sr()
9880 vector unsigned short __b) { in vec_sr()
9885 vec_sr(vector unsigned int __a, vector unsigned int __b) { in vec_sr()
9891 vector unsigned int __b) { in vec_sr()
9897 vec_sr(vector unsigned long long __a, vector unsigned long long __b) { in vec_sr()
9903 vec_sr(vector long long __a, vector unsigned long long __b) { in vec_sr()
9913 vec_vsrb(vector signed char __a, vector unsigned char __b) { in vec_vsrb()
9918 vec_vsrb(vector unsigned char __a, vector unsigned char __b) { in vec_vsrb()
9927 vec_vsrh(vector short __a, vector unsigned short __b) { in vec_vsrh()
9932 vec_vsrh(vector unsigned short __a, vector unsigned short __b) { in vec_vsrh()
9941 vector unsigned int __b) { in vec_vsrw()
9946 vec_vsrw(vector unsigned int __a, vector unsigned int __b) { in vec_vsrw()
9953 vec_sra(vector signed char __a, vector unsigned char __b) { in vec_sra()
9958 vec_sra(vector unsigned char __a, vector unsigned char __b) { in vec_sra()
9963 vector unsigned short __b) { in vec_sra()
9968 vec_sra(vector unsigned short __a, vector unsigned short __b) { in vec_sra()
9973 vector unsigned int __b) { in vec_sra()
9978 vec_sra(vector unsigned int __a, vector unsigned int __b) { in vec_sra()
9984 vec_sra(vector signed long long __a, vector unsigned long long __b) { in vec_sra()
9989 vec_sra(vector unsigned long long __a, vector unsigned long long __b) { in vec_sra()
9997 vec_vsrab(vector signed char __a, vector unsigned char __b) { in vec_vsrab()
10002 vec_vsrab(vector unsigned char __a, vector unsigned char __b) { in vec_vsrab()
10009 vec_vsrah(vector short __a, vector unsigned short __b) { in vec_vsrah()
10014 vec_vsrah(vector unsigned short __a, vector unsigned short __b) { in vec_vsrah()
10021 vector unsigned int __b) { in vec_vsraw()
10026 vec_vsraw(vector unsigned int __a, vector unsigned int __b) { in vec_vsraw()
10033 vec_srl(vector signed char __a, vector unsigned char __b) { in vec_srl()
10039 vec_srl(vector signed char __a, vector unsigned short __b) { in vec_srl()
10045 vec_srl(vector signed char __a, vector unsigned int __b) { in vec_srl()
10051 vec_srl(vector unsigned char __a, vector unsigned char __b) { in vec_srl()
10057 vec_srl(vector unsigned char __a, vector unsigned short __b) { in vec_srl()
10063 vec_srl(vector unsigned char __a, vector unsigned int __b) { in vec_srl()
10069 vec_srl(vector bool char __a, vector unsigned char __b) { in vec_srl()
10075 vec_srl(vector bool char __a, vector unsigned short __b) { in vec_srl()
10081 vec_srl(vector bool char __a, vector unsigned int __b) { in vec_srl()
10087 vector unsigned char __b) { in vec_srl()
10092 vector unsigned short __b) { in vec_srl()
10097 vector unsigned int __b) { in vec_srl()
10102 vec_srl(vector unsigned short __a, vector unsigned char __b) { in vec_srl()
10108 vec_srl(vector unsigned short __a, vector unsigned short __b) { in vec_srl()
10114 vec_srl(vector unsigned short __a, vector unsigned int __b) { in vec_srl()
10120 vec_srl(vector bool short __a, vector unsigned char __b) { in vec_srl()
10126 vec_srl(vector bool short __a, vector unsigned short __b) { in vec_srl()
10132 vec_srl(vector bool short __a, vector unsigned int __b) { in vec_srl()
10138 vector unsigned char __b) { in vec_srl()
10143 vector unsigned short __b) { in vec_srl()
10148 vector unsigned int __b) { in vec_srl()
10153 vector unsigned char __b) { in vec_srl()
10158 vector unsigned short __b) { in vec_srl()
10163 vector unsigned int __b) { in vec_srl()
10168 vec_srl(vector unsigned int __a, vector unsigned char __b) { in vec_srl()
10174 vec_srl(vector unsigned int __a, vector unsigned short __b) { in vec_srl()
10180 vec_srl(vector unsigned int __a, vector unsigned int __b) { in vec_srl()
10186 vec_srl(vector bool int __a, vector unsigned char __b) { in vec_srl()
10192 vec_srl(vector bool int __a, vector unsigned short __b) { in vec_srl()
10198 vec_srl(vector bool int __a, vector unsigned int __b) { in vec_srl()
10205 vec_srl(vector signed long long __a, vector unsigned char __b) { in vec_srl()
10211 vec_srl(vector unsigned long long __a, vector unsigned char __b) { in vec_srl()
10220 vec_vsr(vector signed char __a, vector unsigned char __b) { in vec_vsr()
10226 vec_vsr(vector signed char __a, vector unsigned short __b) { in vec_vsr()
10232 vec_vsr(vector signed char __a, vector unsigned int __b) { in vec_vsr()
10238 vec_vsr(vector unsigned char __a, vector unsigned char __b) { in vec_vsr()
10244 vec_vsr(vector unsigned char __a, vector unsigned short __b) { in vec_vsr()
10250 vec_vsr(vector unsigned char __a, vector unsigned int __b) { in vec_vsr()
10256 vec_vsr(vector bool char __a, vector unsigned char __b) { in vec_vsr()
10262 vec_vsr(vector bool char __a, vector unsigned short __b) { in vec_vsr()
10268 vec_vsr(vector bool char __a, vector unsigned int __b) { in vec_vsr()
10274 vector unsigned char __b) { in vec_vsr()
10279 vector unsigned short __b) { in vec_vsr()
10284 vector unsigned int __b) { in vec_vsr()
10289 vec_vsr(vector unsigned short __a, vector unsigned char __b) { in vec_vsr()
10295 vec_vsr(vector unsigned short __a, vector unsigned short __b) { in vec_vsr()
10301 vec_vsr(vector unsigned short __a, vector unsigned int __b) { in vec_vsr()
10307 vec_vsr(vector bool short __a, vector unsigned char __b) { in vec_vsr()
10313 vec_vsr(vector bool short __a, vector unsigned short __b) { in vec_vsr()
10319 vec_vsr(vector bool short __a, vector unsigned int __b) { in vec_vsr()
10325 vector unsigned char __b) { in vec_vsr()
10330 vector unsigned short __b) { in vec_vsr()
10335 vector unsigned int __b) { in vec_vsr()
10340 vector unsigned char __b) { in vec_vsr()
10345 vector unsigned short __b) { in vec_vsr()
10350 vector unsigned int __b) { in vec_vsr()
10355 vec_vsr(vector unsigned int __a, vector unsigned char __b) { in vec_vsr()
10361 vec_vsr(vector unsigned int __a, vector unsigned short __b) { in vec_vsr()
10367 vec_vsr(vector unsigned int __a, vector unsigned int __b) { in vec_vsr()
10373 vec_vsr(vector bool int __a, vector unsigned char __b) { in vec_vsr()
10379 vec_vsr(vector bool int __a, vector unsigned short __b) { in vec_vsr()
10385 vec_vsr(vector bool int __a, vector unsigned int __b) { in vec_vsr()
10393 vec_sro(vector signed char __a, vector signed char __b) { in vec_sro()
10399 vec_sro(vector signed char __a, vector unsigned char __b) { in vec_sro()
10405 vec_sro(vector unsigned char __a, vector signed char __b) { in vec_sro()
10411 vec_sro(vector unsigned char __a, vector unsigned char __b) { in vec_sro()
10417 vector signed char __b) { in vec_sro()
10422 vector unsigned char __b) { in vec_sro()
10427 vec_sro(vector unsigned short __a, vector signed char __b) { in vec_sro()
10433 vec_sro(vector unsigned short __a, vector unsigned char __b) { in vec_sro()
10439 vector signed char __b) { in vec_sro()
10444 vector unsigned char __b) { in vec_sro()
10449 vector signed char __b) { in vec_sro()
10454 vector unsigned char __b) { in vec_sro()
10459 vec_sro(vector unsigned int __a, vector signed char __b) { in vec_sro()
10465 vec_sro(vector unsigned int __a, vector unsigned char __b) { in vec_sro()
10471 vector signed char __b) { in vec_sro()
10476 vector unsigned char __b) { in vec_sro()
10482 vec_sro(vector signed long long __a, vector signed char __b) { in vec_sro()
10488 vec_sro(vector signed long long __a, vector unsigned char __b) { in vec_sro()
10494 vec_sro(vector unsigned long long __a, vector signed char __b) { in vec_sro()
10500 vec_sro(vector unsigned long long __a, vector unsigned char __b) { in vec_sro()
10509 vec_vsro(vector signed char __a, vector signed char __b) { in vec_vsro()
10515 vec_vsro(vector signed char __a, vector unsigned char __b) { in vec_vsro()
10521 vec_vsro(vector unsigned char __a, vector signed char __b) { in vec_vsro()
10527 vec_vsro(vector unsigned char __a, vector unsigned char __b) { in vec_vsro()
10533 vector signed char __b) { in vec_vsro()
10538 vector unsigned char __b) { in vec_vsro()
10543 vec_vsro(vector unsigned short __a, vector signed char __b) { in vec_vsro()
10549 vec_vsro(vector unsigned short __a, vector unsigned char __b) { in vec_vsro()
10555 vector signed char __b) { in vec_vsro()
10560 vector unsigned char __b) { in vec_vsro()
10565 vector signed char __b) { in vec_vsro()
10570 vector unsigned char __b) { in vec_vsro()
10575 vec_vsro(vector unsigned int __a, vector signed char __b) { in vec_vsro()
10581 vec_vsro(vector unsigned int __a, vector unsigned char __b) { in vec_vsro()
10587 vector signed char __b) { in vec_vsro()
10592 vector unsigned char __b) { in vec_vsro()
10598 static __inline__ void __ATTRS_o_ai vec_st(vector signed char __a, int __b, in vec_st()
10603 static __inline__ void __ATTRS_o_ai vec_st(vector signed char __a, int __b, in vec_st()
10608 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned char __a, int __b, in vec_st()
10613 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned char __a, int __b, in vec_st()
10618 static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, int __b, in vec_st()
10623 static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, int __b, in vec_st()
10628 static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, int __b, in vec_st()
10633 static __inline__ void __ATTRS_o_ai vec_st(vector short __a, int __b, in vec_st()
10638 static __inline__ void __ATTRS_o_ai vec_st(vector short __a, int __b, in vec_st()
10643 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned short __a, int __b, in vec_st()
10648 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned short __a, int __b, in vec_st()
10653 static __inline__ void __ATTRS_o_ai vec_st(vector bool short __a, int __b, in vec_st()
10658 static __inline__ void __ATTRS_o_ai vec_st(vector bool short __a, int __b, in vec_st()
10663 static __inline__ void __ATTRS_o_ai vec_st(vector bool short __a, int __b, in vec_st()
10668 static __inline__ void __ATTRS_o_ai vec_st(vector pixel __a, int __b, in vec_st()
10673 static __inline__ void __ATTRS_o_ai vec_st(vector pixel __a, int __b, in vec_st()
10678 static __inline__ void __ATTRS_o_ai vec_st(vector pixel __a, int __b, in vec_st()
10683 static __inline__ void __ATTRS_o_ai vec_st(vector int __a, int __b, in vec_st()
10688 static __inline__ void __ATTRS_o_ai vec_st(vector int __a, int __b, int *__c) { in vec_st()
10692 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned int __a, int __b, in vec_st()
10697 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned int __a, int __b, in vec_st()
10702 static __inline__ void __ATTRS_o_ai vec_st(vector bool int __a, int __b, in vec_st()
10707 static __inline__ void __ATTRS_o_ai vec_st(vector bool int __a, int __b, in vec_st()
10712 static __inline__ void __ATTRS_o_ai vec_st(vector bool int __a, int __b, in vec_st()
10717 static __inline__ void __ATTRS_o_ai vec_st(vector float __a, int __b, in vec_st()
10722 static __inline__ void __ATTRS_o_ai vec_st(vector float __a, int __b, in vec_st()
10729 static __inline__ void __ATTRS_o_ai vec_stvx(vector signed char __a, int __b, in vec_stvx()
10734 static __inline__ void __ATTRS_o_ai vec_stvx(vector signed char __a, int __b, in vec_stvx()
10739 static __inline__ void __ATTRS_o_ai vec_stvx(vector unsigned char __a, int __b, in vec_stvx()
10744 static __inline__ void __ATTRS_o_ai vec_stvx(vector unsigned char __a, int __b, in vec_stvx()
10749 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool char __a, int __b, in vec_stvx()
10754 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool char __a, int __b, in vec_stvx()
10759 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool char __a, int __b, in vec_stvx()
10764 static __inline__ void __ATTRS_o_ai vec_stvx(vector short __a, int __b, in vec_stvx()
10769 static __inline__ void __ATTRS_o_ai vec_stvx(vector short __a, int __b, in vec_stvx()
10774 static __inline__ void __ATTRS_o_ai vec_stvx(vector unsigned short __a, int __b, in vec_stvx()
10779 static __inline__ void __ATTRS_o_ai vec_stvx(vector unsigned short __a, int __b, in vec_stvx()
10784 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool short __a, int __b, in vec_stvx()
10789 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool short __a, int __b, in vec_stvx()
10794 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool short __a, int __b, in vec_stvx()
10799 static __inline__ void __ATTRS_o_ai vec_stvx(vector pixel __a, int __b, in vec_stvx()
10804 static __inline__ void __ATTRS_o_ai vec_stvx(vector pixel __a, int __b, in vec_stvx()
10809 static __inline__ void __ATTRS_o_ai vec_stvx(vector pixel __a, int __b, in vec_stvx()
10814 static __inline__ void __ATTRS_o_ai vec_stvx(vector int __a, int __b, in vec_stvx()
10819 static __inline__ void __ATTRS_o_ai vec_stvx(vector int __a, int __b, in vec_stvx()
10824 static __inline__ void __ATTRS_o_ai vec_stvx(vector unsigned int __a, int __b, in vec_stvx()
10829 static __inline__ void __ATTRS_o_ai vec_stvx(vector unsigned int __a, int __b, in vec_stvx()
10834 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool int __a, int __b, in vec_stvx()
10839 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool int __a, int __b, in vec_stvx()
10844 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool int __a, int __b, in vec_stvx()
10849 static __inline__ void __ATTRS_o_ai vec_stvx(vector float __a, int __b, in vec_stvx()
10854 static __inline__ void __ATTRS_o_ai vec_stvx(vector float __a, int __b, in vec_stvx()
10861 static __inline__ void __ATTRS_o_ai vec_ste(vector signed char __a, int __b, in vec_ste()
10866 static __inline__ void __ATTRS_o_ai vec_ste(vector unsigned char __a, int __b, in vec_ste()
10871 static __inline__ void __ATTRS_o_ai vec_ste(vector bool char __a, int __b, in vec_ste()
10876 static __inline__ void __ATTRS_o_ai vec_ste(vector bool char __a, int __b, in vec_ste()
10881 static __inline__ void __ATTRS_o_ai vec_ste(vector short __a, int __b, in vec_ste()
10886 static __inline__ void __ATTRS_o_ai vec_ste(vector unsigned short __a, int __b, in vec_ste()
10891 static __inline__ void __ATTRS_o_ai vec_ste(vector bool short __a, int __b, in vec_ste()
10896 static __inline__ void __ATTRS_o_ai vec_ste(vector bool short __a, int __b, in vec_ste()
10901 static __inline__ void __ATTRS_o_ai vec_ste(vector pixel __a, int __b, in vec_ste()
10906 static __inline__ void __ATTRS_o_ai vec_ste(vector pixel __a, int __b, in vec_ste()
10911 static __inline__ void __ATTRS_o_ai vec_ste(vector int __a, int __b, int *__c) { in vec_ste()
10915 static __inline__ void __ATTRS_o_ai vec_ste(vector unsigned int __a, int __b, in vec_ste()
10920 static __inline__ void __ATTRS_o_ai vec_ste(vector bool int __a, int __b, in vec_ste()
10925 static __inline__ void __ATTRS_o_ai vec_ste(vector bool int __a, int __b, in vec_ste()
10930 static __inline__ void __ATTRS_o_ai vec_ste(vector float __a, int __b, in vec_ste()
10937 static __inline__ void __ATTRS_o_ai vec_stvebx(vector signed char __a, int __b, in vec_stvebx()
10943 int __b, unsigned char *__c) { in vec_stvebx()
10947 static __inline__ void __ATTRS_o_ai vec_stvebx(vector bool char __a, int __b, in vec_stvebx()
10952 static __inline__ void __ATTRS_o_ai vec_stvebx(vector bool char __a, int __b, in vec_stvebx()
10959 static __inline__ void __ATTRS_o_ai vec_stvehx(vector short __a, int __b, in vec_stvehx()
10965 int __b, unsigned short *__c) { in vec_stvehx()
10969 static __inline__ void __ATTRS_o_ai vec_stvehx(vector bool short __a, int __b, in vec_stvehx()
10974 static __inline__ void __ATTRS_o_ai vec_stvehx(vector bool short __a, int __b, in vec_stvehx()
10979 static __inline__ void __ATTRS_o_ai vec_stvehx(vector pixel __a, int __b, in vec_stvehx()
10984 static __inline__ void __ATTRS_o_ai vec_stvehx(vector pixel __a, int __b, in vec_stvehx()
10991 static __inline__ void __ATTRS_o_ai vec_stvewx(vector int __a, int __b, in vec_stvewx()
10996 static __inline__ void __ATTRS_o_ai vec_stvewx(vector unsigned int __a, int __b, in vec_stvewx()
11001 static __inline__ void __ATTRS_o_ai vec_stvewx(vector bool int __a, int __b, in vec_stvewx()
11006 static __inline__ void __ATTRS_o_ai vec_stvewx(vector bool int __a, int __b, in vec_stvewx()
11011 static __inline__ void __ATTRS_o_ai vec_stvewx(vector float __a, int __b, in vec_stvewx()
11018 static __inline__ void __ATTRS_o_ai vec_stl(vector signed char __a, int __b, in vec_stl()
11023 static __inline__ void __ATTRS_o_ai vec_stl(vector signed char __a, int __b, in vec_stl()
11028 static __inline__ void __ATTRS_o_ai vec_stl(vector unsigned char __a, int __b, in vec_stl()
11033 static __inline__ void __ATTRS_o_ai vec_stl(vector unsigned char __a, int __b, in vec_stl()
11038 static __inline__ void __ATTRS_o_ai vec_stl(vector bool char __a, int __b, in vec_stl()
11043 static __inline__ void __ATTRS_o_ai vec_stl(vector bool char __a, int __b, in vec_stl()
11048 static __inline__ void __ATTRS_o_ai vec_stl(vector bool char __a, int __b, in vec_stl()
11053 static __inline__ void __ATTRS_o_ai vec_stl(vector short __a, int __b, in vec_stl()
11058 static __inline__ void __ATTRS_o_ai vec_stl(vector short __a, int __b, in vec_stl()
11063 static __inline__ void __ATTRS_o_ai vec_stl(vector unsigned short __a, int __b, in vec_stl()
11068 static __inline__ void __ATTRS_o_ai vec_stl(vector unsigned short __a, int __b, in vec_stl()
11073 static __inline__ void __ATTRS_o_ai vec_stl(vector bool short __a, int __b, in vec_stl()
11078 static __inline__ void __ATTRS_o_ai vec_stl(vector bool short __a, int __b, in vec_stl()
11083 static __inline__ void __ATTRS_o_ai vec_stl(vector bool short __a, int __b, in vec_stl()
11088 static __inline__ void __ATTRS_o_ai vec_stl(vector pixel __a, int __b, in vec_stl()
11093 static __inline__ void __ATTRS_o_ai vec_stl(vector pixel __a, int __b, in vec_stl()
11098 static __inline__ void __ATTRS_o_ai vec_stl(vector pixel __a, int __b, in vec_stl()
11103 static __inline__ void __ATTRS_o_ai vec_stl(vector int __a, int __b, in vec_stl()
11108 static __inline__ void __ATTRS_o_ai vec_stl(vector int __a, int __b, int *__c) { in vec_stl()
11112 static __inline__ void __ATTRS_o_ai vec_stl(vector unsigned int __a, int __b, in vec_stl()
11117 static __inline__ void __ATTRS_o_ai vec_stl(vector unsigned int __a, int __b, in vec_stl()
11122 static __inline__ void __ATTRS_o_ai vec_stl(vector bool int __a, int __b, in vec_stl()
11127 static __inline__ void __ATTRS_o_ai vec_stl(vector bool int __a, int __b, in vec_stl()
11132 static __inline__ void __ATTRS_o_ai vec_stl(vector bool int __a, int __b, in vec_stl()
11137 static __inline__ void __ATTRS_o_ai vec_stl(vector float __a, int __b, in vec_stl()
11142 static __inline__ void __ATTRS_o_ai vec_stl(vector float __a, int __b, in vec_stl()
11149 static __inline__ void __ATTRS_o_ai vec_stvxl(vector signed char __a, int __b, in vec_stvxl()
11154 static __inline__ void __ATTRS_o_ai vec_stvxl(vector signed char __a, int __b, in vec_stvxl()
11159 static __inline__ void __ATTRS_o_ai vec_stvxl(vector unsigned char __a, int __b, in vec_stvxl()
11164 static __inline__ void __ATTRS_o_ai vec_stvxl(vector unsigned char __a, int __b, in vec_stvxl()
11169 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool char __a, int __b, in vec_stvxl()
11174 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool char __a, int __b, in vec_stvxl()
11179 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool char __a, int __b, in vec_stvxl()
11184 static __inline__ void __ATTRS_o_ai vec_stvxl(vector short __a, int __b, in vec_stvxl()
11189 static __inline__ void __ATTRS_o_ai vec_stvxl(vector short __a, int __b, in vec_stvxl()
11195 int __b, in vec_stvxl()
11201 int __b, unsigned short *__c) { in vec_stvxl()
11205 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool short __a, int __b, in vec_stvxl()
11210 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool short __a, int __b, in vec_stvxl()
11215 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool short __a, int __b, in vec_stvxl()
11220 static __inline__ void __ATTRS_o_ai vec_stvxl(vector pixel __a, int __b, in vec_stvxl()
11225 static __inline__ void __ATTRS_o_ai vec_stvxl(vector pixel __a, int __b, in vec_stvxl()
11230 static __inline__ void __ATTRS_o_ai vec_stvxl(vector pixel __a, int __b, in vec_stvxl()
11235 static __inline__ void __ATTRS_o_ai vec_stvxl(vector int __a, int __b, in vec_stvxl()
11240 static __inline__ void __ATTRS_o_ai vec_stvxl(vector int __a, int __b, in vec_stvxl()
11245 static __inline__ void __ATTRS_o_ai vec_stvxl(vector unsigned int __a, int __b, in vec_stvxl()
11250 static __inline__ void __ATTRS_o_ai vec_stvxl(vector unsigned int __a, int __b, in vec_stvxl()
11255 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool int __a, int __b, in vec_stvxl()
11260 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool int __a, int __b, in vec_stvxl()
11265 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool int __a, int __b, in vec_stvxl()
11270 static __inline__ void __ATTRS_o_ai vec_stvxl(vector float __a, int __b, in vec_stvxl()
11275 static __inline__ void __ATTRS_o_ai vec_stvxl(vector float __a, int __b, in vec_stvxl()
11283 vec_sub(vector signed char __a, vector signed char __b) { in vec_sub()
11288 vec_sub(vector bool char __a, vector signed char __b) { in vec_sub()
11293 vec_sub(vector signed char __a, vector bool char __b) { in vec_sub()
11298 vec_sub(vector unsigned char __a, vector unsigned char __b) { in vec_sub()
11303 vec_sub(vector bool char __a, vector unsigned char __b) { in vec_sub()
11308 vec_sub(vector unsigned char __a, vector bool char __b) { in vec_sub()
11313 vector short __b) { in vec_sub()
11318 vector short __b) { in vec_sub()
11323 vector bool short __b) { in vec_sub()
11328 vec_sub(vector unsigned short __a, vector unsigned short __b) { in vec_sub()
11333 vec_sub(vector bool short __a, vector unsigned short __b) { in vec_sub()
11338 vec_sub(vector unsigned short __a, vector bool short __b) { in vec_sub()
11343 vector int __b) { in vec_sub()
11348 vector int __b) { in vec_sub()
11353 vector bool int __b) { in vec_sub()
11358 vec_sub(vector unsigned int __a, vector unsigned int __b) { in vec_sub()
11363 vec_sub(vector bool int __a, vector unsigned int __b) { in vec_sub()
11368 vec_sub(vector unsigned int __a, vector bool int __b) { in vec_sub()
11374 vec_sub(vector signed __int128 __a, vector signed __int128 __b) { in vec_sub()
11379 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_sub()
11386 vec_sub(vector signed long long __a, vector signed long long __b) { in vec_sub()
11391 vec_sub(vector unsigned long long __a, vector unsigned long long __b) { in vec_sub()
11396 vector double __b) { in vec_sub()
11402 vector float __b) { in vec_sub()
11411 vec_vsububm(vector signed char __a, vector signed char __b) { in vec_vsububm()
11416 vec_vsububm(vector bool char __a, vector signed char __b) { in vec_vsububm()
11421 vec_vsububm(vector signed char __a, vector bool char __b) { in vec_vsububm()
11426 vec_vsububm(vector unsigned char __a, vector unsigned char __b) { in vec_vsububm()
11431 vec_vsububm(vector bool char __a, vector unsigned char __b) { in vec_vsububm()
11436 vec_vsububm(vector unsigned char __a, vector bool char __b) { in vec_vsububm()
11445 vector short __b) { in vec_vsubuhm()
11450 vector short __b) { in vec_vsubuhm()
11455 vector bool short __b) { in vec_vsubuhm()
11460 vec_vsubuhm(vector unsigned short __a, vector unsigned short __b) { in vec_vsubuhm()
11465 vec_vsubuhm(vector bool short __a, vector unsigned short __b) { in vec_vsubuhm()
11470 vec_vsubuhm(vector unsigned short __a, vector bool short __b) { in vec_vsubuhm()
11479 vector int __b) { in vec_vsubuwm()
11484 vector int __b) { in vec_vsubuwm()
11489 vector bool int __b) { in vec_vsubuwm()
11494 vec_vsubuwm(vector unsigned int __a, vector unsigned int __b) { in vec_vsubuwm()
11499 vec_vsubuwm(vector bool int __a, vector unsigned int __b) { in vec_vsubuwm()
11504 vec_vsubuwm(vector unsigned int __a, vector bool int __b) { in vec_vsubuwm()
11513 vec_vsubfp(vector float __a, vector float __b) { in vec_vsubfp()
11520 vec_subc(vector signed int __a, vector signed int __b) { in vec_subc()
11526 vec_subc(vector unsigned int __a, vector unsigned int __b) { in vec_subc()
11532 vec_subc(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_subc()
11537 vec_subc(vector signed __int128 __a, vector signed __int128 __b) { in vec_subc()
11545 vec_vsubcuw(vector unsigned int __a, vector unsigned int __b) { in vec_vsubcuw()
11552 vec_subs(vector signed char __a, vector signed char __b) { in vec_subs()
11557 vec_subs(vector bool char __a, vector signed char __b) { in vec_subs()
11562 vec_subs(vector signed char __a, vector bool char __b) { in vec_subs()
11567 vec_subs(vector unsigned char __a, vector unsigned char __b) { in vec_subs()
11572 vec_subs(vector bool char __a, vector unsigned char __b) { in vec_subs()
11577 vec_subs(vector unsigned char __a, vector bool char __b) { in vec_subs()
11582 vector short __b) { in vec_subs()
11587 vector short __b) { in vec_subs()
11592 vector bool short __b) { in vec_subs()
11597 vec_subs(vector unsigned short __a, vector unsigned short __b) { in vec_subs()
11602 vec_subs(vector bool short __a, vector unsigned short __b) { in vec_subs()
11607 vec_subs(vector unsigned short __a, vector bool short __b) { in vec_subs()
11612 vector int __b) { in vec_subs()
11617 vector int __b) { in vec_subs()
11622 vector bool int __b) { in vec_subs()
11627 vec_subs(vector unsigned int __a, vector unsigned int __b) { in vec_subs()
11632 vec_subs(vector bool int __a, vector unsigned int __b) { in vec_subs()
11637 vec_subs(vector unsigned int __a, vector bool int __b) { in vec_subs()
11644 vec_vsubsbs(vector signed char __a, vector signed char __b) { in vec_vsubsbs()
11649 vec_vsubsbs(vector bool char __a, vector signed char __b) { in vec_vsubsbs()
11654 vec_vsubsbs(vector signed char __a, vector bool char __b) { in vec_vsubsbs()
11661 vec_vsububs(vector unsigned char __a, vector unsigned char __b) { in vec_vsububs()
11666 vec_vsububs(vector bool char __a, vector unsigned char __b) { in vec_vsububs()
11671 vec_vsububs(vector unsigned char __a, vector bool char __b) { in vec_vsububs()
11678 vector short __b) { in vec_vsubshs()
11683 vector short __b) { in vec_vsubshs()
11688 vector bool short __b) { in vec_vsubshs()
11695 vec_vsubuhs(vector unsigned short __a, vector unsigned short __b) { in vec_vsubuhs()
11700 vec_vsubuhs(vector bool short __a, vector unsigned short __b) { in vec_vsubuhs()
11705 vec_vsubuhs(vector unsigned short __a, vector bool short __b) { in vec_vsubuhs()
11712 vector int __b) { in vec_vsubsws()
11717 vector int __b) { in vec_vsubsws()
11722 vector bool int __b) { in vec_vsubsws()
11729 vec_vsubuws(vector unsigned int __a, vector unsigned int __b) { in vec_vsubuws()
11734 vec_vsubuws(vector bool int __a, vector unsigned int __b) { in vec_vsubuws()
11739 vec_vsubuws(vector unsigned int __a, vector bool int __b) { in vec_vsubuws()
11747 vec_vsubuqm(vector signed __int128 __a, vector signed __int128 __b) { in vec_vsubuqm()
11752 vec_vsubuqm(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_vsubuqm()
11760 vec_vsubeuqm(vector signed __int128 __a, vector signed __int128 __b, in vec_vsubeuqm()
11766 vec_vsubeuqm(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_vsubeuqm()
11772 vec_sube(vector signed __int128 __a, vector signed __int128 __b, in vec_sube()
11778 vec_sube(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_sube()
11786 vec_vsubcuq(vector signed __int128 __a, vector signed __int128 __b) { in vec_vsubcuq()
11791 vec_vsubcuq(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_vsubcuq()
11798 vec_vsubecuq(vector signed __int128 __a, vector signed __int128 __b, in vec_vsubecuq()
11804 vec_vsubecuq(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_vsubecuq()
11810 vec_subec(vector signed int __a, vector signed int __b, in vec_subec()
11816 vec_subec(vector unsigned int __a, vector unsigned int __b, in vec_subec()
11822 vec_subec(vector signed __int128 __a, vector signed __int128 __b, in vec_subec()
11828 vec_subec(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_subec()
11835 vec_sube(vector signed int __a, vector signed int __b, in vec_sube()
11843 vec_sube(vector unsigned int __a, vector unsigned int __b, in vec_sube()
11852 vector int __b) { in vec_sum4s()
11857 vec_sum4s(vector unsigned char __a, vector unsigned int __b) { in vec_sum4s()
11862 vector int __b) { in vec_sum4s()
11869 vec_vsum4sbs(vector signed char __a, vector int __b) { in vec_vsum4sbs()
11876 vec_vsum4ubs(vector unsigned char __a, vector unsigned int __b) { in vec_vsum4ubs()
11883 vec_vsum4shs(vector signed short __a, vector int __b) { in vec_vsum4shs()
11896 vec_sum2s(vector int __a, vector int __b) { in vec_sum2s()
11913 vec_vsum2sws(vector int __a, vector int __b) { in vec_vsum2sws()
11936 vec_sums(vector signed int __a, vector signed int __b) { in vec_sums()
11949 vec_vsumsws(vector signed int __a, vector signed int __b) { in vec_vsumsws()
12268 vec_vsx_ld(int __a, const vector bool int *__b) { in vec_vsx_ld()
12273 vec_vsx_ld(int __a, const vector signed int *__b) { in vec_vsx_ld()
12278 vec_vsx_ld(int __a, const signed int *__b) { in vec_vsx_ld()
12283 vec_vsx_ld(int __a, const vector unsigned int *__b) { in vec_vsx_ld()
12288 vec_vsx_ld(int __a, const unsigned int *__b) { in vec_vsx_ld()
12293 vec_vsx_ld(int __a, const vector float *__b) { in vec_vsx_ld()
12298 const float *__b) { in vec_vsx_ld()
12303 vec_vsx_ld(int __a, const vector signed long long *__b) { in vec_vsx_ld()
12308 vec_vsx_ld(int __a, const vector unsigned long long *__b) { in vec_vsx_ld()
12313 vec_vsx_ld(int __a, const vector double *__b) { in vec_vsx_ld()
12318 vec_vsx_ld(int __a, const double *__b) { in vec_vsx_ld()
12323 vec_vsx_ld(int __a, const vector bool short *__b) { in vec_vsx_ld()
12328 vec_vsx_ld(int __a, const vector signed short *__b) { in vec_vsx_ld()
12333 vec_vsx_ld(int __a, const signed short *__b) { in vec_vsx_ld()
12338 vec_vsx_ld(int __a, const vector unsigned short *__b) { in vec_vsx_ld()
12343 vec_vsx_ld(int __a, const unsigned short *__b) { in vec_vsx_ld()
12348 vec_vsx_ld(int __a, const vector bool char *__b) { in vec_vsx_ld()
12353 vec_vsx_ld(int __a, const vector signed char *__b) { in vec_vsx_ld()
12358 vec_vsx_ld(int __a, const signed char *__b) { in vec_vsx_ld()
12363 vec_vsx_ld(int __a, const vector unsigned char *__b) { in vec_vsx_ld()
12368 vec_vsx_ld(int __a, const unsigned char *__b) { in vec_vsx_ld()
12378 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool int __a, int __b, in vec_vsx_st()
12383 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool int __a, int __b, in vec_vsx_st()
12388 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool int __a, int __b, in vec_vsx_st()
12393 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector signed int __a, int __b, in vec_vsx_st()
12398 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector signed int __a, int __b, in vec_vsx_st()
12403 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector unsigned int __a, int __b, in vec_vsx_st()
12408 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector unsigned int __a, int __b, in vec_vsx_st()
12413 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector float __a, int __b, in vec_vsx_st()
12418 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector float __a, int __b, in vec_vsx_st()
12424 int __b, in vec_vsx_st()
12430 int __b, in vec_vsx_st()
12435 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector double __a, int __b, in vec_vsx_st()
12440 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector double __a, int __b, in vec_vsx_st()
12445 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool short __a, int __b, in vec_vsx_st()
12450 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool short __a, int __b, in vec_vsx_st()
12455 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool short __a, int __b, in vec_vsx_st()
12459 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector signed short __a, int __b, in vec_vsx_st()
12464 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector signed short __a, int __b, in vec_vsx_st()
12470 int __b, in vec_vsx_st()
12476 int __b, unsigned short *__c) { in vec_vsx_st()
12480 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool char __a, int __b, in vec_vsx_st()
12485 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool char __a, int __b, in vec_vsx_st()
12490 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool char __a, int __b, in vec_vsx_st()
12495 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector signed char __a, int __b, in vec_vsx_st()
12500 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector signed char __a, int __b, in vec_vsx_st()
12506 int __b, in vec_vsx_st()
12512 int __b, unsigned char *__c) { in vec_vsx_st()
12528 vec_xor(vector signed char __a, vector signed char __b) { in vec_xor()
12533 vec_xor(vector bool char __a, vector signed char __b) { in vec_xor()
12538 vec_xor(vector signed char __a, vector bool char __b) { in vec_xor()
12543 vec_xor(vector unsigned char __a, vector unsigned char __b) { in vec_xor()
12548 vec_xor(vector bool char __a, vector unsigned char __b) { in vec_xor()
12553 vec_xor(vector unsigned char __a, vector bool char __b) { in vec_xor()
12558 vector bool char __b) { in vec_xor()
12563 vector short __b) { in vec_xor()
12568 vector short __b) { in vec_xor()
12573 vector bool short __b) { in vec_xor()
12578 vec_xor(vector unsigned short __a, vector unsigned short __b) { in vec_xor()
12583 vec_xor(vector bool short __a, vector unsigned short __b) { in vec_xor()
12588 vec_xor(vector unsigned short __a, vector bool short __b) { in vec_xor()
12593 vec_xor(vector bool short __a, vector bool short __b) { in vec_xor()
12598 vector int __b) { in vec_xor()
12603 vector int __b) { in vec_xor()
12608 vector bool int __b) { in vec_xor()
12613 vec_xor(vector unsigned int __a, vector unsigned int __b) { in vec_xor()
12618 vec_xor(vector bool int __a, vector unsigned int __b) { in vec_xor()
12623 vec_xor(vector unsigned int __a, vector bool int __b) { in vec_xor()
12628 vector bool int __b) { in vec_xor()
12633 vector float __b) { in vec_xor()
12640 vector float __b) { in vec_xor()
12647 vector bool int __b) { in vec_xor()
12655 vec_xor(vector signed long long __a, vector signed long long __b) { in vec_xor()
12660 vec_xor(vector bool long long __a, vector signed long long __b) { in vec_xor()
12665 vec_xor(vector signed long long __a, vector bool long long __b) { in vec_xor()
12670 vec_xor(vector unsigned long long __a, vector unsigned long long __b) { in vec_xor()
12675 vec_xor(vector bool long long __a, vector unsigned long long __b) { in vec_xor()
12680 vec_xor(vector unsigned long long __a, vector bool long long __b) { in vec_xor()
12685 vec_xor(vector bool long long __a, vector bool long long __b) { in vec_xor()
12690 vector double __b) { in vec_xor()
12696 vec_xor(vector double __a, vector bool long long __b) { in vec_xor()
12702 vector double __b) { in vec_xor()
12711 vec_vxor(vector signed char __a, vector signed char __b) { in vec_vxor()
12716 vec_vxor(vector bool char __a, vector signed char __b) { in vec_vxor()
12721 vec_vxor(vector signed char __a, vector bool char __b) { in vec_vxor()
12726 vec_vxor(vector unsigned char __a, vector unsigned char __b) { in vec_vxor()
12731 vec_vxor(vector bool char __a, vector unsigned char __b) { in vec_vxor()
12736 vec_vxor(vector unsigned char __a, vector bool char __b) { in vec_vxor()
12741 vector bool char __b) { in vec_vxor()
12746 vector short __b) { in vec_vxor()
12751 vector short __b) { in vec_vxor()
12756 vector bool short __b) { in vec_vxor()
12761 vec_vxor(vector unsigned short __a, vector unsigned short __b) { in vec_vxor()
12766 vec_vxor(vector bool short __a, vector unsigned short __b) { in vec_vxor()
12771 vec_vxor(vector unsigned short __a, vector bool short __b) { in vec_vxor()
12776 vec_vxor(vector bool short __a, vector bool short __b) { in vec_vxor()
12781 vector int __b) { in vec_vxor()
12786 vector int __b) { in vec_vxor()
12791 vector bool int __b) { in vec_vxor()
12796 vec_vxor(vector unsigned int __a, vector unsigned int __b) { in vec_vxor()
12801 vec_vxor(vector bool int __a, vector unsigned int __b) { in vec_vxor()
12806 vec_vxor(vector unsigned int __a, vector bool int __b) { in vec_vxor()
12811 vector bool int __b) { in vec_vxor()
12816 vector float __b) { in vec_vxor()
12823 vector float __b) { in vec_vxor()
12830 vector bool int __b) { in vec_vxor()
12838 vec_vxor(vector signed long long __a, vector signed long long __b) { in vec_vxor()
12843 vec_vxor(vector bool long long __a, vector signed long long __b) { in vec_vxor()
12848 vec_vxor(vector signed long long __a, vector bool long long __b) { in vec_vxor()
12853 vec_vxor(vector unsigned long long __a, vector unsigned long long __b) { in vec_vxor()
12858 vec_vxor(vector bool long long __a, vector unsigned long long __b) { in vec_vxor()
12863 vec_vxor(vector unsigned long long __a, vector bool long long __b) { in vec_vxor()
12868 vec_vxor(vector bool long long __a, vector bool long long __b) { in vec_vxor()
12878 int __b) { in vec_extract()
12883 vec_extract(vector unsigned char __a, int __b) { in vec_extract()
12888 int __b) { in vec_extract()
12893 int __b) { in vec_extract()
12898 vec_extract(vector unsigned short __a, int __b) { in vec_extract()
12903 int __b) { in vec_extract()
12908 int __b) { in vec_extract()
12913 int __b) { in vec_extract()
12918 int __b) { in vec_extract()
12924 vec_extract(vector signed long long __a, int __b) { in vec_extract()
12929 vec_extract(vector unsigned long long __a, int __b) { in vec_extract()
12934 vec_extract(vector bool long long __a, int __b) { in vec_extract()
12938 static __inline__ double __ATTRS_o_ai vec_extract(vector double __a, int __b) { in vec_extract()
12943 static __inline__ float __ATTRS_o_ai vec_extract(vector float __a, int __b) { in vec_extract()
12978 vector unsigned short __b = in vec_extract_fp32_from_shorth() local
12989 vector unsigned short __b = in vec_extract_fp32_from_shortl() local
13002 vec_insert(signed char __a, vector signed char __b, int __c) { in vec_insert()
13008 vec_insert(unsigned char __a, vector unsigned char __b, int __c) { in vec_insert()
13014 vector bool char __b, in vec_insert()
13021 vec_insert(signed short __a, vector signed short __b, int __c) { in vec_insert()
13027 vec_insert(unsigned short __a, vector unsigned short __b, int __c) { in vec_insert()
13033 vec_insert(unsigned short __a, vector bool short __b, int __c) { in vec_insert()
13039 vec_insert(signed int __a, vector signed int __b, int __c) { in vec_insert()
13045 vec_insert(unsigned int __a, vector unsigned int __b, int __c) { in vec_insert()
13051 vector bool int __b, in vec_insert()
13059 vec_insert(signed long long __a, vector signed long long __b, int __c) { in vec_insert()
13065 vec_insert(unsigned long long __a, vector unsigned long long __b, int __c) { in vec_insert()
13071 vec_insert(unsigned long long __a, vector bool long long __b, int __c) { in vec_insert()
13076 vector double __b, in vec_insert()
13084 vector float __b, in vec_insert()
13093 vec_lvlx(int __a, const signed char *__b) { in vec_lvlx()
13099 vec_lvlx(int __a, const vector signed char *__b) { in vec_lvlx()
13105 vec_lvlx(int __a, const unsigned char *__b) { in vec_lvlx()
13111 vec_lvlx(int __a, const vector unsigned char *__b) { in vec_lvlx()
13117 vec_lvlx(int __a, const vector bool char *__b) { in vec_lvlx()
13123 const short *__b) { in vec_lvlx()
13128 const vector short *__b) { in vec_lvlx()
13134 vec_lvlx(int __a, const unsigned short *__b) { in vec_lvlx()
13140 vec_lvlx(int __a, const vector unsigned short *__b) { in vec_lvlx()
13146 vec_lvlx(int __a, const vector bool short *__b) { in vec_lvlx()
13152 const vector pixel *__b) { in vec_lvlx()
13157 static __inline__ vector int __ATTRS_o_ai vec_lvlx(int __a, const int *__b) { in vec_lvlx()
13162 const vector int *__b) { in vec_lvlx()
13168 vec_lvlx(int __a, const unsigned int *__b) { in vec_lvlx()
13174 vec_lvlx(int __a, const vector unsigned int *__b) { in vec_lvlx()
13180 vec_lvlx(int __a, const vector bool int *__b) { in vec_lvlx()
13186 const float *__b) { in vec_lvlx()
13191 const vector float *__b) { in vec_lvlx()
13199 vec_lvlxl(int __a, const signed char *__b) { in vec_lvlxl()
13205 vec_lvlxl(int __a, const vector signed char *__b) { in vec_lvlxl()
13211 vec_lvlxl(int __a, const unsigned char *__b) { in vec_lvlxl()
13217 vec_lvlxl(int __a, const vector unsigned char *__b) { in vec_lvlxl()
13223 vec_lvlxl(int __a, const vector bool char *__b) { in vec_lvlxl()
13229 const short *__b) { in vec_lvlxl()
13234 const vector short *__b) { in vec_lvlxl()
13240 vec_lvlxl(int __a, const unsigned short *__b) { in vec_lvlxl()
13246 vec_lvlxl(int __a, const vector unsigned short *__b) { in vec_lvlxl()
13252 vec_lvlxl(int __a, const vector bool short *__b) { in vec_lvlxl()
13258 const vector pixel *__b) { in vec_lvlxl()
13263 static __inline__ vector int __ATTRS_o_ai vec_lvlxl(int __a, const int *__b) { in vec_lvlxl()
13268 const vector int *__b) { in vec_lvlxl()
13274 vec_lvlxl(int __a, const unsigned int *__b) { in vec_lvlxl()
13280 vec_lvlxl(int __a, const vector unsigned int *__b) { in vec_lvlxl()
13286 vec_lvlxl(int __a, const vector bool int *__b) { in vec_lvlxl()
13292 const float *__b) { in vec_lvlxl()
13297 vector float *__b) { in vec_lvlxl()
13305 vec_lvrx(int __a, const signed char *__b) { in vec_lvrx()
13311 vec_lvrx(int __a, const vector signed char *__b) { in vec_lvrx()
13317 vec_lvrx(int __a, const unsigned char *__b) { in vec_lvrx()
13323 vec_lvrx(int __a, const vector unsigned char *__b) { in vec_lvrx()
13329 vec_lvrx(int __a, const vector bool char *__b) { in vec_lvrx()
13335 const short *__b) { in vec_lvrx()
13340 const vector short *__b) { in vec_lvrx()
13346 vec_lvrx(int __a, const unsigned short *__b) { in vec_lvrx()
13352 vec_lvrx(int __a, const vector unsigned short *__b) { in vec_lvrx()
13358 vec_lvrx(int __a, const vector bool short *__b) { in vec_lvrx()
13364 const vector pixel *__b) { in vec_lvrx()
13369 static __inline__ vector int __ATTRS_o_ai vec_lvrx(int __a, const int *__b) { in vec_lvrx()
13374 const vector int *__b) { in vec_lvrx()
13380 vec_lvrx(int __a, const unsigned int *__b) { in vec_lvrx()
13386 vec_lvrx(int __a, const vector unsigned int *__b) { in vec_lvrx()
13392 vec_lvrx(int __a, const vector bool int *__b) { in vec_lvrx()
13398 const float *__b) { in vec_lvrx()
13403 const vector float *__b) { in vec_lvrx()
13411 vec_lvrxl(int __a, const signed char *__b) { in vec_lvrxl()
13417 vec_lvrxl(int __a, const vector signed char *__b) { in vec_lvrxl()
13423 vec_lvrxl(int __a, const unsigned char *__b) { in vec_lvrxl()
13429 vec_lvrxl(int __a, const vector unsigned char *__b) { in vec_lvrxl()
13435 vec_lvrxl(int __a, const vector bool char *__b) { in vec_lvrxl()
13441 const short *__b) { in vec_lvrxl()
13446 const vector short *__b) { in vec_lvrxl()
13452 vec_lvrxl(int __a, const unsigned short *__b) { in vec_lvrxl()
13458 vec_lvrxl(int __a, const vector unsigned short *__b) { in vec_lvrxl()
13464 vec_lvrxl(int __a, const vector bool short *__b) { in vec_lvrxl()
13470 const vector pixel *__b) { in vec_lvrxl()
13475 static __inline__ vector int __ATTRS_o_ai vec_lvrxl(int __a, const int *__b) { in vec_lvrxl()
13480 const vector int *__b) { in vec_lvrxl()
13486 vec_lvrxl(int __a, const unsigned int *__b) { in vec_lvrxl()
13492 vec_lvrxl(int __a, const vector unsigned int *__b) { in vec_lvrxl()
13498 vec_lvrxl(int __a, const vector bool int *__b) { in vec_lvrxl()
13504 const float *__b) { in vec_lvrxl()
13509 const vector float *__b) { in vec_lvrxl()
13516 static __inline__ void __ATTRS_o_ai vec_stvlx(vector signed char __a, int __b, in vec_stvlx()
13522 static __inline__ void __ATTRS_o_ai vec_stvlx(vector signed char __a, int __b, in vec_stvlx()
13529 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned char __a, int __b, in vec_stvlx()
13535 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned char __a, int __b, in vec_stvlx()
13542 static __inline__ void __ATTRS_o_ai vec_stvlx(vector bool char __a, int __b, in vec_stvlx()
13549 static __inline__ void __ATTRS_o_ai vec_stvlx(vector short __a, int __b, in vec_stvlx()
13555 static __inline__ void __ATTRS_o_ai vec_stvlx(vector short __a, int __b, in vec_stvlx()
13563 int __b, unsigned short *__c) { in vec_stvlx()
13569 int __b, in vec_stvlx()
13576 static __inline__ void __ATTRS_o_ai vec_stvlx(vector bool short __a, int __b, in vec_stvlx()
13583 static __inline__ void __ATTRS_o_ai vec_stvlx(vector pixel __a, int __b, in vec_stvlx()
13590 static __inline__ void __ATTRS_o_ai vec_stvlx(vector int __a, int __b, in vec_stvlx()
13596 static __inline__ void __ATTRS_o_ai vec_stvlx(vector int __a, int __b, in vec_stvlx()
13603 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned int __a, int __b, in vec_stvlx()
13609 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned int __a, int __b, in vec_stvlx()
13616 static __inline__ void __ATTRS_o_ai vec_stvlx(vector bool int __a, int __b, in vec_stvlx()
13623 static __inline__ void __ATTRS_o_ai vec_stvlx(vector float __a, int __b, in vec_stvlx()
13632 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector signed char __a, int __b, in vec_stvlxl()
13638 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector signed char __a, int __b, in vec_stvlxl()
13646 int __b, unsigned char *__c) { in vec_stvlxl()
13652 int __b, in vec_stvlxl()
13659 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector bool char __a, int __b, in vec_stvlxl()
13666 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector short __a, int __b, in vec_stvlxl()
13672 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector short __a, int __b, in vec_stvlxl()
13680 int __b, unsigned short *__c) { in vec_stvlxl()
13686 int __b, in vec_stvlxl()
13693 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector bool short __a, int __b, in vec_stvlxl()
13700 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector pixel __a, int __b, in vec_stvlxl()
13707 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector int __a, int __b, in vec_stvlxl()
13713 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector int __a, int __b, in vec_stvlxl()
13720 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector unsigned int __a, int __b, in vec_stvlxl()
13726 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector unsigned int __a, int __b, in vec_stvlxl()
13733 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector bool int __a, int __b, in vec_stvlxl()
13740 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector float __a, int __b, in vec_stvlxl()
13749 static __inline__ void __ATTRS_o_ai vec_stvrx(vector signed char __a, int __b, in vec_stvrx()
13755 static __inline__ void __ATTRS_o_ai vec_stvrx(vector signed char __a, int __b, in vec_stvrx()
13762 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned char __a, int __b, in vec_stvrx()
13768 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned char __a, int __b, in vec_stvrx()
13775 static __inline__ void __ATTRS_o_ai vec_stvrx(vector bool char __a, int __b, in vec_stvrx()
13782 static __inline__ void __ATTRS_o_ai vec_stvrx(vector short __a, int __b, in vec_stvrx()
13788 static __inline__ void __ATTRS_o_ai vec_stvrx(vector short __a, int __b, in vec_stvrx()
13796 int __b, unsigned short *__c) { in vec_stvrx()
13802 int __b, in vec_stvrx()
13809 static __inline__ void __ATTRS_o_ai vec_stvrx(vector bool short __a, int __b, in vec_stvrx()
13816 static __inline__ void __ATTRS_o_ai vec_stvrx(vector pixel __a, int __b, in vec_stvrx()
13823 static __inline__ void __ATTRS_o_ai vec_stvrx(vector int __a, int __b, in vec_stvrx()
13829 static __inline__ void __ATTRS_o_ai vec_stvrx(vector int __a, int __b, in vec_stvrx()
13836 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned int __a, int __b, in vec_stvrx()
13842 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned int __a, int __b, in vec_stvrx()
13849 static __inline__ void __ATTRS_o_ai vec_stvrx(vector bool int __a, int __b, in vec_stvrx()
13856 static __inline__ void __ATTRS_o_ai vec_stvrx(vector float __a, int __b, in vec_stvrx()
13865 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector signed char __a, int __b, in vec_stvrxl()
13871 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector signed char __a, int __b, in vec_stvrxl()
13879 int __b, unsigned char *__c) { in vec_stvrxl()
13885 int __b, in vec_stvrxl()
13892 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector bool char __a, int __b, in vec_stvrxl()
13899 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector short __a, int __b, in vec_stvrxl()
13905 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector short __a, int __b, in vec_stvrxl()
13913 int __b, unsigned short *__c) { in vec_stvrxl()
13919 int __b, in vec_stvrxl()
13926 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector bool short __a, int __b, in vec_stvrxl()
13933 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector pixel __a, int __b, in vec_stvrxl()
13940 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector int __a, int __b, in vec_stvrxl()
13946 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector int __a, int __b, in vec_stvrxl()
13953 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector unsigned int __a, int __b, in vec_stvrxl()
13959 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector unsigned int __a, int __b, in vec_stvrxl()
13966 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector bool int __a, int __b, in vec_stvrxl()
13973 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector float __a, int __b, in vec_stvrxl()
13983 int __b) { in vec_promote()
13990 vec_promote(unsigned char __a, int __b) { in vec_promote()
13996 static __inline__ vector short __ATTRS_o_ai vec_promote(short __a, int __b) { in vec_promote()
14003 vec_promote(unsigned short __a, int __b) { in vec_promote()
14009 static __inline__ vector int __ATTRS_o_ai vec_promote(int __a, int __b) { in vec_promote()
14016 int __b) { in vec_promote()
14022 static __inline__ vector float __ATTRS_o_ai vec_promote(float __a, int __b) { in vec_promote()
14095 vector signed char __b) { in vec_all_eq()
14101 vector bool char __b) { in vec_all_eq()
14107 vector unsigned char __b) { in vec_all_eq()
14113 vector bool char __b) { in vec_all_eq()
14119 vector signed char __b) { in vec_all_eq()
14125 vector unsigned char __b) { in vec_all_eq()
14131 vector bool char __b) { in vec_all_eq()
14137 vector short __b) { in vec_all_eq()
14142 vector bool short __b) { in vec_all_eq()
14147 vector unsigned short __b) { in vec_all_eq()
14153 vector bool short __b) { in vec_all_eq()
14159 vector short __b) { in vec_all_eq()
14165 vector unsigned short __b) { in vec_all_eq()
14171 vector bool short __b) { in vec_all_eq()
14177 vector pixel __b) { in vec_all_eq()
14182 static __inline__ int __ATTRS_o_ai vec_all_eq(vector int __a, vector int __b) { in vec_all_eq()
14187 vector bool int __b) { in vec_all_eq()
14192 vector unsigned int __b) { in vec_all_eq()
14198 vector bool int __b) { in vec_all_eq()
14204 vector int __b) { in vec_all_eq()
14210 vector unsigned int __b) { in vec_all_eq()
14216 vector bool int __b) { in vec_all_eq()
14223 vector signed long long __b) { in vec_all_eq()
14228 vector bool long long __b) { in vec_all_eq()
14233 vector unsigned long long __b) { in vec_all_eq()
14239 vector bool long long __b) { in vec_all_eq()
14245 vector long long __b) { in vec_all_eq()
14251 vector unsigned long long __b) { in vec_all_eq()
14257 vector bool long long __b) { in vec_all_eq()
14264 vector float __b) { in vec_all_eq()
14274 vector double __b) { in vec_all_eq()
14281 vector signed __int128 __b) { in vec_all_eq()
14286 vector unsigned __int128 __b) { in vec_all_eq()
14294 vector signed char __b) { in vec_all_ge()
14299 vector bool char __b) { in vec_all_ge()
14304 vector unsigned char __b) { in vec_all_ge()
14309 vector bool char __b) { in vec_all_ge()
14314 vector signed char __b) { in vec_all_ge()
14320 vector unsigned char __b) { in vec_all_ge()
14325 vector bool char __b) { in vec_all_ge()
14331 vector short __b) { in vec_all_ge()
14336 vector bool short __b) { in vec_all_ge()
14341 vector unsigned short __b) { in vec_all_ge()
14346 vector bool short __b) { in vec_all_ge()
14352 vector short __b) { in vec_all_ge()
14358 vector unsigned short __b) { in vec_all_ge()
14364 vector bool short __b) { in vec_all_ge()
14369 static __inline__ int __ATTRS_o_ai vec_all_ge(vector int __a, vector int __b) { in vec_all_ge()
14374 vector bool int __b) { in vec_all_ge()
14379 vector unsigned int __b) { in vec_all_ge()
14384 vector bool int __b) { in vec_all_ge()
14389 vector int __b) { in vec_all_ge()
14395 vector unsigned int __b) { in vec_all_ge()
14400 vector bool int __b) { in vec_all_ge()
14407 vector signed long long __b) { in vec_all_ge()
14411 vector bool long long __b) { in vec_all_ge()
14417 vector unsigned long long __b) { in vec_all_ge()
14422 vector bool long long __b) { in vec_all_ge()
14428 vector signed long long __b) { in vec_all_ge()
14434 vector unsigned long long __b) { in vec_all_ge()
14440 vector bool long long __b) { in vec_all_ge()
14447 vector float __b) { in vec_all_ge()
14457 vector double __b) { in vec_all_ge()
14464 vector signed __int128 __b) { in vec_all_ge()
14469 vector unsigned __int128 __b) { in vec_all_ge()
14477 vector signed char __b) { in vec_all_gt()
14482 vector bool char __b) { in vec_all_gt()
14487 vector unsigned char __b) { in vec_all_gt()
14492 vector bool char __b) { in vec_all_gt()
14497 vector signed char __b) { in vec_all_gt()
14503 vector unsigned char __b) { in vec_all_gt()
14508 vector bool char __b) { in vec_all_gt()
14514 vector short __b) { in vec_all_gt()
14519 vector bool short __b) { in vec_all_gt()
14524 vector unsigned short __b) { in vec_all_gt()
14529 vector bool short __b) { in vec_all_gt()
14535 vector short __b) { in vec_all_gt()
14541 vector unsigned short __b) { in vec_all_gt()
14547 vector bool short __b) { in vec_all_gt()
14552 static __inline__ int __ATTRS_o_ai vec_all_gt(vector int __a, vector int __b) { in vec_all_gt()
14557 vector bool int __b) { in vec_all_gt()
14562 vector unsigned int __b) { in vec_all_gt()
14567 vector bool int __b) { in vec_all_gt()
14572 vector int __b) { in vec_all_gt()
14578 vector unsigned int __b) { in vec_all_gt()
14583 vector bool int __b) { in vec_all_gt()
14590 vector signed long long __b) { in vec_all_gt()
14594 vector bool long long __b) { in vec_all_gt()
14600 vector unsigned long long __b) { in vec_all_gt()
14605 vector bool long long __b) { in vec_all_gt()
14611 vector signed long long __b) { in vec_all_gt()
14617 vector unsigned long long __b) { in vec_all_gt()
14623 vector bool long long __b) { in vec_all_gt()
14630 vector float __b) { in vec_all_gt()
14640 vector double __b) { in vec_all_gt()
14647 vector signed __int128 __b) { in vec_all_gt()
14652 vector unsigned __int128 __b) { in vec_all_gt()
14660 vec_all_in(vector float __a, vector float __b) { in vec_all_in()
14667 vector signed char __b) { in vec_all_le()
14672 vector bool char __b) { in vec_all_le()
14677 vector unsigned char __b) { in vec_all_le()
14682 vector bool char __b) { in vec_all_le()
14687 vector signed char __b) { in vec_all_le()
14693 vector unsigned char __b) { in vec_all_le()
14698 vector bool char __b) { in vec_all_le()
14704 vector short __b) { in vec_all_le()
14709 vector bool short __b) { in vec_all_le()
14714 vector unsigned short __b) { in vec_all_le()
14719 vector bool short __b) { in vec_all_le()
14725 vector short __b) { in vec_all_le()
14731 vector unsigned short __b) { in vec_all_le()
14737 vector bool short __b) { in vec_all_le()
14742 static __inline__ int __ATTRS_o_ai vec_all_le(vector int __a, vector int __b) { in vec_all_le()
14747 vector bool int __b) { in vec_all_le()
14752 vector unsigned int __b) { in vec_all_le()
14757 vector bool int __b) { in vec_all_le()
14762 vector int __b) { in vec_all_le()
14768 vector unsigned int __b) { in vec_all_le()
14773 vector bool int __b) { in vec_all_le()
14780 vector signed long long __b) { in vec_all_le()
14785 vector unsigned long long __b) { in vec_all_le()
14790 vector bool long long __b) { in vec_all_le()
14796 vector bool long long __b) { in vec_all_le()
14802 vector signed long long __b) { in vec_all_le()
14808 vector unsigned long long __b) { in vec_all_le()
14814 vector bool long long __b) { in vec_all_le()
14821 vector float __b) { in vec_all_le()
14831 vector double __b) { in vec_all_le()
14838 vector signed __int128 __b) { in vec_all_le()
14843 vector unsigned __int128 __b) { in vec_all_le()
14851 vector signed char __b) { in vec_all_lt()
14856 vector bool char __b) { in vec_all_lt()
14861 vector unsigned char __b) { in vec_all_lt()
14866 vector bool char __b) { in vec_all_lt()
14871 vector signed char __b) { in vec_all_lt()
14877 vector unsigned char __b) { in vec_all_lt()
14882 vector bool char __b) { in vec_all_lt()
14888 vector short __b) { in vec_all_lt()
14893 vector bool short __b) { in vec_all_lt()
14898 vector unsigned short __b) { in vec_all_lt()
14903 vector bool short __b) { in vec_all_lt()
14909 vector short __b) { in vec_all_lt()
14915 vector unsigned short __b) { in vec_all_lt()
14921 vector bool short __b) { in vec_all_lt()
14926 static __inline__ int __ATTRS_o_ai vec_all_lt(vector int __a, vector int __b) { in vec_all_lt()
14931 vector bool int __b) { in vec_all_lt()
14936 vector unsigned int __b) { in vec_all_lt()
14941 vector bool int __b) { in vec_all_lt()
14946 vector int __b) { in vec_all_lt()
14952 vector unsigned int __b) { in vec_all_lt()
14957 vector bool int __b) { in vec_all_lt()
14964 vector signed long long __b) { in vec_all_lt()
14969 vector unsigned long long __b) { in vec_all_lt()
14974 vector bool long long __b) { in vec_all_lt()
14980 vector bool long long __b) { in vec_all_lt()
14986 vector signed long long __b) { in vec_all_lt()
14992 vector unsigned long long __b) { in vec_all_lt()
14998 vector bool long long __b) { in vec_all_lt()
15005 vector float __b) { in vec_all_lt()
15015 vector double __b) { in vec_all_lt()
15022 vector signed __int128 __b) { in vec_all_lt()
15027 vector unsigned __int128 __b) { in vec_all_lt()
15051 vector signed char __b) { in vec_all_ne()
15057 vector bool char __b) { in vec_all_ne()
15063 vector unsigned char __b) { in vec_all_ne()
15069 vector bool char __b) { in vec_all_ne()
15075 vector signed char __b) { in vec_all_ne()
15081 vector unsigned char __b) { in vec_all_ne()
15087 vector bool char __b) { in vec_all_ne()
15093 vector short __b) { in vec_all_ne()
15098 vector bool short __b) { in vec_all_ne()
15103 vector unsigned short __b) { in vec_all_ne()
15109 vector bool short __b) { in vec_all_ne()
15115 vector short __b) { in vec_all_ne()
15121 vector unsigned short __b) { in vec_all_ne()
15127 vector bool short __b) { in vec_all_ne()
15133 vector pixel __b) { in vec_all_ne()
15138 static __inline__ int __ATTRS_o_ai vec_all_ne(vector int __a, vector int __b) { in vec_all_ne()
15143 vector bool int __b) { in vec_all_ne()
15148 vector unsigned int __b) { in vec_all_ne()
15154 vector bool int __b) { in vec_all_ne()
15160 vector int __b) { in vec_all_ne()
15166 vector unsigned int __b) { in vec_all_ne()
15172 vector bool int __b) { in vec_all_ne()
15179 vector signed long long __b) { in vec_all_ne()
15184 vector unsigned long long __b) { in vec_all_ne()
15190 vector bool long long __b) { in vec_all_ne()
15196 vector bool long long __b) { in vec_all_ne()
15202 vector signed long long __b) { in vec_all_ne()
15208 vector unsigned long long __b) { in vec_all_ne()
15214 vector bool long long __b) { in vec_all_ne()
15221 vector float __b) { in vec_all_ne()
15231 vector double __b) { in vec_all_ne()
15238 vector signed __int128 __b) { in vec_all_ne()
15243 vector unsigned __int128 __b) { in vec_all_ne()
15251 vector float __b) { in vec_all_nge()
15261 vector double __b) { in vec_all_nge()
15269 vector float __b) { in vec_all_ngt()
15279 vector double __b) { in vec_all_ngt()
15287 vec_all_nle(vector float __a, vector float __b) { in vec_all_nle()
15294 vec_all_nlt(vector float __a, vector float __b) { in vec_all_nlt()
15308 vector signed char __b) { in vec_any_eq()
15314 vector bool char __b) { in vec_any_eq()
15320 vector unsigned char __b) { in vec_any_eq()
15326 vector bool char __b) { in vec_any_eq()
15332 vector signed char __b) { in vec_any_eq()
15338 vector unsigned char __b) { in vec_any_eq()
15344 vector bool char __b) { in vec_any_eq()
15350 vector short __b) { in vec_any_eq()
15355 vector bool short __b) { in vec_any_eq()
15360 vector unsigned short __b) { in vec_any_eq()
15366 vector bool short __b) { in vec_any_eq()
15372 vector short __b) { in vec_any_eq()
15378 vector unsigned short __b) { in vec_any_eq()
15384 vector bool short __b) { in vec_any_eq()
15390 vector pixel __b) { in vec_any_eq()
15395 static __inline__ int __ATTRS_o_ai vec_any_eq(vector int __a, vector int __b) { in vec_any_eq()
15400 vector bool int __b) { in vec_any_eq()
15405 vector unsigned int __b) { in vec_any_eq()
15411 vector bool int __b) { in vec_any_eq()
15417 vector int __b) { in vec_any_eq()
15423 vector unsigned int __b) { in vec_any_eq()
15429 vector bool int __b) { in vec_any_eq()
15436 vector signed long long __b) { in vec_any_eq()
15441 vector unsigned long long __b) { in vec_any_eq()
15447 vector bool long long __b) { in vec_any_eq()
15453 vector bool long long __b) { in vec_any_eq()
15459 vector signed long long __b) { in vec_any_eq()
15465 vector unsigned long long __b) { in vec_any_eq()
15471 vector bool long long __b) { in vec_any_eq()
15478 vector float __b) { in vec_any_eq()
15488 vector double __b) { in vec_any_eq()
15495 vector signed __int128 __b) { in vec_any_eq()
15500 vector unsigned __int128 __b) { in vec_any_eq()
15508 vector signed char __b) { in vec_any_ge()
15513 vector bool char __b) { in vec_any_ge()
15519 vector unsigned char __b) { in vec_any_ge()
15524 vector bool char __b) { in vec_any_ge()
15530 vector signed char __b) { in vec_any_ge()
15536 vector unsigned char __b) { in vec_any_ge()
15542 vector bool char __b) { in vec_any_ge()
15548 vector short __b) { in vec_any_ge()
15553 vector bool short __b) { in vec_any_ge()
15558 vector unsigned short __b) { in vec_any_ge()
15563 vector bool short __b) { in vec_any_ge()
15569 vector short __b) { in vec_any_ge()
15575 vector unsigned short __b) { in vec_any_ge()
15581 vector bool short __b) { in vec_any_ge()
15586 static __inline__ int __ATTRS_o_ai vec_any_ge(vector int __a, vector int __b) { in vec_any_ge()
15591 vector bool int __b) { in vec_any_ge()
15596 vector unsigned int __b) { in vec_any_ge()
15601 vector bool int __b) { in vec_any_ge()
15607 vector int __b) { in vec_any_ge()
15613 vector unsigned int __b) { in vec_any_ge()
15619 vector bool int __b) { in vec_any_ge()
15626 vector signed long long __b) { in vec_any_ge()
15631 vector unsigned long long __b) { in vec_any_ge()
15636 vector bool long long __b) { in vec_any_ge()
15642 vector bool long long __b) { in vec_any_ge()
15648 vector signed long long __b) { in vec_any_ge()
15655 vector unsigned long long __b) { in vec_any_ge()
15661 vector bool long long __b) { in vec_any_ge()
15669 vector float __b) { in vec_any_ge()
15679 vector double __b) { in vec_any_ge()
15686 vector signed __int128 __b) { in vec_any_ge()
15691 vector unsigned __int128 __b) { in vec_any_ge()
15699 vector signed char __b) { in vec_any_gt()
15704 vector bool char __b) { in vec_any_gt()
15710 vector unsigned char __b) { in vec_any_gt()
15715 vector bool char __b) { in vec_any_gt()
15721 vector signed char __b) { in vec_any_gt()
15727 vector unsigned char __b) { in vec_any_gt()
15733 vector bool char __b) { in vec_any_gt()
15739 vector short __b) { in vec_any_gt()
15744 vector bool short __b) { in vec_any_gt()
15749 vector unsigned short __b) { in vec_any_gt()
15754 vector bool short __b) { in vec_any_gt()
15760 vector short __b) { in vec_any_gt()
15766 vector unsigned short __b) { in vec_any_gt()
15772 vector bool short __b) { in vec_any_gt()
15777 static __inline__ int __ATTRS_o_ai vec_any_gt(vector int __a, vector int __b) { in vec_any_gt()
15782 vector bool int __b) { in vec_any_gt()
15787 vector unsigned int __b) { in vec_any_gt()
15792 vector bool int __b) { in vec_any_gt()
15798 vector int __b) { in vec_any_gt()
15804 vector unsigned int __b) { in vec_any_gt()
15810 vector bool int __b) { in vec_any_gt()
15817 vector signed long long __b) { in vec_any_gt()
15822 vector unsigned long long __b) { in vec_any_gt()
15827 vector bool long long __b) { in vec_any_gt()
15833 vector bool long long __b) { in vec_any_gt()
15839 vector signed long long __b) { in vec_any_gt()
15846 vector unsigned long long __b) { in vec_any_gt()
15852 vector bool long long __b) { in vec_any_gt()
15860 vector float __b) { in vec_any_gt()
15870 vector double __b) { in vec_any_gt()
15877 vector signed __int128 __b) { in vec_any_gt()
15882 vector unsigned __int128 __b) { in vec_any_gt()
15890 vector signed char __b) { in vec_any_le()
15895 vector bool char __b) { in vec_any_le()
15901 vector unsigned char __b) { in vec_any_le()
15906 vector bool char __b) { in vec_any_le()
15912 vector signed char __b) { in vec_any_le()
15918 vector unsigned char __b) { in vec_any_le()
15924 vector bool char __b) { in vec_any_le()
15930 vector short __b) { in vec_any_le()
15935 vector bool short __b) { in vec_any_le()
15940 vector unsigned short __b) { in vec_any_le()
15945 vector bool short __b) { in vec_any_le()
15951 vector short __b) { in vec_any_le()
15957 vector unsigned short __b) { in vec_any_le()
15963 vector bool short __b) { in vec_any_le()
15968 static __inline__ int __ATTRS_o_ai vec_any_le(vector int __a, vector int __b) { in vec_any_le()
15973 vector bool int __b) { in vec_any_le()
15978 vector unsigned int __b) { in vec_any_le()
15983 vector bool int __b) { in vec_any_le()
15989 vector int __b) { in vec_any_le()
15995 vector unsigned int __b) { in vec_any_le()
16001 vector bool int __b) { in vec_any_le()
16008 vector signed long long __b) { in vec_any_le()
16013 vector unsigned long long __b) { in vec_any_le()
16018 vector bool long long __b) { in vec_any_le()
16024 vector bool long long __b) { in vec_any_le()
16030 vector signed long long __b) { in vec_any_le()
16037 vector unsigned long long __b) { in vec_any_le()
16043 vector bool long long __b) { in vec_any_le()
16051 vector float __b) { in vec_any_le()
16061 vector double __b) { in vec_any_le()
16068 vector signed __int128 __b) { in vec_any_le()
16073 vector unsigned __int128 __b) { in vec_any_le()
16081 vector signed char __b) { in vec_any_lt()
16086 vector bool char __b) { in vec_any_lt()
16092 vector unsigned char __b) { in vec_any_lt()
16097 vector bool char __b) { in vec_any_lt()
16103 vector signed char __b) { in vec_any_lt()
16109 vector unsigned char __b) { in vec_any_lt()
16115 vector bool char __b) { in vec_any_lt()
16121 vector short __b) { in vec_any_lt()
16126 vector bool short __b) { in vec_any_lt()
16131 vector unsigned short __b) { in vec_any_lt()
16136 vector bool short __b) { in vec_any_lt()
16142 vector short __b) { in vec_any_lt()
16148 vector unsigned short __b) { in vec_any_lt()
16154 vector bool short __b) { in vec_any_lt()
16159 static __inline__ int __ATTRS_o_ai vec_any_lt(vector int __a, vector int __b) { in vec_any_lt()
16164 vector bool int __b) { in vec_any_lt()
16169 vector unsigned int __b) { in vec_any_lt()
16174 vector bool int __b) { in vec_any_lt()
16180 vector int __b) { in vec_any_lt()
16186 vector unsigned int __b) { in vec_any_lt()
16192 vector bool int __b) { in vec_any_lt()
16199 vector signed long long __b) { in vec_any_lt()
16204 vector unsigned long long __b) { in vec_any_lt()
16209 vector bool long long __b) { in vec_any_lt()
16215 vector bool long long __b) { in vec_any_lt()
16221 vector signed long long __b) { in vec_any_lt()
16228 vector unsigned long long __b) { in vec_any_lt()
16234 vector bool long long __b) { in vec_any_lt()
16242 vector float __b) { in vec_any_lt()
16252 vector double __b) { in vec_any_lt()
16259 vector signed __int128 __b) { in vec_any_lt()
16264 vector unsigned __int128 __b) { in vec_any_lt()
16279 vector signed char __b) { in vec_any_ne()
16285 vector bool char __b) { in vec_any_ne()
16291 vector unsigned char __b) { in vec_any_ne()
16297 vector bool char __b) { in vec_any_ne()
16303 vector signed char __b) { in vec_any_ne()
16309 vector unsigned char __b) { in vec_any_ne()
16315 vector bool char __b) { in vec_any_ne()
16321 vector short __b) { in vec_any_ne()
16326 vector bool short __b) { in vec_any_ne()
16331 vector unsigned short __b) { in vec_any_ne()
16337 vector bool short __b) { in vec_any_ne()
16343 vector short __b) { in vec_any_ne()
16349 vector unsigned short __b) { in vec_any_ne()
16355 vector bool short __b) { in vec_any_ne()
16361 vector pixel __b) { in vec_any_ne()
16366 static __inline__ int __ATTRS_o_ai vec_any_ne(vector int __a, vector int __b) { in vec_any_ne()
16371 vector bool int __b) { in vec_any_ne()
16376 vector unsigned int __b) { in vec_any_ne()
16382 vector bool int __b) { in vec_any_ne()
16388 vector int __b) { in vec_any_ne()
16394 vector unsigned int __b) { in vec_any_ne()
16400 vector bool int __b) { in vec_any_ne()
16407 vector signed long long __b) { in vec_any_ne()
16412 vector unsigned long long __b) { in vec_any_ne()
16418 vector bool long long __b) { in vec_any_ne()
16424 vector bool long long __b) { in vec_any_ne()
16430 vector signed long long __b) { in vec_any_ne()
16436 vector unsigned long long __b) { in vec_any_ne()
16442 vector bool long long __b) { in vec_any_ne()
16449 vector float __b) { in vec_any_ne()
16459 vector double __b) { in vec_any_ne()
16466 vector signed __int128 __b) { in vec_any_ne()
16471 vector unsigned __int128 __b) { in vec_any_ne()
16479 vec_any_nge(vector float __a, vector float __b) { in vec_any_nge()
16486 vec_any_ngt(vector float __a, vector float __b) { in vec_any_ngt()
16493 vec_any_nle(vector float __a, vector float __b) { in vec_any_nle()
16500 vec_any_nlt(vector float __a, vector float __b) { in vec_any_nlt()
16514 vec_any_out(vector float __a, vector float __b) { in vec_any_out()
16545 vector unsigned long long __b) { in __builtin_crypto_vcipher()
16551 vector unsigned long long __b) { in __builtin_crypto_vcipherlast()
16557 vector unsigned long long __b) { in __builtin_crypto_vncipher()
16563 vector unsigned long long __b) { in __builtin_crypto_vncipherlast()
16578 vec_permxor(vector bool char __a, vector bool char __b, in vec_permxor()
16584 vec_permxor(vector signed char __a, vector signed char __b, in vec_permxor()
16590 vec_permxor(vector unsigned char __a, vector unsigned char __b, in vec_permxor()
16596 __builtin_crypto_vpermxor(vector unsigned char __a, vector unsigned char __b, in __builtin_crypto_vpermxor()
16602 __builtin_crypto_vpermxor(vector unsigned short __a, vector unsigned short __b, in __builtin_crypto_vpermxor()
16610 vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) { in __builtin_crypto_vpermxor()
16618 vector unsigned long long __b, in __builtin_crypto_vpermxor()
16626 __builtin_crypto_vpmsumb(vector unsigned char __a, vector unsigned char __b) { in __builtin_crypto_vpmsumb()
16631 __builtin_crypto_vpmsumb(vector unsigned short __a, vector unsigned short __b) { in __builtin_crypto_vpmsumb()
16636 __builtin_crypto_vpmsumb(vector unsigned int __a, vector unsigned int __b) { in __builtin_crypto_vpmsumb()
16642 vector unsigned long long __b) { in __builtin_crypto_vpmsumb()
16660 vec_vbpermq(vector signed char __a, vector signed char __b) { in vec_vbpermq()
16666 vec_vbpermq(vector unsigned char __a, vector unsigned char __b) { in vec_vbpermq()
16672 vec_bperm(vector unsigned __int128 __a, vector unsigned char __b) { in vec_bperm()
17317 #define vec_test_data_class(__a, __b) \ argument
17483 vec_pdep(vector unsigned long long __a, vector unsigned long long __b) { in vec_pdep()
17490 vec_pext(vector unsigned long long __a, vector unsigned long long __b) { in vec_pext()
17497 vec_cfuge(vector unsigned long long __a, vector unsigned long long __b) { in vec_cfuge()
17503 #define vec_gnb(__a, __b) __builtin_altivec_vgnb(__a, __b) argument
17507 #define vec_ternarylogic(__a, __b, __c, __imm) \ argument
17587 vec_cntlzm(vector unsigned long long __a, vector unsigned long long __b) { in vec_cntlzm()
17594 vec_cnttzm(vector unsigned long long __a, vector unsigned long long __b) { in vec_cnttzm()
17601 vec_mod(vector signed int __a, vector signed int __b) { in vec_mod()
17606 vec_mod(vector unsigned int __a, vector unsigned int __b) { in vec_mod()
17611 vec_mod(vector signed long long __a, vector signed long long __b) { in vec_mod()
17616 vec_mod(vector unsigned long long __a, vector unsigned long long __b) { in vec_mod()
17621 vec_mod(vector signed __int128 __a, vector signed __int128 __b) { in vec_mod()
17626 vec_mod(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_mod()
17632 #define vec_sldb(__a, __b, __c) __builtin_altivec_vsldbi(__a, __b, (__c & 0x7)) argument
17636 #define vec_srdb(__a, __b, __c) __builtin_altivec_vsrdbi(__a, __b, (__c & 0x7)) argument
17641 vec_insertl(unsigned char __a, vector unsigned char __b, unsigned int __c) { in vec_insertl()
17650 vec_insertl(unsigned short __a, vector unsigned short __b, unsigned int __c) { in vec_insertl()
17659 vec_insertl(unsigned int __a, vector unsigned int __b, unsigned int __c) { in vec_insertl()
17668 vec_insertl(unsigned long long __a, vector unsigned long long __b, in vec_insertl()
17678 vec_insertl(vector unsigned char __a, vector unsigned char __b, in vec_insertl()
17688 vec_insertl(vector unsigned short __a, vector unsigned short __b, in vec_insertl()
17698 vec_insertl(vector unsigned int __a, vector unsigned int __b, in vec_insertl()
17710 vec_inserth(unsigned char __a, vector unsigned char __b, unsigned int __c) { in vec_inserth()
17719 vec_inserth(unsigned short __a, vector unsigned short __b, unsigned int __c) { in vec_inserth()
17728 vec_inserth(unsigned int __a, vector unsigned int __b, unsigned int __c) { in vec_inserth()
17737 vec_inserth(unsigned long long __a, vector unsigned long long __b, in vec_inserth()
17747 vec_inserth(vector unsigned char __a, vector unsigned char __b, in vec_inserth()
17757 vec_inserth(vector unsigned short __a, vector unsigned short __b, in vec_inserth()
17767 vec_inserth(vector unsigned int __a, vector unsigned int __b, in vec_inserth()
17779 vector unsigned char __a, vector unsigned char __b, unsigned int __c) { in vec_extractl()
17789 vector unsigned short __a, vector unsigned short __b, unsigned int __c) { in vec_extractl()
17799 vector unsigned int __a, vector unsigned int __b, unsigned int __c) { in vec_extractl()
17809 vec_extractl(vector unsigned long long __a, vector unsigned long long __b, in vec_extractl()
17822 vector unsigned char __a, vector unsigned char __b, unsigned int __c) { in vec_extracth()
17832 vector unsigned short __a, vector unsigned short __b, unsigned int __c) { in vec_extracth()
17842 vector unsigned int __a, vector unsigned int __b, unsigned int __c) { in vec_extracth()
17852 vec_extracth(vector unsigned long long __a, vector unsigned long long __b, in vec_extracth()
17866 #define vec_permx(__a, __b, __c, __d) \ argument
17872 vec_blendv(vector signed char __a, vector signed char __b, in vec_blendv()
17878 vec_blendv(vector unsigned char __a, vector unsigned char __b, in vec_blendv()
17884 vec_blendv(vector signed short __a, vector signed short __b, in vec_blendv()
17890 vec_blendv(vector unsigned short __a, vector unsigned short __b, in vec_blendv()
17896 vec_blendv(vector signed int __a, vector signed int __b, in vec_blendv()
17902 vec_blendv(vector unsigned int __a, vector unsigned int __b, in vec_blendv()
17908 vec_blendv(vector signed long long __a, vector signed long long __b, in vec_blendv()
17914 vec_blendv(vector unsigned long long __a, vector unsigned long long __b, in vec_blendv()
17920 vec_blendv(vector float __a, vector float __b, vector unsigned int __c) { in vec_blendv()
17925 vec_blendv(vector double __a, vector double __b, in vec_blendv()
17955 vector signed int __a, const unsigned int __b, const signed int __c) { in vec_splati_ins()
17967 vector unsigned int __a, const unsigned int __b, const unsigned int __c) { in vec_splati_ins()
17979 vec_splati_ins(vector float __a, const unsigned int __b, const float __c) { in vec_splati_ins()
18152 vec_sl(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_sl()
18158 vec_sl(vector signed __int128 __a, vector unsigned __int128 __b) { in vec_sl()
18164 vec_sr(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_sr()
18170 vec_sr(vector signed __int128 __a, vector unsigned __int128 __b) { in vec_sr()
18180 vec_sra(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_sra()
18190 vec_sra(vector signed __int128 __a, vector unsigned __int128 __b) { in vec_sra()