Lines Matching defs:__b

193 vec_absd(vector unsigned char __a, vector unsigned char __b) {  in vec_absd()
198 vec_absd(vector unsigned short __a, vector unsigned short __b) { in vec_absd()
203 vec_absd(vector unsigned int __a, vector unsigned int __b) { in vec_absd()
212 vec_add(vector signed char __a, vector signed char __b) { in vec_add()
217 vec_add(vector bool char __a, vector signed char __b) { in vec_add()
222 vec_add(vector signed char __a, vector bool char __b) { in vec_add()
227 vec_add(vector unsigned char __a, vector unsigned char __b) { in vec_add()
232 vec_add(vector bool char __a, vector unsigned char __b) { in vec_add()
237 vec_add(vector unsigned char __a, vector bool char __b) { in vec_add()
242 vector short __b) { in vec_add()
247 vector short __b) { in vec_add()
252 vector bool short __b) { in vec_add()
257 vec_add(vector unsigned short __a, vector unsigned short __b) { in vec_add()
262 vec_add(vector bool short __a, vector unsigned short __b) { in vec_add()
267 vec_add(vector unsigned short __a, vector bool short __b) { in vec_add()
272 vector int __b) { in vec_add()
277 vector int __b) { in vec_add()
282 vector bool int __b) { in vec_add()
287 vec_add(vector unsigned int __a, vector unsigned int __b) { in vec_add()
292 vec_add(vector bool int __a, vector unsigned int __b) { in vec_add()
297 vec_add(vector unsigned int __a, vector bool int __b) { in vec_add()
303 vec_add(vector signed long long __a, vector signed long long __b) { in vec_add()
308 vec_add(vector unsigned long long __a, vector unsigned long long __b) { in vec_add()
313 vec_add(vector signed __int128 __a, vector signed __int128 __b) { in vec_add()
318 vec_add(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_add()
324 vector float __b) { in vec_add()
330 vector double __b) { in vec_add()
339 vec_adde(vector signed __int128 __a, vector signed __int128 __b, in vec_adde()
345 vec_adde(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_adde()
352 vec_adde(vector signed int __a, vector signed int __b, in vec_adde()
360 vec_adde(vector unsigned int __a, vector unsigned int __b, in vec_adde()
371 vec_addec(vector signed __int128 __a, vector signed __int128 __b, in vec_addec()
377 vec_addec(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_addec()
383 vec_addec(vector signed int __a, vector signed int __b, in vec_addec()
406 vec_addec(vector unsigned int __a, vector unsigned int __b, in vec_addec()
432 vec_vaddubm(vector signed char __a, vector signed char __b) { in vec_vaddubm()
437 vec_vaddubm(vector bool char __a, vector signed char __b) { in vec_vaddubm()
442 vec_vaddubm(vector signed char __a, vector bool char __b) { in vec_vaddubm()
447 vec_vaddubm(vector unsigned char __a, vector unsigned char __b) { in vec_vaddubm()
452 vec_vaddubm(vector bool char __a, vector unsigned char __b) { in vec_vaddubm()
457 vec_vaddubm(vector unsigned char __a, vector bool char __b) { in vec_vaddubm()
466 vector short __b) { in vec_vadduhm()
471 vector short __b) { in vec_vadduhm()
476 vector bool short __b) { in vec_vadduhm()
481 vec_vadduhm(vector unsigned short __a, vector unsigned short __b) { in vec_vadduhm()
486 vec_vadduhm(vector bool short __a, vector unsigned short __b) { in vec_vadduhm()
491 vec_vadduhm(vector unsigned short __a, vector bool short __b) { in vec_vadduhm()
500 vector int __b) { in vec_vadduwm()
505 vector int __b) { in vec_vadduwm()
510 vector bool int __b) { in vec_vadduwm()
515 vec_vadduwm(vector unsigned int __a, vector unsigned int __b) { in vec_vadduwm()
520 vec_vadduwm(vector bool int __a, vector unsigned int __b) { in vec_vadduwm()
525 vec_vadduwm(vector unsigned int __a, vector bool int __b) { in vec_vadduwm()
534 vec_vaddfp(vector float __a, vector float __b) { in vec_vaddfp()
541 vec_addc(vector signed int __a, vector signed int __b) { in vec_addc()
547 vec_addc(vector unsigned int __a, vector unsigned int __b) { in vec_addc()
553 vec_addc(vector signed __int128 __a, vector signed __int128 __b) { in vec_addc()
559 vec_addc(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_addc()
567 vec_vaddcuw(vector unsigned int __a, vector unsigned int __b) { in vec_vaddcuw()
574 vec_adds(vector signed char __a, vector signed char __b) { in vec_adds()
579 vec_adds(vector bool char __a, vector signed char __b) { in vec_adds()
584 vec_adds(vector signed char __a, vector bool char __b) { in vec_adds()
589 vec_adds(vector unsigned char __a, vector unsigned char __b) { in vec_adds()
594 vec_adds(vector bool char __a, vector unsigned char __b) { in vec_adds()
599 vec_adds(vector unsigned char __a, vector bool char __b) { in vec_adds()
604 vector short __b) { in vec_adds()
609 vector short __b) { in vec_adds()
614 vector bool short __b) { in vec_adds()
619 vec_adds(vector unsigned short __a, vector unsigned short __b) { in vec_adds()
624 vec_adds(vector bool short __a, vector unsigned short __b) { in vec_adds()
629 vec_adds(vector unsigned short __a, vector bool short __b) { in vec_adds()
634 vector int __b) { in vec_adds()
639 vector int __b) { in vec_adds()
644 vector bool int __b) { in vec_adds()
649 vec_adds(vector unsigned int __a, vector unsigned int __b) { in vec_adds()
654 vec_adds(vector bool int __a, vector unsigned int __b) { in vec_adds()
659 vec_adds(vector unsigned int __a, vector bool int __b) { in vec_adds()
666 vec_vaddsbs(vector signed char __a, vector signed char __b) { in vec_vaddsbs()
671 vec_vaddsbs(vector bool char __a, vector signed char __b) { in vec_vaddsbs()
676 vec_vaddsbs(vector signed char __a, vector bool char __b) { in vec_vaddsbs()
683 vec_vaddubs(vector unsigned char __a, vector unsigned char __b) { in vec_vaddubs()
688 vec_vaddubs(vector bool char __a, vector unsigned char __b) { in vec_vaddubs()
693 vec_vaddubs(vector unsigned char __a, vector bool char __b) { in vec_vaddubs()
700 vector short __b) { in vec_vaddshs()
705 vector short __b) { in vec_vaddshs()
710 vector bool short __b) { in vec_vaddshs()
717 vec_vadduhs(vector unsigned short __a, vector unsigned short __b) { in vec_vadduhs()
722 vec_vadduhs(vector bool short __a, vector unsigned short __b) { in vec_vadduhs()
727 vec_vadduhs(vector unsigned short __a, vector bool short __b) { in vec_vadduhs()
734 vector int __b) { in vec_vaddsws()
739 vector int __b) { in vec_vaddsws()
744 vector bool int __b) { in vec_vaddsws()
751 vec_vadduws(vector unsigned int __a, vector unsigned int __b) { in vec_vadduws()
756 vec_vadduws(vector bool int __a, vector unsigned int __b) { in vec_vadduws()
761 vec_vadduws(vector unsigned int __a, vector bool int __b) { in vec_vadduws()
769 vec_vadduqm(vector signed __int128 __a, vector signed __int128 __b) { in vec_vadduqm()
774 vec_vadduqm(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_vadduqm()
781 vec_vaddeuqm(vector signed __int128 __a, vector signed __int128 __b, in vec_vaddeuqm()
787 vec_vaddeuqm(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_vaddeuqm()
795 vec_vaddcuq(vector signed __int128 __a, vector signed __int128 __b) { in vec_vaddcuq()
800 vec_vaddcuq(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_vaddcuq()
807 vec_vaddecuq(vector signed __int128 __a, vector signed __int128 __b, in vec_vaddecuq()
813 vec_vaddecuq(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_vaddecuq()
824 vec_and(vector signed char __a, vector signed char __b) { in vec_and()
829 vec_and(vector bool char __a, vector signed char __b) { in vec_and()
834 vec_and(vector signed char __a, vector bool char __b) { in vec_and()
839 vec_and(vector unsigned char __a, vector unsigned char __b) { in vec_and()
844 vec_and(vector bool char __a, vector unsigned char __b) { in vec_and()
849 vec_and(vector unsigned char __a, vector bool char __b) { in vec_and()
854 vector bool char __b) { in vec_and()
859 vector short __b) { in vec_and()
864 vector short __b) { in vec_and()
869 vector bool short __b) { in vec_and()
874 vec_and(vector unsigned short __a, vector unsigned short __b) { in vec_and()
879 vec_and(vector bool short __a, vector unsigned short __b) { in vec_and()
884 vec_and(vector unsigned short __a, vector bool short __b) { in vec_and()
889 vec_and(vector bool short __a, vector bool short __b) { in vec_and()
894 vector int __b) { in vec_and()
899 vector int __b) { in vec_and()
904 vector bool int __b) { in vec_and()
909 vec_and(vector unsigned int __a, vector unsigned int __b) { in vec_and()
914 vec_and(vector bool int __a, vector unsigned int __b) { in vec_and()
919 vec_and(vector unsigned int __a, vector bool int __b) { in vec_and()
924 vector bool int __b) { in vec_and()
929 vector float __b) { in vec_and()
936 vector float __b) { in vec_and()
943 vector bool int __b) { in vec_and()
951 vector double __b) { in vec_and()
958 vec_and(vector double __a, vector bool long long __b) { in vec_and()
965 vector double __b) { in vec_and()
972 vec_and(vector signed long long __a, vector signed long long __b) { in vec_and()
977 vec_and(vector bool long long __a, vector signed long long __b) { in vec_and()
982 vec_and(vector signed long long __a, vector bool long long __b) { in vec_and()
987 vec_and(vector unsigned long long __a, vector unsigned long long __b) { in vec_and()
992 vec_and(vector bool long long __a, vector unsigned long long __b) { in vec_and()
997 vec_and(vector unsigned long long __a, vector bool long long __b) { in vec_and()
1002 vec_and(vector bool long long __a, vector bool long long __b) { in vec_and()
1010 vec_vand(vector signed char __a, vector signed char __b) { in vec_vand()
1015 vec_vand(vector bool char __a, vector signed char __b) { in vec_vand()
1020 vec_vand(vector signed char __a, vector bool char __b) { in vec_vand()
1025 vec_vand(vector unsigned char __a, vector unsigned char __b) { in vec_vand()
1030 vec_vand(vector bool char __a, vector unsigned char __b) { in vec_vand()
1035 vec_vand(vector unsigned char __a, vector bool char __b) { in vec_vand()
1040 vector bool char __b) { in vec_vand()
1045 vector short __b) { in vec_vand()
1050 vector short __b) { in vec_vand()
1055 vector bool short __b) { in vec_vand()
1060 vec_vand(vector unsigned short __a, vector unsigned short __b) { in vec_vand()
1065 vec_vand(vector bool short __a, vector unsigned short __b) { in vec_vand()
1070 vec_vand(vector unsigned short __a, vector bool short __b) { in vec_vand()
1075 vec_vand(vector bool short __a, vector bool short __b) { in vec_vand()
1080 vector int __b) { in vec_vand()
1085 vector int __b) { in vec_vand()
1090 vector bool int __b) { in vec_vand()
1095 vec_vand(vector unsigned int __a, vector unsigned int __b) { in vec_vand()
1100 vec_vand(vector bool int __a, vector unsigned int __b) { in vec_vand()
1105 vec_vand(vector unsigned int __a, vector bool int __b) { in vec_vand()
1110 vector bool int __b) { in vec_vand()
1115 vector float __b) { in vec_vand()
1122 vector float __b) { in vec_vand()
1129 vector bool int __b) { in vec_vand()
1137 vec_vand(vector signed long long __a, vector signed long long __b) { in vec_vand()
1142 vec_vand(vector bool long long __a, vector signed long long __b) { in vec_vand()
1147 vec_vand(vector signed long long __a, vector bool long long __b) { in vec_vand()
1152 vec_vand(vector unsigned long long __a, vector unsigned long long __b) { in vec_vand()
1157 vec_vand(vector bool long long __a, vector unsigned long long __b) { in vec_vand()
1162 vec_vand(vector unsigned long long __a, vector bool long long __b) { in vec_vand()
1167 vec_vand(vector bool long long __a, vector bool long long __b) { in vec_vand()
1177 vec_andc(vector signed char __a, vector signed char __b) { in vec_andc()
1182 vec_andc(vector bool char __a, vector signed char __b) { in vec_andc()
1187 vec_andc(vector signed char __a, vector bool char __b) { in vec_andc()
1192 vec_andc(vector unsigned char __a, vector unsigned char __b) { in vec_andc()
1197 vec_andc(vector bool char __a, vector unsigned char __b) { in vec_andc()
1202 vec_andc(vector unsigned char __a, vector bool char __b) { in vec_andc()
1207 vector bool char __b) { in vec_andc()
1212 vector short __b) { in vec_andc()
1217 vector short __b) { in vec_andc()
1222 vector bool short __b) { in vec_andc()
1227 vec_andc(vector unsigned short __a, vector unsigned short __b) { in vec_andc()
1232 vec_andc(vector bool short __a, vector unsigned short __b) { in vec_andc()
1237 vec_andc(vector unsigned short __a, vector bool short __b) { in vec_andc()
1242 vec_andc(vector bool short __a, vector bool short __b) { in vec_andc()
1247 vector int __b) { in vec_andc()
1252 vector int __b) { in vec_andc()
1257 vector bool int __b) { in vec_andc()
1262 vec_andc(vector unsigned int __a, vector unsigned int __b) { in vec_andc()
1267 vec_andc(vector bool int __a, vector unsigned int __b) { in vec_andc()
1272 vec_andc(vector unsigned int __a, vector bool int __b) { in vec_andc()
1277 vector bool int __b) { in vec_andc()
1282 vector float __b) { in vec_andc()
1289 vector float __b) { in vec_andc()
1296 vector bool int __b) { in vec_andc()
1304 vector double __b) { in vec_andc()
1311 vec_andc(vector double __a, vector bool long long __b) { in vec_andc()
1318 vector double __b) { in vec_andc()
1325 vec_andc(vector signed long long __a, vector signed long long __b) { in vec_andc()
1330 vec_andc(vector bool long long __a, vector signed long long __b) { in vec_andc()
1335 vec_andc(vector signed long long __a, vector bool long long __b) { in vec_andc()
1340 vec_andc(vector unsigned long long __a, vector unsigned long long __b) { in vec_andc()
1345 vec_andc(vector bool long long __a, vector unsigned long long __b) { in vec_andc()
1350 vec_andc(vector unsigned long long __a, vector bool long long __b) { in vec_andc()
1355 vec_andc(vector bool long long __a, vector bool long long __b) { in vec_andc()
1363 vec_vandc(vector signed char __a, vector signed char __b) { in vec_vandc()
1368 vec_vandc(vector bool char __a, vector signed char __b) { in vec_vandc()
1373 vec_vandc(vector signed char __a, vector bool char __b) { in vec_vandc()
1378 vec_vandc(vector unsigned char __a, vector unsigned char __b) { in vec_vandc()
1383 vec_vandc(vector bool char __a, vector unsigned char __b) { in vec_vandc()
1388 vec_vandc(vector unsigned char __a, vector bool char __b) { in vec_vandc()
1393 vec_vandc(vector bool char __a, vector bool char __b) { in vec_vandc()
1398 vector short __b) { in vec_vandc()
1403 vector short __b) { in vec_vandc()
1408 vector bool short __b) { in vec_vandc()
1413 vec_vandc(vector unsigned short __a, vector unsigned short __b) { in vec_vandc()
1418 vec_vandc(vector bool short __a, vector unsigned short __b) { in vec_vandc()
1423 vec_vandc(vector unsigned short __a, vector bool short __b) { in vec_vandc()
1428 vec_vandc(vector bool short __a, vector bool short __b) { in vec_vandc()
1433 vector int __b) { in vec_vandc()
1438 vector int __b) { in vec_vandc()
1443 vector bool int __b) { in vec_vandc()
1448 vec_vandc(vector unsigned int __a, vector unsigned int __b) { in vec_vandc()
1453 vec_vandc(vector bool int __a, vector unsigned int __b) { in vec_vandc()
1458 vec_vandc(vector unsigned int __a, vector bool int __b) { in vec_vandc()
1463 vector bool int __b) { in vec_vandc()
1468 vector float __b) { in vec_vandc()
1475 vector float __b) { in vec_vandc()
1482 vector bool int __b) { in vec_vandc()
1490 vec_vandc(vector signed long long __a, vector signed long long __b) { in vec_vandc()
1495 vec_vandc(vector bool long long __a, vector signed long long __b) { in vec_vandc()
1500 vec_vandc(vector signed long long __a, vector bool long long __b) { in vec_vandc()
1505 vec_vandc(vector unsigned long long __a, vector unsigned long long __b) { in vec_vandc()
1510 vec_vandc(vector bool long long __a, vector unsigned long long __b) { in vec_vandc()
1515 vec_vandc(vector unsigned long long __a, vector bool long long __b) { in vec_vandc()
1520 vec_vandc(vector bool long long __a, vector bool long long __b) { in vec_vandc()
1528 vec_avg(vector signed char __a, vector signed char __b) { in vec_avg()
1533 vec_avg(vector unsigned char __a, vector unsigned char __b) { in vec_avg()
1538 vector short __b) { in vec_avg()
1543 vec_avg(vector unsigned short __a, vector unsigned short __b) { in vec_avg()
1548 vector int __b) { in vec_avg()
1553 vec_avg(vector unsigned int __a, vector unsigned int __b) { in vec_avg()
1560 vec_vavgsb(vector signed char __a, vector signed char __b) { in vec_vavgsb()
1567 vec_vavgub(vector unsigned char __a, vector unsigned char __b) { in vec_vavgub()
1574 vec_vavgsh(vector short __a, vector short __b) { in vec_vavgsh()
1581 vec_vavguh(vector unsigned short __a, vector unsigned short __b) { in vec_vavguh()
1588 vec_vavgsw(vector int __a, vector int __b) { in vec_vavgsw()
1595 vec_vavguw(vector unsigned int __a, vector unsigned int __b) { in vec_vavguw()
1625 vec_cmpb(vector float __a, vector float __b) { in vec_cmpb()
1632 vec_vcmpbfp(vector float __a, vector float __b) { in vec_vcmpbfp()
1639 vec_cmpeq(vector signed char __a, vector signed char __b) { in vec_cmpeq()
1645 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) { in vec_cmpeq()
1651 vec_cmpeq(vector bool char __a, vector bool char __b) { in vec_cmpeq()
1657 vector short __b) { in vec_cmpeq()
1662 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) { in vec_cmpeq()
1668 vec_cmpeq(vector bool short __a, vector bool short __b) { in vec_cmpeq()
1674 vector int __b) { in vec_cmpeq()
1679 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) { in vec_cmpeq()
1685 vector bool int __b) { in vec_cmpeq()
1692 vec_cmpeq(vector signed long long __a, vector signed long long __b) { in vec_cmpeq()
1697 vec_cmpeq(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpeq()
1703 vec_cmpeq(vector bool long long __a, vector bool long long __b) { in vec_cmpeq()
1711 vector float __b) { in vec_cmpeq()
1721 vec_cmpeq(vector double __a, vector double __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 bool long long __a, vector bool long long __b) { in vec_cmpne()
1790 vec_cmpne(vector signed long long __a, vector signed long long __b) { in vec_cmpne()
1796 vec_cmpne(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpne()
1802 vec_cmpne(vector float __a, vector float __b) { in vec_cmpne()
1808 vec_cmpne(vector double __a, vector double __b) { in vec_cmpne()
1816 vec_cmpnez(vector signed char __a, vector signed char __b) { in vec_cmpnez()
1822 vec_cmpnez(vector unsigned char __a, vector unsigned char __b) { in vec_cmpnez()
1828 vec_cmpnez(vector signed short __a, vector signed short __b) { in vec_cmpnez()
1834 vec_cmpnez(vector unsigned short __a, vector unsigned short __b) { in vec_cmpnez()
1840 vec_cmpnez(vector signed int __a, vector signed int __b) { in vec_cmpnez()
1846 vec_cmpnez(vector unsigned int __a, vector unsigned int __b) { in vec_cmpnez()
1922 vec_cmpgt(vector signed char __a, vector signed char __b) { in vec_cmpgt()
1927 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) { in vec_cmpgt()
1932 vector short __b) { in vec_cmpgt()
1937 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) { in vec_cmpgt()
1942 vector int __b) { in vec_cmpgt()
1947 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) { in vec_cmpgt()
1953 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt()
1958 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt()
1964 vector float __b) { in vec_cmpgt()
1974 vec_cmpgt(vector double __a, vector double __b) { in vec_cmpgt()
1982 vec_cmpge(vector signed char __a, vector signed char __b) { in vec_cmpge()
1987 vec_cmpge(vector unsigned char __a, vector unsigned char __b) { in vec_cmpge()
1992 vec_cmpge(vector signed short __a, vector signed short __b) { in vec_cmpge()
1997 vec_cmpge(vector unsigned short __a, vector unsigned short __b) { in vec_cmpge()
2002 vec_cmpge(vector signed int __a, vector signed int __b) { in vec_cmpge()
2007 vec_cmpge(vector unsigned int __a, vector unsigned int __b) { in vec_cmpge()
2012 vector float __b) { in vec_cmpge()
2022 vec_cmpge(vector double __a, vector double __b) { in vec_cmpge()
2029 vec_cmpge(vector signed long long __a, vector signed long long __b) { in vec_cmpge()
2034 vec_cmpge(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpge()
2042 vec_vcmpgefp(vector float __a, vector float __b) { in vec_vcmpgefp()
2049 vec_vcmpgtsb(vector signed char __a, vector signed char __b) { in vec_vcmpgtsb()
2056 vec_vcmpgtub(vector unsigned char __a, vector unsigned char __b) { in vec_vcmpgtub()
2063 vec_vcmpgtsh(vector short __a, vector short __b) { in vec_vcmpgtsh()
2070 vec_vcmpgtuh(vector unsigned short __a, vector unsigned short __b) { in vec_vcmpgtuh()
2077 vec_vcmpgtsw(vector int __a, vector int __b) { in vec_vcmpgtsw()
2084 vec_vcmpgtuw(vector unsigned int __a, vector unsigned int __b) { in vec_vcmpgtuw()
2091 vec_vcmpgtfp(vector float __a, vector float __b) { in vec_vcmpgtfp()
2098 vec_cmple(vector signed char __a, vector signed char __b) { in vec_cmple()
2103 vec_cmple(vector unsigned char __a, vector unsigned char __b) { in vec_cmple()
2108 vec_cmple(vector signed short __a, vector signed short __b) { in vec_cmple()
2113 vec_cmple(vector unsigned short __a, vector unsigned short __b) { in vec_cmple()
2118 vec_cmple(vector signed int __a, vector signed int __b) { in vec_cmple()
2123 vec_cmple(vector unsigned int __a, vector unsigned int __b) { in vec_cmple()
2128 vector float __b) { in vec_cmple()
2134 vec_cmple(vector double __a, vector double __b) { in vec_cmple()
2141 vec_cmple(vector signed long long __a, vector signed long long __b) { in vec_cmple()
2146 vec_cmple(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmple()
2154 vec_cmplt(vector signed char __a, vector signed char __b) { in vec_cmplt()
2159 vec_cmplt(vector unsigned char __a, vector unsigned char __b) { in vec_cmplt()
2164 vector short __b) { in vec_cmplt()
2169 vec_cmplt(vector unsigned short __a, vector unsigned short __b) { in vec_cmplt()
2174 vector int __b) { in vec_cmplt()
2179 vec_cmplt(vector unsigned int __a, vector unsigned int __b) { in vec_cmplt()
2184 vector float __b) { in vec_cmplt()
2190 vec_cmplt(vector double __a, vector double __b) { in vec_cmplt()
2197 vec_cmplt(vector signed long long __a, vector signed long long __b) { in vec_cmplt()
2202 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmplt()
2317 vec_first_match_index(vector signed char __a, vector signed char __b) { in vec_first_match_index()
2331 vec_first_match_index(vector unsigned char __a, vector unsigned char __b) { in vec_first_match_index()
2345 vec_first_match_index(vector signed short __a, vector signed short __b) { in vec_first_match_index()
2359 vec_first_match_index(vector unsigned short __a, vector unsigned short __b) { in vec_first_match_index()
2373 vec_first_match_index(vector signed int __a, vector signed int __b) { in vec_first_match_index()
2387 vec_first_match_index(vector unsigned int __a, vector unsigned int __b) { in vec_first_match_index()
2403 vec_first_match_or_eos_index(vector signed char __a, vector signed char __b) { in vec_first_match_or_eos_index()
2427 vector unsigned char __b) { in vec_first_match_or_eos_index()
2446 vec_first_match_or_eos_index(vector signed short __a, vector signed short __b) { in vec_first_match_or_eos_index()
2466 vector unsigned short __b) { in vec_first_match_or_eos_index()
2485 vec_first_match_or_eos_index(vector signed int __a, vector signed int __b) { in vec_first_match_or_eos_index()
2503 vec_first_match_or_eos_index(vector unsigned int __a, vector unsigned int __b) { in vec_first_match_or_eos_index()
2524 vec_first_mismatch_index(vector signed char __a, vector signed char __b) { in vec_first_mismatch_index()
2538 vec_first_mismatch_index(vector unsigned char __a, vector unsigned char __b) { in vec_first_mismatch_index()
2552 vec_first_mismatch_index(vector signed short __a, vector signed short __b) { in vec_first_mismatch_index()
2566 vec_first_mismatch_index(vector unsigned short __a, vector unsigned short __b) { in vec_first_mismatch_index()
2580 vec_first_mismatch_index(vector signed int __a, vector signed int __b) { in vec_first_mismatch_index()
2594 vec_first_mismatch_index(vector unsigned int __a, vector unsigned int __b) { in vec_first_mismatch_index()
2611 vector signed char __b) { in vec_first_mismatch_or_eos_index()
2626 vector unsigned char __b) { in vec_first_mismatch_or_eos_index()
2641 vector signed short __b) { in vec_first_mismatch_or_eos_index()
2656 vector unsigned short __b) { in vec_first_mismatch_or_eos_index()
2670 vec_first_mismatch_or_eos_index(vector signed int __a, vector signed int __b) { in vec_first_mismatch_or_eos_index()
2685 vector unsigned int __b) { in vec_first_mismatch_or_eos_index()
2699 vec_insert_exp(vector double __a, vector unsigned long long __b) { in vec_insert_exp()
2704 vec_insert_exp(vector unsigned long long __a, vector unsigned long long __b) { in vec_insert_exp()
2709 vec_insert_exp(vector float __a, vector unsigned int __b) { in vec_insert_exp()
2714 vec_insert_exp(vector unsigned int __a, vector unsigned int __b) { in vec_insert_exp()
2720 size_t __b) { in vec_xl_len()
2725 vec_xl_len(unsigned char *__a, size_t __b) { in vec_xl_len()
2730 size_t __b) { in vec_xl_len()
2735 vec_xl_len(unsigned short *__a, size_t __b) { in vec_xl_len()
2740 size_t __b) { in vec_xl_len()
2745 size_t __b) { in vec_xl_len()
2749 static __inline__ vector float __ATTRS_o_ai vec_xl_len(float *__a, size_t __b) { in vec_xl_len()
2754 vec_xl_len(signed __int128 *__a, size_t __b) { in vec_xl_len()
2759 vec_xl_len(unsigned __int128 *__a, size_t __b) { in vec_xl_len()
2764 vec_xl_len(signed long long *__a, size_t __b) { in vec_xl_len()
2769 vec_xl_len(unsigned long long *__a, size_t __b) { in vec_xl_len()
2774 size_t __b) { in vec_xl_len()
2779 size_t __b) { in vec_xl_len_r()
2793 unsigned char *__b, in vec_xst_len()
2799 signed char *__b, size_t __c) { in vec_xst_len()
2804 signed short *__b, size_t __c) { in vec_xst_len()
2809 unsigned short *__b, in vec_xst_len()
2815 signed int *__b, size_t __c) { in vec_xst_len()
2820 unsigned int *__b, size_t __c) { in vec_xst_len()
2824 static __inline__ void __ATTRS_o_ai vec_xst_len(vector float __a, float *__b, in vec_xst_len()
2830 signed __int128 *__b, in vec_xst_len()
2836 unsigned __int128 *__b, in vec_xst_len()
2842 signed long long *__b, in vec_xst_len()
2848 unsigned long long *__b, in vec_xst_len()
2853 static __inline__ void __ATTRS_o_ai vec_xst_len(vector double __a, double *__b, in vec_xst_len()
2859 unsigned char *__b, in vec_xst_len_r()
2878 vector float __b) { in vec_cpsgn()
2883 vector double __b) { in vec_cpsgn()
2891 #define vec_ctf(__a, __b) \ argument
2907 #define vec_ctf(__a, __b) \ argument
2920 #define vec_vcfsx(__a, __b) __builtin_altivec_vcfsx((vector int)(__a), (__b)) argument
2925 #define vec_cts(__a, __b) \ argument
2946 #define vec_ctu(__a, __b) \ argument
2981 vec_signed2(vector double __a, vector double __b) { in vec_signed2()
3023 vec_unsigned2(vector double __a, vector double __b) { in vec_unsigned2()
3065 vec_float2(vector signed long long __a, vector signed long long __b) { in vec_float2()
3070 vec_float2(vector unsigned long long __a, vector unsigned long long __b) { in vec_float2()
3075 vec_float2(vector double __a, vector double __b) { in vec_float2()
3250 vec_div(vector signed char __a, vector signed char __b) { in vec_div()
3255 vec_div(vector unsigned char __a, vector unsigned char __b) { in vec_div()
3260 vec_div(vector signed short __a, vector signed short __b) { in vec_div()
3265 vec_div(vector unsigned short __a, vector unsigned short __b) { in vec_div()
3270 vec_div(vector signed int __a, vector signed int __b) { in vec_div()
3275 vec_div(vector unsigned int __a, vector unsigned int __b) { in vec_div()
3281 vec_div(vector signed long long __a, vector signed long long __b) { in vec_div()
3286 vec_div(vector unsigned long long __a, vector unsigned long long __b) { in vec_div()
3291 vector float __b) { in vec_div()
3296 vector double __b) { in vec_div()
3337 vec_eqv(vector signed char __a, vector signed char __b) { in vec_eqv()
3343 vec_eqv(vector unsigned char __a, vector unsigned char __b) { in vec_eqv()
3349 vector bool char __b) { in vec_eqv()
3355 vec_eqv(vector signed short __a, vector signed short __b) { in vec_eqv()
3361 vec_eqv(vector unsigned short __a, vector unsigned short __b) { in vec_eqv()
3367 vec_eqv(vector bool short __a, vector bool short __b) { in vec_eqv()
3373 vec_eqv(vector signed int __a, vector signed int __b) { in vec_eqv()
3379 vec_eqv(vector unsigned int __a, vector unsigned int __b) { in vec_eqv()
3384 vector bool int __b) { in vec_eqv()
3390 vec_eqv(vector signed long long __a, vector signed long long __b) { in vec_eqv()
3396 vec_eqv(vector unsigned long long __a, vector unsigned long long __b) { in vec_eqv()
3402 vec_eqv(vector bool long long __a, vector bool long long __b) { in vec_eqv()
3408 vector float __b) { in vec_eqv()
3414 vector double __b) { in vec_eqv()
3460 vec_ld(int __a, const vector signed char *__b) { in vec_ld()
3465 vec_ld(int __a, const signed char *__b) { in vec_ld()
3470 vec_ld(int __a, const vector unsigned char *__b) { in vec_ld()
3475 vec_ld(int __a, const unsigned char *__b) { in vec_ld()
3480 vec_ld(int __a, const vector bool char *__b) { in vec_ld()
3485 const vector short *__b) { in vec_ld()
3489 static __inline__ vector short __ATTRS_o_ai vec_ld(int __a, const short *__b) { in vec_ld()
3494 vec_ld(int __a, const vector unsigned short *__b) { in vec_ld()
3499 vec_ld(int __a, const unsigned short *__b) { in vec_ld()
3504 vec_ld(int __a, const vector bool short *__b) { in vec_ld()
3509 const vector pixel *__b) { in vec_ld()
3514 const vector int *__b) { in vec_ld()
3518 static __inline__ vector int __ATTRS_o_ai vec_ld(int __a, const int *__b) { in vec_ld()
3523 vec_ld(int __a, const vector unsigned int *__b) { in vec_ld()
3528 vec_ld(int __a, const unsigned int *__b) { in vec_ld()
3533 vec_ld(int __a, const vector bool int *__b) { in vec_ld()
3538 const vector float *__b) { in vec_ld()
3542 static __inline__ vector float __ATTRS_o_ai vec_ld(int __a, const float *__b) { in vec_ld()
3549 vec_lvx(int __a, const vector signed char *__b) { in vec_lvx()
3554 vec_lvx(int __a, const signed char *__b) { in vec_lvx()
3559 vec_lvx(int __a, const vector unsigned char *__b) { in vec_lvx()
3564 vec_lvx(int __a, const unsigned char *__b) { in vec_lvx()
3569 vec_lvx(int __a, const vector bool char *__b) { in vec_lvx()
3574 const vector short *__b) { in vec_lvx()
3578 static __inline__ vector short __ATTRS_o_ai vec_lvx(int __a, const short *__b) { in vec_lvx()
3583 vec_lvx(int __a, const vector unsigned short *__b) { in vec_lvx()
3588 vec_lvx(int __a, const unsigned short *__b) { in vec_lvx()
3593 vec_lvx(int __a, const vector bool short *__b) { in vec_lvx()
3598 const vector pixel *__b) { in vec_lvx()
3603 const vector int *__b) { in vec_lvx()
3607 static __inline__ vector int __ATTRS_o_ai vec_lvx(int __a, const int *__b) { in vec_lvx()
3612 vec_lvx(int __a, const vector unsigned int *__b) { in vec_lvx()
3617 vec_lvx(int __a, const unsigned int *__b) { in vec_lvx()
3622 vec_lvx(int __a, const vector bool int *__b) { in vec_lvx()
3627 const vector float *__b) { in vec_lvx()
3631 static __inline__ vector float __ATTRS_o_ai vec_lvx(int __a, const float *__b) { in vec_lvx()
3638 vec_lde(int __a, const signed char *__b) { in vec_lde()
3643 vec_lde(int __a, const unsigned char *__b) { in vec_lde()
3647 static __inline__ vector short __ATTRS_o_ai vec_lde(int __a, const short *__b) { in vec_lde()
3652 vec_lde(int __a, const unsigned short *__b) { in vec_lde()
3656 static __inline__ vector int __ATTRS_o_ai vec_lde(int __a, const int *__b) { in vec_lde()
3661 vec_lde(int __a, const unsigned int *__b) { in vec_lde()
3665 static __inline__ vector float __ATTRS_o_ai vec_lde(int __a, const float *__b) { in vec_lde()
3672 vec_lvebx(int __a, const signed char *__b) { in vec_lvebx()
3677 vec_lvebx(int __a, const unsigned char *__b) { in vec_lvebx()
3684 const short *__b) { in vec_lvehx()
3689 vec_lvehx(int __a, const unsigned short *__b) { in vec_lvehx()
3695 static __inline__ vector int __ATTRS_o_ai vec_lvewx(int __a, const int *__b) { in vec_lvewx()
3700 vec_lvewx(int __a, const unsigned int *__b) { in vec_lvewx()
3705 const float *__b) { in vec_lvewx()
3712 vec_ldl(int __a, const vector signed char *__b) { in vec_ldl()
3717 vec_ldl(int __a, const signed char *__b) { in vec_ldl()
3722 vec_ldl(int __a, const vector unsigned char *__b) { in vec_ldl()
3727 vec_ldl(int __a, const unsigned char *__b) { in vec_ldl()
3732 vec_ldl(int __a, const vector bool char *__b) { in vec_ldl()
3737 const vector short *__b) { in vec_ldl()
3741 static __inline__ vector short __ATTRS_o_ai vec_ldl(int __a, const short *__b) { in vec_ldl()
3746 vec_ldl(int __a, const vector unsigned short *__b) { in vec_ldl()
3751 vec_ldl(int __a, const unsigned short *__b) { in vec_ldl()
3756 vec_ldl(int __a, const vector bool short *__b) { in vec_ldl()
3761 const vector pixel *__b) { in vec_ldl()
3766 const vector int *__b) { in vec_ldl()
3770 static __inline__ vector int __ATTRS_o_ai vec_ldl(int __a, const int *__b) { in vec_ldl()
3775 vec_ldl(int __a, const vector unsigned int *__b) { in vec_ldl()
3780 vec_ldl(int __a, const unsigned int *__b) { in vec_ldl()
3785 vec_ldl(int __a, const vector bool int *__b) { in vec_ldl()
3790 const vector float *__b) { in vec_ldl()
3794 static __inline__ vector float __ATTRS_o_ai vec_ldl(int __a, const float *__b) { in vec_ldl()
3801 vec_lvxl(int __a, const vector signed char *__b) { in vec_lvxl()
3806 vec_lvxl(int __a, const signed char *__b) { in vec_lvxl()
3811 vec_lvxl(int __a, const vector unsigned char *__b) { in vec_lvxl()
3816 vec_lvxl(int __a, const unsigned char *__b) { in vec_lvxl()
3821 vec_lvxl(int __a, const vector bool char *__b) { in vec_lvxl()
3826 const vector short *__b) { in vec_lvxl()
3831 const short *__b) { in vec_lvxl()
3836 vec_lvxl(int __a, const vector unsigned short *__b) { in vec_lvxl()
3841 vec_lvxl(int __a, const unsigned short *__b) { in vec_lvxl()
3846 vec_lvxl(int __a, const vector bool short *__b) { in vec_lvxl()
3851 const vector pixel *__b) { in vec_lvxl()
3856 const vector int *__b) { in vec_lvxl()
3860 static __inline__ vector int __ATTRS_o_ai vec_lvxl(int __a, const int *__b) { in vec_lvxl()
3865 vec_lvxl(int __a, const vector unsigned int *__b) { in vec_lvxl()
3870 vec_lvxl(int __a, const unsigned int *__b) { in vec_lvxl()
3875 vec_lvxl(int __a, const vector bool int *__b) { in vec_lvxl()
3880 const vector float *__b) { in vec_lvxl()
3885 const float *__b) { in vec_lvxl()
3908 loads/stores"))) vec_lvsl(int __a, const signed char *__b) { in vec_lvsl()
3917 vec_lvsl(int __a, const signed char *__b) { in vec_lvsl()
3925 loads/stores"))) vec_lvsl(int __a, const unsigned char *__b) { in vec_lvsl()
3934 vec_lvsl(int __a, const unsigned char *__b) { in vec_lvsl()
3942 loads/stores"))) vec_lvsl(int __a, const short *__b) { in vec_lvsl()
3951 const short *__b) { in vec_lvsl()
3959 loads/stores"))) vec_lvsl(int __a, const unsigned short *__b) { in vec_lvsl()
3968 vec_lvsl(int __a, const unsigned short *__b) { in vec_lvsl()
3976 loads/stores"))) vec_lvsl(int __a, const int *__b) { in vec_lvsl()
3985 const int *__b) { in vec_lvsl()
3993 loads/stores"))) vec_lvsl(int __a, const unsigned int *__b) { in vec_lvsl()
4002 vec_lvsl(int __a, const unsigned int *__b) { in vec_lvsl()
4010 loads/stores"))) vec_lvsl(int __a, const float *__b) { in vec_lvsl()
4019 const float *__b) { in vec_lvsl()
4029 loads/stores"))) vec_lvsr(int __a, const signed char *__b) { in vec_lvsr()
4038 vec_lvsr(int __a, const signed char *__b) { in vec_lvsr()
4046 loads/stores"))) vec_lvsr(int __a, const unsigned char *__b) { in vec_lvsr()
4055 vec_lvsr(int __a, const unsigned char *__b) { in vec_lvsr()
4063 loads/stores"))) vec_lvsr(int __a, const short *__b) { in vec_lvsr()
4072 const short *__b) { in vec_lvsr()
4080 loads/stores"))) vec_lvsr(int __a, const unsigned short *__b) { in vec_lvsr()
4089 vec_lvsr(int __a, const unsigned short *__b) { in vec_lvsr()
4097 loads/stores"))) vec_lvsr(int __a, const int *__b) { in vec_lvsr()
4106 const int *__b) { in vec_lvsr()
4114 loads/stores"))) vec_lvsr(int __a, const unsigned int *__b) { in vec_lvsr()
4123 vec_lvsr(int __a, const unsigned int *__b) { in vec_lvsr()
4131 loads/stores"))) vec_lvsr(int __a, const float *__b) { in vec_lvsr()
4140 const float *__b) { in vec_lvsr()
4156 vector signed short __a, vector signed short __b, vector signed short __c) { in vec_madd()
4161 vec_madd(vector signed short __a, vector unsigned short __b, in vec_madd()
4167 vec_madd(vector unsigned short __a, vector signed short __b, in vec_madd()
4173 vec_madd(vector unsigned short __a, vector unsigned short __b, in vec_madd()
4179 vector float __b, in vec_madd()
4190 vector double __b, in vec_madd()
4199 vec_vmaddfp(vector float __a, vector float __b, vector float __c) { in vec_vmaddfp()
4206 vec_madds(vector signed short __a, vector signed short __b, in vec_madds()
4213 vec_vmhaddshs(vector signed short __a, vector signed short __b, in vec_vmhaddshs()
4222 vector float __b, in vec_msub()
4228 vector double __b, in vec_msub()
4237 vec_max(vector signed char __a, vector signed char __b) { in vec_max()
4242 vec_max(vector bool char __a, vector signed char __b) { in vec_max()
4247 vec_max(vector signed char __a, vector bool char __b) { in vec_max()
4252 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max()
4257 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max()
4262 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max()
4267 vector short __b) { in vec_max()
4272 vector short __b) { in vec_max()
4277 vector bool short __b) { in vec_max()
4282 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max()
4287 vec_max(vector bool short __a, vector unsigned short __b) { in vec_max()
4292 vec_max(vector unsigned short __a, vector bool short __b) { in vec_max()
4297 vector int __b) { in vec_max()
4302 vector int __b) { in vec_max()
4307 vector bool int __b) { in vec_max()
4312 vec_max(vector unsigned int __a, vector unsigned int __b) { in vec_max()
4317 vec_max(vector bool int __a, vector unsigned int __b) { in vec_max()
4322 vec_max(vector unsigned int __a, vector bool int __b) { in vec_max()
4328 vec_max(vector signed long long __a, vector signed long long __b) { in vec_max()
4333 vec_max(vector bool long long __a, vector signed long long __b) { in vec_max()
4338 vec_max(vector signed long long __a, vector bool long long __b) { in vec_max()
4343 vec_max(vector unsigned long long __a, vector unsigned long long __b) { in vec_max()
4348 vec_max(vector bool long long __a, vector unsigned long long __b) { in vec_max()
4353 vec_max(vector unsigned long long __a, vector bool long long __b) { in vec_max()
4359 vector float __b) { in vec_max()
4369 vector double __b) { in vec_max()
4377 vec_vmaxsb(vector signed char __a, vector signed char __b) { in vec_vmaxsb()
4382 vec_vmaxsb(vector bool char __a, vector signed char __b) { in vec_vmaxsb()
4387 vec_vmaxsb(vector signed char __a, vector bool char __b) { in vec_vmaxsb()
4394 vec_vmaxub(vector unsigned char __a, vector unsigned char __b) { in vec_vmaxub()
4399 vec_vmaxub(vector bool char __a, vector unsigned char __b) { in vec_vmaxub()
4404 vec_vmaxub(vector unsigned char __a, vector bool char __b) { in vec_vmaxub()
4411 vector short __b) { in vec_vmaxsh()
4416 vector short __b) { in vec_vmaxsh()
4421 vector bool short __b) { in vec_vmaxsh()
4428 vec_vmaxuh(vector unsigned short __a, vector unsigned short __b) { in vec_vmaxuh()
4433 vec_vmaxuh(vector bool short __a, vector unsigned short __b) { in vec_vmaxuh()
4438 vec_vmaxuh(vector unsigned short __a, vector bool short __b) { in vec_vmaxuh()
4445 vector int __b) { in vec_vmaxsw()
4450 vector int __b) { in vec_vmaxsw()
4455 vector bool int __b) { in vec_vmaxsw()
4462 vec_vmaxuw(vector unsigned int __a, vector unsigned int __b) { in vec_vmaxuw()
4467 vec_vmaxuw(vector bool int __a, vector unsigned int __b) { in vec_vmaxuw()
4472 vec_vmaxuw(vector unsigned int __a, vector bool int __b) { in vec_vmaxuw()
4479 vec_vmaxfp(vector float __a, vector float __b) { in vec_vmaxfp()
4490 vec_mergeh(vector signed char __a, vector signed char __b) { in vec_mergeh()
4498 vec_mergeh(vector unsigned char __a, vector unsigned char __b) { in vec_mergeh()
4506 vec_mergeh(vector bool char __a, vector bool char __b) { in vec_mergeh()
4514 vector short __b) { in vec_mergeh()
4522 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { in vec_mergeh()
4530 vec_mergeh(vector bool short __a, vector bool short __b) { in vec_mergeh()
4538 vector pixel __b) { in vec_mergeh()
4546 vector int __b) { in vec_mergeh()
4554 vec_mergeh(vector unsigned int __a, vector unsigned int __b) { in vec_mergeh()
4562 vector bool int __b) { in vec_mergeh()
4570 vector float __b) { in vec_mergeh()
4579 vec_mergeh(vector signed long long __a, vector signed long long __b) { in vec_mergeh()
4587 vec_mergeh(vector signed long long __a, vector bool long long __b) { in vec_mergeh()
4595 vec_mergeh(vector bool long long __a, vector signed long long __b) { in vec_mergeh()
4603 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { in vec_mergeh()
4611 vec_mergeh(vector unsigned long long __a, vector bool long long __b) { in vec_mergeh()
4619 vec_mergeh(vector bool long long __a, vector unsigned long long __b) { in vec_mergeh()
4627 vec_mergeh(vector bool long long __a, vector bool long long __b) { in vec_mergeh()
4635 vector double __b) { in vec_mergeh()
4642 vec_mergeh(vector double __a, vector bool long long __b) { in vec_mergeh()
4649 vec_mergeh(vector bool long long __a, vector double __b) { in vec_mergeh()
4662 vec_vmrghb(vector signed char __a, vector signed char __b) { in vec_vmrghb()
4670 vec_vmrghb(vector unsigned char __a, vector unsigned char __b) { in vec_vmrghb()
4678 vec_vmrghb(vector bool char __a, vector bool char __b) { in vec_vmrghb()
4690 vector short __b) { in vec_vmrghh()
4698 vec_vmrghh(vector unsigned short __a, vector unsigned short __b) { in vec_vmrghh()
4706 vec_vmrghh(vector bool short __a, vector bool short __b) { in vec_vmrghh()
4714 vector pixel __b) { in vec_vmrghh()
4726 vector int __b) { in vec_vmrghw()
4734 vec_vmrghw(vector unsigned int __a, vector unsigned int __b) { in vec_vmrghw()
4742 vector bool int __b) { in vec_vmrghw()
4750 vector float __b) { in vec_vmrghw()
4760 vec_mergel(vector signed char __a, vector signed char __b) { in vec_mergel()
4768 vec_mergel(vector unsigned char __a, vector unsigned char __b) { in vec_mergel()
4776 vec_mergel(vector bool char __a, vector bool char __b) { in vec_mergel()
4784 vector short __b) { in vec_mergel()
4792 vec_mergel(vector unsigned short __a, vector unsigned short __b) { in vec_mergel()
4800 vec_mergel(vector bool short __a, vector bool short __b) { in vec_mergel()
4808 vector pixel __b) { in vec_mergel()
4816 vector int __b) { in vec_mergel()
4824 vec_mergel(vector unsigned int __a, vector unsigned int __b) { in vec_mergel()
4832 vector bool int __b) { in vec_mergel()
4840 vector float __b) { in vec_mergel()
4849 vec_mergel(vector signed long long __a, vector signed long long __b) { in vec_mergel()
4856 vec_mergel(vector signed long long __a, vector bool long long __b) { in vec_mergel()
4863 vec_mergel(vector bool long long __a, vector signed long long __b) { in vec_mergel()
4870 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { in vec_mergel()
4877 vec_mergel(vector unsigned long long __a, vector bool long long __b) { in vec_mergel()
4884 vec_mergel(vector bool long long __a, vector unsigned long long __b) { in vec_mergel()
4891 vec_mergel(vector bool long long __a, vector bool long long __b) { in vec_mergel()
4898 vector double __b) { in vec_mergel()
4905 vec_mergel(vector double __a, vector bool long long __b) { in vec_mergel()
4912 vec_mergel(vector bool long long __a, vector double __b) { in vec_mergel()
4925 vec_vmrglb(vector signed char __a, vector signed char __b) { in vec_vmrglb()
4933 vec_vmrglb(vector unsigned char __a, vector unsigned char __b) { in vec_vmrglb()
4941 vec_vmrglb(vector bool char __a, vector bool char __b) { in vec_vmrglb()
4953 vector short __b) { in vec_vmrglh()
4961 vec_vmrglh(vector unsigned short __a, vector unsigned short __b) { in vec_vmrglh()
4969 vec_vmrglh(vector bool short __a, vector bool short __b) { in vec_vmrglh()
4977 vector pixel __b) { in vec_vmrglh()
4989 vector int __b) { in vec_vmrglw()
4997 vec_vmrglw(vector unsigned int __a, vector unsigned int __b) { in vec_vmrglw()
5005 vector bool int __b) { in vec_vmrglw()
5013 vector float __b) { in vec_vmrglw()
5024 vector bool int __b) { in vec_mergee()
5032 vec_mergee(vector signed int __a, vector signed int __b) { in vec_mergee()
5040 vec_mergee(vector unsigned int __a, vector unsigned int __b) { in vec_mergee()
5048 vec_mergee(vector bool long long __a, vector bool long long __b) { in vec_mergee()
5053 vec_mergee(vector signed long long __a, vector signed long long __b) { in vec_mergee()
5058 vec_mergee(vector unsigned long long __a, vector unsigned long long __b) { in vec_mergee()
5063 vec_mergee(vector float __a, vector float __b) { in vec_mergee()
5071 vec_mergee(vector double __a, vector double __b) { in vec_mergee()
5078 vector bool int __b) { in vec_mergeo()
5086 vec_mergeo(vector signed int __a, vector signed int __b) { in vec_mergeo()
5094 vec_mergeo(vector unsigned int __a, vector unsigned int __b) { in vec_mergeo()
5102 vec_mergeo(vector bool long long __a, vector bool long long __b) { in vec_mergeo()
5107 vec_mergeo(vector signed long long __a, vector signed long long __b) { in vec_mergeo()
5112 vec_mergeo(vector unsigned long long __a, vector unsigned long long __b) { in vec_mergeo()
5117 vec_mergeo(vector float __a, vector float __b) { in vec_mergeo()
5125 vec_mergeo(vector double __a, vector double __b) { in vec_mergeo()
5141 vec_min(vector signed char __a, vector signed char __b) { in vec_min()
5146 vec_min(vector bool char __a, vector signed char __b) { in vec_min()
5151 vec_min(vector signed char __a, vector bool char __b) { in vec_min()
5156 vec_min(vector unsigned char __a, vector unsigned char __b) { in vec_min()
5161 vec_min(vector bool char __a, vector unsigned char __b) { in vec_min()
5166 vec_min(vector unsigned char __a, vector bool char __b) { in vec_min()
5171 vector short __b) { in vec_min()
5176 vector short __b) { in vec_min()
5181 vector bool short __b) { in vec_min()
5186 vec_min(vector unsigned short __a, vector unsigned short __b) { in vec_min()
5191 vec_min(vector bool short __a, vector unsigned short __b) { in vec_min()
5196 vec_min(vector unsigned short __a, vector bool short __b) { in vec_min()
5201 vector int __b) { in vec_min()
5206 vector int __b) { in vec_min()
5211 vector bool int __b) { in vec_min()
5216 vec_min(vector unsigned int __a, vector unsigned int __b) { in vec_min()
5221 vec_min(vector bool int __a, vector unsigned int __b) { in vec_min()
5226 vec_min(vector unsigned int __a, vector bool int __b) { in vec_min()
5232 vec_min(vector signed long long __a, vector signed long long __b) { in vec_min()
5237 vec_min(vector bool long long __a, vector signed long long __b) { in vec_min()
5242 vec_min(vector signed long long __a, vector bool long long __b) { in vec_min()
5247 vec_min(vector unsigned long long __a, vector unsigned long long __b) { in vec_min()
5252 vec_min(vector bool long long __a, vector unsigned long long __b) { in vec_min()
5257 vec_min(vector unsigned long long __a, vector bool long long __b) { in vec_min()
5263 vector float __b) { in vec_min()
5273 vector double __b) { in vec_min()
5281 vec_vminsb(vector signed char __a, vector signed char __b) { in vec_vminsb()
5286 vec_vminsb(vector bool char __a, vector signed char __b) { in vec_vminsb()
5291 vec_vminsb(vector signed char __a, vector bool char __b) { in vec_vminsb()
5298 vec_vminub(vector unsigned char __a, vector unsigned char __b) { in vec_vminub()
5303 vec_vminub(vector bool char __a, vector unsigned char __b) { in vec_vminub()
5308 vec_vminub(vector unsigned char __a, vector bool char __b) { in vec_vminub()
5315 vector short __b) { in vec_vminsh()
5320 vector short __b) { in vec_vminsh()
5325 vector bool short __b) { in vec_vminsh()
5332 vec_vminuh(vector unsigned short __a, vector unsigned short __b) { in vec_vminuh()
5337 vec_vminuh(vector bool short __a, vector unsigned short __b) { in vec_vminuh()
5342 vec_vminuh(vector unsigned short __a, vector bool short __b) { in vec_vminuh()
5349 vector int __b) { in vec_vminsw()
5354 vector int __b) { in vec_vminsw()
5359 vector bool int __b) { in vec_vminsw()
5366 vec_vminuw(vector unsigned int __a, vector unsigned int __b) { in vec_vminuw()
5371 vec_vminuw(vector bool int __a, vector unsigned int __b) { in vec_vminuw()
5376 vec_vminuw(vector unsigned int __a, vector bool int __b) { in vec_vminuw()
5383 vec_vminfp(vector float __a, vector float __b) { in vec_vminfp()
5396 vector short __b, in vec_mladd()
5402 vector short __a, vector unsigned short __b, vector unsigned short __c) { in vec_mladd()
5407 vector short __b, in vec_mladd()
5413 vec_mladd(vector unsigned short __a, vector unsigned short __b, in vec_mladd()
5421 vector short __b, in vec_vmladduhm()
5427 vector short __a, vector unsigned short __b, vector unsigned short __c) { in vec_vmladduhm()
5432 vec_vmladduhm(vector unsigned short __a, vector short __b, vector short __c) { in vec_vmladduhm()
5437 vec_vmladduhm(vector unsigned short __a, vector unsigned short __b, in vec_vmladduhm()
5445 vec_mradds(vector short __a, vector short __b, vector short __c) { in vec_mradds()
5452 vec_vmhraddshs(vector short __a, vector short __b, vector short __c) { in vec_vmhraddshs()
5459 vector unsigned char __b, in vec_msum()
5465 vec_msum(vector unsigned char __a, vector unsigned char __b, in vec_msum()
5471 vector short __b, in vec_msum()
5477 vec_msum(vector unsigned short __a, vector unsigned short __b, in vec_msum()
5485 vec_vmsummbm(vector signed char __a, vector unsigned char __b, vector int __c) { in vec_vmsummbm()
5492 vec_vmsumubm(vector unsigned char __a, vector unsigned char __b, in vec_vmsumubm()
5500 vec_vmsumshm(vector short __a, vector short __b, vector int __c) { in vec_vmsumshm()
5507 vec_vmsumuhm(vector unsigned short __a, vector unsigned short __b, in vec_vmsumuhm()
5515 vector short __b, in vec_msums()
5521 vec_msums(vector unsigned short __a, vector unsigned short __b, in vec_msums()
5529 vec_vmsumshs(vector short __a, vector short __b, vector int __c) { in vec_vmsumshs()
5536 vec_vmsumuhs(vector unsigned short __a, vector unsigned short __b, in vec_vmsumuhs()
5594 vec_mul(vector signed char __a, vector signed char __b) { in vec_mul()
5599 vec_mul(vector unsigned char __a, vector unsigned char __b) { in vec_mul()
5604 vec_mul(vector signed short __a, vector signed short __b) { in vec_mul()
5609 vec_mul(vector unsigned short __a, vector unsigned short __b) { in vec_mul()
5614 vec_mul(vector signed int __a, vector signed int __b) { in vec_mul()
5619 vec_mul(vector unsigned int __a, vector unsigned int __b) { in vec_mul()
5625 vec_mul(vector signed long long __a, vector signed long long __b) { in vec_mul()
5630 vec_mul(vector unsigned long long __a, vector unsigned long long __b) { in vec_mul()
5636 vector float __b) { in vec_mul()
5642 vector double __b) { in vec_mul()
5653 vector signed char __b) { in vec_mule()
5662 vec_mule(vector unsigned char __a, vector unsigned char __b) { in vec_mule()
5671 vector short __b) { in vec_mule()
5680 vec_mule(vector unsigned short __a, vector unsigned short __b) { in vec_mule()
5690 vec_mule(vector signed int __a, vector signed int __b) { in vec_mule()
5699 vec_mule(vector unsigned int __a, vector unsigned int __b) { in vec_mule()
5711 vec_vmulesb(vector signed char __a, vector signed char __b) { in vec_vmulesb()
5722 vec_vmuleub(vector unsigned char __a, vector unsigned char __b) { in vec_vmuleub()
5733 vec_vmulesh(vector short __a, vector short __b) { in vec_vmulesh()
5744 vec_vmuleuh(vector unsigned short __a, vector unsigned short __b) { in vec_vmuleuh()
5755 vector signed char __b) { in vec_mulo()
5764 vec_mulo(vector unsigned char __a, vector unsigned char __b) { in vec_mulo()
5773 vector short __b) { in vec_mulo()
5782 vec_mulo(vector unsigned short __a, vector unsigned short __b) { in vec_mulo()
5792 vec_mulo(vector signed int __a, vector signed int __b) { in vec_mulo()
5801 vec_mulo(vector unsigned int __a, vector unsigned int __b) { in vec_mulo()
5813 vec_vmulosb(vector signed char __a, vector signed char __b) { in vec_vmulosb()
5824 vec_vmuloub(vector unsigned char __a, vector unsigned char __b) { in vec_vmuloub()
5835 vec_vmulosh(vector short __a, vector short __b) { in vec_vmulosh()
5846 vec_vmulouh(vector unsigned short __a, vector unsigned short __b) { in vec_vmulouh()
5858 vec_nand(vector signed char __a, vector signed char __b) { in vec_nand()
5863 vec_nand(vector signed char __a, vector bool char __b) { in vec_nand()
5868 vec_nand(vector bool char __a, vector signed char __b) { in vec_nand()
5873 vec_nand(vector unsigned char __a, vector unsigned char __b) { in vec_nand()
5878 vec_nand(vector unsigned char __a, vector bool char __b) { in vec_nand()
5883 vec_nand(vector bool char __a, vector unsigned char __b) { in vec_nand()
5888 vector bool char __b) { in vec_nand()
5893 vec_nand(vector signed short __a, vector signed short __b) { in vec_nand()
5898 vec_nand(vector signed short __a, vector bool short __b) { in vec_nand()
5903 vec_nand(vector bool short __a, vector signed short __b) { in vec_nand()
5908 vec_nand(vector unsigned short __a, vector unsigned short __b) { in vec_nand()
5913 vec_nand(vector unsigned short __a, vector bool short __b) { in vec_nand()
5918 vec_nand(vector bool short __a, vector bool short __b) { in vec_nand()
5923 vec_nand(vector signed int __a, vector signed int __b) { in vec_nand()
5928 vector bool int __b) { in vec_nand()
5933 vec_nand(vector bool int __a, vector signed int __b) { in vec_nand()
5938 vec_nand(vector unsigned int __a, vector unsigned int __b) { in vec_nand()
5943 vec_nand(vector unsigned int __a, vector bool int __b) { in vec_nand()
5948 vec_nand(vector bool int __a, vector unsigned int __b) { in vec_nand()
5953 vector bool int __b) { in vec_nand()
5958 vec_nand(vector float __a, vector float __b) { in vec_nand()
5964 vec_nand(vector signed long long __a, vector signed long long __b) { in vec_nand()
5969 vec_nand(vector signed long long __a, vector bool long long __b) { in vec_nand()
5974 vec_nand(vector bool long long __a, vector signed long long __b) { in vec_nand()
5979 vec_nand(vector unsigned long long __a, vector unsigned long long __b) { in vec_nand()
5984 vec_nand(vector unsigned long long __a, vector bool long long __b) { in vec_nand()
5989 vec_nand(vector bool long long __a, vector unsigned long long __b) { in vec_nand()
5994 vec_nand(vector bool long long __a, vector bool long long __b) { in vec_nand()
5999 vec_nand(vector double __a, vector double __b) { in vec_nand()
6010 vector float __b, in vec_nmadd()
6016 vector double __b, in vec_nmadd()
6025 vector float __b, in vec_nmsub()
6036 vector double __b, in vec_nmsub()
6045 vec_vnmsubfp(vector float __a, vector float __b, vector float __c) { in vec_vnmsubfp()
6054 vec_nor(vector signed char __a, vector signed char __b) { in vec_nor()
6059 vec_nor(vector unsigned char __a, vector unsigned char __b) { in vec_nor()
6064 vector bool char __b) { in vec_nor()
6069 vector short __b) { in vec_nor()
6074 vec_nor(vector unsigned short __a, vector unsigned short __b) { in vec_nor()
6079 vec_nor(vector bool short __a, vector bool short __b) { in vec_nor()
6084 vector int __b) { in vec_nor()
6089 vec_nor(vector unsigned int __a, vector unsigned int __b) { in vec_nor()
6094 vector bool int __b) { in vec_nor()
6099 vector float __b) { in vec_nor()
6107 vector double __b) { in vec_nor()
6117 vec_vnor(vector signed char __a, vector signed char __b) { in vec_vnor()
6122 vec_vnor(vector unsigned char __a, vector unsigned char __b) { in vec_vnor()
6127 vector bool char __b) { in vec_vnor()
6132 vector short __b) { in vec_vnor()
6137 vec_vnor(vector unsigned short __a, vector unsigned short __b) { in vec_vnor()
6142 vec_vnor(vector bool short __a, vector bool short __b) { in vec_vnor()
6147 vector int __b) { in vec_vnor()
6152 vec_vnor(vector unsigned int __a, vector unsigned int __b) { in vec_vnor()
6157 vector bool int __b) { in vec_vnor()
6162 vector float __b) { in vec_vnor()
6170 vec_nor(vector signed long long __a, vector signed long long __b) { in vec_nor()
6175 vec_nor(vector unsigned long long __a, vector unsigned long long __b) { in vec_nor()
6180 vec_nor(vector bool long long __a, vector bool long long __b) { in vec_nor()
6190 vec_or(vector signed char __a, vector signed char __b) { in vec_or()
6195 vec_or(vector bool char __a, vector signed char __b) { in vec_or()
6200 vector bool char __b) { in vec_or()
6205 vec_or(vector unsigned char __a, vector unsigned char __b) { in vec_or()
6210 vec_or(vector bool char __a, vector unsigned char __b) { in vec_or()
6215 vec_or(vector unsigned char __a, vector bool char __b) { in vec_or()
6220 vector bool char __b) { in vec_or()
6225 vector short __b) { in vec_or()
6230 vector short __b) { in vec_or()
6235 vector bool short __b) { in vec_or()
6240 vec_or(vector unsigned short __a, vector unsigned short __b) { in vec_or()
6245 vec_or(vector bool short __a, vector unsigned short __b) { in vec_or()
6250 vec_or(vector unsigned short __a, vector bool short __b) { in vec_or()
6255 vector bool short __b) { in vec_or()
6260 vector int __b) { in vec_or()
6265 vector int __b) { in vec_or()
6270 vector bool int __b) { in vec_or()
6275 vec_or(vector unsigned int __a, vector unsigned int __b) { in vec_or()
6280 vec_or(vector bool int __a, vector unsigned int __b) { in vec_or()
6285 vec_or(vector unsigned int __a, vector bool int __b) { in vec_or()
6290 vector bool int __b) { in vec_or()
6295 vector float __b) { in vec_or()
6302 vector float __b) { in vec_or()
6309 vector bool int __b) { in vec_or()
6317 vector double __b) { in vec_or()
6322 vector bool long long __b) { in vec_or()
6327 vector double __b) { in vec_or()
6334 vec_or(vector signed long long __a, vector signed long long __b) { in vec_or()
6339 vec_or(vector bool long long __a, vector signed long long __b) { in vec_or()
6344 vec_or(vector signed long long __a, vector bool long long __b) { in vec_or()
6349 vec_or(vector unsigned long long __a, vector unsigned long long __b) { in vec_or()
6354 vec_or(vector bool long long __a, vector unsigned long long __b) { in vec_or()
6359 vec_or(vector unsigned long long __a, vector bool long long __b) { in vec_or()
6364 vec_or(vector bool long long __a, vector bool long long __b) { in vec_or()
6371 vec_orc(vector signed char __a, vector signed char __b) { in vec_orc()
6376 vec_orc(vector signed char __a, vector bool char __b) { in vec_orc()
6381 vec_orc(vector bool char __a, vector signed char __b) { in vec_orc()
6386 vec_orc(vector unsigned char __a, vector unsigned char __b) { in vec_orc()
6391 vec_orc(vector unsigned char __a, vector bool char __b) { in vec_orc()
6396 vec_orc(vector bool char __a, vector unsigned char __b) { in vec_orc()
6401 vector bool char __b) { in vec_orc()
6406 vec_orc(vector signed short __a, vector signed short __b) { in vec_orc()
6411 vec_orc(vector signed short __a, vector bool short __b) { in vec_orc()
6416 vec_orc(vector bool short __a, vector signed short __b) { in vec_orc()
6421 vec_orc(vector unsigned short __a, vector unsigned short __b) { in vec_orc()
6426 vec_orc(vector unsigned short __a, vector bool short __b) { in vec_orc()
6431 vec_orc(vector bool short __a, vector unsigned short __b) { in vec_orc()
6436 vec_orc(vector bool short __a, vector bool short __b) { in vec_orc()
6441 vec_orc(vector signed int __a, vector signed int __b) { in vec_orc()
6446 vector bool int __b) { in vec_orc()
6451 vec_orc(vector bool int __a, vector signed int __b) { in vec_orc()
6456 vec_orc(vector unsigned int __a, vector unsigned int __b) { in vec_orc()
6461 vec_orc(vector unsigned int __a, vector bool int __b) { in vec_orc()
6466 vec_orc(vector bool int __a, vector unsigned int __b) { in vec_orc()
6471 vector bool int __b) { in vec_orc()
6476 vec_orc(vector bool int __a, vector float __b) { in vec_orc()
6481 vec_orc(vector float __a, vector bool int __b) { in vec_orc()
6486 vec_orc(vector signed long long __a, vector signed long long __b) { in vec_orc()
6491 vec_orc(vector signed long long __a, vector bool long long __b) { in vec_orc()
6496 vec_orc(vector bool long long __a, vector signed long long __b) { in vec_orc()
6501 vec_orc(vector unsigned long long __a, vector unsigned long long __b) { in vec_orc()
6506 vec_orc(vector unsigned long long __a, vector bool long long __b) { in vec_orc()
6511 vec_orc(vector bool long long __a, vector unsigned long long __b) { in vec_orc()
6516 vec_orc(vector bool long long __a, vector bool long long __b) { in vec_orc()
6521 vec_orc(vector double __a, vector bool long long __b) { in vec_orc()
6526 vec_orc(vector bool long long __a, vector double __b) { in vec_orc()
6534 vec_vor(vector signed char __a, vector signed char __b) { in vec_vor()
6539 vec_vor(vector bool char __a, vector signed char __b) { in vec_vor()
6544 vec_vor(vector signed char __a, vector bool char __b) { in vec_vor()
6549 vec_vor(vector unsigned char __a, vector unsigned char __b) { in vec_vor()
6554 vec_vor(vector bool char __a, vector unsigned char __b) { in vec_vor()
6559 vec_vor(vector unsigned char __a, vector bool char __b) { in vec_vor()
6564 vector bool char __b) { in vec_vor()
6569 vector short __b) { in vec_vor()
6574 vector short __b) { in vec_vor()
6579 vector bool short __b) { in vec_vor()
6584 vec_vor(vector unsigned short __a, vector unsigned short __b) { in vec_vor()
6589 vec_vor(vector bool short __a, vector unsigned short __b) { in vec_vor()
6594 vec_vor(vector unsigned short __a, vector bool short __b) { in vec_vor()
6599 vec_vor(vector bool short __a, vector bool short __b) { in vec_vor()
6604 vector int __b) { in vec_vor()
6609 vector int __b) { in vec_vor()
6614 vector bool int __b) { in vec_vor()
6619 vec_vor(vector unsigned int __a, vector unsigned int __b) { in vec_vor()
6624 vec_vor(vector bool int __a, vector unsigned int __b) { in vec_vor()
6629 vec_vor(vector unsigned int __a, vector bool int __b) { in vec_vor()
6634 vector bool int __b) { in vec_vor()
6639 vector float __b) { in vec_vor()
6646 vector float __b) { in vec_vor()
6653 vector bool int __b) { in vec_vor()
6661 vec_vor(vector signed long long __a, vector signed long long __b) { in vec_vor()
6666 vec_vor(vector bool long long __a, vector signed long long __b) { in vec_vor()
6671 vec_vor(vector signed long long __a, vector bool long long __b) { in vec_vor()
6676 vec_vor(vector unsigned long long __a, vector unsigned long long __b) { in vec_vor()
6681 vec_vor(vector bool long long __a, vector unsigned long long __b) { in vec_vor()
6686 vec_vor(vector unsigned long long __a, vector bool long long __b) { in vec_vor()
6691 vec_vor(vector bool long long __a, vector bool long long __b) { in vec_vor()
6702 vec_pack(vector signed short __a, vector signed short __b) { in vec_pack()
6717 vec_pack(vector unsigned short __a, vector unsigned short __b) { in vec_pack()
6732 vec_pack(vector bool short __a, vector bool short __b) { in vec_pack()
6747 vector int __b) { in vec_pack()
6762 vec_pack(vector unsigned int __a, vector unsigned int __b) { in vec_pack()
6777 vector bool int __b) { in vec_pack()
6793 vec_pack(vector signed long long __a, vector signed long long __b) { in vec_pack()
6807 vec_pack(vector unsigned long long __a, vector unsigned long long __b) { in vec_pack()
6822 vec_pack(vector bool long long __a, vector bool long long __b) { in vec_pack()
6837 vec_pack(vector double __a, vector double __b) { in vec_pack()
6844 vec_pack_to_short_fp32(vector float __a, vector float __b) { in vec_pack_to_short_fp32()
6860 vec_vpkuhum(vector signed short __a, vector signed short __b) { in vec_vpkuhum()
6875 vec_vpkuhum(vector unsigned short __a, vector unsigned short __b) { in vec_vpkuhum()
6890 vec_vpkuhum(vector bool short __a, vector bool short __b) { in vec_vpkuhum()
6909 vector int __b) { in vec_vpkuwum()
6924 vec_vpkuwum(vector unsigned int __a, vector unsigned int __b) { in vec_vpkuwum()
6939 vec_vpkuwum(vector bool int __a, vector bool int __b) { in vec_vpkuwum()
6959 vector long long __b) { in vec_vpkudum()
6974 vec_vpkudum(vector unsigned long long __a, vector unsigned long long __b) { in vec_vpkudum()
6989 vec_vpkudum(vector bool long long __a, vector bool long long __b) { in vec_vpkudum()
7007 vec_packpx(vector unsigned int __a, vector unsigned int __b) { in vec_packpx()
7018 vec_vpkpx(vector unsigned int __a, vector unsigned int __b) { in vec_vpkpx()
7029 vector short __b) { in vec_packs()
7038 vec_packs(vector unsigned short __a, vector unsigned short __b) { in vec_packs()
7047 vector int __b) { in vec_packs()
7056 vec_packs(vector unsigned int __a, vector unsigned int __b) { in vec_packs()
7066 vector long long __b) { in vec_packs()
7075 vec_packs(vector unsigned long long __a, vector unsigned long long __b) { in vec_packs()
7087 vec_vpkshss(vector short __a, vector short __b) { in vec_vpkshss()
7099 vector long long __b) { in vec_vpksdss()
7111 vec_vpkuhus(vector unsigned short __a, vector unsigned short __b) { in vec_vpkuhus()
7123 vec_vpkudus(vector unsigned long long __a, vector unsigned long long __b) { in vec_vpkudus()
7135 vec_vpkswss(vector int __a, vector int __b) { in vec_vpkswss()
7146 vec_vpkuwus(vector unsigned int __a, vector unsigned int __b) { in vec_vpkuwus()
7157 vec_packsu(vector short __a, vector short __b) { in vec_packsu()
7166 vec_packsu(vector unsigned short __a, vector unsigned short __b) { in vec_packsu()
7175 vec_packsu(vector int __a, vector int __b) { in vec_packsu()
7184 vec_packsu(vector unsigned int __a, vector unsigned int __b) { in vec_packsu()
7194 vec_packsu(vector long long __a, vector long long __b) { in vec_packsu()
7203 vec_packsu(vector unsigned long long __a, vector unsigned long long __b) { in vec_packsu()
7215 vec_vpkshus(vector short __a, vector short __b) { in vec_vpkshus()
7224 vec_vpkshus(vector unsigned short __a, vector unsigned short __b) { in vec_vpkshus()
7235 vec_vpkswus(vector int __a, vector int __b) { in vec_vpkswus()
7244 vec_vpkswus(vector unsigned int __a, vector unsigned int __b) { in vec_vpkswus()
7256 vec_vpksdus(vector long long __a, vector long long __b) { in vec_vpksdus()
7276 vector signed char __a, vector signed char __b, vector unsigned char __c) { in vec_perm()
7290 vec_perm(vector unsigned char __a, vector unsigned char __b, in vec_perm()
7305 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_perm()
7319 vector signed short __b, in vec_perm()
7334 vec_perm(vector unsigned short __a, vector unsigned short __b, in vec_perm()
7349 vector bool short __a, vector bool short __b, vector unsigned char __c) { in vec_perm()
7363 vector pixel __b, in vec_perm()
7378 vector signed int __b, in vec_perm()
7391 vec_perm(vector unsigned int __a, vector unsigned int __b, in vec_perm()
7406 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { in vec_perm()
7420 vector float __b, in vec_perm()
7436 vec_perm(vector signed long long __a, vector signed long long __b, in vec_perm()
7451 vec_perm(vector unsigned long long __a, vector unsigned long long __b, in vec_perm()
7466 vec_perm(vector bool long long __a, vector bool long long __b, in vec_perm()
7481 vec_perm(vector double __a, vector double __b, vector unsigned char __c) { in vec_perm()
7498 vector signed char __a, vector signed char __b, vector unsigned char __c) { in vec_vperm()
7503 vec_vperm(vector unsigned char __a, vector unsigned char __b, in vec_vperm()
7509 vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_vperm()
7514 vec_vperm(vector short __a, vector short __b, vector unsigned char __c) { in vec_vperm()
7519 vec_vperm(vector unsigned short __a, vector unsigned short __b, in vec_vperm()
7525 vector bool short __a, vector bool short __b, vector unsigned char __c) { in vec_vperm()
7530 vec_vperm(vector pixel __a, vector pixel __b, vector unsigned char __c) { in vec_vperm()
7535 vector int __b, in vec_vperm()
7541 vec_vperm(vector unsigned int __a, vector unsigned int __b, in vec_vperm()
7547 vec_vperm(vector bool int __a, vector bool int __b, vector unsigned char __c) { in vec_vperm()
7552 vec_vperm(vector float __a, vector float __b, vector unsigned char __c) { in vec_vperm()
7558 vector long long __a, vector long long __b, vector unsigned char __c) { in vec_vperm()
7563 vec_vperm(vector unsigned long long __a, vector unsigned long long __b, in vec_vperm()
7569 vec_vperm(vector double __a, vector double __b, vector unsigned char __c) { in vec_vperm()
7600 vec_rl(vector signed char __a, vector unsigned char __b) { in vec_rl()
7605 vec_rl(vector unsigned char __a, vector unsigned char __b) { in vec_rl()
7610 vector unsigned short __b) { in vec_rl()
7615 vec_rl(vector unsigned short __a, vector unsigned short __b) { in vec_rl()
7620 vector unsigned int __b) { in vec_rl()
7625 vec_rl(vector unsigned int __a, vector unsigned int __b) { in vec_rl()
7631 vec_rl(vector signed long long __a, vector unsigned long long __b) { in vec_rl()
7636 vec_rl(vector unsigned long long __a, vector unsigned long long __b) { in vec_rl()
7644 vec_rlmi(vector unsigned int __a, vector unsigned int __b, in vec_rlmi()
7650 vec_rlmi(vector unsigned long long __a, vector unsigned long long __b, in vec_rlmi()
7657 vec_rlnm(vector unsigned int __a, vector unsigned int __b, in vec_rlnm()
7664 vec_rlnm(vector unsigned long long __a, vector unsigned long long __b, in vec_rlnm()
7674 vec_vrlb(vector signed char __a, vector unsigned char __b) { in vec_vrlb()
7679 vec_vrlb(vector unsigned char __a, vector unsigned char __b) { in vec_vrlb()
7686 vec_vrlh(vector short __a, vector unsigned short __b) { in vec_vrlh()
7691 vec_vrlh(vector unsigned short __a, vector unsigned short __b) { in vec_vrlh()
7698 vector unsigned int __b) { in vec_vrlw()
7703 vec_vrlw(vector unsigned int __a, vector unsigned int __b) { in vec_vrlw()
7790 vector signed char __a, vector signed char __b, vector unsigned char __c) { in vec_sel()
7795 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) { in vec_sel()
7800 vec_sel(vector unsigned char __a, vector unsigned char __b, in vec_sel()
7806 vector unsigned char __a, vector unsigned char __b, vector bool char __c) { in vec_sel()
7811 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_sel()
7816 vector bool char __b, in vec_sel()
7822 vector short __b, in vec_sel()
7828 vector short __b, in vec_sel()
7834 vec_sel(vector unsigned short __a, vector unsigned short __b, in vec_sel()
7840 vec_sel(vector unsigned short __a, vector unsigned short __b, in vec_sel()
7847 vector bool short __a, vector bool short __b, vector unsigned short __c) { in vec_sel()
7852 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c) { in vec_sel()
7857 vector int __b, in vec_sel()
7863 vector int __b, in vec_sel()
7869 vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) { in vec_sel()
7874 vec_sel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) { in vec_sel()
7879 vec_sel(vector bool int __a, vector bool int __b, vector unsigned int __c) { in vec_sel()
7884 vector bool int __b, in vec_sel()
7890 vector float __b, in vec_sel()
7898 vector float __b, in vec_sel()
7907 vec_sel(vector double __a, vector double __b, vector bool long long __c) { in vec_sel()
7914 vec_sel(vector double __a, vector double __b, vector unsigned long long __c) { in vec_sel()
7924 vector signed char __a, vector signed char __b, vector unsigned char __c) { in vec_vsel()
7929 vec_vsel(vector signed char __a, vector signed char __b, vector bool char __c) { in vec_vsel()
7934 vec_vsel(vector unsigned char __a, vector unsigned char __b, in vec_vsel()
7940 vector unsigned char __a, vector unsigned char __b, vector bool char __c) { in vec_vsel()
7945 vec_vsel(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_vsel()
7950 vector bool char __b, in vec_vsel()
7956 vec_vsel(vector short __a, vector short __b, vector unsigned short __c) { in vec_vsel()
7961 vector short __b, in vec_vsel()
7967 vec_vsel(vector unsigned short __a, vector unsigned short __b, in vec_vsel()
7973 vec_vsel(vector unsigned short __a, vector unsigned short __b, in vec_vsel()
7980 vector bool short __a, vector bool short __b, vector unsigned short __c) { in vec_vsel()
7985 vec_vsel(vector bool short __a, vector bool short __b, vector bool short __c) { in vec_vsel()
7990 vector int __b, in vec_vsel()
7996 vector int __b, in vec_vsel()
8002 vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) { in vec_vsel()
8007 vector unsigned int __a, vector unsigned int __b, vector bool int __c) { in vec_vsel()
8012 vec_vsel(vector bool int __a, vector bool int __b, vector unsigned int __c) { in vec_vsel()
8017 vector bool int __b, in vec_vsel()
8023 vector float __b, in vec_vsel()
8031 vector float __b, in vec_vsel()
8043 vec_sl(vector unsigned char __a, vector unsigned char __b) { in vec_sl()
8049 vec_sl(vector signed char __a, vector unsigned char __b) { in vec_sl()
8054 vec_sl(vector unsigned short __a, vector unsigned short __b) { in vec_sl()
8060 vector unsigned short __b) { in vec_sl()
8065 vec_sl(vector unsigned int __a, vector unsigned int __b) { in vec_sl()
8071 vector unsigned int __b) { in vec_sl()
8077 vec_sl(vector unsigned long long __a, vector unsigned long long __b) { in vec_sl()
8083 vec_sl(vector long long __a, vector unsigned long long __b) { in vec_sl()
8093 vec_vslb(vector signed char __a, vector unsigned char __b) { in vec_vslb()
8098 vec_vslb(vector unsigned char __a, vector unsigned char __b) { in vec_vslb()
8107 vec_vslh(vector short __a, vector unsigned short __b) { in vec_vslh()
8112 vec_vslh(vector unsigned short __a, vector unsigned short __b) { in vec_vslh()
8121 vector unsigned int __b) { in vec_vslw()
8126 vec_vslw(vector unsigned int __a, vector unsigned int __b) { in vec_vslw()
8135 vector signed char __a, vector signed char __b, unsigned const int __c) { in vec_sld()
8153 vec_sld(vector unsigned char __a, vector unsigned char __b, in vec_sld()
8172 vec_sld(vector bool char __a, vector bool char __b, unsigned const int __c) { in vec_sld()
8190 vector signed short __a, vector signed short __b, unsigned const int __c) { in vec_sld()
8208 vec_sld(vector unsigned short __a, vector unsigned short __b, in vec_sld()
8227 vec_sld(vector bool short __a, vector bool short __b, unsigned const int __c) { in vec_sld()
8245 vector pixel __b, in vec_sld()
8264 vec_sld(vector signed int __a, vector signed int __b, unsigned const int __c) { in vec_sld()
8282 vector unsigned int __a, vector unsigned int __b, unsigned const int __c) { in vec_sld()
8300 vector bool int __b, in vec_sld()
8319 vector float __b, in vec_sld()
8339 vec_sld(vector bool long long __a, vector bool long long __b, in vec_sld()
8358 vec_sld(vector signed long long __a, vector signed long long __b, in vec_sld()
8377 vec_sld(vector unsigned long long __a, vector unsigned long long __b, in vec_sld()
8396 vector double __b, in vec_sld()
8417 vector signed char __a, vector signed char __b, unsigned const int __c) { in vec_sldw()
8422 vec_sldw(vector unsigned char __a, vector unsigned char __b, in vec_sldw()
8428 vector signed short __a, vector signed short __b, unsigned const int __c) { in vec_sldw()
8433 vec_sldw(vector unsigned short __a, vector unsigned short __b, in vec_sldw()
8439 vec_sldw(vector signed int __a, vector signed int __b, unsigned const int __c) { in vec_sldw()
8444 vector unsigned int __a, vector unsigned int __b, unsigned const int __c) { in vec_sldw()
8450 vec_sldw(vector signed long long __a, vector signed long long __b, in vec_sldw()
8456 vec_sldw(vector unsigned long long __a, vector unsigned long long __b, in vec_sldw()
8465 vec_slv(vector unsigned char __a, vector unsigned char __b) { in vec_slv()
8471 vec_srv(vector unsigned char __a, vector unsigned char __b) { in vec_srv()
8479 vec_vsldoi(vector signed char __a, vector signed char __b, unsigned char __c) { in vec_vsldoi()
8497 vector unsigned char __a, vector unsigned char __b, unsigned char __c) { in vec_vsldoi()
8515 vector short __b, in vec_vsldoi()
8534 vector unsigned short __a, vector unsigned short __b, unsigned char __c) { in vec_vsldoi()
8552 vector pixel __b, in vec_vsldoi()
8571 vector int __b, in vec_vsldoi()
8590 vector unsigned int __a, vector unsigned int __b, unsigned char __c) { in vec_vsldoi()
8608 vector float __b, in vec_vsldoi()
8629 vec_sll(vector signed char __a, vector unsigned char __b) { in vec_sll()
8635 vec_sll(vector signed char __a, vector unsigned short __b) { in vec_sll()
8641 vec_sll(vector signed char __a, vector unsigned int __b) { in vec_sll()
8647 vec_sll(vector unsigned char __a, vector unsigned char __b) { in vec_sll()
8653 vec_sll(vector unsigned char __a, vector unsigned short __b) { in vec_sll()
8659 vec_sll(vector unsigned char __a, vector unsigned int __b) { in vec_sll()
8665 vec_sll(vector bool char __a, vector unsigned char __b) { in vec_sll()
8671 vec_sll(vector bool char __a, vector unsigned short __b) { in vec_sll()
8677 vec_sll(vector bool char __a, vector unsigned int __b) { in vec_sll()
8683 vector unsigned char __b) { in vec_sll()
8688 vector unsigned short __b) { in vec_sll()
8693 vector unsigned int __b) { in vec_sll()
8698 vec_sll(vector unsigned short __a, vector unsigned char __b) { in vec_sll()
8704 vec_sll(vector unsigned short __a, vector unsigned short __b) { in vec_sll()
8710 vec_sll(vector unsigned short __a, vector unsigned int __b) { in vec_sll()
8716 vec_sll(vector bool short __a, vector unsigned char __b) { in vec_sll()
8722 vec_sll(vector bool short __a, vector unsigned short __b) { in vec_sll()
8728 vec_sll(vector bool short __a, vector unsigned int __b) { in vec_sll()
8734 vector unsigned char __b) { in vec_sll()
8739 vector unsigned short __b) { in vec_sll()
8744 vector unsigned int __b) { in vec_sll()
8749 vector unsigned char __b) { in vec_sll()
8754 vector unsigned short __b) { in vec_sll()
8759 vector unsigned int __b) { in vec_sll()
8764 vec_sll(vector unsigned int __a, vector unsigned char __b) { in vec_sll()
8770 vec_sll(vector unsigned int __a, vector unsigned short __b) { in vec_sll()
8776 vec_sll(vector unsigned int __a, vector unsigned int __b) { in vec_sll()
8782 vec_sll(vector bool int __a, vector unsigned char __b) { in vec_sll()
8788 vec_sll(vector bool int __a, vector unsigned short __b) { in vec_sll()
8794 vec_sll(vector bool int __a, vector unsigned int __b) { in vec_sll()
8801 vec_sll(vector signed long long __a, vector unsigned char __b) { in vec_sll()
8807 vec_sll(vector unsigned long long __a, vector unsigned char __b) { in vec_sll()
8816 vec_vsl(vector signed char __a, vector unsigned char __b) { in vec_vsl()
8822 vec_vsl(vector signed char __a, vector unsigned short __b) { in vec_vsl()
8828 vec_vsl(vector signed char __a, vector unsigned int __b) { in vec_vsl()
8834 vec_vsl(vector unsigned char __a, vector unsigned char __b) { in vec_vsl()
8840 vec_vsl(vector unsigned char __a, vector unsigned short __b) { in vec_vsl()
8846 vec_vsl(vector unsigned char __a, vector unsigned int __b) { in vec_vsl()
8852 vec_vsl(vector bool char __a, vector unsigned char __b) { in vec_vsl()
8858 vec_vsl(vector bool char __a, vector unsigned short __b) { in vec_vsl()
8864 vec_vsl(vector bool char __a, vector unsigned int __b) { in vec_vsl()
8870 vector unsigned char __b) { in vec_vsl()
8875 vector unsigned short __b) { in vec_vsl()
8880 vector unsigned int __b) { in vec_vsl()
8885 vec_vsl(vector unsigned short __a, vector unsigned char __b) { in vec_vsl()
8891 vec_vsl(vector unsigned short __a, vector unsigned short __b) { in vec_vsl()
8897 vec_vsl(vector unsigned short __a, vector unsigned int __b) { in vec_vsl()
8903 vec_vsl(vector bool short __a, vector unsigned char __b) { in vec_vsl()
8909 vec_vsl(vector bool short __a, vector unsigned short __b) { in vec_vsl()
8915 vec_vsl(vector bool short __a, vector unsigned int __b) { in vec_vsl()
8921 vector unsigned char __b) { in vec_vsl()
8926 vector unsigned short __b) { in vec_vsl()
8931 vector unsigned int __b) { in vec_vsl()
8936 vector unsigned char __b) { in vec_vsl()
8941 vector unsigned short __b) { in vec_vsl()
8946 vector unsigned int __b) { in vec_vsl()
8951 vec_vsl(vector unsigned int __a, vector unsigned char __b) { in vec_vsl()
8957 vec_vsl(vector unsigned int __a, vector unsigned short __b) { in vec_vsl()
8963 vec_vsl(vector unsigned int __a, vector unsigned int __b) { in vec_vsl()
8969 vec_vsl(vector bool int __a, vector unsigned char __b) { in vec_vsl()
8975 vec_vsl(vector bool int __a, vector unsigned short __b) { in vec_vsl()
8981 vec_vsl(vector bool int __a, vector unsigned int __b) { in vec_vsl()
8989 vec_slo(vector signed char __a, vector signed char __b) { in vec_slo()
8995 vec_slo(vector signed char __a, vector unsigned char __b) { in vec_slo()
9001 vec_slo(vector unsigned char __a, vector signed char __b) { in vec_slo()
9007 vec_slo(vector unsigned char __a, vector unsigned char __b) { in vec_slo()
9013 vector signed char __b) { in vec_slo()
9018 vector unsigned char __b) { in vec_slo()
9023 vec_slo(vector unsigned short __a, vector signed char __b) { in vec_slo()
9029 vec_slo(vector unsigned short __a, vector unsigned char __b) { in vec_slo()
9035 vector signed char __b) { in vec_slo()
9040 vector unsigned char __b) { in vec_slo()
9045 vector signed char __b) { in vec_slo()
9050 vector unsigned char __b) { in vec_slo()
9055 vec_slo(vector unsigned int __a, vector signed char __b) { in vec_slo()
9061 vec_slo(vector unsigned int __a, vector unsigned char __b) { in vec_slo()
9067 vector signed char __b) { in vec_slo()
9072 vector unsigned char __b) { in vec_slo()
9078 vec_slo(vector signed long long __a, vector signed char __b) { in vec_slo()
9084 vec_slo(vector signed long long __a, vector unsigned char __b) { in vec_slo()
9090 vec_slo(vector unsigned long long __a, vector signed char __b) { in vec_slo()
9096 vec_slo(vector unsigned long long __a, vector unsigned char __b) { in vec_slo()
9105 vec_vslo(vector signed char __a, vector signed char __b) { in vec_vslo()
9111 vec_vslo(vector signed char __a, vector unsigned char __b) { in vec_vslo()
9117 vec_vslo(vector unsigned char __a, vector signed char __b) { in vec_vslo()
9123 vec_vslo(vector unsigned char __a, vector unsigned char __b) { in vec_vslo()
9129 vector signed char __b) { in vec_vslo()
9134 vector unsigned char __b) { in vec_vslo()
9139 vec_vslo(vector unsigned short __a, vector signed char __b) { in vec_vslo()
9145 vec_vslo(vector unsigned short __a, vector unsigned char __b) { in vec_vslo()
9151 vector signed char __b) { in vec_vslo()
9156 vector unsigned char __b) { in vec_vslo()
9161 vector signed char __b) { in vec_vslo()
9166 vector unsigned char __b) { in vec_vslo()
9171 vec_vslo(vector unsigned int __a, vector signed char __b) { in vec_vslo()
9177 vec_vslo(vector unsigned int __a, vector unsigned char __b) { in vec_vslo()
9183 vector signed char __b) { in vec_vslo()
9188 vector unsigned char __b) { in vec_vslo()
9195 vec_splat(vector signed char __a, unsigned const int __b) { in vec_splat()
9200 vec_splat(vector unsigned char __a, unsigned const int __b) { in vec_splat()
9205 vec_splat(vector bool char __a, unsigned const int __b) { in vec_splat()
9210 vec_splat(vector signed short __a, unsigned const int __b) { in vec_splat()
9219 vec_splat(vector unsigned short __a, unsigned const int __b) { in vec_splat()
9228 vec_splat(vector bool short __a, unsigned const int __b) { in vec_splat()
9237 unsigned const int __b) { in vec_splat()
9246 vec_splat(vector signed int __a, unsigned const int __b) { in vec_splat()
9255 vec_splat(vector unsigned int __a, unsigned const int __b) { in vec_splat()
9264 vec_splat(vector bool int __a, unsigned const int __b) { in vec_splat()
9273 unsigned const int __b) { in vec_splat()
9283 unsigned const int __b) { in vec_splat()
9292 vec_splat(vector bool long long __a, unsigned const int __b) { in vec_splat()
9301 vec_splat(vector signed long long __a, unsigned const int __b) { in vec_splat()
9310 vec_splat(vector unsigned long long __a, unsigned const int __b) { in vec_splat()
9325 vec_vspltb(vector signed char __a, unsigned char __b) { in vec_vspltb()
9330 vec_vspltb(vector unsigned char __a, unsigned char __b) { in vec_vspltb()
9335 unsigned char __b) { in vec_vspltb()
9344 unsigned char __b) { in vec_vsplth()
9353 vec_vsplth(vector unsigned short __a, unsigned char __b) { in vec_vsplth()
9362 vec_vsplth(vector bool short __a, unsigned char __b) { in vec_vsplth()
9371 unsigned char __b) { in vec_vsplth()
9384 unsigned char __b) { in vec_vspltw()
9393 vec_vspltw(vector unsigned int __a, unsigned char __b) { in vec_vspltw()
9402 unsigned char __b) { in vec_vspltw()
9411 unsigned char __b) { in vec_vspltw()
9496 vec_sr(vector signed char __a, vector unsigned char __b) { in vec_sr()
9502 vec_sr(vector unsigned char __a, vector unsigned char __b) { in vec_sr()
9507 vec_sr(vector signed short __a, vector unsigned short __b) { in vec_sr()
9513 vec_sr(vector unsigned short __a, vector unsigned short __b) { in vec_sr()
9518 vec_sr(vector signed int __a, vector unsigned int __b) { in vec_sr()
9524 vec_sr(vector unsigned int __a, vector unsigned int __b) { in vec_sr()
9530 vec_sr(vector signed long long __a, vector unsigned long long __b) { in vec_sr()
9536 vec_sr(vector unsigned long long __a, vector unsigned long long __b) { in vec_sr()
9546 vec_vsrb(vector signed char __a, vector unsigned char __b) { in vec_vsrb()
9551 vec_vsrb(vector unsigned char __a, vector unsigned char __b) { in vec_vsrb()
9560 vec_vsrh(vector short __a, vector unsigned short __b) { in vec_vsrh()
9565 vec_vsrh(vector unsigned short __a, vector unsigned short __b) { in vec_vsrh()
9574 vector unsigned int __b) { in vec_vsrw()
9579 vec_vsrw(vector unsigned int __a, vector unsigned int __b) { in vec_vsrw()
9586 vec_sra(vector signed char __a, vector unsigned char __b) { in vec_sra()
9591 vec_sra(vector unsigned char __a, vector unsigned char __b) { in vec_sra()
9596 vector unsigned short __b) { in vec_sra()
9601 vec_sra(vector unsigned short __a, vector unsigned short __b) { in vec_sra()
9606 vector unsigned int __b) { in vec_sra()
9611 vec_sra(vector unsigned int __a, vector unsigned int __b) { in vec_sra()
9617 vec_sra(vector signed long long __a, vector unsigned long long __b) { in vec_sra()
9622 vec_sra(vector unsigned long long __a, vector unsigned long long __b) { in vec_sra()
9630 vec_vsrab(vector signed char __a, vector unsigned char __b) { in vec_vsrab()
9635 vec_vsrab(vector unsigned char __a, vector unsigned char __b) { in vec_vsrab()
9642 vec_vsrah(vector short __a, vector unsigned short __b) { in vec_vsrah()
9647 vec_vsrah(vector unsigned short __a, vector unsigned short __b) { in vec_vsrah()
9654 vector unsigned int __b) { in vec_vsraw()
9659 vec_vsraw(vector unsigned int __a, vector unsigned int __b) { in vec_vsraw()
9666 vec_srl(vector signed char __a, vector unsigned char __b) { in vec_srl()
9672 vec_srl(vector signed char __a, vector unsigned short __b) { in vec_srl()
9678 vec_srl(vector signed char __a, vector unsigned int __b) { in vec_srl()
9684 vec_srl(vector unsigned char __a, vector unsigned char __b) { in vec_srl()
9690 vec_srl(vector unsigned char __a, vector unsigned short __b) { in vec_srl()
9696 vec_srl(vector unsigned char __a, vector unsigned int __b) { in vec_srl()
9702 vec_srl(vector bool char __a, vector unsigned char __b) { in vec_srl()
9708 vec_srl(vector bool char __a, vector unsigned short __b) { in vec_srl()
9714 vec_srl(vector bool char __a, vector unsigned int __b) { in vec_srl()
9720 vector unsigned char __b) { in vec_srl()
9725 vector unsigned short __b) { in vec_srl()
9730 vector unsigned int __b) { in vec_srl()
9735 vec_srl(vector unsigned short __a, vector unsigned char __b) { in vec_srl()
9741 vec_srl(vector unsigned short __a, vector unsigned short __b) { in vec_srl()
9747 vec_srl(vector unsigned short __a, vector unsigned int __b) { in vec_srl()
9753 vec_srl(vector bool short __a, vector unsigned char __b) { in vec_srl()
9759 vec_srl(vector bool short __a, vector unsigned short __b) { in vec_srl()
9765 vec_srl(vector bool short __a, vector unsigned int __b) { in vec_srl()
9771 vector unsigned char __b) { in vec_srl()
9776 vector unsigned short __b) { in vec_srl()
9781 vector unsigned int __b) { in vec_srl()
9786 vector unsigned char __b) { in vec_srl()
9791 vector unsigned short __b) { in vec_srl()
9796 vector unsigned int __b) { in vec_srl()
9801 vec_srl(vector unsigned int __a, vector unsigned char __b) { in vec_srl()
9807 vec_srl(vector unsigned int __a, vector unsigned short __b) { in vec_srl()
9813 vec_srl(vector unsigned int __a, vector unsigned int __b) { in vec_srl()
9819 vec_srl(vector bool int __a, vector unsigned char __b) { in vec_srl()
9825 vec_srl(vector bool int __a, vector unsigned short __b) { in vec_srl()
9831 vec_srl(vector bool int __a, vector unsigned int __b) { in vec_srl()
9838 vec_srl(vector signed long long __a, vector unsigned char __b) { in vec_srl()
9844 vec_srl(vector unsigned long long __a, vector unsigned char __b) { in vec_srl()
9853 vec_vsr(vector signed char __a, vector unsigned char __b) { in vec_vsr()
9859 vec_vsr(vector signed char __a, vector unsigned short __b) { in vec_vsr()
9865 vec_vsr(vector signed char __a, vector unsigned int __b) { in vec_vsr()
9871 vec_vsr(vector unsigned char __a, vector unsigned char __b) { in vec_vsr()
9877 vec_vsr(vector unsigned char __a, vector unsigned short __b) { in vec_vsr()
9883 vec_vsr(vector unsigned char __a, vector unsigned int __b) { in vec_vsr()
9889 vec_vsr(vector bool char __a, vector unsigned char __b) { in vec_vsr()
9895 vec_vsr(vector bool char __a, vector unsigned short __b) { in vec_vsr()
9901 vec_vsr(vector bool char __a, vector unsigned int __b) { in vec_vsr()
9907 vector unsigned char __b) { in vec_vsr()
9912 vector unsigned short __b) { in vec_vsr()
9917 vector unsigned int __b) { in vec_vsr()
9922 vec_vsr(vector unsigned short __a, vector unsigned char __b) { in vec_vsr()
9928 vec_vsr(vector unsigned short __a, vector unsigned short __b) { in vec_vsr()
9934 vec_vsr(vector unsigned short __a, vector unsigned int __b) { in vec_vsr()
9940 vec_vsr(vector bool short __a, vector unsigned char __b) { in vec_vsr()
9946 vec_vsr(vector bool short __a, vector unsigned short __b) { in vec_vsr()
9952 vec_vsr(vector bool short __a, vector unsigned int __b) { in vec_vsr()
9958 vector unsigned char __b) { in vec_vsr()
9963 vector unsigned short __b) { in vec_vsr()
9968 vector unsigned int __b) { in vec_vsr()
9973 vector unsigned char __b) { in vec_vsr()
9978 vector unsigned short __b) { in vec_vsr()
9983 vector unsigned int __b) { in vec_vsr()
9988 vec_vsr(vector unsigned int __a, vector unsigned char __b) { in vec_vsr()
9994 vec_vsr(vector unsigned int __a, vector unsigned short __b) { in vec_vsr()
10000 vec_vsr(vector unsigned int __a, vector unsigned int __b) { in vec_vsr()
10006 vec_vsr(vector bool int __a, vector unsigned char __b) { in vec_vsr()
10012 vec_vsr(vector bool int __a, vector unsigned short __b) { in vec_vsr()
10018 vec_vsr(vector bool int __a, vector unsigned int __b) { in vec_vsr()
10026 vec_sro(vector signed char __a, vector signed char __b) { in vec_sro()
10032 vec_sro(vector signed char __a, vector unsigned char __b) { in vec_sro()
10038 vec_sro(vector unsigned char __a, vector signed char __b) { in vec_sro()
10044 vec_sro(vector unsigned char __a, vector unsigned char __b) { in vec_sro()
10050 vector signed char __b) { in vec_sro()
10055 vector unsigned char __b) { in vec_sro()
10060 vec_sro(vector unsigned short __a, vector signed char __b) { in vec_sro()
10066 vec_sro(vector unsigned short __a, vector unsigned char __b) { in vec_sro()
10072 vector signed char __b) { in vec_sro()
10077 vector unsigned char __b) { in vec_sro()
10082 vector signed char __b) { in vec_sro()
10087 vector unsigned char __b) { in vec_sro()
10092 vec_sro(vector unsigned int __a, vector signed char __b) { in vec_sro()
10098 vec_sro(vector unsigned int __a, vector unsigned char __b) { in vec_sro()
10104 vector signed char __b) { in vec_sro()
10109 vector unsigned char __b) { in vec_sro()
10115 vec_sro(vector signed long long __a, vector signed char __b) { in vec_sro()
10121 vec_sro(vector signed long long __a, vector unsigned char __b) { in vec_sro()
10127 vec_sro(vector unsigned long long __a, vector signed char __b) { in vec_sro()
10133 vec_sro(vector unsigned long long __a, vector unsigned char __b) { in vec_sro()
10142 vec_vsro(vector signed char __a, vector signed char __b) { in vec_vsro()
10148 vec_vsro(vector signed char __a, vector unsigned char __b) { in vec_vsro()
10154 vec_vsro(vector unsigned char __a, vector signed char __b) { in vec_vsro()
10160 vec_vsro(vector unsigned char __a, vector unsigned char __b) { in vec_vsro()
10166 vector signed char __b) { in vec_vsro()
10171 vector unsigned char __b) { in vec_vsro()
10176 vec_vsro(vector unsigned short __a, vector signed char __b) { in vec_vsro()
10182 vec_vsro(vector unsigned short __a, vector unsigned char __b) { in vec_vsro()
10188 vector signed char __b) { in vec_vsro()
10193 vector unsigned char __b) { in vec_vsro()
10198 vector signed char __b) { in vec_vsro()
10203 vector unsigned char __b) { in vec_vsro()
10208 vec_vsro(vector unsigned int __a, vector signed char __b) { in vec_vsro()
10214 vec_vsro(vector unsigned int __a, vector unsigned char __b) { in vec_vsro()
10220 vector signed char __b) { in vec_vsro()
10225 vector unsigned char __b) { in vec_vsro()
10231 static __inline__ void __ATTRS_o_ai vec_st(vector signed char __a, int __b, in vec_st()
10236 static __inline__ void __ATTRS_o_ai vec_st(vector signed char __a, int __b, in vec_st()
10241 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned char __a, int __b, in vec_st()
10246 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned char __a, int __b, in vec_st()
10251 static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, int __b, in vec_st()
10256 static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, int __b, in vec_st()
10261 static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, int __b, in vec_st()
10266 static __inline__ void __ATTRS_o_ai vec_st(vector short __a, int __b, in vec_st()
10271 static __inline__ void __ATTRS_o_ai vec_st(vector short __a, int __b, in vec_st()
10276 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned short __a, int __b, in vec_st()
10281 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned short __a, int __b, in vec_st()
10286 static __inline__ void __ATTRS_o_ai vec_st(vector bool short __a, int __b, in vec_st()
10291 static __inline__ void __ATTRS_o_ai vec_st(vector bool short __a, int __b, in vec_st()
10296 static __inline__ void __ATTRS_o_ai vec_st(vector bool short __a, int __b, in vec_st()
10301 static __inline__ void __ATTRS_o_ai vec_st(vector pixel __a, int __b, in vec_st()
10306 static __inline__ void __ATTRS_o_ai vec_st(vector pixel __a, int __b, in vec_st()
10311 static __inline__ void __ATTRS_o_ai vec_st(vector pixel __a, int __b, in vec_st()
10316 static __inline__ void __ATTRS_o_ai vec_st(vector int __a, int __b, in vec_st()
10321 static __inline__ void __ATTRS_o_ai vec_st(vector int __a, int __b, int *__c) { in vec_st()
10325 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned int __a, int __b, in vec_st()
10330 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned int __a, int __b, in vec_st()
10335 static __inline__ void __ATTRS_o_ai vec_st(vector bool int __a, int __b, in vec_st()
10340 static __inline__ void __ATTRS_o_ai vec_st(vector bool int __a, int __b, in vec_st()
10345 static __inline__ void __ATTRS_o_ai vec_st(vector bool int __a, int __b, in vec_st()
10350 static __inline__ void __ATTRS_o_ai vec_st(vector float __a, int __b, in vec_st()
10355 static __inline__ void __ATTRS_o_ai vec_st(vector float __a, int __b, in vec_st()
10362 static __inline__ void __ATTRS_o_ai vec_stvx(vector signed char __a, int __b, in vec_stvx()
10367 static __inline__ void __ATTRS_o_ai vec_stvx(vector signed char __a, int __b, in vec_stvx()
10372 static __inline__ void __ATTRS_o_ai vec_stvx(vector unsigned char __a, int __b, in vec_stvx()
10377 static __inline__ void __ATTRS_o_ai vec_stvx(vector unsigned char __a, int __b, in vec_stvx()
10382 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool char __a, int __b, in vec_stvx()
10387 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool char __a, int __b, in vec_stvx()
10392 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool char __a, int __b, in vec_stvx()
10397 static __inline__ void __ATTRS_o_ai vec_stvx(vector short __a, int __b, in vec_stvx()
10402 static __inline__ void __ATTRS_o_ai vec_stvx(vector short __a, int __b, in vec_stvx()
10407 static __inline__ void __ATTRS_o_ai vec_stvx(vector unsigned short __a, int __b, in vec_stvx()
10412 static __inline__ void __ATTRS_o_ai vec_stvx(vector unsigned short __a, int __b, in vec_stvx()
10417 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool short __a, int __b, in vec_stvx()
10422 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool short __a, int __b, in vec_stvx()
10427 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool short __a, int __b, in vec_stvx()
10432 static __inline__ void __ATTRS_o_ai vec_stvx(vector pixel __a, int __b, in vec_stvx()
10437 static __inline__ void __ATTRS_o_ai vec_stvx(vector pixel __a, int __b, in vec_stvx()
10442 static __inline__ void __ATTRS_o_ai vec_stvx(vector pixel __a, int __b, in vec_stvx()
10447 static __inline__ void __ATTRS_o_ai vec_stvx(vector int __a, int __b, in vec_stvx()
10452 static __inline__ void __ATTRS_o_ai vec_stvx(vector int __a, int __b, in vec_stvx()
10457 static __inline__ void __ATTRS_o_ai vec_stvx(vector unsigned int __a, int __b, in vec_stvx()
10462 static __inline__ void __ATTRS_o_ai vec_stvx(vector unsigned int __a, int __b, in vec_stvx()
10467 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool int __a, int __b, in vec_stvx()
10472 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool int __a, int __b, in vec_stvx()
10477 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool int __a, int __b, in vec_stvx()
10482 static __inline__ void __ATTRS_o_ai vec_stvx(vector float __a, int __b, in vec_stvx()
10487 static __inline__ void __ATTRS_o_ai vec_stvx(vector float __a, int __b, in vec_stvx()
10494 static __inline__ void __ATTRS_o_ai vec_ste(vector signed char __a, int __b, in vec_ste()
10499 static __inline__ void __ATTRS_o_ai vec_ste(vector unsigned char __a, int __b, in vec_ste()
10504 static __inline__ void __ATTRS_o_ai vec_ste(vector bool char __a, int __b, in vec_ste()
10509 static __inline__ void __ATTRS_o_ai vec_ste(vector bool char __a, int __b, in vec_ste()
10514 static __inline__ void __ATTRS_o_ai vec_ste(vector short __a, int __b, in vec_ste()
10519 static __inline__ void __ATTRS_o_ai vec_ste(vector unsigned short __a, int __b, in vec_ste()
10524 static __inline__ void __ATTRS_o_ai vec_ste(vector bool short __a, int __b, in vec_ste()
10529 static __inline__ void __ATTRS_o_ai vec_ste(vector bool short __a, int __b, in vec_ste()
10534 static __inline__ void __ATTRS_o_ai vec_ste(vector pixel __a, int __b, in vec_ste()
10539 static __inline__ void __ATTRS_o_ai vec_ste(vector pixel __a, int __b, in vec_ste()
10544 static __inline__ void __ATTRS_o_ai vec_ste(vector int __a, int __b, int *__c) { in vec_ste()
10548 static __inline__ void __ATTRS_o_ai vec_ste(vector unsigned int __a, int __b, in vec_ste()
10553 static __inline__ void __ATTRS_o_ai vec_ste(vector bool int __a, int __b, in vec_ste()
10558 static __inline__ void __ATTRS_o_ai vec_ste(vector bool int __a, int __b, in vec_ste()
10563 static __inline__ void __ATTRS_o_ai vec_ste(vector float __a, int __b, in vec_ste()
10570 static __inline__ void __ATTRS_o_ai vec_stvebx(vector signed char __a, int __b, in vec_stvebx()
10576 int __b, unsigned char *__c) { in vec_stvebx()
10580 static __inline__ void __ATTRS_o_ai vec_stvebx(vector bool char __a, int __b, in vec_stvebx()
10585 static __inline__ void __ATTRS_o_ai vec_stvebx(vector bool char __a, int __b, in vec_stvebx()
10592 static __inline__ void __ATTRS_o_ai vec_stvehx(vector short __a, int __b, in vec_stvehx()
10598 int __b, unsigned short *__c) { in vec_stvehx()
10602 static __inline__ void __ATTRS_o_ai vec_stvehx(vector bool short __a, int __b, in vec_stvehx()
10607 static __inline__ void __ATTRS_o_ai vec_stvehx(vector bool short __a, int __b, in vec_stvehx()
10612 static __inline__ void __ATTRS_o_ai vec_stvehx(vector pixel __a, int __b, in vec_stvehx()
10617 static __inline__ void __ATTRS_o_ai vec_stvehx(vector pixel __a, int __b, in vec_stvehx()
10624 static __inline__ void __ATTRS_o_ai vec_stvewx(vector int __a, int __b, in vec_stvewx()
10629 static __inline__ void __ATTRS_o_ai vec_stvewx(vector unsigned int __a, int __b, in vec_stvewx()
10634 static __inline__ void __ATTRS_o_ai vec_stvewx(vector bool int __a, int __b, in vec_stvewx()
10639 static __inline__ void __ATTRS_o_ai vec_stvewx(vector bool int __a, int __b, in vec_stvewx()
10644 static __inline__ void __ATTRS_o_ai vec_stvewx(vector float __a, int __b, in vec_stvewx()
10651 static __inline__ void __ATTRS_o_ai vec_stl(vector signed char __a, int __b, in vec_stl()
10656 static __inline__ void __ATTRS_o_ai vec_stl(vector signed char __a, int __b, in vec_stl()
10661 static __inline__ void __ATTRS_o_ai vec_stl(vector unsigned char __a, int __b, in vec_stl()
10666 static __inline__ void __ATTRS_o_ai vec_stl(vector unsigned char __a, int __b, in vec_stl()
10671 static __inline__ void __ATTRS_o_ai vec_stl(vector bool char __a, int __b, in vec_stl()
10676 static __inline__ void __ATTRS_o_ai vec_stl(vector bool char __a, int __b, in vec_stl()
10681 static __inline__ void __ATTRS_o_ai vec_stl(vector bool char __a, int __b, in vec_stl()
10686 static __inline__ void __ATTRS_o_ai vec_stl(vector short __a, int __b, in vec_stl()
10691 static __inline__ void __ATTRS_o_ai vec_stl(vector short __a, int __b, in vec_stl()
10696 static __inline__ void __ATTRS_o_ai vec_stl(vector unsigned short __a, int __b, in vec_stl()
10701 static __inline__ void __ATTRS_o_ai vec_stl(vector unsigned short __a, int __b, in vec_stl()
10706 static __inline__ void __ATTRS_o_ai vec_stl(vector bool short __a, int __b, in vec_stl()
10711 static __inline__ void __ATTRS_o_ai vec_stl(vector bool short __a, int __b, in vec_stl()
10716 static __inline__ void __ATTRS_o_ai vec_stl(vector bool short __a, int __b, in vec_stl()
10721 static __inline__ void __ATTRS_o_ai vec_stl(vector pixel __a, int __b, in vec_stl()
10726 static __inline__ void __ATTRS_o_ai vec_stl(vector pixel __a, int __b, in vec_stl()
10731 static __inline__ void __ATTRS_o_ai vec_stl(vector pixel __a, int __b, in vec_stl()
10736 static __inline__ void __ATTRS_o_ai vec_stl(vector int __a, int __b, in vec_stl()
10741 static __inline__ void __ATTRS_o_ai vec_stl(vector int __a, int __b, int *__c) { in vec_stl()
10745 static __inline__ void __ATTRS_o_ai vec_stl(vector unsigned int __a, int __b, in vec_stl()
10750 static __inline__ void __ATTRS_o_ai vec_stl(vector unsigned int __a, int __b, in vec_stl()
10755 static __inline__ void __ATTRS_o_ai vec_stl(vector bool int __a, int __b, in vec_stl()
10760 static __inline__ void __ATTRS_o_ai vec_stl(vector bool int __a, int __b, in vec_stl()
10765 static __inline__ void __ATTRS_o_ai vec_stl(vector bool int __a, int __b, in vec_stl()
10770 static __inline__ void __ATTRS_o_ai vec_stl(vector float __a, int __b, in vec_stl()
10775 static __inline__ void __ATTRS_o_ai vec_stl(vector float __a, int __b, in vec_stl()
10782 static __inline__ void __ATTRS_o_ai vec_stvxl(vector signed char __a, int __b, in vec_stvxl()
10787 static __inline__ void __ATTRS_o_ai vec_stvxl(vector signed char __a, int __b, in vec_stvxl()
10792 static __inline__ void __ATTRS_o_ai vec_stvxl(vector unsigned char __a, int __b, in vec_stvxl()
10797 static __inline__ void __ATTRS_o_ai vec_stvxl(vector unsigned char __a, int __b, in vec_stvxl()
10802 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool char __a, int __b, in vec_stvxl()
10807 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool char __a, int __b, in vec_stvxl()
10812 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool char __a, int __b, in vec_stvxl()
10817 static __inline__ void __ATTRS_o_ai vec_stvxl(vector short __a, int __b, in vec_stvxl()
10822 static __inline__ void __ATTRS_o_ai vec_stvxl(vector short __a, int __b, in vec_stvxl()
10828 int __b, in vec_stvxl()
10834 int __b, unsigned short *__c) { in vec_stvxl()
10838 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool short __a, int __b, in vec_stvxl()
10843 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool short __a, int __b, in vec_stvxl()
10848 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool short __a, int __b, in vec_stvxl()
10853 static __inline__ void __ATTRS_o_ai vec_stvxl(vector pixel __a, int __b, in vec_stvxl()
10858 static __inline__ void __ATTRS_o_ai vec_stvxl(vector pixel __a, int __b, in vec_stvxl()
10863 static __inline__ void __ATTRS_o_ai vec_stvxl(vector pixel __a, int __b, in vec_stvxl()
10868 static __inline__ void __ATTRS_o_ai vec_stvxl(vector int __a, int __b, in vec_stvxl()
10873 static __inline__ void __ATTRS_o_ai vec_stvxl(vector int __a, int __b, in vec_stvxl()
10878 static __inline__ void __ATTRS_o_ai vec_stvxl(vector unsigned int __a, int __b, in vec_stvxl()
10883 static __inline__ void __ATTRS_o_ai vec_stvxl(vector unsigned int __a, int __b, in vec_stvxl()
10888 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool int __a, int __b, in vec_stvxl()
10893 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool int __a, int __b, in vec_stvxl()
10898 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool int __a, int __b, in vec_stvxl()
10903 static __inline__ void __ATTRS_o_ai vec_stvxl(vector float __a, int __b, in vec_stvxl()
10908 static __inline__ void __ATTRS_o_ai vec_stvxl(vector float __a, int __b, in vec_stvxl()
10916 vec_sub(vector signed char __a, vector signed char __b) { in vec_sub()
10921 vec_sub(vector bool char __a, vector signed char __b) { in vec_sub()
10926 vec_sub(vector signed char __a, vector bool char __b) { in vec_sub()
10931 vec_sub(vector unsigned char __a, vector unsigned char __b) { in vec_sub()
10936 vec_sub(vector bool char __a, vector unsigned char __b) { in vec_sub()
10941 vec_sub(vector unsigned char __a, vector bool char __b) { in vec_sub()
10946 vector short __b) { in vec_sub()
10951 vector short __b) { in vec_sub()
10956 vector bool short __b) { in vec_sub()
10961 vec_sub(vector unsigned short __a, vector unsigned short __b) { in vec_sub()
10966 vec_sub(vector bool short __a, vector unsigned short __b) { in vec_sub()
10971 vec_sub(vector unsigned short __a, vector bool short __b) { in vec_sub()
10976 vector int __b) { in vec_sub()
10981 vector int __b) { in vec_sub()
10986 vector bool int __b) { in vec_sub()
10991 vec_sub(vector unsigned int __a, vector unsigned int __b) { in vec_sub()
10996 vec_sub(vector bool int __a, vector unsigned int __b) { in vec_sub()
11001 vec_sub(vector unsigned int __a, vector bool int __b) { in vec_sub()
11007 vec_sub(vector signed __int128 __a, vector signed __int128 __b) { in vec_sub()
11012 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_sub()
11019 vec_sub(vector signed long long __a, vector signed long long __b) { in vec_sub()
11024 vec_sub(vector unsigned long long __a, vector unsigned long long __b) { in vec_sub()
11029 vector double __b) { in vec_sub()
11035 vector float __b) { in vec_sub()
11044 vec_vsububm(vector signed char __a, vector signed char __b) { in vec_vsububm()
11049 vec_vsububm(vector bool char __a, vector signed char __b) { in vec_vsububm()
11054 vec_vsububm(vector signed char __a, vector bool char __b) { in vec_vsububm()
11059 vec_vsububm(vector unsigned char __a, vector unsigned char __b) { in vec_vsububm()
11064 vec_vsububm(vector bool char __a, vector unsigned char __b) { in vec_vsububm()
11069 vec_vsububm(vector unsigned char __a, vector bool char __b) { in vec_vsububm()
11078 vector short __b) { in vec_vsubuhm()
11083 vector short __b) { in vec_vsubuhm()
11088 vector bool short __b) { in vec_vsubuhm()
11093 vec_vsubuhm(vector unsigned short __a, vector unsigned short __b) { in vec_vsubuhm()
11098 vec_vsubuhm(vector bool short __a, vector unsigned short __b) { in vec_vsubuhm()
11103 vec_vsubuhm(vector unsigned short __a, vector bool short __b) { in vec_vsubuhm()
11112 vector int __b) { in vec_vsubuwm()
11117 vector int __b) { in vec_vsubuwm()
11122 vector bool int __b) { in vec_vsubuwm()
11127 vec_vsubuwm(vector unsigned int __a, vector unsigned int __b) { in vec_vsubuwm()
11132 vec_vsubuwm(vector bool int __a, vector unsigned int __b) { in vec_vsubuwm()
11137 vec_vsubuwm(vector unsigned int __a, vector bool int __b) { in vec_vsubuwm()
11146 vec_vsubfp(vector float __a, vector float __b) { in vec_vsubfp()
11153 vec_subc(vector signed int __a, vector signed int __b) { in vec_subc()
11159 vec_subc(vector unsigned int __a, vector unsigned int __b) { in vec_subc()
11165 vec_subc(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_subc()
11170 vec_subc(vector signed __int128 __a, vector signed __int128 __b) { in vec_subc()
11178 vec_vsubcuw(vector unsigned int __a, vector unsigned int __b) { in vec_vsubcuw()
11185 vec_subs(vector signed char __a, vector signed char __b) { in vec_subs()
11190 vec_subs(vector bool char __a, vector signed char __b) { in vec_subs()
11195 vec_subs(vector signed char __a, vector bool char __b) { in vec_subs()
11200 vec_subs(vector unsigned char __a, vector unsigned char __b) { in vec_subs()
11205 vec_subs(vector bool char __a, vector unsigned char __b) { in vec_subs()
11210 vec_subs(vector unsigned char __a, vector bool char __b) { in vec_subs()
11215 vector short __b) { in vec_subs()
11220 vector short __b) { in vec_subs()
11225 vector bool short __b) { in vec_subs()
11230 vec_subs(vector unsigned short __a, vector unsigned short __b) { in vec_subs()
11235 vec_subs(vector bool short __a, vector unsigned short __b) { in vec_subs()
11240 vec_subs(vector unsigned short __a, vector bool short __b) { in vec_subs()
11245 vector int __b) { in vec_subs()
11250 vector int __b) { in vec_subs()
11255 vector bool int __b) { in vec_subs()
11260 vec_subs(vector unsigned int __a, vector unsigned int __b) { in vec_subs()
11265 vec_subs(vector bool int __a, vector unsigned int __b) { in vec_subs()
11270 vec_subs(vector unsigned int __a, vector bool int __b) { in vec_subs()
11277 vec_vsubsbs(vector signed char __a, vector signed char __b) { in vec_vsubsbs()
11282 vec_vsubsbs(vector bool char __a, vector signed char __b) { in vec_vsubsbs()
11287 vec_vsubsbs(vector signed char __a, vector bool char __b) { in vec_vsubsbs()
11294 vec_vsububs(vector unsigned char __a, vector unsigned char __b) { in vec_vsububs()
11299 vec_vsububs(vector bool char __a, vector unsigned char __b) { in vec_vsububs()
11304 vec_vsububs(vector unsigned char __a, vector bool char __b) { in vec_vsububs()
11311 vector short __b) { in vec_vsubshs()
11316 vector short __b) { in vec_vsubshs()
11321 vector bool short __b) { in vec_vsubshs()
11328 vec_vsubuhs(vector unsigned short __a, vector unsigned short __b) { in vec_vsubuhs()
11333 vec_vsubuhs(vector bool short __a, vector unsigned short __b) { in vec_vsubuhs()
11338 vec_vsubuhs(vector unsigned short __a, vector bool short __b) { in vec_vsubuhs()
11345 vector int __b) { in vec_vsubsws()
11350 vector int __b) { in vec_vsubsws()
11355 vector bool int __b) { in vec_vsubsws()
11362 vec_vsubuws(vector unsigned int __a, vector unsigned int __b) { in vec_vsubuws()
11367 vec_vsubuws(vector bool int __a, vector unsigned int __b) { in vec_vsubuws()
11372 vec_vsubuws(vector unsigned int __a, vector bool int __b) { in vec_vsubuws()
11380 vec_vsubuqm(vector signed __int128 __a, vector signed __int128 __b) { in vec_vsubuqm()
11385 vec_vsubuqm(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_vsubuqm()
11393 vec_vsubeuqm(vector signed __int128 __a, vector signed __int128 __b, in vec_vsubeuqm()
11399 vec_vsubeuqm(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_vsubeuqm()
11405 vec_sube(vector signed __int128 __a, vector signed __int128 __b, in vec_sube()
11411 vec_sube(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_sube()
11419 vec_vsubcuq(vector signed __int128 __a, vector signed __int128 __b) { in vec_vsubcuq()
11424 vec_vsubcuq(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_vsubcuq()
11431 vec_vsubecuq(vector signed __int128 __a, vector signed __int128 __b, in vec_vsubecuq()
11437 vec_vsubecuq(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_vsubecuq()
11443 vec_subec(vector signed int __a, vector signed int __b, in vec_subec()
11449 vec_subec(vector unsigned int __a, vector unsigned int __b, in vec_subec()
11455 vec_subec(vector signed __int128 __a, vector signed __int128 __b, in vec_subec()
11461 vec_subec(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_subec()
11468 vec_sube(vector signed int __a, vector signed int __b, in vec_sube()
11476 vec_sube(vector unsigned int __a, vector unsigned int __b, in vec_sube()
11485 vector int __b) { in vec_sum4s()
11490 vec_sum4s(vector unsigned char __a, vector unsigned int __b) { in vec_sum4s()
11495 vector int __b) { in vec_sum4s()
11502 vec_vsum4sbs(vector signed char __a, vector int __b) { in vec_vsum4sbs()
11509 vec_vsum4ubs(vector unsigned char __a, vector unsigned int __b) { in vec_vsum4ubs()
11516 vec_vsum4shs(vector signed short __a, vector int __b) { in vec_vsum4shs()
11529 vec_sum2s(vector int __a, vector int __b) { in vec_sum2s()
11546 vec_vsum2sws(vector int __a, vector int __b) { in vec_vsum2sws()
11569 vec_sums(vector signed int __a, vector signed int __b) { in vec_sums()
11582 vec_vsumsws(vector signed int __a, vector signed int __b) { in vec_vsumsws()
11901 vec_vsx_ld(int __a, const vector bool int *__b) { in vec_vsx_ld()
11906 vec_vsx_ld(int __a, const vector signed int *__b) { in vec_vsx_ld()
11911 vec_vsx_ld(int __a, const signed int *__b) { in vec_vsx_ld()
11916 vec_vsx_ld(int __a, const vector unsigned int *__b) { in vec_vsx_ld()
11921 vec_vsx_ld(int __a, const unsigned int *__b) { in vec_vsx_ld()
11926 vec_vsx_ld(int __a, const vector float *__b) { in vec_vsx_ld()
11931 const float *__b) { in vec_vsx_ld()
11936 vec_vsx_ld(int __a, const vector signed long long *__b) { in vec_vsx_ld()
11941 vec_vsx_ld(int __a, const vector unsigned long long *__b) { in vec_vsx_ld()
11946 vec_vsx_ld(int __a, const vector double *__b) { in vec_vsx_ld()
11951 vec_vsx_ld(int __a, const double *__b) { in vec_vsx_ld()
11956 vec_vsx_ld(int __a, const vector bool short *__b) { in vec_vsx_ld()
11961 vec_vsx_ld(int __a, const vector signed short *__b) { in vec_vsx_ld()
11966 vec_vsx_ld(int __a, const signed short *__b) { in vec_vsx_ld()
11971 vec_vsx_ld(int __a, const vector unsigned short *__b) { in vec_vsx_ld()
11976 vec_vsx_ld(int __a, const unsigned short *__b) { in vec_vsx_ld()
11981 vec_vsx_ld(int __a, const vector bool char *__b) { in vec_vsx_ld()
11986 vec_vsx_ld(int __a, const vector signed char *__b) { in vec_vsx_ld()
11991 vec_vsx_ld(int __a, const signed char *__b) { in vec_vsx_ld()
11996 vec_vsx_ld(int __a, const vector unsigned char *__b) { in vec_vsx_ld()
12001 vec_vsx_ld(int __a, const unsigned char *__b) { in vec_vsx_ld()
12011 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool int __a, int __b, in vec_vsx_st()
12016 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool int __a, int __b, in vec_vsx_st()
12021 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool int __a, int __b, in vec_vsx_st()
12026 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector signed int __a, int __b, in vec_vsx_st()
12031 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector signed int __a, int __b, in vec_vsx_st()
12036 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector unsigned int __a, int __b, in vec_vsx_st()
12041 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector unsigned int __a, int __b, in vec_vsx_st()
12046 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector float __a, int __b, in vec_vsx_st()
12051 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector float __a, int __b, in vec_vsx_st()
12057 int __b, in vec_vsx_st()
12063 int __b, in vec_vsx_st()
12068 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector double __a, int __b, in vec_vsx_st()
12073 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector double __a, int __b, in vec_vsx_st()
12078 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool short __a, int __b, in vec_vsx_st()
12083 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool short __a, int __b, in vec_vsx_st()
12088 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool short __a, int __b, in vec_vsx_st()
12092 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector signed short __a, int __b, in vec_vsx_st()
12097 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector signed short __a, int __b, in vec_vsx_st()
12103 int __b, in vec_vsx_st()
12109 int __b, unsigned short *__c) { in vec_vsx_st()
12113 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool char __a, int __b, in vec_vsx_st()
12118 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool char __a, int __b, in vec_vsx_st()
12123 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool char __a, int __b, in vec_vsx_st()
12128 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector signed char __a, int __b, in vec_vsx_st()
12133 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector signed char __a, int __b, in vec_vsx_st()
12139 int __b, in vec_vsx_st()
12145 int __b, unsigned char *__c) { in vec_vsx_st()
12161 vec_xor(vector signed char __a, vector signed char __b) { in vec_xor()
12166 vec_xor(vector bool char __a, vector signed char __b) { in vec_xor()
12171 vec_xor(vector signed char __a, vector bool char __b) { in vec_xor()
12176 vec_xor(vector unsigned char __a, vector unsigned char __b) { in vec_xor()
12181 vec_xor(vector bool char __a, vector unsigned char __b) { in vec_xor()
12186 vec_xor(vector unsigned char __a, vector bool char __b) { in vec_xor()
12191 vector bool char __b) { in vec_xor()
12196 vector short __b) { in vec_xor()
12201 vector short __b) { in vec_xor()
12206 vector bool short __b) { in vec_xor()
12211 vec_xor(vector unsigned short __a, vector unsigned short __b) { in vec_xor()
12216 vec_xor(vector bool short __a, vector unsigned short __b) { in vec_xor()
12221 vec_xor(vector unsigned short __a, vector bool short __b) { in vec_xor()
12226 vec_xor(vector bool short __a, vector bool short __b) { in vec_xor()
12231 vector int __b) { in vec_xor()
12236 vector int __b) { in vec_xor()
12241 vector bool int __b) { in vec_xor()
12246 vec_xor(vector unsigned int __a, vector unsigned int __b) { in vec_xor()
12251 vec_xor(vector bool int __a, vector unsigned int __b) { in vec_xor()
12256 vec_xor(vector unsigned int __a, vector bool int __b) { in vec_xor()
12261 vector bool int __b) { in vec_xor()
12266 vector float __b) { in vec_xor()
12273 vector float __b) { in vec_xor()
12280 vector bool int __b) { in vec_xor()
12288 vec_xor(vector signed long long __a, vector signed long long __b) { in vec_xor()
12293 vec_xor(vector bool long long __a, vector signed long long __b) { in vec_xor()
12298 vec_xor(vector signed long long __a, vector bool long long __b) { in vec_xor()
12303 vec_xor(vector unsigned long long __a, vector unsigned long long __b) { in vec_xor()
12308 vec_xor(vector bool long long __a, vector unsigned long long __b) { in vec_xor()
12313 vec_xor(vector unsigned long long __a, vector bool long long __b) { in vec_xor()
12318 vec_xor(vector bool long long __a, vector bool long long __b) { in vec_xor()
12323 vector double __b) { in vec_xor()
12329 vec_xor(vector double __a, vector bool long long __b) { in vec_xor()
12335 vector double __b) { in vec_xor()
12344 vec_vxor(vector signed char __a, vector signed char __b) { in vec_vxor()
12349 vec_vxor(vector bool char __a, vector signed char __b) { in vec_vxor()
12354 vec_vxor(vector signed char __a, vector bool char __b) { in vec_vxor()
12359 vec_vxor(vector unsigned char __a, vector unsigned char __b) { in vec_vxor()
12364 vec_vxor(vector bool char __a, vector unsigned char __b) { in vec_vxor()
12369 vec_vxor(vector unsigned char __a, vector bool char __b) { in vec_vxor()
12374 vector bool char __b) { in vec_vxor()
12379 vector short __b) { in vec_vxor()
12384 vector short __b) { in vec_vxor()
12389 vector bool short __b) { in vec_vxor()
12394 vec_vxor(vector unsigned short __a, vector unsigned short __b) { in vec_vxor()
12399 vec_vxor(vector bool short __a, vector unsigned short __b) { in vec_vxor()
12404 vec_vxor(vector unsigned short __a, vector bool short __b) { in vec_vxor()
12409 vec_vxor(vector bool short __a, vector bool short __b) { in vec_vxor()
12414 vector int __b) { in vec_vxor()
12419 vector int __b) { in vec_vxor()
12424 vector bool int __b) { in vec_vxor()
12429 vec_vxor(vector unsigned int __a, vector unsigned int __b) { in vec_vxor()
12434 vec_vxor(vector bool int __a, vector unsigned int __b) { in vec_vxor()
12439 vec_vxor(vector unsigned int __a, vector bool int __b) { in vec_vxor()
12444 vector bool int __b) { in vec_vxor()
12449 vector float __b) { in vec_vxor()
12456 vector float __b) { in vec_vxor()
12463 vector bool int __b) { in vec_vxor()
12471 vec_vxor(vector signed long long __a, vector signed long long __b) { in vec_vxor()
12476 vec_vxor(vector bool long long __a, vector signed long long __b) { in vec_vxor()
12481 vec_vxor(vector signed long long __a, vector bool long long __b) { in vec_vxor()
12486 vec_vxor(vector unsigned long long __a, vector unsigned long long __b) { in vec_vxor()
12491 vec_vxor(vector bool long long __a, vector unsigned long long __b) { in vec_vxor()
12496 vec_vxor(vector unsigned long long __a, vector bool long long __b) { in vec_vxor()
12501 vec_vxor(vector bool long long __a, vector bool long long __b) { in vec_vxor()
12511 int __b) { in vec_extract()
12516 vec_extract(vector unsigned char __a, int __b) { in vec_extract()
12521 int __b) { in vec_extract()
12526 int __b) { in vec_extract()
12531 vec_extract(vector unsigned short __a, int __b) { in vec_extract()
12536 int __b) { in vec_extract()
12541 int __b) { in vec_extract()
12546 int __b) { in vec_extract()
12551 int __b) { in vec_extract()
12557 vec_extract(vector signed long long __a, int __b) { in vec_extract()
12562 vec_extract(vector unsigned long long __a, int __b) { in vec_extract()
12567 vec_extract(vector bool long long __a, int __b) { in vec_extract()
12571 static __inline__ double __ATTRS_o_ai vec_extract(vector double __a, int __b) { in vec_extract()
12576 static __inline__ float __ATTRS_o_ai vec_extract(vector float __a, int __b) { in vec_extract()
12611 vector unsigned short __b = in vec_extract_fp32_from_shorth() local
12622 vector unsigned short __b = in vec_extract_fp32_from_shortl() local
12635 vec_insert(signed char __a, vector signed char __b, int __c) { in vec_insert()
12641 vec_insert(unsigned char __a, vector unsigned char __b, int __c) { in vec_insert()
12647 vector bool char __b, in vec_insert()
12654 vec_insert(signed short __a, vector signed short __b, int __c) { in vec_insert()
12660 vec_insert(unsigned short __a, vector unsigned short __b, int __c) { in vec_insert()
12666 vec_insert(unsigned short __a, vector bool short __b, int __c) { in vec_insert()
12672 vec_insert(signed int __a, vector signed int __b, int __c) { in vec_insert()
12678 vec_insert(unsigned int __a, vector unsigned int __b, int __c) { in vec_insert()
12684 vector bool int __b, in vec_insert()
12692 vec_insert(signed long long __a, vector signed long long __b, int __c) { in vec_insert()
12698 vec_insert(unsigned long long __a, vector unsigned long long __b, int __c) { in vec_insert()
12704 vec_insert(unsigned long long __a, vector bool long long __b, int __c) { in vec_insert()
12709 vector double __b, in vec_insert()
12717 vector float __b, in vec_insert()
12726 vec_lvlx(int __a, const signed char *__b) { in vec_lvlx()
12732 vec_lvlx(int __a, const vector signed char *__b) { in vec_lvlx()
12738 vec_lvlx(int __a, const unsigned char *__b) { in vec_lvlx()
12744 vec_lvlx(int __a, const vector unsigned char *__b) { in vec_lvlx()
12750 vec_lvlx(int __a, const vector bool char *__b) { in vec_lvlx()
12756 const short *__b) { in vec_lvlx()
12761 const vector short *__b) { in vec_lvlx()
12767 vec_lvlx(int __a, const unsigned short *__b) { in vec_lvlx()
12773 vec_lvlx(int __a, const vector unsigned short *__b) { in vec_lvlx()
12779 vec_lvlx(int __a, const vector bool short *__b) { in vec_lvlx()
12785 const vector pixel *__b) { in vec_lvlx()
12790 static __inline__ vector int __ATTRS_o_ai vec_lvlx(int __a, const int *__b) { in vec_lvlx()
12795 const vector int *__b) { in vec_lvlx()
12801 vec_lvlx(int __a, const unsigned int *__b) { in vec_lvlx()
12807 vec_lvlx(int __a, const vector unsigned int *__b) { in vec_lvlx()
12813 vec_lvlx(int __a, const vector bool int *__b) { in vec_lvlx()
12819 const float *__b) { in vec_lvlx()
12824 const vector float *__b) { in vec_lvlx()
12832 vec_lvlxl(int __a, const signed char *__b) { in vec_lvlxl()
12838 vec_lvlxl(int __a, const vector signed char *__b) { in vec_lvlxl()
12844 vec_lvlxl(int __a, const unsigned char *__b) { in vec_lvlxl()
12850 vec_lvlxl(int __a, const vector unsigned char *__b) { in vec_lvlxl()
12856 vec_lvlxl(int __a, const vector bool char *__b) { in vec_lvlxl()
12862 const short *__b) { in vec_lvlxl()
12867 const vector short *__b) { in vec_lvlxl()
12873 vec_lvlxl(int __a, const unsigned short *__b) { in vec_lvlxl()
12879 vec_lvlxl(int __a, const vector unsigned short *__b) { in vec_lvlxl()
12885 vec_lvlxl(int __a, const vector bool short *__b) { in vec_lvlxl()
12891 const vector pixel *__b) { in vec_lvlxl()
12896 static __inline__ vector int __ATTRS_o_ai vec_lvlxl(int __a, const int *__b) { in vec_lvlxl()
12901 const vector int *__b) { in vec_lvlxl()
12907 vec_lvlxl(int __a, const unsigned int *__b) { in vec_lvlxl()
12913 vec_lvlxl(int __a, const vector unsigned int *__b) { in vec_lvlxl()
12919 vec_lvlxl(int __a, const vector bool int *__b) { in vec_lvlxl()
12925 const float *__b) { in vec_lvlxl()
12930 vector float *__b) { in vec_lvlxl()
12938 vec_lvrx(int __a, const signed char *__b) { in vec_lvrx()
12944 vec_lvrx(int __a, const vector signed char *__b) { in vec_lvrx()
12950 vec_lvrx(int __a, const unsigned char *__b) { in vec_lvrx()
12956 vec_lvrx(int __a, const vector unsigned char *__b) { in vec_lvrx()
12962 vec_lvrx(int __a, const vector bool char *__b) { in vec_lvrx()
12968 const short *__b) { in vec_lvrx()
12973 const vector short *__b) { in vec_lvrx()
12979 vec_lvrx(int __a, const unsigned short *__b) { in vec_lvrx()
12985 vec_lvrx(int __a, const vector unsigned short *__b) { in vec_lvrx()
12991 vec_lvrx(int __a, const vector bool short *__b) { in vec_lvrx()
12997 const vector pixel *__b) { in vec_lvrx()
13002 static __inline__ vector int __ATTRS_o_ai vec_lvrx(int __a, const int *__b) { in vec_lvrx()
13007 const vector int *__b) { in vec_lvrx()
13013 vec_lvrx(int __a, const unsigned int *__b) { in vec_lvrx()
13019 vec_lvrx(int __a, const vector unsigned int *__b) { in vec_lvrx()
13025 vec_lvrx(int __a, const vector bool int *__b) { in vec_lvrx()
13031 const float *__b) { in vec_lvrx()
13036 const vector float *__b) { in vec_lvrx()
13044 vec_lvrxl(int __a, const signed char *__b) { in vec_lvrxl()
13050 vec_lvrxl(int __a, const vector signed char *__b) { in vec_lvrxl()
13056 vec_lvrxl(int __a, const unsigned char *__b) { in vec_lvrxl()
13062 vec_lvrxl(int __a, const vector unsigned char *__b) { in vec_lvrxl()
13068 vec_lvrxl(int __a, const vector bool char *__b) { in vec_lvrxl()
13074 const short *__b) { in vec_lvrxl()
13079 const vector short *__b) { in vec_lvrxl()
13085 vec_lvrxl(int __a, const unsigned short *__b) { in vec_lvrxl()
13091 vec_lvrxl(int __a, const vector unsigned short *__b) { in vec_lvrxl()
13097 vec_lvrxl(int __a, const vector bool short *__b) { in vec_lvrxl()
13103 const vector pixel *__b) { in vec_lvrxl()
13108 static __inline__ vector int __ATTRS_o_ai vec_lvrxl(int __a, const int *__b) { in vec_lvrxl()
13113 const vector int *__b) { in vec_lvrxl()
13119 vec_lvrxl(int __a, const unsigned int *__b) { in vec_lvrxl()
13125 vec_lvrxl(int __a, const vector unsigned int *__b) { in vec_lvrxl()
13131 vec_lvrxl(int __a, const vector bool int *__b) { in vec_lvrxl()
13137 const float *__b) { in vec_lvrxl()
13142 const vector float *__b) { in vec_lvrxl()
13149 static __inline__ void __ATTRS_o_ai vec_stvlx(vector signed char __a, int __b, in vec_stvlx()
13155 static __inline__ void __ATTRS_o_ai vec_stvlx(vector signed char __a, int __b, in vec_stvlx()
13162 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned char __a, int __b, in vec_stvlx()
13168 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned char __a, int __b, in vec_stvlx()
13175 static __inline__ void __ATTRS_o_ai vec_stvlx(vector bool char __a, int __b, in vec_stvlx()
13182 static __inline__ void __ATTRS_o_ai vec_stvlx(vector short __a, int __b, in vec_stvlx()
13188 static __inline__ void __ATTRS_o_ai vec_stvlx(vector short __a, int __b, in vec_stvlx()
13196 int __b, unsigned short *__c) { in vec_stvlx()
13202 int __b, in vec_stvlx()
13209 static __inline__ void __ATTRS_o_ai vec_stvlx(vector bool short __a, int __b, in vec_stvlx()
13216 static __inline__ void __ATTRS_o_ai vec_stvlx(vector pixel __a, int __b, in vec_stvlx()
13223 static __inline__ void __ATTRS_o_ai vec_stvlx(vector int __a, int __b, in vec_stvlx()
13229 static __inline__ void __ATTRS_o_ai vec_stvlx(vector int __a, int __b, in vec_stvlx()
13236 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned int __a, int __b, in vec_stvlx()
13242 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned int __a, int __b, in vec_stvlx()
13249 static __inline__ void __ATTRS_o_ai vec_stvlx(vector bool int __a, int __b, in vec_stvlx()
13256 static __inline__ void __ATTRS_o_ai vec_stvlx(vector float __a, int __b, in vec_stvlx()
13265 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector signed char __a, int __b, in vec_stvlxl()
13271 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector signed char __a, int __b, in vec_stvlxl()
13279 int __b, unsigned char *__c) { in vec_stvlxl()
13285 int __b, in vec_stvlxl()
13292 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector bool char __a, int __b, in vec_stvlxl()
13299 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector short __a, int __b, in vec_stvlxl()
13305 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector short __a, int __b, in vec_stvlxl()
13313 int __b, unsigned short *__c) { in vec_stvlxl()
13319 int __b, in vec_stvlxl()
13326 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector bool short __a, int __b, in vec_stvlxl()
13333 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector pixel __a, int __b, in vec_stvlxl()
13340 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector int __a, int __b, in vec_stvlxl()
13346 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector int __a, int __b, in vec_stvlxl()
13353 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector unsigned int __a, int __b, in vec_stvlxl()
13359 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector unsigned int __a, int __b, in vec_stvlxl()
13366 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector bool int __a, int __b, in vec_stvlxl()
13373 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector float __a, int __b, in vec_stvlxl()
13382 static __inline__ void __ATTRS_o_ai vec_stvrx(vector signed char __a, int __b, in vec_stvrx()
13388 static __inline__ void __ATTRS_o_ai vec_stvrx(vector signed char __a, int __b, in vec_stvrx()
13395 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned char __a, int __b, in vec_stvrx()
13401 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned char __a, int __b, in vec_stvrx()
13408 static __inline__ void __ATTRS_o_ai vec_stvrx(vector bool char __a, int __b, in vec_stvrx()
13415 static __inline__ void __ATTRS_o_ai vec_stvrx(vector short __a, int __b, in vec_stvrx()
13421 static __inline__ void __ATTRS_o_ai vec_stvrx(vector short __a, int __b, in vec_stvrx()
13429 int __b, unsigned short *__c) { in vec_stvrx()
13435 int __b, in vec_stvrx()
13442 static __inline__ void __ATTRS_o_ai vec_stvrx(vector bool short __a, int __b, in vec_stvrx()
13449 static __inline__ void __ATTRS_o_ai vec_stvrx(vector pixel __a, int __b, in vec_stvrx()
13456 static __inline__ void __ATTRS_o_ai vec_stvrx(vector int __a, int __b, in vec_stvrx()
13462 static __inline__ void __ATTRS_o_ai vec_stvrx(vector int __a, int __b, in vec_stvrx()
13469 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned int __a, int __b, in vec_stvrx()
13475 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned int __a, int __b, in vec_stvrx()
13482 static __inline__ void __ATTRS_o_ai vec_stvrx(vector bool int __a, int __b, in vec_stvrx()
13489 static __inline__ void __ATTRS_o_ai vec_stvrx(vector float __a, int __b, in vec_stvrx()
13498 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector signed char __a, int __b, in vec_stvrxl()
13504 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector signed char __a, int __b, in vec_stvrxl()
13512 int __b, unsigned char *__c) { in vec_stvrxl()
13518 int __b, in vec_stvrxl()
13525 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector bool char __a, int __b, in vec_stvrxl()
13532 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector short __a, int __b, in vec_stvrxl()
13538 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector short __a, int __b, in vec_stvrxl()
13546 int __b, unsigned short *__c) { in vec_stvrxl()
13552 int __b, in vec_stvrxl()
13559 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector bool short __a, int __b, in vec_stvrxl()
13566 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector pixel __a, int __b, in vec_stvrxl()
13573 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector int __a, int __b, in vec_stvrxl()
13579 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector int __a, int __b, in vec_stvrxl()
13586 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector unsigned int __a, int __b, in vec_stvrxl()
13592 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector unsigned int __a, int __b, in vec_stvrxl()
13599 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector bool int __a, int __b, in vec_stvrxl()
13606 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector float __a, int __b, in vec_stvrxl()
13616 int __b) { in vec_promote()
13623 vec_promote(unsigned char __a, int __b) { in vec_promote()
13629 static __inline__ vector short __ATTRS_o_ai vec_promote(short __a, int __b) { in vec_promote()
13636 vec_promote(unsigned short __a, int __b) { in vec_promote()
13642 static __inline__ vector int __ATTRS_o_ai vec_promote(int __a, int __b) { in vec_promote()
13649 int __b) { in vec_promote()
13655 static __inline__ vector float __ATTRS_o_ai vec_promote(float __a, int __b) { in vec_promote()
13728 vector signed char __b) { in vec_all_eq()
13734 vector bool char __b) { in vec_all_eq()
13740 vector unsigned char __b) { in vec_all_eq()
13746 vector bool char __b) { in vec_all_eq()
13752 vector signed char __b) { in vec_all_eq()
13758 vector unsigned char __b) { in vec_all_eq()
13764 vector bool char __b) { in vec_all_eq()
13770 vector short __b) { in vec_all_eq()
13775 vector bool short __b) { in vec_all_eq()
13780 vector unsigned short __b) { in vec_all_eq()
13786 vector bool short __b) { in vec_all_eq()
13792 vector short __b) { in vec_all_eq()
13798 vector unsigned short __b) { in vec_all_eq()
13804 vector bool short __b) { in vec_all_eq()
13810 vector pixel __b) { in vec_all_eq()
13815 static __inline__ int __ATTRS_o_ai vec_all_eq(vector int __a, vector int __b) { in vec_all_eq()
13820 vector bool int __b) { in vec_all_eq()
13825 vector unsigned int __b) { in vec_all_eq()
13831 vector bool int __b) { in vec_all_eq()
13837 vector int __b) { in vec_all_eq()
13843 vector unsigned int __b) { in vec_all_eq()
13849 vector bool int __b) { in vec_all_eq()
13856 vector signed long long __b) { in vec_all_eq()
13861 vector bool long long __b) { in vec_all_eq()
13866 vector unsigned long long __b) { in vec_all_eq()
13872 vector bool long long __b) { in vec_all_eq()
13878 vector long long __b) { in vec_all_eq()
13884 vector unsigned long long __b) { in vec_all_eq()
13890 vector bool long long __b) { in vec_all_eq()
13897 vector float __b) { in vec_all_eq()
13907 vector double __b) { in vec_all_eq()
13915 vector signed char __b) { in vec_all_ge()
13920 vector bool char __b) { in vec_all_ge()
13925 vector unsigned char __b) { in vec_all_ge()
13930 vector bool char __b) { in vec_all_ge()
13935 vector signed char __b) { in vec_all_ge()
13941 vector unsigned char __b) { in vec_all_ge()
13946 vector bool char __b) { in vec_all_ge()
13952 vector short __b) { in vec_all_ge()
13957 vector bool short __b) { in vec_all_ge()
13962 vector unsigned short __b) { in vec_all_ge()
13967 vector bool short __b) { in vec_all_ge()
13973 vector short __b) { in vec_all_ge()
13979 vector unsigned short __b) { in vec_all_ge()
13985 vector bool short __b) { in vec_all_ge()
13990 static __inline__ int __ATTRS_o_ai vec_all_ge(vector int __a, vector int __b) { in vec_all_ge()
13995 vector bool int __b) { in vec_all_ge()
14000 vector unsigned int __b) { in vec_all_ge()
14005 vector bool int __b) { in vec_all_ge()
14010 vector int __b) { in vec_all_ge()
14016 vector unsigned int __b) { in vec_all_ge()
14021 vector bool int __b) { in vec_all_ge()
14028 vector signed long long __b) { in vec_all_ge()
14032 vector bool long long __b) { in vec_all_ge()
14038 vector unsigned long long __b) { in vec_all_ge()
14043 vector bool long long __b) { in vec_all_ge()
14049 vector signed long long __b) { in vec_all_ge()
14055 vector unsigned long long __b) { in vec_all_ge()
14061 vector bool long long __b) { in vec_all_ge()
14068 vector float __b) { in vec_all_ge()
14078 vector double __b) { in vec_all_ge()
14086 vector signed char __b) { in vec_all_gt()
14091 vector bool char __b) { in vec_all_gt()
14096 vector unsigned char __b) { in vec_all_gt()
14101 vector bool char __b) { in vec_all_gt()
14106 vector signed char __b) { in vec_all_gt()
14112 vector unsigned char __b) { in vec_all_gt()
14117 vector bool char __b) { in vec_all_gt()
14123 vector short __b) { in vec_all_gt()
14128 vector bool short __b) { in vec_all_gt()
14133 vector unsigned short __b) { in vec_all_gt()
14138 vector bool short __b) { in vec_all_gt()
14144 vector short __b) { in vec_all_gt()
14150 vector unsigned short __b) { in vec_all_gt()
14156 vector bool short __b) { in vec_all_gt()
14161 static __inline__ int __ATTRS_o_ai vec_all_gt(vector int __a, vector int __b) { in vec_all_gt()
14166 vector bool int __b) { in vec_all_gt()
14171 vector unsigned int __b) { in vec_all_gt()
14176 vector bool int __b) { in vec_all_gt()
14181 vector int __b) { in vec_all_gt()
14187 vector unsigned int __b) { in vec_all_gt()
14192 vector bool int __b) { in vec_all_gt()
14199 vector signed long long __b) { in vec_all_gt()
14203 vector bool long long __b) { in vec_all_gt()
14209 vector unsigned long long __b) { in vec_all_gt()
14214 vector bool long long __b) { in vec_all_gt()
14220 vector signed long long __b) { in vec_all_gt()
14226 vector unsigned long long __b) { in vec_all_gt()
14232 vector bool long long __b) { in vec_all_gt()
14239 vector float __b) { in vec_all_gt()
14249 vector double __b) { in vec_all_gt()
14257 vec_all_in(vector float __a, vector float __b) { in vec_all_in()
14264 vector signed char __b) { in vec_all_le()
14269 vector bool char __b) { in vec_all_le()
14274 vector unsigned char __b) { in vec_all_le()
14279 vector bool char __b) { in vec_all_le()
14284 vector signed char __b) { in vec_all_le()
14290 vector unsigned char __b) { in vec_all_le()
14295 vector bool char __b) { in vec_all_le()
14301 vector short __b) { in vec_all_le()
14306 vector bool short __b) { in vec_all_le()
14311 vector unsigned short __b) { in vec_all_le()
14316 vector bool short __b) { in vec_all_le()
14322 vector short __b) { in vec_all_le()
14328 vector unsigned short __b) { in vec_all_le()
14334 vector bool short __b) { in vec_all_le()
14339 static __inline__ int __ATTRS_o_ai vec_all_le(vector int __a, vector int __b) { in vec_all_le()
14344 vector bool int __b) { in vec_all_le()
14349 vector unsigned int __b) { in vec_all_le()
14354 vector bool int __b) { in vec_all_le()
14359 vector int __b) { in vec_all_le()
14365 vector unsigned int __b) { in vec_all_le()
14370 vector bool int __b) { in vec_all_le()
14377 vector signed long long __b) { in vec_all_le()
14382 vector unsigned long long __b) { in vec_all_le()
14387 vector bool long long __b) { in vec_all_le()
14393 vector bool long long __b) { in vec_all_le()
14399 vector signed long long __b) { in vec_all_le()
14405 vector unsigned long long __b) { in vec_all_le()
14411 vector bool long long __b) { in vec_all_le()
14418 vector float __b) { in vec_all_le()
14428 vector double __b) { in vec_all_le()
14436 vector signed char __b) { in vec_all_lt()
14441 vector bool char __b) { in vec_all_lt()
14446 vector unsigned char __b) { in vec_all_lt()
14451 vector bool char __b) { in vec_all_lt()
14456 vector signed char __b) { in vec_all_lt()
14462 vector unsigned char __b) { in vec_all_lt()
14467 vector bool char __b) { in vec_all_lt()
14473 vector short __b) { in vec_all_lt()
14478 vector bool short __b) { in vec_all_lt()
14483 vector unsigned short __b) { in vec_all_lt()
14488 vector bool short __b) { in vec_all_lt()
14494 vector short __b) { in vec_all_lt()
14500 vector unsigned short __b) { in vec_all_lt()
14506 vector bool short __b) { in vec_all_lt()
14511 static __inline__ int __ATTRS_o_ai vec_all_lt(vector int __a, vector int __b) { in vec_all_lt()
14516 vector bool int __b) { in vec_all_lt()
14521 vector unsigned int __b) { in vec_all_lt()
14526 vector bool int __b) { in vec_all_lt()
14531 vector int __b) { in vec_all_lt()
14537 vector unsigned int __b) { in vec_all_lt()
14542 vector bool int __b) { in vec_all_lt()
14549 vector signed long long __b) { in vec_all_lt()
14554 vector unsigned long long __b) { in vec_all_lt()
14559 vector bool long long __b) { in vec_all_lt()
14565 vector bool long long __b) { in vec_all_lt()
14571 vector signed long long __b) { in vec_all_lt()
14577 vector unsigned long long __b) { in vec_all_lt()
14583 vector bool long long __b) { in vec_all_lt()
14590 vector float __b) { in vec_all_lt()
14600 vector double __b) { in vec_all_lt()
14624 vector signed char __b) { in vec_all_ne()
14630 vector bool char __b) { in vec_all_ne()
14636 vector unsigned char __b) { in vec_all_ne()
14642 vector bool char __b) { in vec_all_ne()
14648 vector signed char __b) { in vec_all_ne()
14654 vector unsigned char __b) { in vec_all_ne()
14660 vector bool char __b) { in vec_all_ne()
14666 vector short __b) { in vec_all_ne()
14671 vector bool short __b) { in vec_all_ne()
14676 vector unsigned short __b) { in vec_all_ne()
14682 vector bool short __b) { in vec_all_ne()
14688 vector short __b) { in vec_all_ne()
14694 vector unsigned short __b) { in vec_all_ne()
14700 vector bool short __b) { in vec_all_ne()
14706 vector pixel __b) { in vec_all_ne()
14711 static __inline__ int __ATTRS_o_ai vec_all_ne(vector int __a, vector int __b) { in vec_all_ne()
14716 vector bool int __b) { in vec_all_ne()
14721 vector unsigned int __b) { in vec_all_ne()
14727 vector bool int __b) { in vec_all_ne()
14733 vector int __b) { in vec_all_ne()
14739 vector unsigned int __b) { in vec_all_ne()
14745 vector bool int __b) { in vec_all_ne()
14752 vector signed long long __b) { in vec_all_ne()
14757 vector unsigned long long __b) { in vec_all_ne()
14763 vector bool long long __b) { in vec_all_ne()
14769 vector bool long long __b) { in vec_all_ne()
14775 vector signed long long __b) { in vec_all_ne()
14781 vector unsigned long long __b) { in vec_all_ne()
14787 vector bool long long __b) { in vec_all_ne()
14794 vector float __b) { in vec_all_ne()
14804 vector double __b) { in vec_all_ne()
14812 vector float __b) { in vec_all_nge()
14822 vector double __b) { in vec_all_nge()
14830 vector float __b) { in vec_all_ngt()
14840 vector double __b) { in vec_all_ngt()
14848 vec_all_nle(vector float __a, vector float __b) { in vec_all_nle()
14855 vec_all_nlt(vector float __a, vector float __b) { in vec_all_nlt()
14869 vector signed char __b) { in vec_any_eq()
14875 vector bool char __b) { in vec_any_eq()
14881 vector unsigned char __b) { in vec_any_eq()
14887 vector bool char __b) { in vec_any_eq()
14893 vector signed char __b) { in vec_any_eq()
14899 vector unsigned char __b) { in vec_any_eq()
14905 vector bool char __b) { in vec_any_eq()
14911 vector short __b) { in vec_any_eq()
14916 vector bool short __b) { in vec_any_eq()
14921 vector unsigned short __b) { in vec_any_eq()
14927 vector bool short __b) { in vec_any_eq()
14933 vector short __b) { in vec_any_eq()
14939 vector unsigned short __b) { in vec_any_eq()
14945 vector bool short __b) { in vec_any_eq()
14951 vector pixel __b) { in vec_any_eq()
14956 static __inline__ int __ATTRS_o_ai vec_any_eq(vector int __a, vector int __b) { in vec_any_eq()
14961 vector bool int __b) { in vec_any_eq()
14966 vector unsigned int __b) { in vec_any_eq()
14972 vector bool int __b) { in vec_any_eq()
14978 vector int __b) { in vec_any_eq()
14984 vector unsigned int __b) { in vec_any_eq()
14990 vector bool int __b) { in vec_any_eq()
14997 vector signed long long __b) { in vec_any_eq()
15002 vector unsigned long long __b) { in vec_any_eq()
15008 vector bool long long __b) { in vec_any_eq()
15014 vector bool long long __b) { in vec_any_eq()
15020 vector signed long long __b) { in vec_any_eq()
15026 vector unsigned long long __b) { in vec_any_eq()
15032 vector bool long long __b) { in vec_any_eq()
15039 vector float __b) { in vec_any_eq()
15049 vector double __b) { in vec_any_eq()
15057 vector signed char __b) { in vec_any_ge()
15062 vector bool char __b) { in vec_any_ge()
15068 vector unsigned char __b) { in vec_any_ge()
15073 vector bool char __b) { in vec_any_ge()
15079 vector signed char __b) { in vec_any_ge()
15085 vector unsigned char __b) { in vec_any_ge()
15091 vector bool char __b) { in vec_any_ge()
15097 vector short __b) { in vec_any_ge()
15102 vector bool short __b) { in vec_any_ge()
15107 vector unsigned short __b) { in vec_any_ge()
15112 vector bool short __b) { in vec_any_ge()
15118 vector short __b) { in vec_any_ge()
15124 vector unsigned short __b) { in vec_any_ge()
15130 vector bool short __b) { in vec_any_ge()
15135 static __inline__ int __ATTRS_o_ai vec_any_ge(vector int __a, vector int __b) { in vec_any_ge()
15140 vector bool int __b) { in vec_any_ge()
15145 vector unsigned int __b) { in vec_any_ge()
15150 vector bool int __b) { in vec_any_ge()
15156 vector int __b) { in vec_any_ge()
15162 vector unsigned int __b) { in vec_any_ge()
15168 vector bool int __b) { in vec_any_ge()
15175 vector signed long long __b) { in vec_any_ge()
15180 vector unsigned long long __b) { in vec_any_ge()
15185 vector bool long long __b) { in vec_any_ge()
15191 vector bool long long __b) { in vec_any_ge()
15197 vector signed long long __b) { in vec_any_ge()
15204 vector unsigned long long __b) { in vec_any_ge()
15210 vector bool long long __b) { in vec_any_ge()
15218 vector float __b) { in vec_any_ge()
15228 vector double __b) { in vec_any_ge()
15236 vector signed char __b) { in vec_any_gt()
15241 vector bool char __b) { in vec_any_gt()
15247 vector unsigned char __b) { in vec_any_gt()
15252 vector bool char __b) { in vec_any_gt()
15258 vector signed char __b) { in vec_any_gt()
15264 vector unsigned char __b) { in vec_any_gt()
15270 vector bool char __b) { in vec_any_gt()
15276 vector short __b) { in vec_any_gt()
15281 vector bool short __b) { in vec_any_gt()
15286 vector unsigned short __b) { in vec_any_gt()
15291 vector bool short __b) { in vec_any_gt()
15297 vector short __b) { in vec_any_gt()
15303 vector unsigned short __b) { in vec_any_gt()
15309 vector bool short __b) { in vec_any_gt()
15314 static __inline__ int __ATTRS_o_ai vec_any_gt(vector int __a, vector int __b) { in vec_any_gt()
15319 vector bool int __b) { in vec_any_gt()
15324 vector unsigned int __b) { in vec_any_gt()
15329 vector bool int __b) { in vec_any_gt()
15335 vector int __b) { in vec_any_gt()
15341 vector unsigned int __b) { in vec_any_gt()
15347 vector bool int __b) { in vec_any_gt()
15354 vector signed long long __b) { in vec_any_gt()
15359 vector unsigned long long __b) { in vec_any_gt()
15364 vector bool long long __b) { in vec_any_gt()
15370 vector bool long long __b) { in vec_any_gt()
15376 vector signed long long __b) { in vec_any_gt()
15383 vector unsigned long long __b) { in vec_any_gt()
15389 vector bool long long __b) { in vec_any_gt()
15397 vector float __b) { in vec_any_gt()
15407 vector double __b) { in vec_any_gt()
15415 vector signed char __b) { in vec_any_le()
15420 vector bool char __b) { in vec_any_le()
15426 vector unsigned char __b) { in vec_any_le()
15431 vector bool char __b) { in vec_any_le()
15437 vector signed char __b) { in vec_any_le()
15443 vector unsigned char __b) { in vec_any_le()
15449 vector bool char __b) { in vec_any_le()
15455 vector short __b) { in vec_any_le()
15460 vector bool short __b) { in vec_any_le()
15465 vector unsigned short __b) { in vec_any_le()
15470 vector bool short __b) { in vec_any_le()
15476 vector short __b) { in vec_any_le()
15482 vector unsigned short __b) { in vec_any_le()
15488 vector bool short __b) { in vec_any_le()
15493 static __inline__ int __ATTRS_o_ai vec_any_le(vector int __a, vector int __b) { in vec_any_le()
15498 vector bool int __b) { in vec_any_le()
15503 vector unsigned int __b) { in vec_any_le()
15508 vector bool int __b) { in vec_any_le()
15514 vector int __b) { in vec_any_le()
15520 vector unsigned int __b) { in vec_any_le()
15526 vector bool int __b) { in vec_any_le()
15533 vector signed long long __b) { in vec_any_le()
15538 vector unsigned long long __b) { in vec_any_le()
15543 vector bool long long __b) { in vec_any_le()
15549 vector bool long long __b) { in vec_any_le()
15555 vector signed long long __b) { in vec_any_le()
15562 vector unsigned long long __b) { in vec_any_le()
15568 vector bool long long __b) { in vec_any_le()
15576 vector float __b) { in vec_any_le()
15586 vector double __b) { in vec_any_le()
15594 vector signed char __b) { in vec_any_lt()
15599 vector bool char __b) { in vec_any_lt()
15605 vector unsigned char __b) { in vec_any_lt()
15610 vector bool char __b) { in vec_any_lt()
15616 vector signed char __b) { in vec_any_lt()
15622 vector unsigned char __b) { in vec_any_lt()
15628 vector bool char __b) { in vec_any_lt()
15634 vector short __b) { in vec_any_lt()
15639 vector bool short __b) { in vec_any_lt()
15644 vector unsigned short __b) { in vec_any_lt()
15649 vector bool short __b) { in vec_any_lt()
15655 vector short __b) { in vec_any_lt()
15661 vector unsigned short __b) { in vec_any_lt()
15667 vector bool short __b) { in vec_any_lt()
15672 static __inline__ int __ATTRS_o_ai vec_any_lt(vector int __a, vector int __b) { in vec_any_lt()
15677 vector bool int __b) { in vec_any_lt()
15682 vector unsigned int __b) { in vec_any_lt()
15687 vector bool int __b) { in vec_any_lt()
15693 vector int __b) { in vec_any_lt()
15699 vector unsigned int __b) { in vec_any_lt()
15705 vector bool int __b) { in vec_any_lt()
15712 vector signed long long __b) { in vec_any_lt()
15717 vector unsigned long long __b) { in vec_any_lt()
15722 vector bool long long __b) { in vec_any_lt()
15728 vector bool long long __b) { in vec_any_lt()
15734 vector signed long long __b) { in vec_any_lt()
15741 vector unsigned long long __b) { in vec_any_lt()
15747 vector bool long long __b) { in vec_any_lt()
15755 vector float __b) { in vec_any_lt()
15765 vector double __b) { in vec_any_lt()
15780 vector signed char __b) { in vec_any_ne()
15786 vector bool char __b) { in vec_any_ne()
15792 vector unsigned char __b) { in vec_any_ne()
15798 vector bool char __b) { in vec_any_ne()
15804 vector signed char __b) { in vec_any_ne()
15810 vector unsigned char __b) { in vec_any_ne()
15816 vector bool char __b) { in vec_any_ne()
15822 vector short __b) { in vec_any_ne()
15827 vector bool short __b) { in vec_any_ne()
15832 vector unsigned short __b) { in vec_any_ne()
15838 vector bool short __b) { in vec_any_ne()
15844 vector short __b) { in vec_any_ne()
15850 vector unsigned short __b) { in vec_any_ne()
15856 vector bool short __b) { in vec_any_ne()
15862 vector pixel __b) { in vec_any_ne()
15867 static __inline__ int __ATTRS_o_ai vec_any_ne(vector int __a, vector int __b) { in vec_any_ne()
15872 vector bool int __b) { in vec_any_ne()
15877 vector unsigned int __b) { in vec_any_ne()
15883 vector bool int __b) { in vec_any_ne()
15889 vector int __b) { in vec_any_ne()
15895 vector unsigned int __b) { in vec_any_ne()
15901 vector bool int __b) { in vec_any_ne()
15908 vector signed long long __b) { in vec_any_ne()
15913 vector unsigned long long __b) { in vec_any_ne()
15919 vector bool long long __b) { in vec_any_ne()
15925 vector bool long long __b) { in vec_any_ne()
15931 vector signed long long __b) { in vec_any_ne()
15937 vector unsigned long long __b) { in vec_any_ne()
15943 vector bool long long __b) { in vec_any_ne()
15950 vector float __b) { in vec_any_ne()
15960 vector double __b) { in vec_any_ne()
15968 vec_any_nge(vector float __a, vector float __b) { in vec_any_nge()
15975 vec_any_ngt(vector float __a, vector float __b) { in vec_any_ngt()
15982 vec_any_nle(vector float __a, vector float __b) { in vec_any_nle()
15989 vec_any_nlt(vector float __a, vector float __b) { in vec_any_nlt()
16003 vec_any_out(vector float __a, vector float __b) { in vec_any_out()
16034 vector unsigned long long __b) { in __builtin_crypto_vcipher()
16040 vector unsigned long long __b) { in __builtin_crypto_vcipherlast()
16046 vector unsigned long long __b) { in __builtin_crypto_vncipher()
16052 vector unsigned long long __b) { in __builtin_crypto_vncipherlast()
16067 vec_permxor(vector bool char __a, vector bool char __b, in vec_permxor()
16073 vec_permxor(vector signed char __a, vector signed char __b, in vec_permxor()
16079 vec_permxor(vector unsigned char __a, vector unsigned char __b, in vec_permxor()
16085 __builtin_crypto_vpermxor(vector unsigned char __a, vector unsigned char __b, in __builtin_crypto_vpermxor()
16091 __builtin_crypto_vpermxor(vector unsigned short __a, vector unsigned short __b, in __builtin_crypto_vpermxor()
16099 vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) { in __builtin_crypto_vpermxor()
16107 vector unsigned long long __b, in __builtin_crypto_vpermxor()
16115 __builtin_crypto_vpmsumb(vector unsigned char __a, vector unsigned char __b) { in __builtin_crypto_vpmsumb()
16120 __builtin_crypto_vpmsumb(vector unsigned short __a, vector unsigned short __b) { in __builtin_crypto_vpmsumb()
16125 __builtin_crypto_vpmsumb(vector unsigned int __a, vector unsigned int __b) { in __builtin_crypto_vpmsumb()
16131 vector unsigned long long __b) { in __builtin_crypto_vpmsumb()
16149 vec_vbpermq(vector signed char __a, vector signed char __b) { in vec_vbpermq()
16155 vec_vbpermq(vector unsigned char __a, vector unsigned char __b) { in vec_vbpermq()
16161 vec_bperm(vector unsigned __int128 __a, vector unsigned char __b) { in vec_bperm()
16682 #define vec_test_data_class(__a, __b) \ argument