• Home
  • Raw
  • Download

Lines Matching defs:__a

115 vec_abs(vector signed char __a) {  in vec_abs()
120 vec_abs(vector signed short __a) { in vec_abs()
125 vec_abs(vector signed int __a) { in vec_abs()
131 vec_abs(vector signed long long __a) { in vec_abs()
136 static __inline__ vector float __ATTRS_o_ai vec_abs(vector float __a) { in vec_abs()
147 static __inline__ vector double __ATTRS_o_ai vec_abs(vector double __a) { in vec_abs()
158 vec_abss(vector signed char __a) { in vec_abss()
164 vec_abss(vector signed short __a) { in vec_abss()
170 vec_abss(vector signed int __a) { in vec_abss()
179 vec_absd(vector unsigned char __a, vector unsigned char __b) { in vec_absd()
184 vec_absd(vector unsigned short __a, vector unsigned short __b) { in vec_absd()
189 vec_absd(vector unsigned int __a, vector unsigned int __b) { in vec_absd()
198 vec_add(vector signed char __a, vector signed char __b) { in vec_add()
203 vec_add(vector bool char __a, vector signed char __b) { in vec_add()
208 vec_add(vector signed char __a, vector bool char __b) { in vec_add()
213 vec_add(vector unsigned char __a, vector unsigned char __b) { in vec_add()
218 vec_add(vector bool char __a, vector unsigned char __b) { in vec_add()
223 vec_add(vector unsigned char __a, vector bool char __b) { in vec_add()
227 static __inline__ vector short __ATTRS_o_ai vec_add(vector short __a, in vec_add()
232 static __inline__ vector short __ATTRS_o_ai vec_add(vector bool short __a, in vec_add()
237 static __inline__ vector short __ATTRS_o_ai vec_add(vector short __a, in vec_add()
243 vec_add(vector unsigned short __a, vector unsigned short __b) { in vec_add()
248 vec_add(vector bool short __a, vector unsigned short __b) { in vec_add()
253 vec_add(vector unsigned short __a, vector bool short __b) { in vec_add()
257 static __inline__ vector int __ATTRS_o_ai vec_add(vector int __a, in vec_add()
262 static __inline__ vector int __ATTRS_o_ai vec_add(vector bool int __a, in vec_add()
267 static __inline__ vector int __ATTRS_o_ai vec_add(vector int __a, in vec_add()
273 vec_add(vector unsigned int __a, vector unsigned int __b) { in vec_add()
278 vec_add(vector bool int __a, vector unsigned int __b) { in vec_add()
283 vec_add(vector unsigned int __a, vector bool int __b) { in vec_add()
289 vec_add(vector signed long long __a, vector signed long long __b) { in vec_add()
294 vec_add(vector unsigned long long __a, vector unsigned long long __b) { in vec_add()
299 vec_add(vector signed __int128 __a, vector signed __int128 __b) { in vec_add()
304 vec_add(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_add()
309 static __inline__ vector float __ATTRS_o_ai vec_add(vector float __a, in vec_add()
315 static __inline__ vector double __ATTRS_o_ai vec_add(vector double __a, in vec_add()
325 vec_adde(vector signed __int128 __a, vector signed __int128 __b, in vec_adde()
331 vec_adde(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_adde()
338 vec_adde(vector signed int __a, vector signed int __b, in vec_adde()
346 vec_adde(vector unsigned int __a, vector unsigned int __b, in vec_adde()
357 vec_addec(vector signed __int128 __a, vector signed __int128 __b, in vec_addec()
363 vec_addec(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_addec()
369 vec_addec(vector signed int __a, vector signed int __b, in vec_addec()
392 vec_addec(vector unsigned int __a, vector unsigned int __b, in vec_addec()
418 vec_vaddubm(vector signed char __a, vector signed char __b) { in vec_vaddubm()
423 vec_vaddubm(vector bool char __a, vector signed char __b) { in vec_vaddubm()
428 vec_vaddubm(vector signed char __a, vector bool char __b) { in vec_vaddubm()
433 vec_vaddubm(vector unsigned char __a, vector unsigned char __b) { in vec_vaddubm()
438 vec_vaddubm(vector bool char __a, vector unsigned char __b) { in vec_vaddubm()
443 vec_vaddubm(vector unsigned char __a, vector bool char __b) { in vec_vaddubm()
451 static __inline__ vector short __ATTRS_o_ai vec_vadduhm(vector short __a, in vec_vadduhm()
456 static __inline__ vector short __ATTRS_o_ai vec_vadduhm(vector bool short __a, in vec_vadduhm()
461 static __inline__ vector short __ATTRS_o_ai vec_vadduhm(vector short __a, in vec_vadduhm()
467 vec_vadduhm(vector unsigned short __a, vector unsigned short __b) { in vec_vadduhm()
472 vec_vadduhm(vector bool short __a, vector unsigned short __b) { in vec_vadduhm()
477 vec_vadduhm(vector unsigned short __a, vector bool short __b) { in vec_vadduhm()
485 static __inline__ vector int __ATTRS_o_ai vec_vadduwm(vector int __a, in vec_vadduwm()
490 static __inline__ vector int __ATTRS_o_ai vec_vadduwm(vector bool int __a, in vec_vadduwm()
495 static __inline__ vector int __ATTRS_o_ai vec_vadduwm(vector int __a, in vec_vadduwm()
501 vec_vadduwm(vector unsigned int __a, vector unsigned int __b) { in vec_vadduwm()
506 vec_vadduwm(vector bool int __a, vector unsigned int __b) { in vec_vadduwm()
511 vec_vadduwm(vector unsigned int __a, vector bool int __b) { in vec_vadduwm()
520 vec_vaddfp(vector float __a, vector float __b) { in vec_vaddfp()
527 vec_addc(vector signed int __a, vector signed int __b) { in vec_addc()
533 vec_addc(vector unsigned int __a, vector unsigned int __b) { in vec_addc()
539 vec_addc(vector signed __int128 __a, vector signed __int128 __b) { in vec_addc()
545 vec_addc(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_addc()
553 vec_vaddcuw(vector unsigned int __a, vector unsigned int __b) { in vec_vaddcuw()
560 vec_adds(vector signed char __a, vector signed char __b) { in vec_adds()
565 vec_adds(vector bool char __a, vector signed char __b) { in vec_adds()
570 vec_adds(vector signed char __a, vector bool char __b) { in vec_adds()
575 vec_adds(vector unsigned char __a, vector unsigned char __b) { in vec_adds()
580 vec_adds(vector bool char __a, vector unsigned char __b) { in vec_adds()
585 vec_adds(vector unsigned char __a, vector bool char __b) { in vec_adds()
589 static __inline__ vector short __ATTRS_o_ai vec_adds(vector short __a, in vec_adds()
594 static __inline__ vector short __ATTRS_o_ai vec_adds(vector bool short __a, in vec_adds()
599 static __inline__ vector short __ATTRS_o_ai vec_adds(vector short __a, in vec_adds()
605 vec_adds(vector unsigned short __a, vector unsigned short __b) { in vec_adds()
610 vec_adds(vector bool short __a, vector unsigned short __b) { in vec_adds()
615 vec_adds(vector unsigned short __a, vector bool short __b) { in vec_adds()
619 static __inline__ vector int __ATTRS_o_ai vec_adds(vector int __a, in vec_adds()
624 static __inline__ vector int __ATTRS_o_ai vec_adds(vector bool int __a, in vec_adds()
629 static __inline__ vector int __ATTRS_o_ai vec_adds(vector int __a, in vec_adds()
635 vec_adds(vector unsigned int __a, vector unsigned int __b) { in vec_adds()
640 vec_adds(vector bool int __a, vector unsigned int __b) { in vec_adds()
645 vec_adds(vector unsigned int __a, vector bool int __b) { in vec_adds()
652 vec_vaddsbs(vector signed char __a, vector signed char __b) { in vec_vaddsbs()
657 vec_vaddsbs(vector bool char __a, vector signed char __b) { in vec_vaddsbs()
662 vec_vaddsbs(vector signed char __a, vector bool char __b) { in vec_vaddsbs()
669 vec_vaddubs(vector unsigned char __a, vector unsigned char __b) { in vec_vaddubs()
674 vec_vaddubs(vector bool char __a, vector unsigned char __b) { in vec_vaddubs()
679 vec_vaddubs(vector unsigned char __a, vector bool char __b) { in vec_vaddubs()
685 static __inline__ vector short __ATTRS_o_ai vec_vaddshs(vector short __a, in vec_vaddshs()
690 static __inline__ vector short __ATTRS_o_ai vec_vaddshs(vector bool short __a, in vec_vaddshs()
695 static __inline__ vector short __ATTRS_o_ai vec_vaddshs(vector short __a, in vec_vaddshs()
703 vec_vadduhs(vector unsigned short __a, vector unsigned short __b) { in vec_vadduhs()
708 vec_vadduhs(vector bool short __a, vector unsigned short __b) { in vec_vadduhs()
713 vec_vadduhs(vector unsigned short __a, vector bool short __b) { in vec_vadduhs()
719 static __inline__ vector int __ATTRS_o_ai vec_vaddsws(vector int __a, in vec_vaddsws()
724 static __inline__ vector int __ATTRS_o_ai vec_vaddsws(vector bool int __a, in vec_vaddsws()
729 static __inline__ vector int __ATTRS_o_ai vec_vaddsws(vector int __a, in vec_vaddsws()
737 vec_vadduws(vector unsigned int __a, vector unsigned int __b) { in vec_vadduws()
742 vec_vadduws(vector bool int __a, vector unsigned int __b) { in vec_vadduws()
747 vec_vadduws(vector unsigned int __a, vector bool int __b) { in vec_vadduws()
755 vec_vadduqm(vector signed __int128 __a, vector signed __int128 __b) { in vec_vadduqm()
760 vec_vadduqm(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_vadduqm()
767 vec_vaddeuqm(vector signed __int128 __a, vector signed __int128 __b, in vec_vaddeuqm()
773 vec_vaddeuqm(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_vaddeuqm()
781 vec_vaddcuq(vector signed __int128 __a, vector signed __int128 __b) { in vec_vaddcuq()
786 vec_vaddcuq(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_vaddcuq()
793 vec_vaddecuq(vector signed __int128 __a, vector signed __int128 __b, in vec_vaddecuq()
799 vec_vaddecuq(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_vaddecuq()
810 vec_and(vector signed char __a, vector signed char __b) { in vec_and()
815 vec_and(vector bool char __a, vector signed char __b) { in vec_and()
820 vec_and(vector signed char __a, vector bool char __b) { in vec_and()
825 vec_and(vector unsigned char __a, vector unsigned char __b) { in vec_and()
830 vec_and(vector bool char __a, vector unsigned char __b) { in vec_and()
835 vec_and(vector unsigned char __a, vector bool char __b) { in vec_and()
839 static __inline__ vector bool char __ATTRS_o_ai vec_and(vector bool char __a, in vec_and()
844 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and()
849 static __inline__ vector short __ATTRS_o_ai vec_and(vector bool short __a, in vec_and()
854 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and()
860 vec_and(vector unsigned short __a, vector unsigned short __b) { in vec_and()
865 vec_and(vector bool short __a, vector unsigned short __b) { in vec_and()
870 vec_and(vector unsigned short __a, vector bool short __b) { in vec_and()
875 vec_and(vector bool short __a, vector bool short __b) { in vec_and()
879 static __inline__ vector int __ATTRS_o_ai vec_and(vector int __a, in vec_and()
884 static __inline__ vector int __ATTRS_o_ai vec_and(vector bool int __a, in vec_and()
889 static __inline__ vector int __ATTRS_o_ai vec_and(vector int __a, in vec_and()
895 vec_and(vector unsigned int __a, vector unsigned int __b) { in vec_and()
900 vec_and(vector bool int __a, vector unsigned int __b) { in vec_and()
905 vec_and(vector unsigned int __a, vector bool int __b) { in vec_and()
909 static __inline__ vector bool int __ATTRS_o_ai vec_and(vector bool int __a, in vec_and()
914 static __inline__ vector float __ATTRS_o_ai vec_and(vector float __a, in vec_and()
921 static __inline__ vector float __ATTRS_o_ai vec_and(vector bool int __a, in vec_and()
928 static __inline__ vector float __ATTRS_o_ai vec_and(vector float __a, in vec_and()
936 static __inline__ vector double __ATTRS_o_ai vec_and(vector bool long long __a, in vec_and()
944 vec_and(vector double __a, vector bool long long __b) { in vec_and()
950 static __inline__ vector double __ATTRS_o_ai vec_and(vector double __a, in vec_and()
958 vec_and(vector signed long long __a, vector signed long long __b) { in vec_and()
963 vec_and(vector bool long long __a, vector signed long long __b) { in vec_and()
968 vec_and(vector signed long long __a, vector bool long long __b) { in vec_and()
973 vec_and(vector unsigned long long __a, vector unsigned long long __b) { in vec_and()
978 vec_and(vector bool long long __a, vector unsigned long long __b) { in vec_and()
983 vec_and(vector unsigned long long __a, vector bool long long __b) { in vec_and()
988 vec_and(vector bool long long __a, vector bool long long __b) { in vec_and()
996 vec_vand(vector signed char __a, vector signed char __b) { in vec_vand()
1001 vec_vand(vector bool char __a, vector signed char __b) { in vec_vand()
1006 vec_vand(vector signed char __a, vector bool char __b) { in vec_vand()
1011 vec_vand(vector unsigned char __a, vector unsigned char __b) { in vec_vand()
1016 vec_vand(vector bool char __a, vector unsigned char __b) { in vec_vand()
1021 vec_vand(vector unsigned char __a, vector bool char __b) { in vec_vand()
1025 static __inline__ vector bool char __ATTRS_o_ai vec_vand(vector bool char __a, in vec_vand()
1030 static __inline__ vector short __ATTRS_o_ai vec_vand(vector short __a, in vec_vand()
1035 static __inline__ vector short __ATTRS_o_ai vec_vand(vector bool short __a, in vec_vand()
1040 static __inline__ vector short __ATTRS_o_ai vec_vand(vector short __a, in vec_vand()
1046 vec_vand(vector unsigned short __a, vector unsigned short __b) { in vec_vand()
1051 vec_vand(vector bool short __a, vector unsigned short __b) { in vec_vand()
1056 vec_vand(vector unsigned short __a, vector bool short __b) { in vec_vand()
1061 vec_vand(vector bool short __a, vector bool short __b) { in vec_vand()
1065 static __inline__ vector int __ATTRS_o_ai vec_vand(vector int __a, in vec_vand()
1070 static __inline__ vector int __ATTRS_o_ai vec_vand(vector bool int __a, in vec_vand()
1075 static __inline__ vector int __ATTRS_o_ai vec_vand(vector int __a, in vec_vand()
1081 vec_vand(vector unsigned int __a, vector unsigned int __b) { in vec_vand()
1086 vec_vand(vector bool int __a, vector unsigned int __b) { in vec_vand()
1091 vec_vand(vector unsigned int __a, vector bool int __b) { in vec_vand()
1095 static __inline__ vector bool int __ATTRS_o_ai vec_vand(vector bool int __a, in vec_vand()
1100 static __inline__ vector float __ATTRS_o_ai vec_vand(vector float __a, in vec_vand()
1107 static __inline__ vector float __ATTRS_o_ai vec_vand(vector bool int __a, in vec_vand()
1114 static __inline__ vector float __ATTRS_o_ai vec_vand(vector float __a, in vec_vand()
1123 vec_vand(vector signed long long __a, vector signed long long __b) { in vec_vand()
1128 vec_vand(vector bool long long __a, vector signed long long __b) { in vec_vand()
1133 vec_vand(vector signed long long __a, vector bool long long __b) { in vec_vand()
1138 vec_vand(vector unsigned long long __a, vector unsigned long long __b) { in vec_vand()
1143 vec_vand(vector bool long long __a, vector unsigned long long __b) { in vec_vand()
1148 vec_vand(vector unsigned long long __a, vector bool long long __b) { in vec_vand()
1153 vec_vand(vector bool long long __a, vector bool long long __b) { in vec_vand()
1163 vec_andc(vector signed char __a, vector signed char __b) { in vec_andc()
1168 vec_andc(vector bool char __a, vector signed char __b) { in vec_andc()
1173 vec_andc(vector signed char __a, vector bool char __b) { in vec_andc()
1178 vec_andc(vector unsigned char __a, vector unsigned char __b) { in vec_andc()
1183 vec_andc(vector bool char __a, vector unsigned char __b) { in vec_andc()
1188 vec_andc(vector unsigned char __a, vector bool char __b) { in vec_andc()
1192 static __inline__ vector bool char __ATTRS_o_ai vec_andc(vector bool char __a, in vec_andc()
1197 static __inline__ vector short __ATTRS_o_ai vec_andc(vector short __a, in vec_andc()
1202 static __inline__ vector short __ATTRS_o_ai vec_andc(vector bool short __a, in vec_andc()
1207 static __inline__ vector short __ATTRS_o_ai vec_andc(vector short __a, in vec_andc()
1213 vec_andc(vector unsigned short __a, vector unsigned short __b) { in vec_andc()
1218 vec_andc(vector bool short __a, vector unsigned short __b) { in vec_andc()
1223 vec_andc(vector unsigned short __a, vector bool short __b) { in vec_andc()
1228 vec_andc(vector bool short __a, vector bool short __b) { in vec_andc()
1232 static __inline__ vector int __ATTRS_o_ai vec_andc(vector int __a, in vec_andc()
1237 static __inline__ vector int __ATTRS_o_ai vec_andc(vector bool int __a, in vec_andc()
1242 static __inline__ vector int __ATTRS_o_ai vec_andc(vector int __a, in vec_andc()
1248 vec_andc(vector unsigned int __a, vector unsigned int __b) { in vec_andc()
1253 vec_andc(vector bool int __a, vector unsigned int __b) { in vec_andc()
1258 vec_andc(vector unsigned int __a, vector bool int __b) { in vec_andc()
1262 static __inline__ vector bool int __ATTRS_o_ai vec_andc(vector bool int __a, in vec_andc()
1267 static __inline__ vector float __ATTRS_o_ai vec_andc(vector float __a, in vec_andc()
1274 static __inline__ vector float __ATTRS_o_ai vec_andc(vector bool int __a, in vec_andc()
1281 static __inline__ vector float __ATTRS_o_ai vec_andc(vector float __a, in vec_andc()
1289 static __inline__ vector double __ATTRS_o_ai vec_andc(vector bool long long __a, in vec_andc()
1297 vec_andc(vector double __a, vector bool long long __b) { in vec_andc()
1303 static __inline__ vector double __ATTRS_o_ai vec_andc(vector double __a, in vec_andc()
1311 vec_andc(vector signed long long __a, vector signed long long __b) { in vec_andc()
1316 vec_andc(vector bool long long __a, vector signed long long __b) { in vec_andc()
1321 vec_andc(vector signed long long __a, vector bool long long __b) { in vec_andc()
1326 vec_andc(vector unsigned long long __a, vector unsigned long long __b) { in vec_andc()
1331 vec_andc(vector bool long long __a, vector unsigned long long __b) { in vec_andc()
1336 vec_andc(vector unsigned long long __a, vector bool long long __b) { in vec_andc()
1341 vec_andc(vector bool long long __a, vector bool long long __b) { in vec_andc()
1349 vec_vandc(vector signed char __a, vector signed char __b) { in vec_vandc()
1354 vec_vandc(vector bool char __a, vector signed char __b) { in vec_vandc()
1359 vec_vandc(vector signed char __a, vector bool char __b) { in vec_vandc()
1364 vec_vandc(vector unsigned char __a, vector unsigned char __b) { in vec_vandc()
1369 vec_vandc(vector bool char __a, vector unsigned char __b) { in vec_vandc()
1374 vec_vandc(vector unsigned char __a, vector bool char __b) { in vec_vandc()
1379 vec_vandc(vector bool char __a, vector bool char __b) { in vec_vandc()
1383 static __inline__ vector short __ATTRS_o_ai vec_vandc(vector short __a, in vec_vandc()
1388 static __inline__ vector short __ATTRS_o_ai vec_vandc(vector bool short __a, in vec_vandc()
1393 static __inline__ vector short __ATTRS_o_ai vec_vandc(vector short __a, in vec_vandc()
1399 vec_vandc(vector unsigned short __a, vector unsigned short __b) { in vec_vandc()
1404 vec_vandc(vector bool short __a, vector unsigned short __b) { in vec_vandc()
1409 vec_vandc(vector unsigned short __a, vector bool short __b) { in vec_vandc()
1414 vec_vandc(vector bool short __a, vector bool short __b) { in vec_vandc()
1418 static __inline__ vector int __ATTRS_o_ai vec_vandc(vector int __a, in vec_vandc()
1423 static __inline__ vector int __ATTRS_o_ai vec_vandc(vector bool int __a, in vec_vandc()
1428 static __inline__ vector int __ATTRS_o_ai vec_vandc(vector int __a, in vec_vandc()
1434 vec_vandc(vector unsigned int __a, vector unsigned int __b) { in vec_vandc()
1439 vec_vandc(vector bool int __a, vector unsigned int __b) { in vec_vandc()
1444 vec_vandc(vector unsigned int __a, vector bool int __b) { in vec_vandc()
1448 static __inline__ vector bool int __ATTRS_o_ai vec_vandc(vector bool int __a, in vec_vandc()
1453 static __inline__ vector float __ATTRS_o_ai vec_vandc(vector float __a, in vec_vandc()
1460 static __inline__ vector float __ATTRS_o_ai vec_vandc(vector bool int __a, in vec_vandc()
1467 static __inline__ vector float __ATTRS_o_ai vec_vandc(vector float __a, in vec_vandc()
1476 vec_vandc(vector signed long long __a, vector signed long long __b) { in vec_vandc()
1481 vec_vandc(vector bool long long __a, vector signed long long __b) { in vec_vandc()
1486 vec_vandc(vector signed long long __a, vector bool long long __b) { in vec_vandc()
1491 vec_vandc(vector unsigned long long __a, vector unsigned long long __b) { in vec_vandc()
1496 vec_vandc(vector bool long long __a, vector unsigned long long __b) { in vec_vandc()
1501 vec_vandc(vector unsigned long long __a, vector bool long long __b) { in vec_vandc()
1506 vec_vandc(vector bool long long __a, vector bool long long __b) { in vec_vandc()
1514 vec_avg(vector signed char __a, vector signed char __b) { in vec_avg()
1519 vec_avg(vector unsigned char __a, vector unsigned char __b) { in vec_avg()
1523 static __inline__ vector short __ATTRS_o_ai vec_avg(vector short __a, in vec_avg()
1529 vec_avg(vector unsigned short __a, vector unsigned short __b) { in vec_avg()
1533 static __inline__ vector int __ATTRS_o_ai vec_avg(vector int __a, in vec_avg()
1539 vec_avg(vector unsigned int __a, vector unsigned int __b) { in vec_avg()
1546 vec_vavgsb(vector signed char __a, vector signed char __b) { in vec_vavgsb()
1553 vec_vavgub(vector unsigned char __a, vector unsigned char __b) { in vec_vavgub()
1560 vec_vavgsh(vector short __a, vector short __b) { in vec_vavgsh()
1567 vec_vavguh(vector unsigned short __a, vector unsigned short __b) { in vec_vavguh()
1574 vec_vavgsw(vector int __a, vector int __b) { in vec_vavgsw()
1581 vec_vavguw(vector unsigned int __a, vector unsigned int __b) { in vec_vavguw()
1587 static __inline__ vector float __ATTRS_o_ai vec_ceil(vector float __a) { in vec_ceil()
1596 static __inline__ vector double __ATTRS_o_ai vec_ceil(vector double __a) { in vec_ceil()
1604 vec_vrfip(vector float __a) { in vec_vrfip()
1611 vec_cmpb(vector float __a, vector float __b) { in vec_cmpb()
1618 vec_vcmpbfp(vector float __a, vector float __b) { in vec_vcmpbfp()
1625 vec_cmpeq(vector signed char __a, vector signed char __b) { in vec_cmpeq()
1631 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) { in vec_cmpeq()
1637 vec_cmpeq(vector bool char __a, vector bool char __b) { in vec_cmpeq()
1642 static __inline__ vector bool short __ATTRS_o_ai vec_cmpeq(vector short __a, in vec_cmpeq()
1648 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) { in vec_cmpeq()
1654 vec_cmpeq(vector bool short __a, vector bool short __b) { in vec_cmpeq()
1659 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector int __a, in vec_cmpeq()
1665 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) { in vec_cmpeq()
1670 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector bool int __a, in vec_cmpeq()
1678 vec_cmpeq(vector signed long long __a, vector signed long long __b) { in vec_cmpeq()
1683 vec_cmpeq(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpeq()
1689 vec_cmpeq(vector bool long long __a, vector bool long long __b) { in vec_cmpeq()
1696 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector float __a, in vec_cmpeq()
1707 vec_cmpeq(vector double __a, vector double __b) { in vec_cmpeq()
1714 vec_cmpeq(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmpeq()
1720 vec_cmpeq(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmpeq()
1730 vec_cmpne(vector bool char __a, vector bool char __b) { in vec_cmpne()
1736 vec_cmpne(vector signed char __a, vector signed char __b) { in vec_cmpne()
1742 vec_cmpne(vector unsigned char __a, vector unsigned char __b) { in vec_cmpne()
1748 vec_cmpne(vector bool short __a, vector bool short __b) { in vec_cmpne()
1754 vec_cmpne(vector signed short __a, vector signed short __b) { in vec_cmpne()
1760 vec_cmpne(vector unsigned short __a, vector unsigned short __b) { in vec_cmpne()
1766 vec_cmpne(vector bool int __a, vector bool int __b) { in vec_cmpne()
1772 vec_cmpne(vector signed int __a, vector signed int __b) { in vec_cmpne()
1778 vec_cmpne(vector unsigned int __a, vector unsigned int __b) { in vec_cmpne()
1784 vec_cmpne(vector float __a, vector float __b) { in vec_cmpne()
1791 vec_cmpne(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmpne()
1797 vec_cmpne(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmpne()
1806 vec_cmpnez(vector signed char __a, vector signed char __b) { in vec_cmpnez()
1812 vec_cmpnez(vector unsigned char __a, vector unsigned char __b) { in vec_cmpnez()
1818 vec_cmpnez(vector signed short __a, vector signed short __b) { in vec_cmpnez()
1824 vec_cmpnez(vector unsigned short __a, vector unsigned short __b) { in vec_cmpnez()
1830 vec_cmpnez(vector signed int __a, vector signed int __b) { in vec_cmpnez()
1836 vec_cmpnez(vector unsigned int __a, vector unsigned int __b) { in vec_cmpnez()
1842 vec_cntlz_lsbb(vector signed char __a) { in vec_cntlz_lsbb()
1851 vec_cntlz_lsbb(vector unsigned char __a) { in vec_cntlz_lsbb()
1860 vec_cnttz_lsbb(vector signed char __a) { in vec_cnttz_lsbb()
1869 vec_cnttz_lsbb(vector unsigned char __a) { in vec_cnttz_lsbb()
1878 vec_parity_lsbb(vector unsigned int __a) { in vec_parity_lsbb()
1883 vec_parity_lsbb(vector signed int __a) { in vec_parity_lsbb()
1888 vec_parity_lsbb(vector unsigned __int128 __a) { in vec_parity_lsbb()
1893 vec_parity_lsbb(vector signed __int128 __a) { in vec_parity_lsbb()
1898 vec_parity_lsbb(vector unsigned long long __a) { in vec_parity_lsbb()
1903 vec_parity_lsbb(vector signed long long __a) { in vec_parity_lsbb()
1911 vec_cmpne(vector bool char __a, vector bool char __b) { in vec_cmpne()
1916 vec_cmpne(vector signed char __a, vector signed char __b) { in vec_cmpne()
1921 vec_cmpne(vector unsigned char __a, vector unsigned char __b) { in vec_cmpne()
1926 vec_cmpne(vector bool short __a, vector bool short __b) { in vec_cmpne()
1931 vec_cmpne(vector signed short __a, vector signed short __b) { in vec_cmpne()
1936 vec_cmpne(vector unsigned short __a, vector unsigned short __b) { in vec_cmpne()
1941 vec_cmpne(vector bool int __a, vector bool int __b) { in vec_cmpne()
1946 vec_cmpne(vector signed int __a, vector signed int __b) { in vec_cmpne()
1951 vec_cmpne(vector unsigned int __a, vector unsigned int __b) { in vec_cmpne()
1956 vec_cmpne(vector float __a, vector float __b) { in vec_cmpne()
1963 vec_cmpne(vector bool long long __a, vector bool long long __b) { in vec_cmpne()
1969 vec_cmpne(vector signed long long __a, vector signed long long __b) { in vec_cmpne()
1975 vec_cmpne(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpne()
1983 vec_cmpne(vector double __a, vector double __b) { in vec_cmpne()
1992 vec_cmpgt(vector signed char __a, vector signed char __b) { in vec_cmpgt()
1997 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) { in vec_cmpgt()
2001 static __inline__ vector bool short __ATTRS_o_ai vec_cmpgt(vector short __a, in vec_cmpgt()
2007 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) { in vec_cmpgt()
2011 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector int __a, in vec_cmpgt()
2017 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) { in vec_cmpgt()
2023 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt()
2028 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt()
2033 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector float __a, in vec_cmpgt()
2044 vec_cmpgt(vector double __a, vector double __b) { in vec_cmpgt()
2051 vec_cmpgt(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmpgt()
2057 vec_cmpgt(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmpgt()
2066 vec_cmpge(vector signed char __a, vector signed char __b) { in vec_cmpge()
2071 vec_cmpge(vector unsigned char __a, vector unsigned char __b) { in vec_cmpge()
2076 vec_cmpge(vector signed short __a, vector signed short __b) { in vec_cmpge()
2081 vec_cmpge(vector unsigned short __a, vector unsigned short __b) { in vec_cmpge()
2086 vec_cmpge(vector signed int __a, vector signed int __b) { in vec_cmpge()
2091 vec_cmpge(vector unsigned int __a, vector unsigned int __b) { in vec_cmpge()
2095 static __inline__ vector bool int __ATTRS_o_ai vec_cmpge(vector float __a, in vec_cmpge()
2106 vec_cmpge(vector double __a, vector double __b) { in vec_cmpge()
2113 vec_cmpge(vector signed long long __a, vector signed long long __b) { in vec_cmpge()
2118 vec_cmpge(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpge()
2125 vec_cmpge(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmpge()
2130 vec_cmpge(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmpge()
2138 vec_vcmpgefp(vector float __a, vector float __b) { in vec_vcmpgefp()
2145 vec_vcmpgtsb(vector signed char __a, vector signed char __b) { in vec_vcmpgtsb()
2152 vec_vcmpgtub(vector unsigned char __a, vector unsigned char __b) { in vec_vcmpgtub()
2159 vec_vcmpgtsh(vector short __a, vector short __b) { in vec_vcmpgtsh()
2166 vec_vcmpgtuh(vector unsigned short __a, vector unsigned short __b) { in vec_vcmpgtuh()
2173 vec_vcmpgtsw(vector int __a, vector int __b) { in vec_vcmpgtsw()
2180 vec_vcmpgtuw(vector unsigned int __a, vector unsigned int __b) { in vec_vcmpgtuw()
2187 vec_vcmpgtfp(vector float __a, vector float __b) { in vec_vcmpgtfp()
2194 vec_cmple(vector signed char __a, vector signed char __b) { in vec_cmple()
2199 vec_cmple(vector unsigned char __a, vector unsigned char __b) { in vec_cmple()
2204 vec_cmple(vector signed short __a, vector signed short __b) { in vec_cmple()
2209 vec_cmple(vector unsigned short __a, vector unsigned short __b) { in vec_cmple()
2214 vec_cmple(vector signed int __a, vector signed int __b) { in vec_cmple()
2219 vec_cmple(vector unsigned int __a, vector unsigned int __b) { in vec_cmple()
2223 static __inline__ vector bool int __ATTRS_o_ai vec_cmple(vector float __a, in vec_cmple()
2230 vec_cmple(vector double __a, vector double __b) { in vec_cmple()
2237 vec_cmple(vector signed long long __a, vector signed long long __b) { in vec_cmple()
2242 vec_cmple(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmple()
2249 vec_cmple(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmple()
2254 vec_cmple(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmple()
2262 vec_cmplt(vector signed char __a, vector signed char __b) { in vec_cmplt()
2267 vec_cmplt(vector unsigned char __a, vector unsigned char __b) { in vec_cmplt()
2271 static __inline__ vector bool short __ATTRS_o_ai vec_cmplt(vector short __a, in vec_cmplt()
2277 vec_cmplt(vector unsigned short __a, vector unsigned short __b) { in vec_cmplt()
2281 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector int __a, in vec_cmplt()
2287 vec_cmplt(vector unsigned int __a, vector unsigned int __b) { in vec_cmplt()
2291 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector float __a, in vec_cmplt()
2298 vec_cmplt(vector double __a, vector double __b) { in vec_cmplt()
2305 vec_cmplt(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmplt()
2310 vec_cmplt(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmplt()
2317 vec_cmplt(vector signed long long __a, vector signed long long __b) { in vec_cmplt()
2322 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmplt()
2329 vec_popcnt(vector signed char __a) { in vec_popcnt()
2333 vec_popcnt(vector unsigned char __a) { in vec_popcnt()
2337 vec_popcnt(vector signed short __a) { in vec_popcnt()
2341 vec_popcnt(vector unsigned short __a) { in vec_popcnt()
2345 vec_popcnt(vector signed int __a) { in vec_popcnt()
2349 vec_popcnt(vector unsigned int __a) { in vec_popcnt()
2353 vec_popcnt(vector signed long long __a) { in vec_popcnt()
2357 vec_popcnt(vector unsigned long long __a) { in vec_popcnt()
2364 vec_cntlz(vector signed char __a) { in vec_cntlz()
2368 vec_cntlz(vector unsigned char __a) { in vec_cntlz()
2372 vec_cntlz(vector signed short __a) { in vec_cntlz()
2376 vec_cntlz(vector unsigned short __a) { in vec_cntlz()
2380 vec_cntlz(vector signed int __a) { in vec_cntlz()
2384 vec_cntlz(vector unsigned int __a) { in vec_cntlz()
2388 vec_cntlz(vector signed long long __a) { in vec_cntlz()
2392 vec_cntlz(vector unsigned long long __a) { in vec_cntlz()
2402 vec_cnttz(vector signed char __a) { in vec_cnttz()
2406 vec_cnttz(vector unsigned char __a) { in vec_cnttz()
2410 vec_cnttz(vector signed short __a) { in vec_cnttz()
2414 vec_cnttz(vector unsigned short __a) { in vec_cnttz()
2418 vec_cnttz(vector signed int __a) { in vec_cnttz()
2422 vec_cnttz(vector unsigned int __a) { in vec_cnttz()
2426 vec_cnttz(vector signed long long __a) { in vec_cnttz()
2430 vec_cnttz(vector unsigned long long __a) { in vec_cnttz()
2437 vec_first_match_index(vector signed char __a, vector signed char __b) { in vec_first_match_index()
2451 vec_first_match_index(vector unsigned char __a, vector unsigned char __b) { in vec_first_match_index()
2465 vec_first_match_index(vector signed short __a, vector signed short __b) { in vec_first_match_index()
2479 vec_first_match_index(vector unsigned short __a, vector unsigned short __b) { in vec_first_match_index()
2493 vec_first_match_index(vector signed int __a, vector signed int __b) { in vec_first_match_index()
2507 vec_first_match_index(vector unsigned int __a, vector unsigned int __b) { in vec_first_match_index()
2523 vec_first_match_or_eos_index(vector signed char __a, vector signed char __b) { in vec_first_match_or_eos_index()
2546 vec_first_match_or_eos_index(vector unsigned char __a, in vec_first_match_or_eos_index()
2566 vec_first_match_or_eos_index(vector signed short __a, vector signed short __b) { in vec_first_match_or_eos_index()
2585 vec_first_match_or_eos_index(vector unsigned short __a, in vec_first_match_or_eos_index()
2605 vec_first_match_or_eos_index(vector signed int __a, vector signed int __b) { in vec_first_match_or_eos_index()
2623 vec_first_match_or_eos_index(vector unsigned int __a, vector unsigned int __b) { in vec_first_match_or_eos_index()
2644 vec_first_mismatch_index(vector signed char __a, vector signed char __b) { in vec_first_mismatch_index()
2658 vec_first_mismatch_index(vector unsigned char __a, vector unsigned char __b) { in vec_first_mismatch_index()
2672 vec_first_mismatch_index(vector signed short __a, vector signed short __b) { in vec_first_mismatch_index()
2686 vec_first_mismatch_index(vector unsigned short __a, vector unsigned short __b) { in vec_first_mismatch_index()
2700 vec_first_mismatch_index(vector signed int __a, vector signed int __b) { in vec_first_mismatch_index()
2714 vec_first_mismatch_index(vector unsigned int __a, vector unsigned int __b) { in vec_first_mismatch_index()
2730 vec_first_mismatch_or_eos_index(vector signed char __a, in vec_first_mismatch_or_eos_index()
2745 vec_first_mismatch_or_eos_index(vector unsigned char __a, in vec_first_mismatch_or_eos_index()
2760 vec_first_mismatch_or_eos_index(vector signed short __a, in vec_first_mismatch_or_eos_index()
2775 vec_first_mismatch_or_eos_index(vector unsigned short __a, in vec_first_mismatch_or_eos_index()
2790 vec_first_mismatch_or_eos_index(vector signed int __a, vector signed int __b) { in vec_first_mismatch_or_eos_index()
2804 vec_first_mismatch_or_eos_index(vector unsigned int __a, in vec_first_mismatch_or_eos_index()
2819 vec_insert_exp(vector double __a, vector unsigned long long __b) { in vec_insert_exp()
2824 vec_insert_exp(vector unsigned long long __a, vector unsigned long long __b) { in vec_insert_exp()
2829 vec_insert_exp(vector float __a, vector unsigned int __b) { in vec_insert_exp()
2834 vec_insert_exp(vector unsigned int __a, vector unsigned int __b) { in vec_insert_exp()
2839 static __inline__ vector signed char __ATTRS_o_ai vec_xl_len(const signed char *__a, in vec_xl_len()
2845 vec_xl_len(const unsigned char *__a, size_t __b) { in vec_xl_len()
2849 static __inline__ vector signed short __ATTRS_o_ai vec_xl_len(const signed short *__a, in vec_xl_len()
2855 vec_xl_len(const unsigned short *__a, size_t __b) { in vec_xl_len()
2859 static __inline__ vector signed int __ATTRS_o_ai vec_xl_len(const signed int *__a, in vec_xl_len()
2864 static __inline__ vector unsigned int __ATTRS_o_ai vec_xl_len(const unsigned int *__a, in vec_xl_len()
2869 static __inline__ vector float __ATTRS_o_ai vec_xl_len(const float *__a, size_t __b) { in vec_xl_len()
2874 vec_xl_len(const signed __int128 *__a, size_t __b) { in vec_xl_len()
2879 vec_xl_len(const unsigned __int128 *__a, size_t __b) { in vec_xl_len()
2884 vec_xl_len(const signed long long *__a, size_t __b) { in vec_xl_len()
2889 vec_xl_len(const unsigned long long *__a, size_t __b) { in vec_xl_len()
2893 static __inline__ vector double __ATTRS_o_ai vec_xl_len(const double *__a, in vec_xl_len()
2899 vec_xl_len_r(const unsigned char *__a, size_t __b) { in vec_xl_len_r()
2912 static __inline__ void __ATTRS_o_ai vec_xst_len(vector unsigned char __a, in vec_xst_len()
2918 static __inline__ void __ATTRS_o_ai vec_xst_len(vector signed char __a, in vec_xst_len()
2923 static __inline__ void __ATTRS_o_ai vec_xst_len(vector signed short __a, in vec_xst_len()
2928 static __inline__ void __ATTRS_o_ai vec_xst_len(vector unsigned short __a, in vec_xst_len()
2934 static __inline__ void __ATTRS_o_ai vec_xst_len(vector signed int __a, in vec_xst_len()
2939 static __inline__ void __ATTRS_o_ai vec_xst_len(vector unsigned int __a, in vec_xst_len()
2944 static __inline__ void __ATTRS_o_ai vec_xst_len(vector float __a, float *__b, in vec_xst_len()
2949 static __inline__ void __ATTRS_o_ai vec_xst_len(vector signed __int128 __a, in vec_xst_len()
2955 static __inline__ void __ATTRS_o_ai vec_xst_len(vector unsigned __int128 __a, in vec_xst_len()
2961 static __inline__ void __ATTRS_o_ai vec_xst_len(vector signed long long __a, in vec_xst_len()
2967 static __inline__ void __ATTRS_o_ai vec_xst_len(vector unsigned long long __a, in vec_xst_len()
2973 static __inline__ void __ATTRS_o_ai vec_xst_len(vector double __a, double *__b, in vec_xst_len()
2978 static __inline__ void __ATTRS_o_ai vec_xst_len_r(vector unsigned char __a, in vec_xst_len_r()
2997 static __inline__ vector float __ATTRS_o_ai vec_cpsgn(vector float __a, in vec_cpsgn()
3002 static __inline__ vector double __ATTRS_o_ai vec_cpsgn(vector double __a, in vec_cpsgn()
3011 #define vec_ctf(__a, __b) \ argument
3028 #define vec_ctf(__a, __b) \ argument
3042 #define vec_vcfsx(__a, __b) __builtin_altivec_vcfsx((vector int)(__a), (__b)) argument
3047 #define vec_cts(__a, __b) \ argument
3069 #define vec_ctu(__a, __b) \ argument
3092 vec_signexti(vector signed char __a) { in vec_signexti()
3097 vec_signexti(vector signed short __a) { in vec_signexti()
3102 vec_signextll(vector signed char __a) { in vec_signextll()
3107 vec_signextll(vector signed short __a) { in vec_signextll()
3112 vec_signextll(vector signed int __a) { in vec_signextll()
3119 vec_signextq(vector signed long long __a) { in vec_signextq()
3130 vec_signed(vector float __a) { in vec_signed()
3136 vec_signed(vector double __a) { in vec_signed()
3141 vec_signed2(vector double __a, vector double __b) { in vec_signed2()
3146 vec_signede(vector double __a) { in vec_signede()
3156 vec_signedo(vector double __a) { in vec_signedo()
3172 vec_unsigned(vector float __a) { in vec_unsigned()
3178 vec_unsigned(vector double __a) { in vec_unsigned()
3183 vec_unsigned2(vector double __a, vector double __b) { in vec_unsigned2()
3188 vec_unsignede(vector double __a) { in vec_unsignede()
3198 vec_unsignedo(vector double __a) { in vec_unsignedo()
3214 vec_float(vector signed int __a) { in vec_float()
3219 vec_float(vector unsigned int __a) { in vec_float()
3225 vec_float2(vector signed long long __a, vector signed long long __b) { in vec_float2()
3230 vec_float2(vector unsigned long long __a, vector unsigned long long __b) { in vec_float2()
3235 vec_float2(vector double __a, vector double __b) { in vec_float2()
3240 vec_floate(vector signed long long __a) { in vec_floate()
3250 vec_floate(vector unsigned long long __a) { in vec_floate()
3260 vec_floate(vector double __a) { in vec_floate()
3270 vec_floato(vector signed long long __a) { in vec_floato()
3280 vec_floato(vector unsigned long long __a) { in vec_floato()
3290 vec_floato(vector double __a) { in vec_floato()
3304 vec_double(vector signed long long __a) { in vec_double()
3309 vec_double(vector unsigned long long __a) { in vec_double()
3314 vec_doublee(vector signed int __a) { in vec_doublee()
3323 vec_doublee(vector unsigned int __a) { in vec_doublee()
3332 vec_doublee(vector float __a) { in vec_doublee()
3341 vec_doubleh(vector signed int __a) { in vec_doubleh()
3347 vec_doubleh(vector unsigned int __a) { in vec_doubleh()
3353 vec_doubleh(vector float __a) { in vec_doubleh()
3359 vec_doublel(vector signed int __a) { in vec_doublel()
3365 vec_doublel(vector unsigned int __a) { in vec_doublel()
3371 vec_doublel(vector float __a) { in vec_doublel()
3377 vec_doubleo(vector signed int __a) { in vec_doubleo()
3386 vec_doubleo(vector unsigned int __a) { in vec_doubleo()
3395 vec_doubleo(vector float __a) { in vec_doubleo()
3410 vec_div(vector signed char __a, vector signed char __b) { in vec_div()
3415 vec_div(vector unsigned char __a, vector unsigned char __b) { in vec_div()
3420 vec_div(vector signed short __a, vector signed short __b) { in vec_div()
3425 vec_div(vector unsigned short __a, vector unsigned short __b) { in vec_div()
3430 vec_div(vector signed int __a, vector signed int __b) { in vec_div()
3435 vec_div(vector unsigned int __a, vector unsigned int __b) { in vec_div()
3441 vec_div(vector signed long long __a, vector signed long long __b) { in vec_div()
3446 vec_div(vector unsigned long long __a, vector unsigned long long __b) { in vec_div()
3450 static __inline__ vector float __ATTRS_o_ai vec_div(vector float __a, in vec_div()
3455 static __inline__ vector double __ATTRS_o_ai vec_div(vector double __a, in vec_div()
3465 vec_dive(vector signed int __a, vector signed int __b) { in vec_dive()
3470 vec_dive(vector unsigned int __a, vector unsigned int __b) { in vec_dive()
3475 vec_dive(vector signed long long __a, vector signed long long __b) { in vec_dive()
3480 vec_dive(vector unsigned long long __a, vector unsigned long long __b) { in vec_dive()
3485 vec_dive(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_dive()
3490 vec_dive(vector signed __int128 __a, vector signed __int128 __b) { in vec_dive()
3497 vec_div(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_div()
3502 vec_div(vector signed __int128 __a, vector signed __int128 __b) { in vec_div()
3510 static __inline__ int __ATTRS_o_ai vec_test_swdiv(vector double __a, in vec_test_swdiv()
3515 static __inline__ int __ATTRS_o_ai vec_test_swdivs(vector float __a, in vec_test_swdivs()
3551 vec_eqv(vector signed char __a, vector signed char __b) { in vec_eqv()
3557 vec_eqv(vector unsigned char __a, vector unsigned char __b) { in vec_eqv()
3562 static __inline__ vector bool char __ATTRS_o_ai vec_eqv(vector bool char __a, in vec_eqv()
3569 vec_eqv(vector signed short __a, vector signed short __b) { in vec_eqv()
3575 vec_eqv(vector unsigned short __a, vector unsigned short __b) { in vec_eqv()
3581 vec_eqv(vector bool short __a, vector bool short __b) { in vec_eqv()
3587 vec_eqv(vector signed int __a, vector signed int __b) { in vec_eqv()
3593 vec_eqv(vector unsigned int __a, vector unsigned int __b) { in vec_eqv()
3597 static __inline__ vector bool int __ATTRS_o_ai vec_eqv(vector bool int __a, in vec_eqv()
3604 vec_eqv(vector signed long long __a, vector signed long long __b) { in vec_eqv()
3610 vec_eqv(vector unsigned long long __a, vector unsigned long long __b) { in vec_eqv()
3616 vec_eqv(vector bool long long __a, vector bool long long __b) { in vec_eqv()
3621 static __inline__ vector float __ATTRS_o_ai vec_eqv(vector float __a, in vec_eqv()
3627 static __inline__ vector double __ATTRS_o_ai vec_eqv(vector double __a, in vec_eqv()
3637 vec_expte(vector float __a) { in vec_expte()
3644 vec_vexptefp(vector float __a) { in vec_vexptefp()
3650 static __inline__ vector float __ATTRS_o_ai vec_floor(vector float __a) { in vec_floor()
3659 static __inline__ vector double __ATTRS_o_ai vec_floor(vector double __a) { in vec_floor()
3667 vec_vrfim(vector float __a) { in vec_vrfim()
3674 vec_ld(int __a, const vector signed char *__b) { in vec_ld()
3679 vec_ld(int __a, const signed char *__b) { in vec_ld()
3684 vec_ld(int __a, const vector unsigned char *__b) { in vec_ld()
3689 vec_ld(int __a, const unsigned char *__b) { in vec_ld()
3694 vec_ld(int __a, const vector bool char *__b) { in vec_ld()
3698 static __inline__ vector short __ATTRS_o_ai vec_ld(int __a, in vec_ld()
3703 static __inline__ vector short __ATTRS_o_ai vec_ld(int __a, const short *__b) { in vec_ld()
3708 vec_ld(int __a, const vector unsigned short *__b) { in vec_ld()
3713 vec_ld(int __a, const unsigned short *__b) { in vec_ld()
3718 vec_ld(int __a, const vector bool short *__b) { in vec_ld()
3722 static __inline__ vector pixel __ATTRS_o_ai vec_ld(int __a, in vec_ld()
3727 static __inline__ vector int __ATTRS_o_ai vec_ld(int __a, in vec_ld()
3732 static __inline__ vector int __ATTRS_o_ai vec_ld(int __a, const int *__b) { in vec_ld()
3737 vec_ld(int __a, const vector unsigned int *__b) { in vec_ld()
3742 vec_ld(int __a, const unsigned int *__b) { in vec_ld()
3747 vec_ld(int __a, const vector bool int *__b) { in vec_ld()
3751 static __inline__ vector float __ATTRS_o_ai vec_ld(int __a, in vec_ld()
3756 static __inline__ vector float __ATTRS_o_ai vec_ld(int __a, const float *__b) { in vec_ld()
3763 vec_lvx(int __a, const vector signed char *__b) { in vec_lvx()
3768 vec_lvx(int __a, const signed char *__b) { in vec_lvx()
3773 vec_lvx(int __a, const vector unsigned char *__b) { in vec_lvx()
3778 vec_lvx(int __a, const unsigned char *__b) { in vec_lvx()
3783 vec_lvx(int __a, const vector bool char *__b) { in vec_lvx()
3787 static __inline__ vector short __ATTRS_o_ai vec_lvx(int __a, in vec_lvx()
3792 static __inline__ vector short __ATTRS_o_ai vec_lvx(int __a, const short *__b) { in vec_lvx()
3797 vec_lvx(int __a, const vector unsigned short *__b) { in vec_lvx()
3802 vec_lvx(int __a, const unsigned short *__b) { in vec_lvx()
3807 vec_lvx(int __a, const vector bool short *__b) { in vec_lvx()
3811 static __inline__ vector pixel __ATTRS_o_ai vec_lvx(int __a, in vec_lvx()
3816 static __inline__ vector int __ATTRS_o_ai vec_lvx(int __a, in vec_lvx()
3821 static __inline__ vector int __ATTRS_o_ai vec_lvx(int __a, const int *__b) { in vec_lvx()
3826 vec_lvx(int __a, const vector unsigned int *__b) { in vec_lvx()
3831 vec_lvx(int __a, const unsigned int *__b) { in vec_lvx()
3836 vec_lvx(int __a, const vector bool int *__b) { in vec_lvx()
3840 static __inline__ vector float __ATTRS_o_ai vec_lvx(int __a, in vec_lvx()
3845 static __inline__ vector float __ATTRS_o_ai vec_lvx(int __a, const float *__b) { in vec_lvx()
3852 vec_lde(int __a, const signed char *__b) { in vec_lde()
3857 vec_lde(int __a, const unsigned char *__b) { in vec_lde()
3861 static __inline__ vector short __ATTRS_o_ai vec_lde(int __a, const short *__b) { in vec_lde()
3866 vec_lde(int __a, const unsigned short *__b) { in vec_lde()
3870 static __inline__ vector int __ATTRS_o_ai vec_lde(int __a, const int *__b) { in vec_lde()
3875 vec_lde(int __a, const unsigned int *__b) { in vec_lde()
3879 static __inline__ vector float __ATTRS_o_ai vec_lde(int __a, const float *__b) { in vec_lde()
3886 vec_lvebx(int __a, const signed char *__b) { in vec_lvebx()
3891 vec_lvebx(int __a, const unsigned char *__b) { in vec_lvebx()
3897 static __inline__ vector short __ATTRS_o_ai vec_lvehx(int __a, in vec_lvehx()
3903 vec_lvehx(int __a, const unsigned short *__b) { in vec_lvehx()
3909 static __inline__ vector int __ATTRS_o_ai vec_lvewx(int __a, const int *__b) { in vec_lvewx()
3914 vec_lvewx(int __a, const unsigned int *__b) { in vec_lvewx()
3918 static __inline__ vector float __ATTRS_o_ai vec_lvewx(int __a, in vec_lvewx()
3926 vec_ldl(int __a, const vector signed char *__b) { in vec_ldl()
3931 vec_ldl(int __a, const signed char *__b) { in vec_ldl()
3936 vec_ldl(int __a, const vector unsigned char *__b) { in vec_ldl()
3941 vec_ldl(int __a, const unsigned char *__b) { in vec_ldl()
3946 vec_ldl(int __a, const vector bool char *__b) { in vec_ldl()
3950 static __inline__ vector short __ATTRS_o_ai vec_ldl(int __a, in vec_ldl()
3955 static __inline__ vector short __ATTRS_o_ai vec_ldl(int __a, const short *__b) { in vec_ldl()
3960 vec_ldl(int __a, const vector unsigned short *__b) { in vec_ldl()
3965 vec_ldl(int __a, const unsigned short *__b) { in vec_ldl()
3970 vec_ldl(int __a, const vector bool short *__b) { in vec_ldl()
3974 static __inline__ vector pixel __ATTRS_o_ai vec_ldl(int __a, in vec_ldl()
3979 static __inline__ vector int __ATTRS_o_ai vec_ldl(int __a, in vec_ldl()
3984 static __inline__ vector int __ATTRS_o_ai vec_ldl(int __a, const int *__b) { in vec_ldl()
3989 vec_ldl(int __a, const vector unsigned int *__b) { in vec_ldl()
3994 vec_ldl(int __a, const unsigned int *__b) { in vec_ldl()
3999 vec_ldl(int __a, const vector bool int *__b) { in vec_ldl()
4003 static __inline__ vector float __ATTRS_o_ai vec_ldl(int __a, in vec_ldl()
4008 static __inline__ vector float __ATTRS_o_ai vec_ldl(int __a, const float *__b) { in vec_ldl()
4015 vec_lvxl(int __a, const vector signed char *__b) { in vec_lvxl()
4020 vec_lvxl(int __a, const signed char *__b) { in vec_lvxl()
4025 vec_lvxl(int __a, const vector unsigned char *__b) { in vec_lvxl()
4030 vec_lvxl(int __a, const unsigned char *__b) { in vec_lvxl()
4035 vec_lvxl(int __a, const vector bool char *__b) { in vec_lvxl()
4039 static __inline__ vector short __ATTRS_o_ai vec_lvxl(int __a, in vec_lvxl()
4044 static __inline__ vector short __ATTRS_o_ai vec_lvxl(int __a, in vec_lvxl()
4050 vec_lvxl(int __a, const vector unsigned short *__b) { in vec_lvxl()
4055 vec_lvxl(int __a, const unsigned short *__b) { in vec_lvxl()
4060 vec_lvxl(int __a, const vector bool short *__b) { in vec_lvxl()
4064 static __inline__ vector pixel __ATTRS_o_ai vec_lvxl(int __a, in vec_lvxl()
4069 static __inline__ vector int __ATTRS_o_ai vec_lvxl(int __a, in vec_lvxl()
4074 static __inline__ vector int __ATTRS_o_ai vec_lvxl(int __a, const int *__b) { in vec_lvxl()
4079 vec_lvxl(int __a, const vector unsigned int *__b) { in vec_lvxl()
4084 vec_lvxl(int __a, const unsigned int *__b) { in vec_lvxl()
4089 vec_lvxl(int __a, const vector bool int *__b) { in vec_lvxl()
4093 static __inline__ vector float __ATTRS_o_ai vec_lvxl(int __a, in vec_lvxl()
4098 static __inline__ vector float __ATTRS_o_ai vec_lvxl(int __a, in vec_lvxl()
4106 vec_loge(vector float __a) { in vec_loge()
4113 vec_vlogefp(vector float __a) { in vec_vlogefp()
4122 loads/stores"))) vec_lvsl(int __a, const signed char *__b) { in vec_lvsl()
4131 vec_lvsl(int __a, const signed char *__b) { in vec_lvsl()
4139 loads/stores"))) vec_lvsl(int __a, const unsigned char *__b) { in vec_lvsl()
4148 vec_lvsl(int __a, const unsigned char *__b) { in vec_lvsl()
4156 loads/stores"))) vec_lvsl(int __a, const short *__b) { in vec_lvsl()
4164 static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl(int __a, in vec_lvsl()
4173 loads/stores"))) vec_lvsl(int __a, const unsigned short *__b) { in vec_lvsl()
4182 vec_lvsl(int __a, const unsigned short *__b) { in vec_lvsl()
4190 loads/stores"))) vec_lvsl(int __a, const int *__b) { in vec_lvsl()
4198 static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl(int __a, in vec_lvsl()
4207 loads/stores"))) vec_lvsl(int __a, const unsigned int *__b) { in vec_lvsl()
4216 vec_lvsl(int __a, const unsigned int *__b) { in vec_lvsl()
4224 loads/stores"))) vec_lvsl(int __a, const float *__b) { in vec_lvsl()
4232 static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl(int __a, in vec_lvsl()
4243 loads/stores"))) vec_lvsr(int __a, const signed char *__b) { in vec_lvsr()
4252 vec_lvsr(int __a, const signed char *__b) { in vec_lvsr()
4260 loads/stores"))) vec_lvsr(int __a, const unsigned char *__b) { in vec_lvsr()
4269 vec_lvsr(int __a, const unsigned char *__b) { in vec_lvsr()
4277 loads/stores"))) vec_lvsr(int __a, const short *__b) { in vec_lvsr()
4285 static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr(int __a, in vec_lvsr()
4294 loads/stores"))) vec_lvsr(int __a, const unsigned short *__b) { in vec_lvsr()
4303 vec_lvsr(int __a, const unsigned short *__b) { in vec_lvsr()
4311 loads/stores"))) vec_lvsr(int __a, const int *__b) { in vec_lvsr()
4319 static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr(int __a, in vec_lvsr()
4328 loads/stores"))) vec_lvsr(int __a, const unsigned int *__b) { in vec_lvsr()
4337 vec_lvsr(int __a, const unsigned int *__b) { in vec_lvsr()
4345 loads/stores"))) vec_lvsr(int __a, const float *__b) { in vec_lvsr()
4353 static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr(int __a, in vec_lvsr()
4370 vector signed short __a, vector signed short __b, vector signed short __c) { in vec_madd()
4375 vec_madd(vector signed short __a, vector unsigned short __b, in vec_madd()
4381 vec_madd(vector unsigned short __a, vector signed short __b, in vec_madd()
4387 vec_madd(vector unsigned short __a, vector unsigned short __b, in vec_madd()
4392 static __inline__ vector float __ATTRS_o_ai vec_madd(vector float __a, in vec_madd()
4403 static __inline__ vector double __ATTRS_o_ai vec_madd(vector double __a, in vec_madd()
4413 vec_vmaddfp(vector float __a, vector float __b, vector float __c) { in vec_vmaddfp()
4420 vec_madds(vector signed short __a, vector signed short __b, in vec_madds()
4427 vec_vmhaddshs(vector signed short __a, vector signed short __b, in vec_vmhaddshs()
4435 static __inline__ vector float __ATTRS_o_ai vec_msub(vector float __a, in vec_msub()
4441 static __inline__ vector double __ATTRS_o_ai vec_msub(vector double __a, in vec_msub()
4451 vec_max(vector signed char __a, vector signed char __b) { in vec_max()
4456 vec_max(vector bool char __a, vector signed char __b) { in vec_max()
4461 vec_max(vector signed char __a, vector bool char __b) { in vec_max()
4466 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max()
4471 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max()
4476 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max()
4480 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max()
4485 static __inline__ vector short __ATTRS_o_ai vec_max(vector bool short __a, in vec_max()
4490 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max()
4496 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max()
4501 vec_max(vector bool short __a, vector unsigned short __b) { in vec_max()
4506 vec_max(vector unsigned short __a, vector bool short __b) { in vec_max()
4510 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a, in vec_max()
4515 static __inline__ vector int __ATTRS_o_ai vec_max(vector bool int __a, in vec_max()
4520 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a, in vec_max()
4526 vec_max(vector unsigned int __a, vector unsigned int __b) { in vec_max()
4531 vec_max(vector bool int __a, vector unsigned int __b) { in vec_max()
4536 vec_max(vector unsigned int __a, vector bool int __b) { in vec_max()
4542 vec_max(vector signed long long __a, vector signed long long __b) { in vec_max()
4547 vec_max(vector bool long long __a, vector signed long long __b) { in vec_max()
4552 vec_max(vector signed long long __a, vector bool long long __b) { in vec_max()
4557 vec_max(vector unsigned long long __a, vector unsigned long long __b) { in vec_max()
4562 vec_max(vector bool long long __a, vector unsigned long long __b) { in vec_max()
4567 vec_max(vector unsigned long long __a, vector bool long long __b) { in vec_max()
4572 static __inline__ vector float __ATTRS_o_ai vec_max(vector float __a, in vec_max()
4582 static __inline__ vector double __ATTRS_o_ai vec_max(vector double __a, in vec_max()
4591 vec_vmaxsb(vector signed char __a, vector signed char __b) { in vec_vmaxsb()
4596 vec_vmaxsb(vector bool char __a, vector signed char __b) { in vec_vmaxsb()
4601 vec_vmaxsb(vector signed char __a, vector bool char __b) { in vec_vmaxsb()
4608 vec_vmaxub(vector unsigned char __a, vector unsigned char __b) { in vec_vmaxub()
4613 vec_vmaxub(vector bool char __a, vector unsigned char __b) { in vec_vmaxub()
4618 vec_vmaxub(vector unsigned char __a, vector bool char __b) { in vec_vmaxub()
4624 static __inline__ vector short __ATTRS_o_ai vec_vmaxsh(vector short __a, in vec_vmaxsh()
4629 static __inline__ vector short __ATTRS_o_ai vec_vmaxsh(vector bool short __a, in vec_vmaxsh()
4634 static __inline__ vector short __ATTRS_o_ai vec_vmaxsh(vector short __a, in vec_vmaxsh()
4642 vec_vmaxuh(vector unsigned short __a, vector unsigned short __b) { in vec_vmaxuh()
4647 vec_vmaxuh(vector bool short __a, vector unsigned short __b) { in vec_vmaxuh()
4652 vec_vmaxuh(vector unsigned short __a, vector bool short __b) { in vec_vmaxuh()
4658 static __inline__ vector int __ATTRS_o_ai vec_vmaxsw(vector int __a, in vec_vmaxsw()
4663 static __inline__ vector int __ATTRS_o_ai vec_vmaxsw(vector bool int __a, in vec_vmaxsw()
4668 static __inline__ vector int __ATTRS_o_ai vec_vmaxsw(vector int __a, in vec_vmaxsw()
4676 vec_vmaxuw(vector unsigned int __a, vector unsigned int __b) { in vec_vmaxuw()
4681 vec_vmaxuw(vector bool int __a, vector unsigned int __b) { in vec_vmaxuw()
4686 vec_vmaxuw(vector unsigned int __a, vector bool int __b) { in vec_vmaxuw()
4693 vec_vmaxfp(vector float __a, vector float __b) { in vec_vmaxfp()
4704 vec_mergeh(vector signed char __a, vector signed char __b) { in vec_mergeh()
4712 vec_mergeh(vector unsigned char __a, vector unsigned char __b) { in vec_mergeh()
4720 vec_mergeh(vector bool char __a, vector bool char __b) { in vec_mergeh()
4727 static __inline__ vector short __ATTRS_o_ai vec_mergeh(vector short __a, in vec_mergeh()
4736 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { in vec_mergeh()
4744 vec_mergeh(vector bool short __a, vector bool short __b) { in vec_mergeh()
4751 static __inline__ vector pixel __ATTRS_o_ai vec_mergeh(vector pixel __a, in vec_mergeh()
4759 static __inline__ vector int __ATTRS_o_ai vec_mergeh(vector int __a, in vec_mergeh()
4768 vec_mergeh(vector unsigned int __a, vector unsigned int __b) { in vec_mergeh()
4775 static __inline__ vector bool int __ATTRS_o_ai vec_mergeh(vector bool int __a, in vec_mergeh()
4783 static __inline__ vector float __ATTRS_o_ai vec_mergeh(vector float __a, in vec_mergeh()
4793 vec_mergeh(vector signed long long __a, vector signed long long __b) { in vec_mergeh()
4801 vec_mergeh(vector signed long long __a, vector bool long long __b) { in vec_mergeh()
4809 vec_mergeh(vector bool long long __a, vector signed long long __b) { in vec_mergeh()
4817 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { in vec_mergeh()
4825 vec_mergeh(vector unsigned long long __a, vector bool long long __b) { in vec_mergeh()
4833 vec_mergeh(vector bool long long __a, vector unsigned long long __b) { in vec_mergeh()
4841 vec_mergeh(vector bool long long __a, vector bool long long __b) { in vec_mergeh()
4848 static __inline__ vector double __ATTRS_o_ai vec_mergeh(vector double __a, in vec_mergeh()
4856 vec_mergeh(vector double __a, vector bool long long __b) { in vec_mergeh()
4863 vec_mergeh(vector bool long long __a, vector double __b) { in vec_mergeh()
4876 vec_vmrghb(vector signed char __a, vector signed char __b) { in vec_vmrghb()
4884 vec_vmrghb(vector unsigned char __a, vector unsigned char __b) { in vec_vmrghb()
4892 vec_vmrghb(vector bool char __a, vector bool char __b) { in vec_vmrghb()
4903 static __inline__ vector short __ATTRS_o_ai vec_vmrghh(vector short __a, in vec_vmrghh()
4912 vec_vmrghh(vector unsigned short __a, vector unsigned short __b) { in vec_vmrghh()
4920 vec_vmrghh(vector bool short __a, vector bool short __b) { in vec_vmrghh()
4927 static __inline__ vector pixel __ATTRS_o_ai vec_vmrghh(vector pixel __a, in vec_vmrghh()
4939 static __inline__ vector int __ATTRS_o_ai vec_vmrghw(vector int __a, in vec_vmrghw()
4948 vec_vmrghw(vector unsigned int __a, vector unsigned int __b) { in vec_vmrghw()
4955 static __inline__ vector bool int __ATTRS_o_ai vec_vmrghw(vector bool int __a, in vec_vmrghw()
4963 static __inline__ vector float __ATTRS_o_ai vec_vmrghw(vector float __a, in vec_vmrghw()
4974 vec_mergel(vector signed char __a, vector signed char __b) { in vec_mergel()
4982 vec_mergel(vector unsigned char __a, vector unsigned char __b) { in vec_mergel()
4990 vec_mergel(vector bool char __a, vector bool char __b) { in vec_mergel()
4997 static __inline__ vector short __ATTRS_o_ai vec_mergel(vector short __a, in vec_mergel()
5006 vec_mergel(vector unsigned short __a, vector unsigned short __b) { in vec_mergel()
5014 vec_mergel(vector bool short __a, vector bool short __b) { in vec_mergel()
5021 static __inline__ vector pixel __ATTRS_o_ai vec_mergel(vector pixel __a, in vec_mergel()
5029 static __inline__ vector int __ATTRS_o_ai vec_mergel(vector int __a, in vec_mergel()
5038 vec_mergel(vector unsigned int __a, vector unsigned int __b) { in vec_mergel()
5045 static __inline__ vector bool int __ATTRS_o_ai vec_mergel(vector bool int __a, in vec_mergel()
5053 static __inline__ vector float __ATTRS_o_ai vec_mergel(vector float __a, in vec_mergel()
5063 vec_mergel(vector signed long long __a, vector signed long long __b) { in vec_mergel()
5070 vec_mergel(vector signed long long __a, vector bool long long __b) { in vec_mergel()
5077 vec_mergel(vector bool long long __a, vector signed long long __b) { in vec_mergel()
5084 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { in vec_mergel()
5091 vec_mergel(vector unsigned long long __a, vector bool long long __b) { in vec_mergel()
5098 vec_mergel(vector bool long long __a, vector unsigned long long __b) { in vec_mergel()
5105 vec_mergel(vector bool long long __a, vector bool long long __b) { in vec_mergel()
5111 static __inline__ vector double __ATTRS_o_ai vec_mergel(vector double __a, in vec_mergel()
5119 vec_mergel(vector double __a, vector bool long long __b) { in vec_mergel()
5126 vec_mergel(vector bool long long __a, vector double __b) { in vec_mergel()
5139 vec_vmrglb(vector signed char __a, vector signed char __b) { in vec_vmrglb()
5147 vec_vmrglb(vector unsigned char __a, vector unsigned char __b) { in vec_vmrglb()
5155 vec_vmrglb(vector bool char __a, vector bool char __b) { in vec_vmrglb()
5166 static __inline__ vector short __ATTRS_o_ai vec_vmrglh(vector short __a, in vec_vmrglh()
5175 vec_vmrglh(vector unsigned short __a, vector unsigned short __b) { in vec_vmrglh()
5183 vec_vmrglh(vector bool short __a, vector bool short __b) { in vec_vmrglh()
5190 static __inline__ vector pixel __ATTRS_o_ai vec_vmrglh(vector pixel __a, in vec_vmrglh()
5202 static __inline__ vector int __ATTRS_o_ai vec_vmrglw(vector int __a, in vec_vmrglw()
5211 vec_vmrglw(vector unsigned int __a, vector unsigned int __b) { in vec_vmrglw()
5218 static __inline__ vector bool int __ATTRS_o_ai vec_vmrglw(vector bool int __a, in vec_vmrglw()
5226 static __inline__ vector float __ATTRS_o_ai vec_vmrglw(vector float __a, in vec_vmrglw()
5237 static __inline__ vector bool int __ATTRS_o_ai vec_mergee(vector bool int __a, in vec_mergee()
5246 vec_mergee(vector signed int __a, vector signed int __b) { in vec_mergee()
5254 vec_mergee(vector unsigned int __a, vector unsigned int __b) { in vec_mergee()
5262 vec_mergee(vector bool long long __a, vector bool long long __b) { in vec_mergee()
5267 vec_mergee(vector signed long long __a, vector signed long long __b) { in vec_mergee()
5272 vec_mergee(vector unsigned long long __a, vector unsigned long long __b) { in vec_mergee()
5277 vec_mergee(vector float __a, vector float __b) { in vec_mergee()
5285 vec_mergee(vector double __a, vector double __b) { in vec_mergee()
5291 static __inline__ vector bool int __ATTRS_o_ai vec_mergeo(vector bool int __a, in vec_mergeo()
5300 vec_mergeo(vector signed int __a, vector signed int __b) { in vec_mergeo()
5308 vec_mergeo(vector unsigned int __a, vector unsigned int __b) { in vec_mergeo()
5316 vec_mergeo(vector bool long long __a, vector bool long long __b) { in vec_mergeo()
5321 vec_mergeo(vector signed long long __a, vector signed long long __b) { in vec_mergeo()
5326 vec_mergeo(vector unsigned long long __a, vector unsigned long long __b) { in vec_mergeo()
5331 vec_mergeo(vector float __a, vector float __b) { in vec_mergeo()
5339 vec_mergeo(vector double __a, vector double __b) { in vec_mergeo()
5355 vec_min(vector signed char __a, vector signed char __b) { in vec_min()
5360 vec_min(vector bool char __a, vector signed char __b) { in vec_min()
5365 vec_min(vector signed char __a, vector bool char __b) { in vec_min()
5370 vec_min(vector unsigned char __a, vector unsigned char __b) { in vec_min()
5375 vec_min(vector bool char __a, vector unsigned char __b) { in vec_min()
5380 vec_min(vector unsigned char __a, vector bool char __b) { in vec_min()
5384 static __inline__ vector short __ATTRS_o_ai vec_min(vector short __a, in vec_min()
5389 static __inline__ vector short __ATTRS_o_ai vec_min(vector bool short __a, in vec_min()
5394 static __inline__ vector short __ATTRS_o_ai vec_min(vector short __a, in vec_min()
5400 vec_min(vector unsigned short __a, vector unsigned short __b) { in vec_min()
5405 vec_min(vector bool short __a, vector unsigned short __b) { in vec_min()
5410 vec_min(vector unsigned short __a, vector bool short __b) { in vec_min()
5414 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a, in vec_min()
5419 static __inline__ vector int __ATTRS_o_ai vec_min(vector bool int __a, in vec_min()
5424 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a, in vec_min()
5430 vec_min(vector unsigned int __a, vector unsigned int __b) { in vec_min()
5435 vec_min(vector bool int __a, vector unsigned int __b) { in vec_min()
5440 vec_min(vector unsigned int __a, vector bool int __b) { in vec_min()
5446 vec_min(vector signed long long __a, vector signed long long __b) { in vec_min()
5451 vec_min(vector bool long long __a, vector signed long long __b) { in vec_min()
5456 vec_min(vector signed long long __a, vector bool long long __b) { in vec_min()
5461 vec_min(vector unsigned long long __a, vector unsigned long long __b) { in vec_min()
5466 vec_min(vector bool long long __a, vector unsigned long long __b) { in vec_min()
5471 vec_min(vector unsigned long long __a, vector bool long long __b) { in vec_min()
5476 static __inline__ vector float __ATTRS_o_ai vec_min(vector float __a, in vec_min()
5486 static __inline__ vector double __ATTRS_o_ai vec_min(vector double __a, in vec_min()
5495 vec_vminsb(vector signed char __a, vector signed char __b) { in vec_vminsb()
5500 vec_vminsb(vector bool char __a, vector signed char __b) { in vec_vminsb()
5505 vec_vminsb(vector signed char __a, vector bool char __b) { in vec_vminsb()
5512 vec_vminub(vector unsigned char __a, vector unsigned char __b) { in vec_vminub()
5517 vec_vminub(vector bool char __a, vector unsigned char __b) { in vec_vminub()
5522 vec_vminub(vector unsigned char __a, vector bool char __b) { in vec_vminub()
5528 static __inline__ vector short __ATTRS_o_ai vec_vminsh(vector short __a, in vec_vminsh()
5533 static __inline__ vector short __ATTRS_o_ai vec_vminsh(vector bool short __a, in vec_vminsh()
5538 static __inline__ vector short __ATTRS_o_ai vec_vminsh(vector short __a, in vec_vminsh()
5546 vec_vminuh(vector unsigned short __a, vector unsigned short __b) { in vec_vminuh()
5551 vec_vminuh(vector bool short __a, vector unsigned short __b) { in vec_vminuh()
5556 vec_vminuh(vector unsigned short __a, vector bool short __b) { in vec_vminuh()
5562 static __inline__ vector int __ATTRS_o_ai vec_vminsw(vector int __a, in vec_vminsw()
5567 static __inline__ vector int __ATTRS_o_ai vec_vminsw(vector bool int __a, in vec_vminsw()
5572 static __inline__ vector int __ATTRS_o_ai vec_vminsw(vector int __a, in vec_vminsw()
5580 vec_vminuw(vector unsigned int __a, vector unsigned int __b) { in vec_vminuw()
5585 vec_vminuw(vector bool int __a, vector unsigned int __b) { in vec_vminuw()
5590 vec_vminuw(vector unsigned int __a, vector bool int __b) { in vec_vminuw()
5597 vec_vminfp(vector float __a, vector float __b) { in vec_vminfp()
5609 static __inline__ vector short __ATTRS_o_ai vec_mladd(vector short __a, in vec_mladd()
5616 vector short __a, vector unsigned short __b, vector unsigned short __c) { in vec_mladd()
5620 static __inline__ vector short __ATTRS_o_ai vec_mladd(vector unsigned short __a, in vec_mladd()
5627 vec_mladd(vector unsigned short __a, vector unsigned short __b, in vec_mladd()
5634 static __inline__ vector short __ATTRS_o_ai vec_vmladduhm(vector short __a, in vec_vmladduhm()
5641 vector short __a, vector unsigned short __b, vector unsigned short __c) { in vec_vmladduhm()
5646 vec_vmladduhm(vector unsigned short __a, vector short __b, vector short __c) { in vec_vmladduhm()
5651 vec_vmladduhm(vector unsigned short __a, vector unsigned short __b, in vec_vmladduhm()
5659 vec_mradds(vector short __a, vector short __b, vector short __c) { in vec_mradds()
5666 vec_vmhraddshs(vector short __a, vector short __b, vector short __c) { in vec_vmhraddshs()
5672 static __inline__ vector int __ATTRS_o_ai vec_msum(vector signed char __a, in vec_msum()
5679 vec_msum(vector unsigned char __a, vector unsigned char __b, in vec_msum()
5684 static __inline__ vector int __ATTRS_o_ai vec_msum(vector short __a, in vec_msum()
5691 vec_msum(vector unsigned short __a, vector unsigned short __b, in vec_msum()
5700 vec_msumc(vector unsigned long long __a, vector unsigned long long __b, in vec_msumc()
5709 vec_vmsummbm(vector signed char __a, vector unsigned char __b, vector int __c) { in vec_vmsummbm()
5716 vec_vmsumubm(vector unsigned char __a, vector unsigned char __b, in vec_vmsumubm()
5724 vec_vmsumshm(vector short __a, vector short __b, vector int __c) { in vec_vmsumshm()
5731 vec_vmsumuhm(vector unsigned short __a, vector unsigned short __b, in vec_vmsumuhm()
5738 static __inline__ vector int __ATTRS_o_ai vec_msums(vector short __a, in vec_msums()
5745 vec_msums(vector unsigned short __a, vector unsigned short __b, in vec_msums()
5753 vec_vmsumshs(vector short __a, vector short __b, vector int __c) { in vec_vmsumshs()
5760 vec_vmsumuhs(vector unsigned short __a, vector unsigned short __b, in vec_vmsumuhs()
5767 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector signed char __a) { in vec_mtvscr()
5771 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector unsigned char __a) { in vec_mtvscr()
5775 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector bool char __a) { in vec_mtvscr()
5779 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector short __a) { in vec_mtvscr()
5783 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector unsigned short __a) { in vec_mtvscr()
5787 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector bool short __a) { in vec_mtvscr()
5791 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector pixel __a) { in vec_mtvscr()
5795 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector int __a) { in vec_mtvscr()
5799 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector unsigned int __a) { in vec_mtvscr()
5803 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector bool int __a) { in vec_mtvscr()
5807 static __inline__ void __ATTRS_o_ai vec_mtvscr(vector float __a) { in vec_mtvscr()
5818 vec_mul(vector signed char __a, vector signed char __b) { in vec_mul()
5823 vec_mul(vector unsigned char __a, vector unsigned char __b) { in vec_mul()
5828 vec_mul(vector signed short __a, vector signed short __b) { in vec_mul()
5833 vec_mul(vector unsigned short __a, vector unsigned short __b) { in vec_mul()
5838 vec_mul(vector signed int __a, vector signed int __b) { in vec_mul()
5843 vec_mul(vector unsigned int __a, vector unsigned int __b) { in vec_mul()
5849 vec_mul(vector signed long long __a, vector signed long long __b) { in vec_mul()
5854 vec_mul(vector unsigned long long __a, vector unsigned long long __b) { in vec_mul()
5859 static __inline__ vector float __ATTRS_o_ai vec_mul(vector float __a, in vec_mul()
5865 static __inline__ vector double __ATTRS_o_ai vec_mul(vector double __a, in vec_mul()
5876 static __inline__ vector short __ATTRS_o_ai vec_mule(vector signed char __a, in vec_mule()
5886 vec_mule(vector unsigned char __a, vector unsigned char __b) { in vec_mule()
5894 static __inline__ vector int __ATTRS_o_ai vec_mule(vector short __a, in vec_mule()
5904 vec_mule(vector unsigned short __a, vector unsigned short __b) { in vec_mule()
5914 vec_mule(vector signed int __a, vector signed int __b) { in vec_mule()
5923 vec_mule(vector unsigned int __a, vector unsigned int __b) { in vec_mule()
5934 vec_mule(vector signed long long __a, vector signed long long __b) { in vec_mule()
5943 vec_mule(vector unsigned long long __a, vector unsigned long long __b) { in vec_mule()
5955 vec_vmulesb(vector signed char __a, vector signed char __b) { in vec_vmulesb()
5966 vec_vmuleub(vector unsigned char __a, vector unsigned char __b) { in vec_vmuleub()
5977 vec_vmulesh(vector short __a, vector short __b) { in vec_vmulesh()
5988 vec_vmuleuh(vector unsigned short __a, vector unsigned short __b) { in vec_vmuleuh()
6000 vec_mulh(vector signed int __a, vector signed int __b) { in vec_mulh()
6005 vec_mulh(vector unsigned int __a, vector unsigned int __b) { in vec_mulh()
6010 vec_mulh(vector signed long long __a, vector signed long long __b) { in vec_mulh()
6015 vec_mulh(vector unsigned long long __a, vector unsigned long long __b) { in vec_mulh()
6022 static __inline__ vector short __ATTRS_o_ai vec_mulo(vector signed char __a, in vec_mulo()
6032 vec_mulo(vector unsigned char __a, vector unsigned char __b) { in vec_mulo()
6040 static __inline__ vector int __ATTRS_o_ai vec_mulo(vector short __a, in vec_mulo()
6050 vec_mulo(vector unsigned short __a, vector unsigned short __b) { in vec_mulo()
6060 vec_mulo(vector signed int __a, vector signed int __b) { in vec_mulo()
6069 vec_mulo(vector unsigned int __a, vector unsigned int __b) { in vec_mulo()
6080 vec_mulo(vector signed long long __a, vector signed long long __b) { in vec_mulo()
6089 vec_mulo(vector unsigned long long __a, vector unsigned long long __b) { in vec_mulo()
6101 vec_vmulosb(vector signed char __a, vector signed char __b) { in vec_vmulosb()
6112 vec_vmuloub(vector unsigned char __a, vector unsigned char __b) { in vec_vmuloub()
6123 vec_vmulosh(vector short __a, vector short __b) { in vec_vmulosh()
6134 vec_vmulouh(vector unsigned short __a, vector unsigned short __b) { in vec_vmulouh()
6146 vec_nand(vector signed char __a, vector signed char __b) { in vec_nand()
6151 vec_nand(vector signed char __a, vector bool char __b) { in vec_nand()
6156 vec_nand(vector bool char __a, vector signed char __b) { in vec_nand()
6161 vec_nand(vector unsigned char __a, vector unsigned char __b) { in vec_nand()
6166 vec_nand(vector unsigned char __a, vector bool char __b) { in vec_nand()
6171 vec_nand(vector bool char __a, vector unsigned char __b) { in vec_nand()
6175 static __inline__ vector bool char __ATTRS_o_ai vec_nand(vector bool char __a, in vec_nand()
6181 vec_nand(vector signed short __a, vector signed short __b) { in vec_nand()
6186 vec_nand(vector signed short __a, vector bool short __b) { in vec_nand()
6191 vec_nand(vector bool short __a, vector signed short __b) { in vec_nand()
6196 vec_nand(vector unsigned short __a, vector unsigned short __b) { in vec_nand()
6201 vec_nand(vector unsigned short __a, vector bool short __b) { in vec_nand()
6206 vec_nand(vector bool short __a, vector bool short __b) { in vec_nand()
6211 vec_nand(vector signed int __a, vector signed int __b) { in vec_nand()
6215 static __inline__ vector signed int __ATTRS_o_ai vec_nand(vector signed int __a, in vec_nand()
6221 vec_nand(vector bool int __a, vector signed int __b) { in vec_nand()
6226 vec_nand(vector unsigned int __a, vector unsigned int __b) { in vec_nand()
6231 vec_nand(vector unsigned int __a, vector bool int __b) { in vec_nand()
6236 vec_nand(vector bool int __a, vector unsigned int __b) { in vec_nand()
6240 static __inline__ vector bool int __ATTRS_o_ai vec_nand(vector bool int __a, in vec_nand()
6246 vec_nand(vector float __a, vector float __b) { in vec_nand()
6252 vec_nand(vector signed long long __a, vector signed long long __b) { in vec_nand()
6257 vec_nand(vector signed long long __a, vector bool long long __b) { in vec_nand()
6262 vec_nand(vector bool long long __a, vector signed long long __b) { in vec_nand()
6267 vec_nand(vector unsigned long long __a, vector unsigned long long __b) { in vec_nand()
6272 vec_nand(vector unsigned long long __a, vector bool long long __b) { in vec_nand()
6277 vec_nand(vector bool long long __a, vector unsigned long long __b) { in vec_nand()
6282 vec_nand(vector bool long long __a, vector bool long long __b) { in vec_nand()
6287 vec_nand(vector double __a, vector double __b) { in vec_nand()
6297 static __inline__ vector float __ATTRS_o_ai vec_nmadd(vector float __a, in vec_nmadd()
6303 static __inline__ vector double __ATTRS_o_ai vec_nmadd(vector double __a, in vec_nmadd()
6312 static __inline__ vector float __ATTRS_o_ai vec_nmsub(vector float __a, in vec_nmsub()
6323 static __inline__ vector double __ATTRS_o_ai vec_nmsub(vector double __a, in vec_nmsub()
6333 vec_vnmsubfp(vector float __a, vector float __b, vector float __c) { in vec_vnmsubfp()
6342 vec_nor(vector signed char __a, vector signed char __b) { in vec_nor()
6347 vec_nor(vector unsigned char __a, vector unsigned char __b) { in vec_nor()
6351 static __inline__ vector bool char __ATTRS_o_ai vec_nor(vector bool char __a, in vec_nor()
6356 static __inline__ vector short __ATTRS_o_ai vec_nor(vector short __a, in vec_nor()
6362 vec_nor(vector unsigned short __a, vector unsigned short __b) { in vec_nor()
6367 vec_nor(vector bool short __a, vector bool short __b) { in vec_nor()
6371 static __inline__ vector int __ATTRS_o_ai vec_nor(vector int __a, in vec_nor()
6377 vec_nor(vector unsigned int __a, vector unsigned int __b) { in vec_nor()
6381 static __inline__ vector bool int __ATTRS_o_ai vec_nor(vector bool int __a, in vec_nor()
6386 static __inline__ vector float __ATTRS_o_ai vec_nor(vector float __a, in vec_nor()
6394 static __inline__ vector double __ATTRS_o_ai vec_nor(vector double __a, in vec_nor()
6405 vec_vnor(vector signed char __a, vector signed char __b) { in vec_vnor()
6410 vec_vnor(vector unsigned char __a, vector unsigned char __b) { in vec_vnor()
6414 static __inline__ vector bool char __ATTRS_o_ai vec_vnor(vector bool char __a, in vec_vnor()
6419 static __inline__ vector short __ATTRS_o_ai vec_vnor(vector short __a, in vec_vnor()
6425 vec_vnor(vector unsigned short __a, vector unsigned short __b) { in vec_vnor()
6430 vec_vnor(vector bool short __a, vector bool short __b) { in vec_vnor()
6434 static __inline__ vector int __ATTRS_o_ai vec_vnor(vector int __a, in vec_vnor()
6440 vec_vnor(vector unsigned int __a, vector unsigned int __b) { in vec_vnor()
6444 static __inline__ vector bool int __ATTRS_o_ai vec_vnor(vector bool int __a, in vec_vnor()
6449 static __inline__ vector float __ATTRS_o_ai vec_vnor(vector float __a, in vec_vnor()
6458 vec_nor(vector signed long long __a, vector signed long long __b) { in vec_nor()
6463 vec_nor(vector unsigned long long __a, vector unsigned long long __b) { in vec_nor()
6468 vec_nor(vector bool long long __a, vector bool long long __b) { in vec_nor()
6478 vec_or(vector signed char __a, vector signed char __b) { in vec_or()
6483 vec_or(vector bool char __a, vector signed char __b) { in vec_or()
6487 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, in vec_or()
6493 vec_or(vector unsigned char __a, vector unsigned char __b) { in vec_or()
6498 vec_or(vector bool char __a, vector unsigned char __b) { in vec_or()
6503 vec_or(vector unsigned char __a, vector bool char __b) { in vec_or()
6507 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, in vec_or()
6512 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, in vec_or()
6517 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, in vec_or()
6522 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, in vec_or()
6528 vec_or(vector unsigned short __a, vector unsigned short __b) { in vec_or()
6533 vec_or(vector bool short __a, vector unsigned short __b) { in vec_or()
6538 vec_or(vector unsigned short __a, vector bool short __b) { in vec_or()
6542 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, in vec_or()
6547 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, in vec_or()
6552 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, in vec_or()
6557 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, in vec_or()
6563 vec_or(vector unsigned int __a, vector unsigned int __b) { in vec_or()
6568 vec_or(vector bool int __a, vector unsigned int __b) { in vec_or()
6573 vec_or(vector unsigned int __a, vector bool int __b) { in vec_or()
6577 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, in vec_or()
6582 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, in vec_or()
6589 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, in vec_or()
6596 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, in vec_or()
6604 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, in vec_or()
6610 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, in vec_or()
6616 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, in vec_or()
6623 vec_or(vector signed long long __a, vector signed long long __b) { in vec_or()
6628 vec_or(vector bool long long __a, vector signed long long __b) { in vec_or()
6633 vec_or(vector signed long long __a, vector bool long long __b) { in vec_or()
6638 vec_or(vector unsigned long long __a, vector unsigned long long __b) { in vec_or()
6643 vec_or(vector bool long long __a, vector unsigned long long __b) { in vec_or()
6648 vec_or(vector unsigned long long __a, vector bool long long __b) { in vec_or()
6653 vec_or(vector bool long long __a, vector bool long long __b) { in vec_or()
6660 vec_orc(vector signed char __a, vector signed char __b) { in vec_orc()
6665 vec_orc(vector signed char __a, vector bool char __b) { in vec_orc()
6670 vec_orc(vector bool char __a, vector signed char __b) { in vec_orc()
6675 vec_orc(vector unsigned char __a, vector unsigned char __b) { in vec_orc()
6680 vec_orc(vector unsigned char __a, vector bool char __b) { in vec_orc()
6685 vec_orc(vector bool char __a, vector unsigned char __b) { in vec_orc()
6689 static __inline__ vector bool char __ATTRS_o_ai vec_orc(vector bool char __a, in vec_orc()
6695 vec_orc(vector signed short __a, vector signed short __b) { in vec_orc()
6700 vec_orc(vector signed short __a, vector bool short __b) { in vec_orc()
6705 vec_orc(vector bool short __a, vector signed short __b) { in vec_orc()
6710 vec_orc(vector unsigned short __a, vector unsigned short __b) { in vec_orc()
6715 vec_orc(vector unsigned short __a, vector bool short __b) { in vec_orc()
6720 vec_orc(vector bool short __a, vector unsigned short __b) { in vec_orc()
6725 vec_orc(vector bool short __a, vector bool short __b) { in vec_orc()
6730 vec_orc(vector signed int __a, vector signed int __b) { in vec_orc()
6734 static __inline__ vector signed int __ATTRS_o_ai vec_orc(vector signed int __a, in vec_orc()
6740 vec_orc(vector bool int __a, vector signed int __b) { in vec_orc()
6745 vec_orc(vector unsigned int __a, vector unsigned int __b) { in vec_orc()
6750 vec_orc(vector unsigned int __a, vector bool int __b) { in vec_orc()
6755 vec_orc(vector bool int __a, vector unsigned int __b) { in vec_orc()
6759 static __inline__ vector bool int __ATTRS_o_ai vec_orc(vector bool int __a, in vec_orc()
6765 vec_orc(vector bool int __a, vector float __b) { in vec_orc()
6770 vec_orc(vector float __a, vector bool int __b) { in vec_orc()
6775 vec_orc(vector signed long long __a, vector signed long long __b) { in vec_orc()
6780 vec_orc(vector signed long long __a, vector bool long long __b) { in vec_orc()
6785 vec_orc(vector bool long long __a, vector signed long long __b) { in vec_orc()
6790 vec_orc(vector unsigned long long __a, vector unsigned long long __b) { in vec_orc()
6795 vec_orc(vector unsigned long long __a, vector bool long long __b) { in vec_orc()
6800 vec_orc(vector bool long long __a, vector unsigned long long __b) { in vec_orc()
6805 vec_orc(vector bool long long __a, vector bool long long __b) { in vec_orc()
6810 vec_orc(vector double __a, vector bool long long __b) { in vec_orc()
6815 vec_orc(vector bool long long __a, vector double __b) { in vec_orc()
6823 vec_vor(vector signed char __a, vector signed char __b) { in vec_vor()
6828 vec_vor(vector bool char __a, vector signed char __b) { in vec_vor()
6833 vec_vor(vector signed char __a, vector bool char __b) { in vec_vor()
6838 vec_vor(vector unsigned char __a, vector unsigned char __b) { in vec_vor()
6843 vec_vor(vector bool char __a, vector unsigned char __b) { in vec_vor()
6848 vec_vor(vector unsigned char __a, vector bool char __b) { in vec_vor()
6852 static __inline__ vector bool char __ATTRS_o_ai vec_vor(vector bool char __a, in vec_vor()
6857 static __inline__ vector short __ATTRS_o_ai vec_vor(vector short __a, in vec_vor()
6862 static __inline__ vector short __ATTRS_o_ai vec_vor(vector bool short __a, in vec_vor()
6867 static __inline__ vector short __ATTRS_o_ai vec_vor(vector short __a, in vec_vor()
6873 vec_vor(vector unsigned short __a, vector unsigned short __b) { in vec_vor()
6878 vec_vor(vector bool short __a, vector unsigned short __b) { in vec_vor()
6883 vec_vor(vector unsigned short __a, vector bool short __b) { in vec_vor()
6888 vec_vor(vector bool short __a, vector bool short __b) { in vec_vor()
6892 static __inline__ vector int __ATTRS_o_ai vec_vor(vector int __a, in vec_vor()
6897 static __inline__ vector int __ATTRS_o_ai vec_vor(vector bool int __a, in vec_vor()
6902 static __inline__ vector int __ATTRS_o_ai vec_vor(vector int __a, in vec_vor()
6908 vec_vor(vector unsigned int __a, vector unsigned int __b) { in vec_vor()
6913 vec_vor(vector bool int __a, vector unsigned int __b) { in vec_vor()
6918 vec_vor(vector unsigned int __a, vector bool int __b) { in vec_vor()
6922 static __inline__ vector bool int __ATTRS_o_ai vec_vor(vector bool int __a, in vec_vor()
6927 static __inline__ vector float __ATTRS_o_ai vec_vor(vector float __a, in vec_vor()
6934 static __inline__ vector float __ATTRS_o_ai vec_vor(vector bool int __a, in vec_vor()
6941 static __inline__ vector float __ATTRS_o_ai vec_vor(vector float __a, in vec_vor()
6950 vec_vor(vector signed long long __a, vector signed long long __b) { in vec_vor()
6955 vec_vor(vector bool long long __a, vector signed long long __b) { in vec_vor()
6960 vec_vor(vector signed long long __a, vector bool long long __b) { in vec_vor()
6965 vec_vor(vector unsigned long long __a, vector unsigned long long __b) { in vec_vor()
6970 vec_vor(vector bool long long __a, vector unsigned long long __b) { in vec_vor()
6975 vec_vor(vector unsigned long long __a, vector bool long long __b) { in vec_vor()
6980 vec_vor(vector bool long long __a, vector bool long long __b) { in vec_vor()
6991 vec_pack(vector signed short __a, vector signed short __b) { in vec_pack()
7006 vec_pack(vector unsigned short __a, vector unsigned short __b) { in vec_pack()
7021 vec_pack(vector bool short __a, vector bool short __b) { in vec_pack()
7035 static __inline__ vector short __ATTRS_o_ai vec_pack(vector int __a, in vec_pack()
7051 vec_pack(vector unsigned int __a, vector unsigned int __b) { in vec_pack()
7065 static __inline__ vector bool short __ATTRS_o_ai vec_pack(vector bool int __a, in vec_pack()
7082 vec_pack(vector signed long long __a, vector signed long long __b) { in vec_pack()
7096 vec_pack(vector unsigned long long __a, vector unsigned long long __b) { in vec_pack()
7111 vec_pack(vector bool long long __a, vector bool long long __b) { in vec_pack()
7126 vec_pack(vector double __a, vector double __b) { in vec_pack()
7133 vec_pack_to_short_fp32(vector float __a, vector float __b) { in vec_pack_to_short_fp32()
7149 vec_vpkuhum(vector signed short __a, vector signed short __b) { in vec_vpkuhum()
7164 vec_vpkuhum(vector unsigned short __a, vector unsigned short __b) { in vec_vpkuhum()
7179 vec_vpkuhum(vector bool short __a, vector bool short __b) { in vec_vpkuhum()
7197 static __inline__ vector short __ATTRS_o_ai vec_vpkuwum(vector int __a, in vec_vpkuwum()
7213 vec_vpkuwum(vector unsigned int __a, vector unsigned int __b) { in vec_vpkuwum()
7228 vec_vpkuwum(vector bool int __a, vector bool int __b) { in vec_vpkuwum()
7247 static __inline__ vector int __ATTRS_o_ai vec_vpkudum(vector long long __a, in vec_vpkudum()
7263 vec_vpkudum(vector unsigned long long __a, vector unsigned long long __b) { in vec_vpkudum()
7278 vec_vpkudum(vector bool long long __a, vector bool long long __b) { in vec_vpkudum()
7296 vec_packpx(vector unsigned int __a, vector unsigned int __b) { in vec_packpx()
7307 vec_vpkpx(vector unsigned int __a, vector unsigned int __b) { in vec_vpkpx()
7317 static __inline__ vector signed char __ATTRS_o_ai vec_packs(vector short __a, in vec_packs()
7327 vec_packs(vector unsigned short __a, vector unsigned short __b) { in vec_packs()
7335 static __inline__ vector signed short __ATTRS_o_ai vec_packs(vector int __a, in vec_packs()
7345 vec_packs(vector unsigned int __a, vector unsigned int __b) { in vec_packs()
7354 static __inline__ vector int __ATTRS_o_ai vec_packs(vector long long __a, in vec_packs()
7364 vec_packs(vector unsigned long long __a, vector unsigned long long __b) { in vec_packs()
7376 vec_vpkshss(vector short __a, vector short __b) { in vec_vpkshss()
7387 static __inline__ vector int __ATTRS_o_ai vec_vpksdss(vector long long __a, in vec_vpksdss()
7400 vec_vpkuhus(vector unsigned short __a, vector unsigned short __b) { in vec_vpkuhus()
7412 vec_vpkudus(vector unsigned long long __a, vector unsigned long long __b) { in vec_vpkudus()
7424 vec_vpkswss(vector int __a, vector int __b) { in vec_vpkswss()
7435 vec_vpkuwus(vector unsigned int __a, vector unsigned int __b) { in vec_vpkuwus()
7446 vec_packsu(vector short __a, vector short __b) { in vec_packsu()
7455 vec_packsu(vector unsigned short __a, vector unsigned short __b) { in vec_packsu()
7464 vec_packsu(vector int __a, vector int __b) { in vec_packsu()
7473 vec_packsu(vector unsigned int __a, vector unsigned int __b) { in vec_packsu()
7483 vec_packsu(vector long long __a, vector long long __b) { in vec_packsu()
7492 vec_packsu(vector unsigned long long __a, vector unsigned long long __b) { in vec_packsu()
7504 vec_vpkshus(vector short __a, vector short __b) { in vec_vpkshus()
7513 vec_vpkshus(vector unsigned short __a, vector unsigned short __b) { in vec_vpkshus()
7524 vec_vpkswus(vector int __a, vector int __b) { in vec_vpkswus()
7533 vec_vpkswus(vector unsigned int __a, vector unsigned int __b) { in vec_vpkswus()
7545 vec_vpksdus(vector long long __a, vector long long __b) { in vec_vpksdus()
7565 vector signed char __a, vector signed char __b, vector unsigned char __c) { in vec_perm()
7579 vec_perm(vector unsigned char __a, vector unsigned char __b, in vec_perm()
7594 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_perm()
7607 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, in vec_perm()
7623 vec_perm(vector unsigned short __a, vector unsigned short __b, in vec_perm()
7638 vector bool short __a, vector bool short __b, vector unsigned char __c) { in vec_perm()
7651 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, in vec_perm()
7666 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, in vec_perm()
7680 vec_perm(vector unsigned int __a, vector unsigned int __b, in vec_perm()
7695 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { in vec_perm()
7708 static __inline__ vector float __ATTRS_o_ai vec_perm(vector float __a, in vec_perm()
7725 vec_perm(vector signed long long __a, vector signed long long __b, in vec_perm()
7740 vec_perm(vector unsigned long long __a, vector unsigned long long __b, in vec_perm()
7755 vec_perm(vector bool long long __a, vector bool long long __b, in vec_perm()
7770 vec_perm(vector double __a, vector double __b, vector unsigned char __c) { in vec_perm()
7787 vector signed char __a, vector signed char __b, vector unsigned char __c) { in vec_vperm()
7792 vec_vperm(vector unsigned char __a, vector unsigned char __b, in vec_vperm()
7798 vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_vperm()
7803 vec_vperm(vector short __a, vector short __b, vector unsigned char __c) { in vec_vperm()
7808 vec_vperm(vector unsigned short __a, vector unsigned short __b, in vec_vperm()
7814 vector bool short __a, vector bool short __b, vector unsigned char __c) { in vec_vperm()
7819 vec_vperm(vector pixel __a, vector pixel __b, vector unsigned char __c) { in vec_vperm()
7823 static __inline__ vector int __ATTRS_o_ai vec_vperm(vector int __a, in vec_vperm()
7830 vec_vperm(vector unsigned int __a, vector unsigned int __b, in vec_vperm()
7836 vec_vperm(vector bool int __a, vector bool int __b, vector unsigned char __c) { in vec_vperm()
7841 vec_vperm(vector float __a, vector float __b, vector unsigned char __c) { in vec_vperm()
7847 vector long long __a, vector long long __b, vector unsigned char __c) { in vec_vperm()
7852 vec_vperm(vector unsigned long long __a, vector unsigned long long __b, in vec_vperm()
7858 vec_vperm(vector double __a, vector double __b, vector unsigned char __c) { in vec_vperm()
7865 static __inline__ vector float __ATTRS_o_ai vec_re(vector float __a) { in vec_re()
7874 static __inline__ vector double __ATTRS_o_ai vec_re(vector double __a) { in vec_re()
7882 vec_vrefp(vector float __a) { in vec_vrefp()
7889 vec_rl(vector signed char __a, vector unsigned char __b) { in vec_rl()
7894 vec_rl(vector unsigned char __a, vector unsigned char __b) { in vec_rl()
7898 static __inline__ vector short __ATTRS_o_ai vec_rl(vector short __a, in vec_rl()
7904 vec_rl(vector unsigned short __a, vector unsigned short __b) { in vec_rl()
7908 static __inline__ vector int __ATTRS_o_ai vec_rl(vector int __a, in vec_rl()
7914 vec_rl(vector unsigned int __a, vector unsigned int __b) { in vec_rl()
7920 vec_rl(vector signed long long __a, vector unsigned long long __b) { in vec_rl()
7925 vec_rl(vector unsigned long long __a, vector unsigned long long __b) { in vec_rl()
7932 vec_rl(vector signed __int128 __a, vector unsigned __int128 __b) { in vec_rl()
7937 vec_rl(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_rl()
7945 vec_rlmi(vector unsigned int __a, vector unsigned int __b, in vec_rlmi()
7951 vec_rlmi(vector unsigned long long __a, vector unsigned long long __b, in vec_rlmi()
7959 vec_rlmi(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_rlmi()
7965 vec_rlmi(vector signed __int128 __a, vector signed __int128 __b, in vec_rlmi()
7974 vec_rlnm(vector unsigned int __a, vector unsigned int __b, in vec_rlnm()
7981 vec_rlnm(vector unsigned long long __a, vector unsigned long long __b, in vec_rlnm()
7990 vec_rlnm(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_rlnm()
8007 vec_rlnm(vector signed __int128 __a, vector signed __int128 __b, in vec_rlnm()
8027 vec_vrlb(vector signed char __a, vector unsigned char __b) { in vec_vrlb()
8032 vec_vrlb(vector unsigned char __a, vector unsigned char __b) { in vec_vrlb()
8039 vec_vrlh(vector short __a, vector unsigned short __b) { in vec_vrlh()
8044 vec_vrlh(vector unsigned short __a, vector unsigned short __b) { in vec_vrlh()
8050 static __inline__ vector int __ATTRS_o_ai vec_vrlw(vector int __a, in vec_vrlw()
8056 vec_vrlw(vector unsigned int __a, vector unsigned int __b) { in vec_vrlw()
8062 static __inline__ vector float __ATTRS_o_ai vec_round(vector float __a) { in vec_round()
8071 static __inline__ vector double __ATTRS_o_ai vec_round(vector double __a) { in vec_round()
8077 static __inline__ vector float __ATTRS_o_ai vec_rint(vector float __a) { in vec_rint()
8081 static __inline__ vector double __ATTRS_o_ai vec_rint(vector double __a) { in vec_rint()
8087 static __inline__ vector float __ATTRS_o_ai vec_nearbyint(vector float __a) { in vec_nearbyint()
8091 static __inline__ vector double __ATTRS_o_ai vec_nearbyint(vector double __a) { in vec_nearbyint()
8099 vec_vrfin(vector float __a) { in vec_vrfin()
8106 static __inline__ vector float __ATTRS_o_ai vec_sqrt(vector float __a) { in vec_sqrt()
8110 static __inline__ vector double __ATTRS_o_ai vec_sqrt(vector double __a) { in vec_sqrt()
8117 static __inline__ vector float __ATTRS_o_ai vec_rsqrte(vector float __a) { in vec_rsqrte()
8126 static __inline__ vector double __ATTRS_o_ai vec_rsqrte(vector double __a) { in vec_rsqrte()
8134 vec_vrsqrtefp(vector float __a) { in vec_vrsqrtefp()
8141 static __inline__ int __ATTRS_o_ai vec_test_swsqrt(vector double __a) { in vec_test_swsqrt()
8145 static __inline__ int __ATTRS_o_ai vec_test_swsqrts(vector float __a) { in vec_test_swsqrts()
8155 vector signed char __a, vector signed char __b, vector unsigned char __c) { in vec_sel()
8160 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) { in vec_sel()
8165 vec_sel(vector unsigned char __a, vector unsigned char __b, in vec_sel()
8171 vector unsigned char __a, vector unsigned char __b, vector bool char __c) { in vec_sel()
8176 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_sel()
8180 static __inline__ vector bool char __ATTRS_o_ai vec_sel(vector bool char __a, in vec_sel()
8186 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a, in vec_sel()
8192 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a, in vec_sel()
8199 vec_sel(vector unsigned short __a, vector unsigned short __b, in vec_sel()
8205 vec_sel(vector unsigned short __a, vector unsigned short __b, in vec_sel()
8212 vector bool short __a, vector bool short __b, vector unsigned short __c) { in vec_sel()
8217 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c) { in vec_sel()
8221 static __inline__ vector int __ATTRS_o_ai vec_sel(vector int __a, in vec_sel()
8227 static __inline__ vector int __ATTRS_o_ai vec_sel(vector int __a, in vec_sel()
8234 vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) { in vec_sel()
8239 vec_sel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) { in vec_sel()
8244 vec_sel(vector bool int __a, vector bool int __b, vector unsigned int __c) { in vec_sel()
8248 static __inline__ vector bool int __ATTRS_o_ai vec_sel(vector bool int __a, in vec_sel()
8254 static __inline__ vector float __ATTRS_o_ai vec_sel(vector float __a, in vec_sel()
8262 static __inline__ vector float __ATTRS_o_ai vec_sel(vector float __a, in vec_sel()
8272 vec_sel(vector double __a, vector double __b, vector bool long long __c) { in vec_sel()
8279 vec_sel(vector double __a, vector double __b, vector unsigned long long __c) { in vec_sel()
8289 vector signed char __a, vector signed char __b, vector unsigned char __c) { in vec_vsel()
8294 vec_vsel(vector signed char __a, vector signed char __b, vector bool char __c) { in vec_vsel()
8299 vec_vsel(vector unsigned char __a, vector unsigned char __b, in vec_vsel()
8305 vector unsigned char __a, vector unsigned char __b, vector bool char __c) { in vec_vsel()
8310 vec_vsel(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_vsel()
8314 static __inline__ vector bool char __ATTRS_o_ai vec_vsel(vector bool char __a, in vec_vsel()
8321 vec_vsel(vector short __a, vector short __b, vector unsigned short __c) { in vec_vsel()
8325 static __inline__ vector short __ATTRS_o_ai vec_vsel(vector short __a, in vec_vsel()
8332 vec_vsel(vector unsigned short __a, vector unsigned short __b, in vec_vsel()
8338 vec_vsel(vector unsigned short __a, vector unsigned short __b, in vec_vsel()
8345 vector bool short __a, vector bool short __b, vector unsigned short __c) { in vec_vsel()
8350 vec_vsel(vector bool short __a, vector bool short __b, vector bool short __c) { in vec_vsel()
8354 static __inline__ vector int __ATTRS_o_ai vec_vsel(vector int __a, in vec_vsel()
8360 static __inline__ vector int __ATTRS_o_ai vec_vsel(vector int __a, in vec_vsel()
8367 vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) { in vec_vsel()
8372 vector unsigned int __a, vector unsigned int __b, vector bool int __c) { in vec_vsel()
8377 vec_vsel(vector bool int __a, vector bool int __b, vector unsigned int __c) { in vec_vsel()
8381 static __inline__ vector bool int __ATTRS_o_ai vec_vsel(vector bool int __a, in vec_vsel()
8387 static __inline__ vector float __ATTRS_o_ai vec_vsel(vector float __a, in vec_vsel()
8395 static __inline__ vector float __ATTRS_o_ai vec_vsel(vector float __a, in vec_vsel()
8408 vec_sl(vector unsigned char __a, vector unsigned char __b) { in vec_sl()
8414 vec_sl(vector signed char __a, vector unsigned char __b) { in vec_sl()
8419 vec_sl(vector unsigned short __a, vector unsigned short __b) { in vec_sl()
8424 static __inline__ vector short __ATTRS_o_ai vec_sl(vector short __a, in vec_sl()
8430 vec_sl(vector unsigned int __a, vector unsigned int __b) { in vec_sl()
8435 static __inline__ vector int __ATTRS_o_ai vec_sl(vector int __a, in vec_sl()
8442 vec_sl(vector unsigned long long __a, vector unsigned long long __b) { in vec_sl()
8448 vec_sl(vector long long __a, vector unsigned long long __b) { in vec_sl()
8458 vec_vslb(vector signed char __a, vector unsigned char __b) { in vec_vslb()
8463 vec_vslb(vector unsigned char __a, vector unsigned char __b) { in vec_vslb()
8472 vec_vslh(vector short __a, vector unsigned short __b) { in vec_vslh()
8477 vec_vslh(vector unsigned short __a, vector unsigned short __b) { in vec_vslh()
8485 static __inline__ vector int __ATTRS_o_ai vec_vslw(vector int __a, in vec_vslw()
8491 vec_vslw(vector unsigned int __a, vector unsigned int __b) { in vec_vslw()
8500 vector signed char __a, vector signed char __b, unsigned const int __c) { in vec_sld()
8518 vec_sld(vector unsigned char __a, vector unsigned char __b, in vec_sld()
8537 vec_sld(vector bool char __a, vector bool char __b, unsigned const int __c) { in vec_sld()
8555 vector signed short __a, vector signed short __b, unsigned const int __c) { in vec_sld()
8573 vec_sld(vector unsigned short __a, vector unsigned short __b, in vec_sld()
8592 vec_sld(vector bool short __a, vector bool short __b, unsigned const int __c) { in vec_sld()
8609 static __inline__ vector pixel __ATTRS_o_ai vec_sld(vector pixel __a, in vec_sld()
8629 vec_sld(vector signed int __a, vector signed int __b, unsigned const int __c) { in vec_sld()
8647 vector unsigned int __a, vector unsigned int __b, unsigned const int __c) { in vec_sld()
8664 static __inline__ vector bool int __ATTRS_o_ai vec_sld(vector bool int __a, in vec_sld()
8683 static __inline__ vector float __ATTRS_o_ai vec_sld(vector float __a, in vec_sld()
8704 vec_sld(vector bool long long __a, vector bool long long __b, in vec_sld()
8723 vec_sld(vector signed long long __a, vector signed long long __b, in vec_sld()
8742 vec_sld(vector unsigned long long __a, vector unsigned long long __b, in vec_sld()
8760 static __inline__ vector double __ATTRS_o_ai vec_sld(vector double __a, in vec_sld()
8782 vector signed char __a, vector signed char __b, unsigned const int __c) { in vec_sldw()
8787 vec_sldw(vector unsigned char __a, vector unsigned char __b, in vec_sldw()
8793 vector signed short __a, vector signed short __b, unsigned const int __c) { in vec_sldw()
8798 vec_sldw(vector unsigned short __a, vector unsigned short __b, in vec_sldw()
8804 vec_sldw(vector signed int __a, vector signed int __b, unsigned const int __c) { in vec_sldw()
8809 vector unsigned int __a, vector unsigned int __b, unsigned const int __c) { in vec_sldw()
8815 vec_sldw(vector signed long long __a, vector signed long long __b, in vec_sldw()
8821 vec_sldw(vector unsigned long long __a, vector unsigned long long __b, in vec_sldw()
8830 vec_slv(vector unsigned char __a, vector unsigned char __b) { in vec_slv()
8836 vec_srv(vector unsigned char __a, vector unsigned char __b) { in vec_srv()
8844 vec_vsldoi(vector signed char __a, vector signed char __b, unsigned char __c) { in vec_vsldoi()
8862 vector unsigned char __a, vector unsigned char __b, unsigned char __c) { in vec_vsldoi()
8879 static __inline__ vector short __ATTRS_o_ai vec_vsldoi(vector short __a, in vec_vsldoi()
8899 vector unsigned short __a, vector unsigned short __b, unsigned char __c) { in vec_vsldoi()
8916 static __inline__ vector pixel __ATTRS_o_ai vec_vsldoi(vector pixel __a, in vec_vsldoi()
8935 static __inline__ vector int __ATTRS_o_ai vec_vsldoi(vector int __a, in vec_vsldoi()
8955 vector unsigned int __a, vector unsigned int __b, unsigned char __c) { in vec_vsldoi()
8972 static __inline__ vector float __ATTRS_o_ai vec_vsldoi(vector float __a, in vec_vsldoi()
8994 vec_sll(vector signed char __a, vector unsigned char __b) { in vec_sll()
9000 vec_sll(vector signed char __a, vector unsigned short __b) { in vec_sll()
9006 vec_sll(vector signed char __a, vector unsigned int __b) { in vec_sll()
9012 vec_sll(vector unsigned char __a, vector unsigned char __b) { in vec_sll()
9018 vec_sll(vector unsigned char __a, vector unsigned short __b) { in vec_sll()
9024 vec_sll(vector unsigned char __a, vector unsigned int __b) { in vec_sll()
9030 vec_sll(vector bool char __a, vector unsigned char __b) { in vec_sll()
9036 vec_sll(vector bool char __a, vector unsigned short __b) { in vec_sll()
9042 vec_sll(vector bool char __a, vector unsigned int __b) { in vec_sll()
9047 static __inline__ vector short __ATTRS_o_ai vec_sll(vector short __a, in vec_sll()
9052 static __inline__ vector short __ATTRS_o_ai vec_sll(vector short __a, in vec_sll()
9057 static __inline__ vector short __ATTRS_o_ai vec_sll(vector short __a, in vec_sll()
9063 vec_sll(vector unsigned short __a, vector unsigned char __b) { in vec_sll()
9069 vec_sll(vector unsigned short __a, vector unsigned short __b) { in vec_sll()
9075 vec_sll(vector unsigned short __a, vector unsigned int __b) { in vec_sll()
9081 vec_sll(vector bool short __a, vector unsigned char __b) { in vec_sll()
9087 vec_sll(vector bool short __a, vector unsigned short __b) { in vec_sll()
9093 vec_sll(vector bool short __a, vector unsigned int __b) { in vec_sll()
9098 static __inline__ vector pixel __ATTRS_o_ai vec_sll(vector pixel __a, in vec_sll()
9103 static __inline__ vector pixel __ATTRS_o_ai vec_sll(vector pixel __a, in vec_sll()
9108 static __inline__ vector pixel __ATTRS_o_ai vec_sll(vector pixel __a, in vec_sll()
9113 static __inline__ vector int __ATTRS_o_ai vec_sll(vector int __a, in vec_sll()
9118 static __inline__ vector int __ATTRS_o_ai vec_sll(vector int __a, in vec_sll()
9123 static __inline__ vector int __ATTRS_o_ai vec_sll(vector int __a, in vec_sll()
9129 vec_sll(vector unsigned int __a, vector unsigned char __b) { in vec_sll()
9135 vec_sll(vector unsigned int __a, vector unsigned short __b) { in vec_sll()
9141 vec_sll(vector unsigned int __a, vector unsigned int __b) { in vec_sll()
9147 vec_sll(vector bool int __a, vector unsigned char __b) { in vec_sll()
9153 vec_sll(vector bool int __a, vector unsigned short __b) { in vec_sll()
9159 vec_sll(vector bool int __a, vector unsigned int __b) { in vec_sll()
9166 vec_sll(vector signed long long __a, vector unsigned char __b) { in vec_sll()
9172 vec_sll(vector unsigned long long __a, vector unsigned char __b) { in vec_sll()
9181 vec_vsl(vector signed char __a, vector unsigned char __b) { in vec_vsl()
9187 vec_vsl(vector signed char __a, vector unsigned short __b) { in vec_vsl()
9193 vec_vsl(vector signed char __a, vector unsigned int __b) { in vec_vsl()
9199 vec_vsl(vector unsigned char __a, vector unsigned char __b) { in vec_vsl()
9205 vec_vsl(vector unsigned char __a, vector unsigned short __b) { in vec_vsl()
9211 vec_vsl(vector unsigned char __a, vector unsigned int __b) { in vec_vsl()
9217 vec_vsl(vector bool char __a, vector unsigned char __b) { in vec_vsl()
9223 vec_vsl(vector bool char __a, vector unsigned short __b) { in vec_vsl()
9229 vec_vsl(vector bool char __a, vector unsigned int __b) { in vec_vsl()
9234 static __inline__ vector short __ATTRS_o_ai vec_vsl(vector short __a, in vec_vsl()
9239 static __inline__ vector short __ATTRS_o_ai vec_vsl(vector short __a, in vec_vsl()
9244 static __inline__ vector short __ATTRS_o_ai vec_vsl(vector short __a, in vec_vsl()
9250 vec_vsl(vector unsigned short __a, vector unsigned char __b) { in vec_vsl()
9256 vec_vsl(vector unsigned short __a, vector unsigned short __b) { in vec_vsl()
9262 vec_vsl(vector unsigned short __a, vector unsigned int __b) { in vec_vsl()
9268 vec_vsl(vector bool short __a, vector unsigned char __b) { in vec_vsl()
9274 vec_vsl(vector bool short __a, vector unsigned short __b) { in vec_vsl()
9280 vec_vsl(vector bool short __a, vector unsigned int __b) { in vec_vsl()
9285 static __inline__ vector pixel __ATTRS_o_ai vec_vsl(vector pixel __a, in vec_vsl()
9290 static __inline__ vector pixel __ATTRS_o_ai vec_vsl(vector pixel __a, in vec_vsl()
9295 static __inline__ vector pixel __ATTRS_o_ai vec_vsl(vector pixel __a, in vec_vsl()
9300 static __inline__ vector int __ATTRS_o_ai vec_vsl(vector int __a, in vec_vsl()
9305 static __inline__ vector int __ATTRS_o_ai vec_vsl(vector int __a, in vec_vsl()
9310 static __inline__ vector int __ATTRS_o_ai vec_vsl(vector int __a, in vec_vsl()
9316 vec_vsl(vector unsigned int __a, vector unsigned char __b) { in vec_vsl()
9322 vec_vsl(vector unsigned int __a, vector unsigned short __b) { in vec_vsl()
9328 vec_vsl(vector unsigned int __a, vector unsigned int __b) { in vec_vsl()
9334 vec_vsl(vector bool int __a, vector unsigned char __b) { in vec_vsl()
9340 vec_vsl(vector bool int __a, vector unsigned short __b) { in vec_vsl()
9346 vec_vsl(vector bool int __a, vector unsigned int __b) { in vec_vsl()
9354 vec_slo(vector signed char __a, vector signed char __b) { in vec_slo()
9360 vec_slo(vector signed char __a, vector unsigned char __b) { in vec_slo()
9366 vec_slo(vector unsigned char __a, vector signed char __b) { in vec_slo()
9372 vec_slo(vector unsigned char __a, vector unsigned char __b) { in vec_slo()
9377 static __inline__ vector short __ATTRS_o_ai vec_slo(vector short __a, in vec_slo()
9382 static __inline__ vector short __ATTRS_o_ai vec_slo(vector short __a, in vec_slo()
9388 vec_slo(vector unsigned short __a, vector signed char __b) { in vec_slo()
9394 vec_slo(vector unsigned short __a, vector unsigned char __b) { in vec_slo()
9399 static __inline__ vector pixel __ATTRS_o_ai vec_slo(vector pixel __a, in vec_slo()
9404 static __inline__ vector pixel __ATTRS_o_ai vec_slo(vector pixel __a, in vec_slo()
9409 static __inline__ vector int __ATTRS_o_ai vec_slo(vector int __a, in vec_slo()
9414 static __inline__ vector int __ATTRS_o_ai vec_slo(vector int __a, in vec_slo()
9420 vec_slo(vector unsigned int __a, vector signed char __b) { in vec_slo()
9426 vec_slo(vector unsigned int __a, vector unsigned char __b) { in vec_slo()
9431 static __inline__ vector float __ATTRS_o_ai vec_slo(vector float __a, in vec_slo()
9436 static __inline__ vector float __ATTRS_o_ai vec_slo(vector float __a, in vec_slo()
9443 vec_slo(vector signed long long __a, vector signed char __b) { in vec_slo()
9449 vec_slo(vector signed long long __a, vector unsigned char __b) { in vec_slo()
9455 vec_slo(vector unsigned long long __a, vector signed char __b) { in vec_slo()
9461 vec_slo(vector unsigned long long __a, vector unsigned char __b) { in vec_slo()
9470 vec_vslo(vector signed char __a, vector signed char __b) { in vec_vslo()
9476 vec_vslo(vector signed char __a, vector unsigned char __b) { in vec_vslo()
9482 vec_vslo(vector unsigned char __a, vector signed char __b) { in vec_vslo()
9488 vec_vslo(vector unsigned char __a, vector unsigned char __b) { in vec_vslo()
9493 static __inline__ vector short __ATTRS_o_ai vec_vslo(vector short __a, in vec_vslo()
9498 static __inline__ vector short __ATTRS_o_ai vec_vslo(vector short __a, in vec_vslo()
9504 vec_vslo(vector unsigned short __a, vector signed char __b) { in vec_vslo()
9510 vec_vslo(vector unsigned short __a, vector unsigned char __b) { in vec_vslo()
9515 static __inline__ vector pixel __ATTRS_o_ai vec_vslo(vector pixel __a, in vec_vslo()
9520 static __inline__ vector pixel __ATTRS_o_ai vec_vslo(vector pixel __a, in vec_vslo()
9525 static __inline__ vector int __ATTRS_o_ai vec_vslo(vector int __a, in vec_vslo()
9530 static __inline__ vector int __ATTRS_o_ai vec_vslo(vector int __a, in vec_vslo()
9536 vec_vslo(vector unsigned int __a, vector signed char __b) { in vec_vslo()
9542 vec_vslo(vector unsigned int __a, vector unsigned char __b) { in vec_vslo()
9547 static __inline__ vector float __ATTRS_o_ai vec_vslo(vector float __a, in vec_vslo()
9552 static __inline__ vector float __ATTRS_o_ai vec_vslo(vector float __a, in vec_vslo()
9560 vec_splat(vector signed char __a, unsigned const int __b) { in vec_splat()
9565 vec_splat(vector unsigned char __a, unsigned const int __b) { in vec_splat()
9570 vec_splat(vector bool char __a, unsigned const int __b) { in vec_splat()
9575 vec_splat(vector signed short __a, unsigned const int __b) { in vec_splat()
9584 vec_splat(vector unsigned short __a, unsigned const int __b) { in vec_splat()
9593 vec_splat(vector bool short __a, unsigned const int __b) { in vec_splat()
9601 static __inline__ vector pixel __ATTRS_o_ai vec_splat(vector pixel __a, in vec_splat()
9611 vec_splat(vector signed int __a, unsigned const int __b) { in vec_splat()
9620 vec_splat(vector unsigned int __a, unsigned const int __b) { in vec_splat()
9629 vec_splat(vector bool int __a, unsigned const int __b) { in vec_splat()
9637 static __inline__ vector float __ATTRS_o_ai vec_splat(vector float __a, in vec_splat()
9647 static __inline__ vector double __ATTRS_o_ai vec_splat(vector double __a, in vec_splat()
9657 vec_splat(vector bool long long __a, unsigned const int __b) { in vec_splat()
9666 vec_splat(vector signed long long __a, unsigned const int __b) { in vec_splat()
9675 vec_splat(vector unsigned long long __a, unsigned const int __b) { in vec_splat()
9690 vec_vspltb(vector signed char __a, unsigned char __b) { in vec_vspltb()
9695 vec_vspltb(vector unsigned char __a, unsigned char __b) { in vec_vspltb()
9699 static __inline__ vector bool char __ATTRS_o_ai vec_vspltb(vector bool char __a, in vec_vspltb()
9708 static __inline__ vector short __ATTRS_o_ai vec_vsplth(vector short __a, in vec_vsplth()
9718 vec_vsplth(vector unsigned short __a, unsigned char __b) { in vec_vsplth()
9727 vec_vsplth(vector bool short __a, unsigned char __b) { in vec_vsplth()
9735 static __inline__ vector pixel __ATTRS_o_ai vec_vsplth(vector pixel __a, in vec_vsplth()
9748 static __inline__ vector int __ATTRS_o_ai vec_vspltw(vector int __a, in vec_vspltw()
9758 vec_vspltw(vector unsigned int __a, unsigned char __b) { in vec_vspltw()
9766 static __inline__ vector bool int __ATTRS_o_ai vec_vspltw(vector bool int __a, in vec_vspltw()
9775 static __inline__ vector float __ATTRS_o_ai vec_vspltw(vector float __a, in vec_vspltw()
9790 vec_splat_s8(signed char __a) { in vec_splat_s8()
9798 vec_vspltisb(signed char __a) { in vec_vspltisb()
9807 static __inline__ vector short __ATTRS_o_ai vec_splat_s16(signed char __a) { in vec_splat_s16()
9814 static __inline__ vector short __ATTRS_o_ai vec_vspltish(signed char __a) { in vec_vspltish()
9823 static __inline__ vector int __ATTRS_o_ai vec_splat_s32(signed char __a) { in vec_splat_s32()
9830 static __inline__ vector int __ATTRS_o_ai vec_vspltisw(signed char __a) { in vec_vspltisw()
9838 vec_splat_u8(unsigned char __a) { in vec_splat_u8()
9846 vec_splat_u16(signed char __a) { in vec_splat_u16()
9854 vec_splat_u32(signed char __a) { in vec_splat_u32()
9863 vec_sr(vector unsigned char __a, vector unsigned char __b) { in vec_sr()
9869 vec_sr(vector signed char __a, vector unsigned char __b) { in vec_sr()
9874 vec_sr(vector unsigned short __a, vector unsigned short __b) { in vec_sr()
9879 static __inline__ vector short __ATTRS_o_ai vec_sr(vector short __a, in vec_sr()
9885 vec_sr(vector unsigned int __a, vector unsigned int __b) { in vec_sr()
9890 static __inline__ vector int __ATTRS_o_ai vec_sr(vector int __a, in vec_sr()
9897 vec_sr(vector unsigned long long __a, vector unsigned long long __b) { in vec_sr()
9903 vec_sr(vector long long __a, vector unsigned long long __b) { in vec_sr()
9913 vec_vsrb(vector signed char __a, vector unsigned char __b) { in vec_vsrb()
9918 vec_vsrb(vector unsigned char __a, vector unsigned char __b) { in vec_vsrb()
9927 vec_vsrh(vector short __a, vector unsigned short __b) { in vec_vsrh()
9932 vec_vsrh(vector unsigned short __a, vector unsigned short __b) { in vec_vsrh()
9940 static __inline__ vector int __ATTRS_o_ai vec_vsrw(vector int __a, in vec_vsrw()
9946 vec_vsrw(vector unsigned int __a, vector unsigned int __b) { in vec_vsrw()
9953 vec_sra(vector signed char __a, vector unsigned char __b) { in vec_sra()
9958 vec_sra(vector unsigned char __a, vector unsigned char __b) { in vec_sra()
9962 static __inline__ vector short __ATTRS_o_ai vec_sra(vector short __a, in vec_sra()
9968 vec_sra(vector unsigned short __a, vector unsigned short __b) { in vec_sra()
9972 static __inline__ vector int __ATTRS_o_ai vec_sra(vector int __a, in vec_sra()
9978 vec_sra(vector unsigned int __a, vector unsigned int __b) { in vec_sra()
9984 vec_sra(vector signed long long __a, vector unsigned long long __b) { in vec_sra()
9989 vec_sra(vector unsigned long long __a, vector unsigned long long __b) { in vec_sra()
9997 vec_vsrab(vector signed char __a, vector unsigned char __b) { in vec_vsrab()
10002 vec_vsrab(vector unsigned char __a, vector unsigned char __b) { in vec_vsrab()
10009 vec_vsrah(vector short __a, vector unsigned short __b) { in vec_vsrah()
10014 vec_vsrah(vector unsigned short __a, vector unsigned short __b) { in vec_vsrah()
10020 static __inline__ vector int __ATTRS_o_ai vec_vsraw(vector int __a, in vec_vsraw()
10026 vec_vsraw(vector unsigned int __a, vector unsigned int __b) { in vec_vsraw()
10033 vec_srl(vector signed char __a, vector unsigned char __b) { in vec_srl()
10039 vec_srl(vector signed char __a, vector unsigned short __b) { in vec_srl()
10045 vec_srl(vector signed char __a, vector unsigned int __b) { in vec_srl()
10051 vec_srl(vector unsigned char __a, vector unsigned char __b) { in vec_srl()
10057 vec_srl(vector unsigned char __a, vector unsigned short __b) { in vec_srl()
10063 vec_srl(vector unsigned char __a, vector unsigned int __b) { in vec_srl()
10069 vec_srl(vector bool char __a, vector unsigned char __b) { in vec_srl()
10075 vec_srl(vector bool char __a, vector unsigned short __b) { in vec_srl()
10081 vec_srl(vector bool char __a, vector unsigned int __b) { in vec_srl()
10086 static __inline__ vector short __ATTRS_o_ai vec_srl(vector short __a, in vec_srl()
10091 static __inline__ vector short __ATTRS_o_ai vec_srl(vector short __a, in vec_srl()
10096 static __inline__ vector short __ATTRS_o_ai vec_srl(vector short __a, in vec_srl()
10102 vec_srl(vector unsigned short __a, vector unsigned char __b) { in vec_srl()
10108 vec_srl(vector unsigned short __a, vector unsigned short __b) { in vec_srl()
10114 vec_srl(vector unsigned short __a, vector unsigned int __b) { in vec_srl()
10120 vec_srl(vector bool short __a, vector unsigned char __b) { in vec_srl()
10126 vec_srl(vector bool short __a, vector unsigned short __b) { in vec_srl()
10132 vec_srl(vector bool short __a, vector unsigned int __b) { in vec_srl()
10137 static __inline__ vector pixel __ATTRS_o_ai vec_srl(vector pixel __a, in vec_srl()
10142 static __inline__ vector pixel __ATTRS_o_ai vec_srl(vector pixel __a, in vec_srl()
10147 static __inline__ vector pixel __ATTRS_o_ai vec_srl(vector pixel __a, in vec_srl()
10152 static __inline__ vector int __ATTRS_o_ai vec_srl(vector int __a, in vec_srl()
10157 static __inline__ vector int __ATTRS_o_ai vec_srl(vector int __a, in vec_srl()
10162 static __inline__ vector int __ATTRS_o_ai vec_srl(vector int __a, in vec_srl()
10168 vec_srl(vector unsigned int __a, vector unsigned char __b) { in vec_srl()
10174 vec_srl(vector unsigned int __a, vector unsigned short __b) { in vec_srl()
10180 vec_srl(vector unsigned int __a, vector unsigned int __b) { in vec_srl()
10186 vec_srl(vector bool int __a, vector unsigned char __b) { in vec_srl()
10192 vec_srl(vector bool int __a, vector unsigned short __b) { in vec_srl()
10198 vec_srl(vector bool int __a, vector unsigned int __b) { in vec_srl()
10205 vec_srl(vector signed long long __a, vector unsigned char __b) { in vec_srl()
10211 vec_srl(vector unsigned long long __a, vector unsigned char __b) { in vec_srl()
10220 vec_vsr(vector signed char __a, vector unsigned char __b) { in vec_vsr()
10226 vec_vsr(vector signed char __a, vector unsigned short __b) { in vec_vsr()
10232 vec_vsr(vector signed char __a, vector unsigned int __b) { in vec_vsr()
10238 vec_vsr(vector unsigned char __a, vector unsigned char __b) { in vec_vsr()
10244 vec_vsr(vector unsigned char __a, vector unsigned short __b) { in vec_vsr()
10250 vec_vsr(vector unsigned char __a, vector unsigned int __b) { in vec_vsr()
10256 vec_vsr(vector bool char __a, vector unsigned char __b) { in vec_vsr()
10262 vec_vsr(vector bool char __a, vector unsigned short __b) { in vec_vsr()
10268 vec_vsr(vector bool char __a, vector unsigned int __b) { in vec_vsr()
10273 static __inline__ vector short __ATTRS_o_ai vec_vsr(vector short __a, in vec_vsr()
10278 static __inline__ vector short __ATTRS_o_ai vec_vsr(vector short __a, in vec_vsr()
10283 static __inline__ vector short __ATTRS_o_ai vec_vsr(vector short __a, in vec_vsr()
10289 vec_vsr(vector unsigned short __a, vector unsigned char __b) { in vec_vsr()
10295 vec_vsr(vector unsigned short __a, vector unsigned short __b) { in vec_vsr()
10301 vec_vsr(vector unsigned short __a, vector unsigned int __b) { in vec_vsr()
10307 vec_vsr(vector bool short __a, vector unsigned char __b) { in vec_vsr()
10313 vec_vsr(vector bool short __a, vector unsigned short __b) { in vec_vsr()
10319 vec_vsr(vector bool short __a, vector unsigned int __b) { in vec_vsr()
10324 static __inline__ vector pixel __ATTRS_o_ai vec_vsr(vector pixel __a, in vec_vsr()
10329 static __inline__ vector pixel __ATTRS_o_ai vec_vsr(vector pixel __a, in vec_vsr()
10334 static __inline__ vector pixel __ATTRS_o_ai vec_vsr(vector pixel __a, in vec_vsr()
10339 static __inline__ vector int __ATTRS_o_ai vec_vsr(vector int __a, in vec_vsr()
10344 static __inline__ vector int __ATTRS_o_ai vec_vsr(vector int __a, in vec_vsr()
10349 static __inline__ vector int __ATTRS_o_ai vec_vsr(vector int __a, in vec_vsr()
10355 vec_vsr(vector unsigned int __a, vector unsigned char __b) { in vec_vsr()
10361 vec_vsr(vector unsigned int __a, vector unsigned short __b) { in vec_vsr()
10367 vec_vsr(vector unsigned int __a, vector unsigned int __b) { in vec_vsr()
10373 vec_vsr(vector bool int __a, vector unsigned char __b) { in vec_vsr()
10379 vec_vsr(vector bool int __a, vector unsigned short __b) { in vec_vsr()
10385 vec_vsr(vector bool int __a, vector unsigned int __b) { in vec_vsr()
10393 vec_sro(vector signed char __a, vector signed char __b) { in vec_sro()
10399 vec_sro(vector signed char __a, vector unsigned char __b) { in vec_sro()
10405 vec_sro(vector unsigned char __a, vector signed char __b) { in vec_sro()
10411 vec_sro(vector unsigned char __a, vector unsigned char __b) { in vec_sro()
10416 static __inline__ vector short __ATTRS_o_ai vec_sro(vector short __a, in vec_sro()
10421 static __inline__ vector short __ATTRS_o_ai vec_sro(vector short __a, in vec_sro()
10427 vec_sro(vector unsigned short __a, vector signed char __b) { in vec_sro()
10433 vec_sro(vector unsigned short __a, vector unsigned char __b) { in vec_sro()
10438 static __inline__ vector pixel __ATTRS_o_ai vec_sro(vector pixel __a, in vec_sro()
10443 static __inline__ vector pixel __ATTRS_o_ai vec_sro(vector pixel __a, in vec_sro()
10448 static __inline__ vector int __ATTRS_o_ai vec_sro(vector int __a, in vec_sro()
10453 static __inline__ vector int __ATTRS_o_ai vec_sro(vector int __a, in vec_sro()
10459 vec_sro(vector unsigned int __a, vector signed char __b) { in vec_sro()
10465 vec_sro(vector unsigned int __a, vector unsigned char __b) { in vec_sro()
10470 static __inline__ vector float __ATTRS_o_ai vec_sro(vector float __a, in vec_sro()
10475 static __inline__ vector float __ATTRS_o_ai vec_sro(vector float __a, in vec_sro()
10482 vec_sro(vector signed long long __a, vector signed char __b) { in vec_sro()
10488 vec_sro(vector signed long long __a, vector unsigned char __b) { in vec_sro()
10494 vec_sro(vector unsigned long long __a, vector signed char __b) { in vec_sro()
10500 vec_sro(vector unsigned long long __a, vector unsigned char __b) { in vec_sro()
10509 vec_vsro(vector signed char __a, vector signed char __b) { in vec_vsro()
10515 vec_vsro(vector signed char __a, vector unsigned char __b) { in vec_vsro()
10521 vec_vsro(vector unsigned char __a, vector signed char __b) { in vec_vsro()
10527 vec_vsro(vector unsigned char __a, vector unsigned char __b) { in vec_vsro()
10532 static __inline__ vector short __ATTRS_o_ai vec_vsro(vector short __a, in vec_vsro()
10537 static __inline__ vector short __ATTRS_o_ai vec_vsro(vector short __a, in vec_vsro()
10543 vec_vsro(vector unsigned short __a, vector signed char __b) { in vec_vsro()
10549 vec_vsro(vector unsigned short __a, vector unsigned char __b) { in vec_vsro()
10554 static __inline__ vector pixel __ATTRS_o_ai vec_vsro(vector pixel __a, in vec_vsro()
10559 static __inline__ vector pixel __ATTRS_o_ai vec_vsro(vector pixel __a, in vec_vsro()
10564 static __inline__ vector int __ATTRS_o_ai vec_vsro(vector int __a, in vec_vsro()
10569 static __inline__ vector int __ATTRS_o_ai vec_vsro(vector int __a, in vec_vsro()
10575 vec_vsro(vector unsigned int __a, vector signed char __b) { in vec_vsro()
10581 vec_vsro(vector unsigned int __a, vector unsigned char __b) { in vec_vsro()
10586 static __inline__ vector float __ATTRS_o_ai vec_vsro(vector float __a, in vec_vsro()
10591 static __inline__ vector float __ATTRS_o_ai vec_vsro(vector float __a, in vec_vsro()
10598 static __inline__ void __ATTRS_o_ai vec_st(vector signed char __a, int __b, in vec_st()
10603 static __inline__ void __ATTRS_o_ai vec_st(vector signed char __a, int __b, in vec_st()
10608 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned char __a, int __b, in vec_st()
10613 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned char __a, int __b, in vec_st()
10618 static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, int __b, in vec_st()
10623 static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, int __b, in vec_st()
10628 static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, int __b, in vec_st()
10633 static __inline__ void __ATTRS_o_ai vec_st(vector short __a, int __b, in vec_st()
10638 static __inline__ void __ATTRS_o_ai vec_st(vector short __a, int __b, in vec_st()
10643 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned short __a, int __b, in vec_st()
10648 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned short __a, int __b, in vec_st()
10653 static __inline__ void __ATTRS_o_ai vec_st(vector bool short __a, int __b, in vec_st()
10658 static __inline__ void __ATTRS_o_ai vec_st(vector bool short __a, int __b, in vec_st()
10663 static __inline__ void __ATTRS_o_ai vec_st(vector bool short __a, int __b, in vec_st()
10668 static __inline__ void __ATTRS_o_ai vec_st(vector pixel __a, int __b, in vec_st()
10673 static __inline__ void __ATTRS_o_ai vec_st(vector pixel __a, int __b, in vec_st()
10678 static __inline__ void __ATTRS_o_ai vec_st(vector pixel __a, int __b, in vec_st()
10683 static __inline__ void __ATTRS_o_ai vec_st(vector int __a, int __b, in vec_st()
10688 static __inline__ void __ATTRS_o_ai vec_st(vector int __a, int __b, int *__c) { in vec_st()
10692 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned int __a, int __b, in vec_st()
10697 static __inline__ void __ATTRS_o_ai vec_st(vector unsigned int __a, int __b, in vec_st()
10702 static __inline__ void __ATTRS_o_ai vec_st(vector bool int __a, int __b, in vec_st()
10707 static __inline__ void __ATTRS_o_ai vec_st(vector bool int __a, int __b, in vec_st()
10712 static __inline__ void __ATTRS_o_ai vec_st(vector bool int __a, int __b, in vec_st()
10717 static __inline__ void __ATTRS_o_ai vec_st(vector float __a, int __b, in vec_st()
10722 static __inline__ void __ATTRS_o_ai vec_st(vector float __a, int __b, in vec_st()
10729 static __inline__ void __ATTRS_o_ai vec_stvx(vector signed char __a, int __b, in vec_stvx()
10734 static __inline__ void __ATTRS_o_ai vec_stvx(vector signed char __a, int __b, in vec_stvx()
10739 static __inline__ void __ATTRS_o_ai vec_stvx(vector unsigned char __a, int __b, in vec_stvx()
10744 static __inline__ void __ATTRS_o_ai vec_stvx(vector unsigned char __a, int __b, in vec_stvx()
10749 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool char __a, int __b, in vec_stvx()
10754 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool char __a, int __b, in vec_stvx()
10759 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool char __a, int __b, in vec_stvx()
10764 static __inline__ void __ATTRS_o_ai vec_stvx(vector short __a, int __b, in vec_stvx()
10769 static __inline__ void __ATTRS_o_ai vec_stvx(vector short __a, int __b, in vec_stvx()
10774 static __inline__ void __ATTRS_o_ai vec_stvx(vector unsigned short __a, int __b, in vec_stvx()
10779 static __inline__ void __ATTRS_o_ai vec_stvx(vector unsigned short __a, int __b, in vec_stvx()
10784 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool short __a, int __b, in vec_stvx()
10789 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool short __a, int __b, in vec_stvx()
10794 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool short __a, int __b, in vec_stvx()
10799 static __inline__ void __ATTRS_o_ai vec_stvx(vector pixel __a, int __b, in vec_stvx()
10804 static __inline__ void __ATTRS_o_ai vec_stvx(vector pixel __a, int __b, in vec_stvx()
10809 static __inline__ void __ATTRS_o_ai vec_stvx(vector pixel __a, int __b, in vec_stvx()
10814 static __inline__ void __ATTRS_o_ai vec_stvx(vector int __a, int __b, in vec_stvx()
10819 static __inline__ void __ATTRS_o_ai vec_stvx(vector int __a, int __b, in vec_stvx()
10824 static __inline__ void __ATTRS_o_ai vec_stvx(vector unsigned int __a, int __b, in vec_stvx()
10829 static __inline__ void __ATTRS_o_ai vec_stvx(vector unsigned int __a, int __b, in vec_stvx()
10834 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool int __a, int __b, in vec_stvx()
10839 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool int __a, int __b, in vec_stvx()
10844 static __inline__ void __ATTRS_o_ai vec_stvx(vector bool int __a, int __b, in vec_stvx()
10849 static __inline__ void __ATTRS_o_ai vec_stvx(vector float __a, int __b, in vec_stvx()
10854 static __inline__ void __ATTRS_o_ai vec_stvx(vector float __a, int __b, in vec_stvx()
10861 static __inline__ void __ATTRS_o_ai vec_ste(vector signed char __a, int __b, in vec_ste()
10866 static __inline__ void __ATTRS_o_ai vec_ste(vector unsigned char __a, int __b, in vec_ste()
10871 static __inline__ void __ATTRS_o_ai vec_ste(vector bool char __a, int __b, in vec_ste()
10876 static __inline__ void __ATTRS_o_ai vec_ste(vector bool char __a, int __b, in vec_ste()
10881 static __inline__ void __ATTRS_o_ai vec_ste(vector short __a, int __b, in vec_ste()
10886 static __inline__ void __ATTRS_o_ai vec_ste(vector unsigned short __a, int __b, in vec_ste()
10891 static __inline__ void __ATTRS_o_ai vec_ste(vector bool short __a, int __b, in vec_ste()
10896 static __inline__ void __ATTRS_o_ai vec_ste(vector bool short __a, int __b, in vec_ste()
10901 static __inline__ void __ATTRS_o_ai vec_ste(vector pixel __a, int __b, in vec_ste()
10906 static __inline__ void __ATTRS_o_ai vec_ste(vector pixel __a, int __b, in vec_ste()
10911 static __inline__ void __ATTRS_o_ai vec_ste(vector int __a, int __b, int *__c) { in vec_ste()
10915 static __inline__ void __ATTRS_o_ai vec_ste(vector unsigned int __a, int __b, in vec_ste()
10920 static __inline__ void __ATTRS_o_ai vec_ste(vector bool int __a, int __b, in vec_ste()
10925 static __inline__ void __ATTRS_o_ai vec_ste(vector bool int __a, int __b, in vec_ste()
10930 static __inline__ void __ATTRS_o_ai vec_ste(vector float __a, int __b, in vec_ste()
10937 static __inline__ void __ATTRS_o_ai vec_stvebx(vector signed char __a, int __b, in vec_stvebx()
10942 static __inline__ void __ATTRS_o_ai vec_stvebx(vector unsigned char __a, in vec_stvebx()
10947 static __inline__ void __ATTRS_o_ai vec_stvebx(vector bool char __a, int __b, in vec_stvebx()
10952 static __inline__ void __ATTRS_o_ai vec_stvebx(vector bool char __a, int __b, in vec_stvebx()
10959 static __inline__ void __ATTRS_o_ai vec_stvehx(vector short __a, int __b, in vec_stvehx()
10964 static __inline__ void __ATTRS_o_ai vec_stvehx(vector unsigned short __a, in vec_stvehx()
10969 static __inline__ void __ATTRS_o_ai vec_stvehx(vector bool short __a, int __b, in vec_stvehx()
10974 static __inline__ void __ATTRS_o_ai vec_stvehx(vector bool short __a, int __b, in vec_stvehx()
10979 static __inline__ void __ATTRS_o_ai vec_stvehx(vector pixel __a, int __b, in vec_stvehx()
10984 static __inline__ void __ATTRS_o_ai vec_stvehx(vector pixel __a, int __b, in vec_stvehx()
10991 static __inline__ void __ATTRS_o_ai vec_stvewx(vector int __a, int __b, in vec_stvewx()
10996 static __inline__ void __ATTRS_o_ai vec_stvewx(vector unsigned int __a, int __b, in vec_stvewx()
11001 static __inline__ void __ATTRS_o_ai vec_stvewx(vector bool int __a, int __b, in vec_stvewx()
11006 static __inline__ void __ATTRS_o_ai vec_stvewx(vector bool int __a, int __b, in vec_stvewx()
11011 static __inline__ void __ATTRS_o_ai vec_stvewx(vector float __a, int __b, in vec_stvewx()
11018 static __inline__ void __ATTRS_o_ai vec_stl(vector signed char __a, int __b, in vec_stl()
11023 static __inline__ void __ATTRS_o_ai vec_stl(vector signed char __a, int __b, in vec_stl()
11028 static __inline__ void __ATTRS_o_ai vec_stl(vector unsigned char __a, int __b, in vec_stl()
11033 static __inline__ void __ATTRS_o_ai vec_stl(vector unsigned char __a, int __b, in vec_stl()
11038 static __inline__ void __ATTRS_o_ai vec_stl(vector bool char __a, int __b, in vec_stl()
11043 static __inline__ void __ATTRS_o_ai vec_stl(vector bool char __a, int __b, in vec_stl()
11048 static __inline__ void __ATTRS_o_ai vec_stl(vector bool char __a, int __b, in vec_stl()
11053 static __inline__ void __ATTRS_o_ai vec_stl(vector short __a, int __b, in vec_stl()
11058 static __inline__ void __ATTRS_o_ai vec_stl(vector short __a, int __b, in vec_stl()
11063 static __inline__ void __ATTRS_o_ai vec_stl(vector unsigned short __a, int __b, in vec_stl()
11068 static __inline__ void __ATTRS_o_ai vec_stl(vector unsigned short __a, int __b, in vec_stl()
11073 static __inline__ void __ATTRS_o_ai vec_stl(vector bool short __a, int __b, in vec_stl()
11078 static __inline__ void __ATTRS_o_ai vec_stl(vector bool short __a, int __b, in vec_stl()
11083 static __inline__ void __ATTRS_o_ai vec_stl(vector bool short __a, int __b, in vec_stl()
11088 static __inline__ void __ATTRS_o_ai vec_stl(vector pixel __a, int __b, in vec_stl()
11093 static __inline__ void __ATTRS_o_ai vec_stl(vector pixel __a, int __b, in vec_stl()
11098 static __inline__ void __ATTRS_o_ai vec_stl(vector pixel __a, int __b, in vec_stl()
11103 static __inline__ void __ATTRS_o_ai vec_stl(vector int __a, int __b, in vec_stl()
11108 static __inline__ void __ATTRS_o_ai vec_stl(vector int __a, int __b, int *__c) { in vec_stl()
11112 static __inline__ void __ATTRS_o_ai vec_stl(vector unsigned int __a, int __b, in vec_stl()
11117 static __inline__ void __ATTRS_o_ai vec_stl(vector unsigned int __a, int __b, in vec_stl()
11122 static __inline__ void __ATTRS_o_ai vec_stl(vector bool int __a, int __b, in vec_stl()
11127 static __inline__ void __ATTRS_o_ai vec_stl(vector bool int __a, int __b, in vec_stl()
11132 static __inline__ void __ATTRS_o_ai vec_stl(vector bool int __a, int __b, in vec_stl()
11137 static __inline__ void __ATTRS_o_ai vec_stl(vector float __a, int __b, in vec_stl()
11142 static __inline__ void __ATTRS_o_ai vec_stl(vector float __a, int __b, in vec_stl()
11149 static __inline__ void __ATTRS_o_ai vec_stvxl(vector signed char __a, int __b, in vec_stvxl()
11154 static __inline__ void __ATTRS_o_ai vec_stvxl(vector signed char __a, int __b, in vec_stvxl()
11159 static __inline__ void __ATTRS_o_ai vec_stvxl(vector unsigned char __a, int __b, in vec_stvxl()
11164 static __inline__ void __ATTRS_o_ai vec_stvxl(vector unsigned char __a, int __b, in vec_stvxl()
11169 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool char __a, int __b, in vec_stvxl()
11174 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool char __a, int __b, in vec_stvxl()
11179 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool char __a, int __b, in vec_stvxl()
11184 static __inline__ void __ATTRS_o_ai vec_stvxl(vector short __a, int __b, in vec_stvxl()
11189 static __inline__ void __ATTRS_o_ai vec_stvxl(vector short __a, int __b, in vec_stvxl()
11194 static __inline__ void __ATTRS_o_ai vec_stvxl(vector unsigned short __a, in vec_stvxl()
11200 static __inline__ void __ATTRS_o_ai vec_stvxl(vector unsigned short __a, in vec_stvxl()
11205 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool short __a, int __b, in vec_stvxl()
11210 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool short __a, int __b, in vec_stvxl()
11215 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool short __a, int __b, in vec_stvxl()
11220 static __inline__ void __ATTRS_o_ai vec_stvxl(vector pixel __a, int __b, in vec_stvxl()
11225 static __inline__ void __ATTRS_o_ai vec_stvxl(vector pixel __a, int __b, in vec_stvxl()
11230 static __inline__ void __ATTRS_o_ai vec_stvxl(vector pixel __a, int __b, in vec_stvxl()
11235 static __inline__ void __ATTRS_o_ai vec_stvxl(vector int __a, int __b, in vec_stvxl()
11240 static __inline__ void __ATTRS_o_ai vec_stvxl(vector int __a, int __b, in vec_stvxl()
11245 static __inline__ void __ATTRS_o_ai vec_stvxl(vector unsigned int __a, int __b, in vec_stvxl()
11250 static __inline__ void __ATTRS_o_ai vec_stvxl(vector unsigned int __a, int __b, in vec_stvxl()
11255 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool int __a, int __b, in vec_stvxl()
11260 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool int __a, int __b, in vec_stvxl()
11265 static __inline__ void __ATTRS_o_ai vec_stvxl(vector bool int __a, int __b, in vec_stvxl()
11270 static __inline__ void __ATTRS_o_ai vec_stvxl(vector float __a, int __b, in vec_stvxl()
11275 static __inline__ void __ATTRS_o_ai vec_stvxl(vector float __a, int __b, in vec_stvxl()
11283 vec_sub(vector signed char __a, vector signed char __b) { in vec_sub()
11288 vec_sub(vector bool char __a, vector signed char __b) { in vec_sub()
11293 vec_sub(vector signed char __a, vector bool char __b) { in vec_sub()
11298 vec_sub(vector unsigned char __a, vector unsigned char __b) { in vec_sub()
11303 vec_sub(vector bool char __a, vector unsigned char __b) { in vec_sub()
11308 vec_sub(vector unsigned char __a, vector bool char __b) { in vec_sub()
11312 static __inline__ vector short __ATTRS_o_ai vec_sub(vector short __a, in vec_sub()
11317 static __inline__ vector short __ATTRS_o_ai vec_sub(vector bool short __a, in vec_sub()
11322 static __inline__ vector short __ATTRS_o_ai vec_sub(vector short __a, in vec_sub()
11328 vec_sub(vector unsigned short __a, vector unsigned short __b) { in vec_sub()
11333 vec_sub(vector bool short __a, vector unsigned short __b) { in vec_sub()
11338 vec_sub(vector unsigned short __a, vector bool short __b) { in vec_sub()
11342 static __inline__ vector int __ATTRS_o_ai vec_sub(vector int __a, in vec_sub()
11347 static __inline__ vector int __ATTRS_o_ai vec_sub(vector bool int __a, in vec_sub()
11352 static __inline__ vector int __ATTRS_o_ai vec_sub(vector int __a, in vec_sub()
11358 vec_sub(vector unsigned int __a, vector unsigned int __b) { in vec_sub()
11363 vec_sub(vector bool int __a, vector unsigned int __b) { in vec_sub()
11368 vec_sub(vector unsigned int __a, vector bool int __b) { in vec_sub()
11374 vec_sub(vector signed __int128 __a, vector signed __int128 __b) { in vec_sub()
11379 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_sub()
11386 vec_sub(vector signed long long __a, vector signed long long __b) { in vec_sub()
11391 vec_sub(vector unsigned long long __a, vector unsigned long long __b) { in vec_sub()
11395 static __inline__ vector double __ATTRS_o_ai vec_sub(vector double __a, in vec_sub()
11401 static __inline__ vector float __ATTRS_o_ai vec_sub(vector float __a, in vec_sub()
11411 vec_vsububm(vector signed char __a, vector signed char __b) { in vec_vsububm()
11416 vec_vsububm(vector bool char __a, vector signed char __b) { in vec_vsububm()
11421 vec_vsububm(vector signed char __a, vector bool char __b) { in vec_vsububm()
11426 vec_vsububm(vector unsigned char __a, vector unsigned char __b) { in vec_vsububm()
11431 vec_vsububm(vector bool char __a, vector unsigned char __b) { in vec_vsububm()
11436 vec_vsububm(vector unsigned char __a, vector bool char __b) { in vec_vsububm()
11444 static __inline__ vector short __ATTRS_o_ai vec_vsubuhm(vector short __a, in vec_vsubuhm()
11449 static __inline__ vector short __ATTRS_o_ai vec_vsubuhm(vector bool short __a, in vec_vsubuhm()
11454 static __inline__ vector short __ATTRS_o_ai vec_vsubuhm(vector short __a, in vec_vsubuhm()
11460 vec_vsubuhm(vector unsigned short __a, vector unsigned short __b) { in vec_vsubuhm()
11465 vec_vsubuhm(vector bool short __a, vector unsigned short __b) { in vec_vsubuhm()
11470 vec_vsubuhm(vector unsigned short __a, vector bool short __b) { in vec_vsubuhm()
11478 static __inline__ vector int __ATTRS_o_ai vec_vsubuwm(vector int __a, in vec_vsubuwm()
11483 static __inline__ vector int __ATTRS_o_ai vec_vsubuwm(vector bool int __a, in vec_vsubuwm()
11488 static __inline__ vector int __ATTRS_o_ai vec_vsubuwm(vector int __a, in vec_vsubuwm()
11494 vec_vsubuwm(vector unsigned int __a, vector unsigned int __b) { in vec_vsubuwm()
11499 vec_vsubuwm(vector bool int __a, vector unsigned int __b) { in vec_vsubuwm()
11504 vec_vsubuwm(vector unsigned int __a, vector bool int __b) { in vec_vsubuwm()
11513 vec_vsubfp(vector float __a, vector float __b) { in vec_vsubfp()
11520 vec_subc(vector signed int __a, vector signed int __b) { in vec_subc()
11526 vec_subc(vector unsigned int __a, vector unsigned int __b) { in vec_subc()
11532 vec_subc(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_subc()
11537 vec_subc(vector signed __int128 __a, vector signed __int128 __b) { in vec_subc()
11545 vec_vsubcuw(vector unsigned int __a, vector unsigned int __b) { in vec_vsubcuw()
11552 vec_subs(vector signed char __a, vector signed char __b) { in vec_subs()
11557 vec_subs(vector bool char __a, vector signed char __b) { in vec_subs()
11562 vec_subs(vector signed char __a, vector bool char __b) { in vec_subs()
11567 vec_subs(vector unsigned char __a, vector unsigned char __b) { in vec_subs()
11572 vec_subs(vector bool char __a, vector unsigned char __b) { in vec_subs()
11577 vec_subs(vector unsigned char __a, vector bool char __b) { in vec_subs()
11581 static __inline__ vector short __ATTRS_o_ai vec_subs(vector short __a, in vec_subs()
11586 static __inline__ vector short __ATTRS_o_ai vec_subs(vector bool short __a, in vec_subs()
11591 static __inline__ vector short __ATTRS_o_ai vec_subs(vector short __a, in vec_subs()
11597 vec_subs(vector unsigned short __a, vector unsigned short __b) { in vec_subs()
11602 vec_subs(vector bool short __a, vector unsigned short __b) { in vec_subs()
11607 vec_subs(vector unsigned short __a, vector bool short __b) { in vec_subs()
11611 static __inline__ vector int __ATTRS_o_ai vec_subs(vector int __a, in vec_subs()
11616 static __inline__ vector int __ATTRS_o_ai vec_subs(vector bool int __a, in vec_subs()
11621 static __inline__ vector int __ATTRS_o_ai vec_subs(vector int __a, in vec_subs()
11627 vec_subs(vector unsigned int __a, vector unsigned int __b) { in vec_subs()
11632 vec_subs(vector bool int __a, vector unsigned int __b) { in vec_subs()
11637 vec_subs(vector unsigned int __a, vector bool int __b) { in vec_subs()
11644 vec_vsubsbs(vector signed char __a, vector signed char __b) { in vec_vsubsbs()
11649 vec_vsubsbs(vector bool char __a, vector signed char __b) { in vec_vsubsbs()
11654 vec_vsubsbs(vector signed char __a, vector bool char __b) { in vec_vsubsbs()
11661 vec_vsububs(vector unsigned char __a, vector unsigned char __b) { in vec_vsububs()
11666 vec_vsububs(vector bool char __a, vector unsigned char __b) { in vec_vsububs()
11671 vec_vsububs(vector unsigned char __a, vector bool char __b) { in vec_vsububs()
11677 static __inline__ vector short __ATTRS_o_ai vec_vsubshs(vector short __a, in vec_vsubshs()
11682 static __inline__ vector short __ATTRS_o_ai vec_vsubshs(vector bool short __a, in vec_vsubshs()
11687 static __inline__ vector short __ATTRS_o_ai vec_vsubshs(vector short __a, in vec_vsubshs()
11695 vec_vsubuhs(vector unsigned short __a, vector unsigned short __b) { in vec_vsubuhs()
11700 vec_vsubuhs(vector bool short __a, vector unsigned short __b) { in vec_vsubuhs()
11705 vec_vsubuhs(vector unsigned short __a, vector bool short __b) { in vec_vsubuhs()
11711 static __inline__ vector int __ATTRS_o_ai vec_vsubsws(vector int __a, in vec_vsubsws()
11716 static __inline__ vector int __ATTRS_o_ai vec_vsubsws(vector bool int __a, in vec_vsubsws()
11721 static __inline__ vector int __ATTRS_o_ai vec_vsubsws(vector int __a, in vec_vsubsws()
11729 vec_vsubuws(vector unsigned int __a, vector unsigned int __b) { in vec_vsubuws()
11734 vec_vsubuws(vector bool int __a, vector unsigned int __b) { in vec_vsubuws()
11739 vec_vsubuws(vector unsigned int __a, vector bool int __b) { in vec_vsubuws()
11747 vec_vsubuqm(vector signed __int128 __a, vector signed __int128 __b) { in vec_vsubuqm()
11752 vec_vsubuqm(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_vsubuqm()
11760 vec_vsubeuqm(vector signed __int128 __a, vector signed __int128 __b, in vec_vsubeuqm()
11766 vec_vsubeuqm(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_vsubeuqm()
11772 vec_sube(vector signed __int128 __a, vector signed __int128 __b, in vec_sube()
11778 vec_sube(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_sube()
11786 vec_vsubcuq(vector signed __int128 __a, vector signed __int128 __b) { in vec_vsubcuq()
11791 vec_vsubcuq(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_vsubcuq()
11798 vec_vsubecuq(vector signed __int128 __a, vector signed __int128 __b, in vec_vsubecuq()
11804 vec_vsubecuq(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_vsubecuq()
11810 vec_subec(vector signed int __a, vector signed int __b, in vec_subec()
11816 vec_subec(vector unsigned int __a, vector unsigned int __b, in vec_subec()
11822 vec_subec(vector signed __int128 __a, vector signed __int128 __b, in vec_subec()
11828 vec_subec(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_subec()
11835 vec_sube(vector signed int __a, vector signed int __b, in vec_sube()
11843 vec_sube(vector unsigned int __a, vector unsigned int __b, in vec_sube()
11851 static __inline__ vector int __ATTRS_o_ai vec_sum4s(vector signed char __a, in vec_sum4s()
11857 vec_sum4s(vector unsigned char __a, vector unsigned int __b) { in vec_sum4s()
11861 static __inline__ vector int __ATTRS_o_ai vec_sum4s(vector signed short __a, in vec_sum4s()
11869 vec_vsum4sbs(vector signed char __a, vector int __b) { in vec_vsum4sbs()
11876 vec_vsum4ubs(vector unsigned char __a, vector unsigned int __b) { in vec_vsum4ubs()
11883 vec_vsum4shs(vector signed short __a, vector int __b) { in vec_vsum4shs()
11896 vec_sum2s(vector int __a, vector int __b) { in vec_sum2s()
11913 vec_vsum2sws(vector int __a, vector int __b) { in vec_vsum2sws()
11936 vec_sums(vector signed int __a, vector signed int __b) { in vec_sums()
11949 vec_vsumsws(vector signed int __a, vector signed int __b) { in vec_vsumsws()
11961 static __inline__ vector float __ATTRS_o_ai vec_trunc(vector float __a) { in vec_trunc()
11970 static __inline__ vector double __ATTRS_o_ai vec_trunc(vector double __a) { in vec_trunc()
11978 vec_vrfiz(vector float __a) { in vec_vrfiz()
11988 vec_unpackh(vector signed char __a) { in vec_unpackh()
11997 vec_unpackh(vector bool char __a) { in vec_unpackh()
12005 static __inline__ vector int __ATTRS_o_ai vec_unpackh(vector short __a) { in vec_unpackh()
12014 vec_unpackh(vector bool short __a) { in vec_unpackh()
12023 vec_unpackh(vector pixel __a) { in vec_unpackh()
12032 static __inline__ vector long long __ATTRS_o_ai vec_unpackh(vector int __a) { in vec_unpackh()
12041 vec_unpackh(vector bool int __a) { in vec_unpackh()
12050 vec_unpackh(vector float __a) { in vec_unpackh()
12058 vec_vupkhsb(vector signed char __a) { in vec_vupkhsb()
12067 vec_vupkhsb(vector bool char __a) { in vec_vupkhsb()
12077 static __inline__ vector int __ATTRS_o_ai vec_vupkhsh(vector short __a) { in vec_vupkhsh()
12086 vec_vupkhsh(vector bool short __a) { in vec_vupkhsh()
12095 vec_vupkhsh(vector pixel __a) { in vec_vupkhsh()
12106 static __inline__ vector long long __ATTRS_o_ai vec_vupkhsw(vector int __a) { in vec_vupkhsw()
12115 vec_vupkhsw(vector bool int __a) { in vec_vupkhsw()
12127 vec_unpackl(vector signed char __a) { in vec_unpackl()
12136 vec_unpackl(vector bool char __a) { in vec_unpackl()
12144 static __inline__ vector int __ATTRS_o_ai vec_unpackl(vector short __a) { in vec_unpackl()
12153 vec_unpackl(vector bool short __a) { in vec_unpackl()
12162 vec_unpackl(vector pixel __a) { in vec_unpackl()
12171 static __inline__ vector long long __ATTRS_o_ai vec_unpackl(vector int __a) { in vec_unpackl()
12180 vec_unpackl(vector bool int __a) { in vec_unpackl()
12189 vec_unpackl(vector float __a) { in vec_unpackl()
12197 vec_vupklsb(vector signed char __a) { in vec_vupklsb()
12206 vec_vupklsb(vector bool char __a) { in vec_vupklsb()
12216 static __inline__ vector int __ATTRS_o_ai vec_vupklsh(vector short __a) { in vec_vupklsh()
12225 vec_vupklsh(vector bool short __a) { in vec_vupklsh()
12234 vec_vupklsh(vector pixel __a) { in vec_vupklsh()
12245 static __inline__ vector long long __ATTRS_o_ai vec_vupklsw(vector int __a) { in vec_vupklsw()
12254 vec_vupklsw(vector bool int __a) { in vec_vupklsw()
12268 vec_vsx_ld(int __a, const vector bool int *__b) { in vec_vsx_ld()
12273 vec_vsx_ld(int __a, const vector signed int *__b) { in vec_vsx_ld()
12278 vec_vsx_ld(int __a, const signed int *__b) { in vec_vsx_ld()
12283 vec_vsx_ld(int __a, const vector unsigned int *__b) { in vec_vsx_ld()
12288 vec_vsx_ld(int __a, const unsigned int *__b) { in vec_vsx_ld()
12293 vec_vsx_ld(int __a, const vector float *__b) { in vec_vsx_ld()
12297 static __inline__ vector float __ATTRS_o_ai vec_vsx_ld(int __a, in vec_vsx_ld()
12303 vec_vsx_ld(int __a, const vector signed long long *__b) { in vec_vsx_ld()
12308 vec_vsx_ld(int __a, const vector unsigned long long *__b) { in vec_vsx_ld()
12313 vec_vsx_ld(int __a, const vector double *__b) { in vec_vsx_ld()
12318 vec_vsx_ld(int __a, const double *__b) { in vec_vsx_ld()
12323 vec_vsx_ld(int __a, const vector bool short *__b) { in vec_vsx_ld()
12328 vec_vsx_ld(int __a, const vector signed short *__b) { in vec_vsx_ld()
12333 vec_vsx_ld(int __a, const signed short *__b) { in vec_vsx_ld()
12338 vec_vsx_ld(int __a, const vector unsigned short *__b) { in vec_vsx_ld()
12343 vec_vsx_ld(int __a, const unsigned short *__b) { in vec_vsx_ld()
12348 vec_vsx_ld(int __a, const vector bool char *__b) { in vec_vsx_ld()
12353 vec_vsx_ld(int __a, const vector signed char *__b) { in vec_vsx_ld()
12358 vec_vsx_ld(int __a, const signed char *__b) { in vec_vsx_ld()
12363 vec_vsx_ld(int __a, const vector unsigned char *__b) { in vec_vsx_ld()
12368 vec_vsx_ld(int __a, const unsigned char *__b) { in vec_vsx_ld()
12378 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool int __a, int __b, in vec_vsx_st()
12383 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool int __a, int __b, in vec_vsx_st()
12388 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool int __a, int __b, in vec_vsx_st()
12393 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector signed int __a, int __b, in vec_vsx_st()
12398 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector signed int __a, int __b, in vec_vsx_st()
12403 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector unsigned int __a, int __b, in vec_vsx_st()
12408 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector unsigned int __a, int __b, in vec_vsx_st()
12413 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector float __a, int __b, in vec_vsx_st()
12418 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector float __a, int __b, in vec_vsx_st()
12423 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector signed long long __a, in vec_vsx_st()
12429 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector unsigned long long __a, in vec_vsx_st()
12435 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector double __a, int __b, in vec_vsx_st()
12440 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector double __a, int __b, in vec_vsx_st()
12445 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool short __a, int __b, in vec_vsx_st()
12450 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool short __a, int __b, in vec_vsx_st()
12455 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool short __a, int __b, in vec_vsx_st()
12459 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector signed short __a, int __b, in vec_vsx_st()
12464 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector signed short __a, int __b, in vec_vsx_st()
12469 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector unsigned short __a, in vec_vsx_st()
12475 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector unsigned short __a, in vec_vsx_st()
12480 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool char __a, int __b, in vec_vsx_st()
12485 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool char __a, int __b, in vec_vsx_st()
12490 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector bool char __a, int __b, in vec_vsx_st()
12495 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector signed char __a, int __b, in vec_vsx_st()
12500 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector signed char __a, int __b, in vec_vsx_st()
12505 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector unsigned char __a, in vec_vsx_st()
12511 static __inline__ void __ATTRS_o_ai vec_vsx_st(vector unsigned char __a, in vec_vsx_st()
12528 vec_xor(vector signed char __a, vector signed char __b) { in vec_xor()
12533 vec_xor(vector bool char __a, vector signed char __b) { in vec_xor()
12538 vec_xor(vector signed char __a, vector bool char __b) { in vec_xor()
12543 vec_xor(vector unsigned char __a, vector unsigned char __b) { in vec_xor()
12548 vec_xor(vector bool char __a, vector unsigned char __b) { in vec_xor()
12553 vec_xor(vector unsigned char __a, vector bool char __b) { in vec_xor()
12557 static __inline__ vector bool char __ATTRS_o_ai vec_xor(vector bool char __a, in vec_xor()
12562 static __inline__ vector short __ATTRS_o_ai vec_xor(vector short __a, in vec_xor()
12567 static __inline__ vector short __ATTRS_o_ai vec_xor(vector bool short __a, in vec_xor()
12572 static __inline__ vector short __ATTRS_o_ai vec_xor(vector short __a, in vec_xor()
12578 vec_xor(vector unsigned short __a, vector unsigned short __b) { in vec_xor()
12583 vec_xor(vector bool short __a, vector unsigned short __b) { in vec_xor()
12588 vec_xor(vector unsigned short __a, vector bool short __b) { in vec_xor()
12593 vec_xor(vector bool short __a, vector bool short __b) { in vec_xor()
12597 static __inline__ vector int __ATTRS_o_ai vec_xor(vector int __a, in vec_xor()
12602 static __inline__ vector int __ATTRS_o_ai vec_xor(vector bool int __a, in vec_xor()
12607 static __inline__ vector int __ATTRS_o_ai vec_xor(vector int __a, in vec_xor()
12613 vec_xor(vector unsigned int __a, vector unsigned int __b) { in vec_xor()
12618 vec_xor(vector bool int __a, vector unsigned int __b) { in vec_xor()
12623 vec_xor(vector unsigned int __a, vector bool int __b) { in vec_xor()
12627 static __inline__ vector bool int __ATTRS_o_ai vec_xor(vector bool int __a, in vec_xor()
12632 static __inline__ vector float __ATTRS_o_ai vec_xor(vector float __a, in vec_xor()
12639 static __inline__ vector float __ATTRS_o_ai vec_xor(vector bool int __a, in vec_xor()
12646 static __inline__ vector float __ATTRS_o_ai vec_xor(vector float __a, in vec_xor()
12655 vec_xor(vector signed long long __a, vector signed long long __b) { in vec_xor()
12660 vec_xor(vector bool long long __a, vector signed long long __b) { in vec_xor()
12665 vec_xor(vector signed long long __a, vector bool long long __b) { in vec_xor()
12670 vec_xor(vector unsigned long long __a, vector unsigned long long __b) { in vec_xor()
12675 vec_xor(vector bool long long __a, vector unsigned long long __b) { in vec_xor()
12680 vec_xor(vector unsigned long long __a, vector bool long long __b) { in vec_xor()
12685 vec_xor(vector bool long long __a, vector bool long long __b) { in vec_xor()
12689 static __inline__ vector double __ATTRS_o_ai vec_xor(vector double __a, in vec_xor()
12696 vec_xor(vector double __a, vector bool long long __b) { in vec_xor()
12701 static __inline__ vector double __ATTRS_o_ai vec_xor(vector bool long long __a, in vec_xor()
12711 vec_vxor(vector signed char __a, vector signed char __b) { in vec_vxor()
12716 vec_vxor(vector bool char __a, vector signed char __b) { in vec_vxor()
12721 vec_vxor(vector signed char __a, vector bool char __b) { in vec_vxor()
12726 vec_vxor(vector unsigned char __a, vector unsigned char __b) { in vec_vxor()
12731 vec_vxor(vector bool char __a, vector unsigned char __b) { in vec_vxor()
12736 vec_vxor(vector unsigned char __a, vector bool char __b) { in vec_vxor()
12740 static __inline__ vector bool char __ATTRS_o_ai vec_vxor(vector bool char __a, in vec_vxor()
12745 static __inline__ vector short __ATTRS_o_ai vec_vxor(vector short __a, in vec_vxor()
12750 static __inline__ vector short __ATTRS_o_ai vec_vxor(vector bool short __a, in vec_vxor()
12755 static __inline__ vector short __ATTRS_o_ai vec_vxor(vector short __a, in vec_vxor()
12761 vec_vxor(vector unsigned short __a, vector unsigned short __b) { in vec_vxor()
12766 vec_vxor(vector bool short __a, vector unsigned short __b) { in vec_vxor()
12771 vec_vxor(vector unsigned short __a, vector bool short __b) { in vec_vxor()
12776 vec_vxor(vector bool short __a, vector bool short __b) { in vec_vxor()
12780 static __inline__ vector int __ATTRS_o_ai vec_vxor(vector int __a, in vec_vxor()
12785 static __inline__ vector int __ATTRS_o_ai vec_vxor(vector bool int __a, in vec_vxor()
12790 static __inline__ vector int __ATTRS_o_ai vec_vxor(vector int __a, in vec_vxor()
12796 vec_vxor(vector unsigned int __a, vector unsigned int __b) { in vec_vxor()
12801 vec_vxor(vector bool int __a, vector unsigned int __b) { in vec_vxor()
12806 vec_vxor(vector unsigned int __a, vector bool int __b) { in vec_vxor()
12810 static __inline__ vector bool int __ATTRS_o_ai vec_vxor(vector bool int __a, in vec_vxor()
12815 static __inline__ vector float __ATTRS_o_ai vec_vxor(vector float __a, in vec_vxor()
12822 static __inline__ vector float __ATTRS_o_ai vec_vxor(vector bool int __a, in vec_vxor()
12829 static __inline__ vector float __ATTRS_o_ai vec_vxor(vector float __a, in vec_vxor()
12838 vec_vxor(vector signed long long __a, vector signed long long __b) { in vec_vxor()
12843 vec_vxor(vector bool long long __a, vector signed long long __b) { in vec_vxor()
12848 vec_vxor(vector signed long long __a, vector bool long long __b) { in vec_vxor()
12853 vec_vxor(vector unsigned long long __a, vector unsigned long long __b) { in vec_vxor()
12858 vec_vxor(vector bool long long __a, vector unsigned long long __b) { in vec_vxor()
12863 vec_vxor(vector unsigned long long __a, vector bool long long __b) { in vec_vxor()
12868 vec_vxor(vector bool long long __a, vector bool long long __b) { in vec_vxor()
12877 static __inline__ signed char __ATTRS_o_ai vec_extract(vector signed char __a, in vec_extract()
12883 vec_extract(vector unsigned char __a, int __b) { in vec_extract()
12887 static __inline__ unsigned char __ATTRS_o_ai vec_extract(vector bool char __a, in vec_extract()
12892 static __inline__ signed short __ATTRS_o_ai vec_extract(vector signed short __a, in vec_extract()
12898 vec_extract(vector unsigned short __a, int __b) { in vec_extract()
12902 static __inline__ unsigned short __ATTRS_o_ai vec_extract(vector bool short __a, in vec_extract()
12907 static __inline__ signed int __ATTRS_o_ai vec_extract(vector signed int __a, in vec_extract()
12912 static __inline__ unsigned int __ATTRS_o_ai vec_extract(vector unsigned int __a, in vec_extract()
12917 static __inline__ unsigned int __ATTRS_o_ai vec_extract(vector bool int __a, in vec_extract()
12924 vec_extract(vector signed long long __a, int __b) { in vec_extract()
12929 vec_extract(vector unsigned long long __a, int __b) { in vec_extract()
12934 vec_extract(vector bool long long __a, int __b) { in vec_extract()
12938 static __inline__ double __ATTRS_o_ai vec_extract(vector double __a, int __b) { in vec_extract()
12943 static __inline__ float __ATTRS_o_ai vec_extract(vector float __a, int __b) { in vec_extract()
12955 vec_extract_exp(vector float __a) { in vec_extract_exp()
12960 vec_extract_exp(vector double __a) { in vec_extract_exp()
12967 vec_extract_sig(vector float __a) { in vec_extract_sig()
12972 vec_extract_sig (vector double __a) { in vec_extract_sig()
12977 vec_extract_fp32_from_shorth(vector unsigned short __a) { in vec_extract_fp32_from_shorth()
12988 vec_extract_fp32_from_shortl(vector unsigned short __a) { in vec_extract_fp32_from_shortl()
13002 vec_insert(signed char __a, vector signed char __b, int __c) { in vec_insert()
13008 vec_insert(unsigned char __a, vector unsigned char __b, int __c) { in vec_insert()
13013 static __inline__ vector bool char __ATTRS_o_ai vec_insert(unsigned char __a, in vec_insert()
13021 vec_insert(signed short __a, vector signed short __b, int __c) { in vec_insert()
13027 vec_insert(unsigned short __a, vector unsigned short __b, int __c) { in vec_insert()
13033 vec_insert(unsigned short __a, vector bool short __b, int __c) { in vec_insert()
13039 vec_insert(signed int __a, vector signed int __b, int __c) { in vec_insert()
13045 vec_insert(unsigned int __a, vector unsigned int __b, int __c) { in vec_insert()
13050 static __inline__ vector bool int __ATTRS_o_ai vec_insert(unsigned int __a, in vec_insert()
13059 vec_insert(signed long long __a, vector signed long long __b, int __c) { in vec_insert()
13065 vec_insert(unsigned long long __a, vector unsigned long long __b, int __c) { in vec_insert()
13071 vec_insert(unsigned long long __a, vector bool long long __b, int __c) { in vec_insert()
13075 static __inline__ vector double __ATTRS_o_ai vec_insert(double __a, in vec_insert()
13083 static __inline__ vector float __ATTRS_o_ai vec_insert(float __a, in vec_insert()
13093 vec_lvlx(int __a, const signed char *__b) { in vec_lvlx()
13099 vec_lvlx(int __a, const vector signed char *__b) { in vec_lvlx()
13105 vec_lvlx(int __a, const unsigned char *__b) { in vec_lvlx()
13111 vec_lvlx(int __a, const vector unsigned char *__b) { in vec_lvlx()
13117 vec_lvlx(int __a, const vector bool char *__b) { in vec_lvlx()
13122 static __inline__ vector short __ATTRS_o_ai vec_lvlx(int __a, in vec_lvlx()
13127 static __inline__ vector short __ATTRS_o_ai vec_lvlx(int __a, in vec_lvlx()
13134 vec_lvlx(int __a, const unsigned short *__b) { in vec_lvlx()
13140 vec_lvlx(int __a, const vector unsigned short *__b) { in vec_lvlx()
13146 vec_lvlx(int __a, const vector bool short *__b) { in vec_lvlx()
13151 static __inline__ vector pixel __ATTRS_o_ai vec_lvlx(int __a, in vec_lvlx()
13157 static __inline__ vector int __ATTRS_o_ai vec_lvlx(int __a, const int *__b) { in vec_lvlx()
13161 static __inline__ vector int __ATTRS_o_ai vec_lvlx(int __a, in vec_lvlx()
13168 vec_lvlx(int __a, const unsigned int *__b) { in vec_lvlx()
13174 vec_lvlx(int __a, const vector unsigned int *__b) { in vec_lvlx()
13180 vec_lvlx(int __a, const vector bool int *__b) { in vec_lvlx()
13185 static __inline__ vector float __ATTRS_o_ai vec_lvlx(int __a, in vec_lvlx()
13190 static __inline__ vector float __ATTRS_o_ai vec_lvlx(int __a, in vec_lvlx()
13199 vec_lvlxl(int __a, const signed char *__b) { in vec_lvlxl()
13205 vec_lvlxl(int __a, const vector signed char *__b) { in vec_lvlxl()
13211 vec_lvlxl(int __a, const unsigned char *__b) { in vec_lvlxl()
13217 vec_lvlxl(int __a, const vector unsigned char *__b) { in vec_lvlxl()
13223 vec_lvlxl(int __a, const vector bool char *__b) { in vec_lvlxl()
13228 static __inline__ vector short __ATTRS_o_ai vec_lvlxl(int __a, in vec_lvlxl()
13233 static __inline__ vector short __ATTRS_o_ai vec_lvlxl(int __a, in vec_lvlxl()
13240 vec_lvlxl(int __a, const unsigned short *__b) { in vec_lvlxl()
13246 vec_lvlxl(int __a, const vector unsigned short *__b) { in vec_lvlxl()
13252 vec_lvlxl(int __a, const vector bool short *__b) { in vec_lvlxl()
13257 static __inline__ vector pixel __ATTRS_o_ai vec_lvlxl(int __a, in vec_lvlxl()
13263 static __inline__ vector int __ATTRS_o_ai vec_lvlxl(int __a, const int *__b) { in vec_lvlxl()
13267 static __inline__ vector int __ATTRS_o_ai vec_lvlxl(int __a, in vec_lvlxl()
13274 vec_lvlxl(int __a, const unsigned int *__b) { in vec_lvlxl()
13280 vec_lvlxl(int __a, const vector unsigned int *__b) { in vec_lvlxl()
13286 vec_lvlxl(int __a, const vector bool int *__b) { in vec_lvlxl()
13291 static __inline__ vector float __ATTRS_o_ai vec_lvlxl(int __a, in vec_lvlxl()
13296 static __inline__ vector float __ATTRS_o_ai vec_lvlxl(int __a, in vec_lvlxl()
13305 vec_lvrx(int __a, const signed char *__b) { in vec_lvrx()
13311 vec_lvrx(int __a, const vector signed char *__b) { in vec_lvrx()
13317 vec_lvrx(int __a, const unsigned char *__b) { in vec_lvrx()
13323 vec_lvrx(int __a, const vector unsigned char *__b) { in vec_lvrx()
13329 vec_lvrx(int __a, const vector bool char *__b) { in vec_lvrx()
13334 static __inline__ vector short __ATTRS_o_ai vec_lvrx(int __a, in vec_lvrx()
13339 static __inline__ vector short __ATTRS_o_ai vec_lvrx(int __a, in vec_lvrx()
13346 vec_lvrx(int __a, const unsigned short *__b) { in vec_lvrx()
13352 vec_lvrx(int __a, const vector unsigned short *__b) { in vec_lvrx()
13358 vec_lvrx(int __a, const vector bool short *__b) { in vec_lvrx()
13363 static __inline__ vector pixel __ATTRS_o_ai vec_lvrx(int __a, in vec_lvrx()
13369 static __inline__ vector int __ATTRS_o_ai vec_lvrx(int __a, const int *__b) { in vec_lvrx()
13373 static __inline__ vector int __ATTRS_o_ai vec_lvrx(int __a, in vec_lvrx()
13380 vec_lvrx(int __a, const unsigned int *__b) { in vec_lvrx()
13386 vec_lvrx(int __a, const vector unsigned int *__b) { in vec_lvrx()
13392 vec_lvrx(int __a, const vector bool int *__b) { in vec_lvrx()
13397 static __inline__ vector float __ATTRS_o_ai vec_lvrx(int __a, in vec_lvrx()
13402 static __inline__ vector float __ATTRS_o_ai vec_lvrx(int __a, in vec_lvrx()
13411 vec_lvrxl(int __a, const signed char *__b) { in vec_lvrxl()
13417 vec_lvrxl(int __a, const vector signed char *__b) { in vec_lvrxl()
13423 vec_lvrxl(int __a, const unsigned char *__b) { in vec_lvrxl()
13429 vec_lvrxl(int __a, const vector unsigned char *__b) { in vec_lvrxl()
13435 vec_lvrxl(int __a, const vector bool char *__b) { in vec_lvrxl()
13440 static __inline__ vector short __ATTRS_o_ai vec_lvrxl(int __a, in vec_lvrxl()
13445 static __inline__ vector short __ATTRS_o_ai vec_lvrxl(int __a, in vec_lvrxl()
13452 vec_lvrxl(int __a, const unsigned short *__b) { in vec_lvrxl()
13458 vec_lvrxl(int __a, const vector unsigned short *__b) { in vec_lvrxl()
13464 vec_lvrxl(int __a, const vector bool short *__b) { in vec_lvrxl()
13469 static __inline__ vector pixel __ATTRS_o_ai vec_lvrxl(int __a, in vec_lvrxl()
13475 static __inline__ vector int __ATTRS_o_ai vec_lvrxl(int __a, const int *__b) { in vec_lvrxl()
13479 static __inline__ vector int __ATTRS_o_ai vec_lvrxl(int __a, in vec_lvrxl()
13486 vec_lvrxl(int __a, const unsigned int *__b) { in vec_lvrxl()
13492 vec_lvrxl(int __a, const vector unsigned int *__b) { in vec_lvrxl()
13498 vec_lvrxl(int __a, const vector bool int *__b) { in vec_lvrxl()
13503 static __inline__ vector float __ATTRS_o_ai vec_lvrxl(int __a, in vec_lvrxl()
13508 static __inline__ vector float __ATTRS_o_ai vec_lvrxl(int __a, in vec_lvrxl()
13516 static __inline__ void __ATTRS_o_ai vec_stvlx(vector signed char __a, int __b, in vec_stvlx()
13522 static __inline__ void __ATTRS_o_ai vec_stvlx(vector signed char __a, int __b, in vec_stvlx()
13529 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned char __a, int __b, in vec_stvlx()
13535 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned char __a, int __b, in vec_stvlx()
13542 static __inline__ void __ATTRS_o_ai vec_stvlx(vector bool char __a, int __b, in vec_stvlx()
13549 static __inline__ void __ATTRS_o_ai vec_stvlx(vector short __a, int __b, in vec_stvlx()
13555 static __inline__ void __ATTRS_o_ai vec_stvlx(vector short __a, int __b, in vec_stvlx()
13562 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned short __a, in vec_stvlx()
13568 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned short __a, in vec_stvlx()
13576 static __inline__ void __ATTRS_o_ai vec_stvlx(vector bool short __a, int __b, in vec_stvlx()
13583 static __inline__ void __ATTRS_o_ai vec_stvlx(vector pixel __a, int __b, in vec_stvlx()
13590 static __inline__ void __ATTRS_o_ai vec_stvlx(vector int __a, int __b, in vec_stvlx()
13596 static __inline__ void __ATTRS_o_ai vec_stvlx(vector int __a, int __b, in vec_stvlx()
13603 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned int __a, int __b, in vec_stvlx()
13609 static __inline__ void __ATTRS_o_ai vec_stvlx(vector unsigned int __a, int __b, in vec_stvlx()
13616 static __inline__ void __ATTRS_o_ai vec_stvlx(vector bool int __a, int __b, in vec_stvlx()
13623 static __inline__ void __ATTRS_o_ai vec_stvlx(vector float __a, int __b, in vec_stvlx()
13632 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector signed char __a, int __b, in vec_stvlxl()
13638 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector signed char __a, int __b, in vec_stvlxl()
13645 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector unsigned char __a, in vec_stvlxl()
13651 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector unsigned char __a, in vec_stvlxl()
13659 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector bool char __a, int __b, in vec_stvlxl()
13666 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector short __a, int __b, in vec_stvlxl()
13672 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector short __a, int __b, in vec_stvlxl()
13679 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector unsigned short __a, in vec_stvlxl()
13685 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector unsigned short __a, in vec_stvlxl()
13693 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector bool short __a, int __b, in vec_stvlxl()
13700 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector pixel __a, int __b, in vec_stvlxl()
13707 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector int __a, int __b, in vec_stvlxl()
13713 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector int __a, int __b, in vec_stvlxl()
13720 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector unsigned int __a, int __b, in vec_stvlxl()
13726 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector unsigned int __a, int __b, in vec_stvlxl()
13733 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector bool int __a, int __b, in vec_stvlxl()
13740 static __inline__ void __ATTRS_o_ai vec_stvlxl(vector float __a, int __b, in vec_stvlxl()
13749 static __inline__ void __ATTRS_o_ai vec_stvrx(vector signed char __a, int __b, in vec_stvrx()
13755 static __inline__ void __ATTRS_o_ai vec_stvrx(vector signed char __a, int __b, in vec_stvrx()
13762 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned char __a, int __b, in vec_stvrx()
13768 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned char __a, int __b, in vec_stvrx()
13775 static __inline__ void __ATTRS_o_ai vec_stvrx(vector bool char __a, int __b, in vec_stvrx()
13782 static __inline__ void __ATTRS_o_ai vec_stvrx(vector short __a, int __b, in vec_stvrx()
13788 static __inline__ void __ATTRS_o_ai vec_stvrx(vector short __a, int __b, in vec_stvrx()
13795 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned short __a, in vec_stvrx()
13801 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned short __a, in vec_stvrx()
13809 static __inline__ void __ATTRS_o_ai vec_stvrx(vector bool short __a, int __b, in vec_stvrx()
13816 static __inline__ void __ATTRS_o_ai vec_stvrx(vector pixel __a, int __b, in vec_stvrx()
13823 static __inline__ void __ATTRS_o_ai vec_stvrx(vector int __a, int __b, in vec_stvrx()
13829 static __inline__ void __ATTRS_o_ai vec_stvrx(vector int __a, int __b, in vec_stvrx()
13836 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned int __a, int __b, in vec_stvrx()
13842 static __inline__ void __ATTRS_o_ai vec_stvrx(vector unsigned int __a, int __b, in vec_stvrx()
13849 static __inline__ void __ATTRS_o_ai vec_stvrx(vector bool int __a, int __b, in vec_stvrx()
13856 static __inline__ void __ATTRS_o_ai vec_stvrx(vector float __a, int __b, in vec_stvrx()
13865 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector signed char __a, int __b, in vec_stvrxl()
13871 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector signed char __a, int __b, in vec_stvrxl()
13878 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector unsigned char __a, in vec_stvrxl()
13884 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector unsigned char __a, in vec_stvrxl()
13892 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector bool char __a, int __b, in vec_stvrxl()
13899 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector short __a, int __b, in vec_stvrxl()
13905 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector short __a, int __b, in vec_stvrxl()
13912 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector unsigned short __a, in vec_stvrxl()
13918 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector unsigned short __a, in vec_stvrxl()
13926 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector bool short __a, int __b, in vec_stvrxl()
13933 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector pixel __a, int __b, in vec_stvrxl()
13940 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector int __a, int __b, in vec_stvrxl()
13946 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector int __a, int __b, in vec_stvrxl()
13953 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector unsigned int __a, int __b, in vec_stvrxl()
13959 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector unsigned int __a, int __b, in vec_stvrxl()
13966 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector bool int __a, int __b, in vec_stvrxl()
13973 static __inline__ void __ATTRS_o_ai vec_stvrxl(vector float __a, int __b, in vec_stvrxl()
13982 static __inline__ vector signed char __ATTRS_o_ai vec_promote(signed char __a, in vec_promote()
13990 vec_promote(unsigned char __a, int __b) { in vec_promote()
13996 static __inline__ vector short __ATTRS_o_ai vec_promote(short __a, int __b) { in vec_promote()
14003 vec_promote(unsigned short __a, int __b) { in vec_promote()
14009 static __inline__ vector int __ATTRS_o_ai vec_promote(int __a, int __b) { in vec_promote()
14015 static __inline__ vector unsigned int __ATTRS_o_ai vec_promote(unsigned int __a, in vec_promote()
14022 static __inline__ vector float __ATTRS_o_ai vec_promote(float __a, int __b) { in vec_promote()
14030 static __inline__ vector signed char __ATTRS_o_ai vec_splats(signed char __a) { in vec_splats()
14035 vec_splats(unsigned char __a) { in vec_splats()
14039 static __inline__ vector short __ATTRS_o_ai vec_splats(short __a) { in vec_splats()
14044 vec_splats(unsigned short __a) { in vec_splats()
14048 static __inline__ vector int __ATTRS_o_ai vec_splats(int __a) { in vec_splats()
14053 vec_splats(unsigned int __a) { in vec_splats()
14059 vec_splats(signed long long __a) { in vec_splats()
14064 vec_splats(unsigned long long __a) { in vec_splats()
14070 vec_splats(signed __int128 __a) { in vec_splats()
14075 vec_splats(unsigned __int128 __a) { in vec_splats()
14081 static __inline__ vector double __ATTRS_o_ai vec_splats(double __a) { in vec_splats()
14086 static __inline__ vector float __ATTRS_o_ai vec_splats(float __a) { in vec_splats()
14094 static __inline__ int __ATTRS_o_ai vec_all_eq(vector signed char __a, in vec_all_eq()
14100 static __inline__ int __ATTRS_o_ai vec_all_eq(vector signed char __a, in vec_all_eq()
14106 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned char __a, in vec_all_eq()
14112 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned char __a, in vec_all_eq()
14118 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, in vec_all_eq()
14124 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, in vec_all_eq()
14130 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, in vec_all_eq()
14136 static __inline__ int __ATTRS_o_ai vec_all_eq(vector short __a, in vec_all_eq()
14141 static __inline__ int __ATTRS_o_ai vec_all_eq(vector short __a, in vec_all_eq()
14146 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned short __a, in vec_all_eq()
14152 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned short __a, in vec_all_eq()
14158 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool short __a, in vec_all_eq()
14164 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool short __a, in vec_all_eq()
14170 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool short __a, in vec_all_eq()
14176 static __inline__ int __ATTRS_o_ai vec_all_eq(vector pixel __a, in vec_all_eq()
14182 static __inline__ int __ATTRS_o_ai vec_all_eq(vector int __a, vector int __b) { in vec_all_eq()
14186 static __inline__ int __ATTRS_o_ai vec_all_eq(vector int __a, in vec_all_eq()
14191 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned int __a, in vec_all_eq()
14197 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned int __a, in vec_all_eq()
14203 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool int __a, in vec_all_eq()
14209 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool int __a, in vec_all_eq()
14215 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool int __a, in vec_all_eq()
14222 static __inline__ int __ATTRS_o_ai vec_all_eq(vector signed long long __a, in vec_all_eq()
14227 static __inline__ int __ATTRS_o_ai vec_all_eq(vector long long __a, in vec_all_eq()
14232 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned long long __a, in vec_all_eq()
14238 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned long long __a, in vec_all_eq()
14244 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool long long __a, in vec_all_eq()
14250 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool long long __a, in vec_all_eq()
14256 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool long long __a, in vec_all_eq()
14263 static __inline__ int __ATTRS_o_ai vec_all_eq(vector float __a, in vec_all_eq()
14273 static __inline__ int __ATTRS_o_ai vec_all_eq(vector double __a, in vec_all_eq()
14280 static __inline__ int __ATTRS_o_ai vec_all_eq(vector signed __int128 __a, in vec_all_eq()
14285 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned __int128 __a, in vec_all_eq()
14293 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed char __a, in vec_all_ge()
14298 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed char __a, in vec_all_ge()
14303 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned char __a, in vec_all_ge()
14308 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned char __a, in vec_all_ge()
14313 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge()
14319 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge()
14324 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge()
14330 static __inline__ int __ATTRS_o_ai vec_all_ge(vector short __a, in vec_all_ge()
14335 static __inline__ int __ATTRS_o_ai vec_all_ge(vector short __a, in vec_all_ge()
14340 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned short __a, in vec_all_ge()
14345 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned short __a, in vec_all_ge()
14351 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool short __a, in vec_all_ge()
14357 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool short __a, in vec_all_ge()
14363 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool short __a, in vec_all_ge()
14369 static __inline__ int __ATTRS_o_ai vec_all_ge(vector int __a, vector int __b) { in vec_all_ge()
14373 static __inline__ int __ATTRS_o_ai vec_all_ge(vector int __a, in vec_all_ge()
14378 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned int __a, in vec_all_ge()
14383 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned int __a, in vec_all_ge()
14388 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool int __a, in vec_all_ge()
14394 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool int __a, in vec_all_ge()
14399 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool int __a, in vec_all_ge()
14406 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed long long __a, in vec_all_ge()
14410 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed long long __a, in vec_all_ge()
14416 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned long long __a, in vec_all_ge()
14421 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned long long __a, in vec_all_ge()
14427 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool long long __a, in vec_all_ge()
14433 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool long long __a, in vec_all_ge()
14439 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool long long __a, in vec_all_ge()
14446 static __inline__ int __ATTRS_o_ai vec_all_ge(vector float __a, in vec_all_ge()
14456 static __inline__ int __ATTRS_o_ai vec_all_ge(vector double __a, in vec_all_ge()
14463 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed __int128 __a, in vec_all_ge()
14468 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned __int128 __a, in vec_all_ge()
14476 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed char __a, in vec_all_gt()
14481 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed char __a, in vec_all_gt()
14486 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, in vec_all_gt()
14491 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, in vec_all_gt()
14496 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt()
14502 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt()
14507 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt()
14513 static __inline__ int __ATTRS_o_ai vec_all_gt(vector short __a, in vec_all_gt()
14518 static __inline__ int __ATTRS_o_ai vec_all_gt(vector short __a, in vec_all_gt()
14523 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned short __a, in vec_all_gt()
14528 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned short __a, in vec_all_gt()
14534 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool short __a, in vec_all_gt()
14540 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool short __a, in vec_all_gt()
14546 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool short __a, in vec_all_gt()
14552 static __inline__ int __ATTRS_o_ai vec_all_gt(vector int __a, vector int __b) { in vec_all_gt()
14556 static __inline__ int __ATTRS_o_ai vec_all_gt(vector int __a, in vec_all_gt()
14561 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned int __a, in vec_all_gt()
14566 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned int __a, in vec_all_gt()
14571 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool int __a, in vec_all_gt()
14577 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool int __a, in vec_all_gt()
14582 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool int __a, in vec_all_gt()
14589 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed long long __a, in vec_all_gt()
14593 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed long long __a, in vec_all_gt()
14599 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned long long __a, in vec_all_gt()
14604 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned long long __a, in vec_all_gt()
14610 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool long long __a, in vec_all_gt()
14616 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool long long __a, in vec_all_gt()
14622 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool long long __a, in vec_all_gt()
14629 static __inline__ int __ATTRS_o_ai vec_all_gt(vector float __a, in vec_all_gt()
14639 static __inline__ int __ATTRS_o_ai vec_all_gt(vector double __a, in vec_all_gt()
14646 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed __int128 __a, in vec_all_gt()
14651 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned __int128 __a, in vec_all_gt()
14660 vec_all_in(vector float __a, vector float __b) { in vec_all_in()
14666 static __inline__ int __ATTRS_o_ai vec_all_le(vector signed char __a, in vec_all_le()
14671 static __inline__ int __ATTRS_o_ai vec_all_le(vector signed char __a, in vec_all_le()
14676 static __inline__ int __ATTRS_o_ai vec_all_le(vector unsigned char __a, in vec_all_le()
14681 static __inline__ int __ATTRS_o_ai vec_all_le(vector unsigned char __a, in vec_all_le()
14686 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool char __a, in vec_all_le()
14692 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool char __a, in vec_all_le()
14697 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool char __a, in vec_all_le()
14703 static __inline__ int __ATTRS_o_ai vec_all_le(vector short __a, in vec_all_le()
14708 static __inline__ int __ATTRS_o_ai vec_all_le(vector short __a, in vec_all_le()
14713 static __inline__ int __ATTRS_o_ai vec_all_le(vector unsigned short __a, in vec_all_le()
14718 static __inline__ int __ATTRS_o_ai vec_all_le(vector unsigned short __a, in vec_all_le()
14724 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool short __a, in vec_all_le()
14730 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool short __a, in vec_all_le()
14736 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool short __a, in vec_all_le()
14742 static __inline__ int __ATTRS_o_ai vec_all_le(vector int __a, vector int __b) { in vec_all_le()
14746 static __inline__ int __ATTRS_o_ai vec_all_le(vector int __a, in vec_all_le()
14751 static __inline__ int __ATTRS_o_ai vec_all_le(vector unsigned int __a, in vec_all_le()
14756 static __inline__ int __ATTRS_o_ai vec_all_le(vector unsigned int __a, in vec_all_le()
14761 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool int __a, in vec_all_le()
14767 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool int __a, in vec_all_le()
14772 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool int __a, in vec_all_le()
14779 static __inline__ int __ATTRS_o_ai vec_all_le(vector signed long long __a, in vec_all_le()
14784 static __inline__ int __ATTRS_o_ai vec_all_le(vector unsigned long long __a, in vec_all_le()
14789 static __inline__ int __ATTRS_o_ai vec_all_le(vector signed long long __a, in vec_all_le()
14795 static __inline__ int __ATTRS_o_ai vec_all_le(vector unsigned long long __a, in vec_all_le()
14801 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool long long __a, in vec_all_le()
14807 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool long long __a, in vec_all_le()
14813 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool long long __a, in vec_all_le()
14820 static __inline__ int __ATTRS_o_ai vec_all_le(vector float __a, in vec_all_le()
14830 static __inline__ int __ATTRS_o_ai vec_all_le(vector double __a, in vec_all_le()
14837 static __inline__ int __ATTRS_o_ai vec_all_le(vector signed __int128 __a, in vec_all_le()
14842 static __inline__ int __ATTRS_o_ai vec_all_le(vector unsigned __int128 __a, in vec_all_le()
14850 static __inline__ int __ATTRS_o_ai vec_all_lt(vector signed char __a, in vec_all_lt()
14855 static __inline__ int __ATTRS_o_ai vec_all_lt(vector signed char __a, in vec_all_lt()
14860 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned char __a, in vec_all_lt()
14865 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned char __a, in vec_all_lt()
14870 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt()
14876 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt()
14881 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt()
14887 static __inline__ int __ATTRS_o_ai vec_all_lt(vector short __a, in vec_all_lt()
14892 static __inline__ int __ATTRS_o_ai vec_all_lt(vector short __a, in vec_all_lt()
14897 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned short __a, in vec_all_lt()
14902 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned short __a, in vec_all_lt()
14908 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool short __a, in vec_all_lt()
14914 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool short __a, in vec_all_lt()
14920 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool short __a, in vec_all_lt()
14926 static __inline__ int __ATTRS_o_ai vec_all_lt(vector int __a, vector int __b) { in vec_all_lt()
14930 static __inline__ int __ATTRS_o_ai vec_all_lt(vector int __a, in vec_all_lt()
14935 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned int __a, in vec_all_lt()
14940 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned int __a, in vec_all_lt()
14945 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool int __a, in vec_all_lt()
14951 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool int __a, in vec_all_lt()
14956 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool int __a, in vec_all_lt()
14963 static __inline__ int __ATTRS_o_ai vec_all_lt(vector signed long long __a, in vec_all_lt()
14968 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned long long __a, in vec_all_lt()
14973 static __inline__ int __ATTRS_o_ai vec_all_lt(vector signed long long __a, in vec_all_lt()
14979 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned long long __a, in vec_all_lt()
14985 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool long long __a, in vec_all_lt()
14991 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool long long __a, in vec_all_lt()
14997 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool long long __a, in vec_all_lt()
15004 static __inline__ int __ATTRS_o_ai vec_all_lt(vector float __a, in vec_all_lt()
15014 static __inline__ int __ATTRS_o_ai vec_all_lt(vector double __a, in vec_all_lt()
15021 static __inline__ int __ATTRS_o_ai vec_all_lt(vector signed __int128 __a, in vec_all_lt()
15026 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned __int128 __a, in vec_all_lt()
15034 static __inline__ int __ATTRS_o_ai vec_all_nan(vector float __a) { in vec_all_nan()
15043 static __inline__ int __ATTRS_o_ai vec_all_nan(vector double __a) { in vec_all_nan()
15050 static __inline__ int __ATTRS_o_ai vec_all_ne(vector signed char __a, in vec_all_ne()
15056 static __inline__ int __ATTRS_o_ai vec_all_ne(vector signed char __a, in vec_all_ne()
15062 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned char __a, in vec_all_ne()
15068 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned char __a, in vec_all_ne()
15074 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool char __a, in vec_all_ne()
15080 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool char __a, in vec_all_ne()
15086 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool char __a, in vec_all_ne()
15092 static __inline__ int __ATTRS_o_ai vec_all_ne(vector short __a, in vec_all_ne()
15097 static __inline__ int __ATTRS_o_ai vec_all_ne(vector short __a, in vec_all_ne()
15102 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned short __a, in vec_all_ne()
15108 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned short __a, in vec_all_ne()
15114 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool short __a, in vec_all_ne()
15120 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool short __a, in vec_all_ne()
15126 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool short __a, in vec_all_ne()
15132 static __inline__ int __ATTRS_o_ai vec_all_ne(vector pixel __a, in vec_all_ne()
15138 static __inline__ int __ATTRS_o_ai vec_all_ne(vector int __a, vector int __b) { in vec_all_ne()
15142 static __inline__ int __ATTRS_o_ai vec_all_ne(vector int __a, in vec_all_ne()
15147 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned int __a, in vec_all_ne()
15153 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned int __a, in vec_all_ne()
15159 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool int __a, in vec_all_ne()
15165 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool int __a, in vec_all_ne()
15171 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool int __a, in vec_all_ne()
15178 static __inline__ int __ATTRS_o_ai vec_all_ne(vector signed long long __a, in vec_all_ne()
15183 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned long long __a, in vec_all_ne()
15189 static __inline__ int __ATTRS_o_ai vec_all_ne(vector signed long long __a, in vec_all_ne()
15195 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned long long __a, in vec_all_ne()
15201 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool long long __a, in vec_all_ne()
15207 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool long long __a, in vec_all_ne()
15213 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool long long __a, in vec_all_ne()
15220 static __inline__ int __ATTRS_o_ai vec_all_ne(vector float __a, in vec_all_ne()
15230 static __inline__ int __ATTRS_o_ai vec_all_ne(vector double __a, in vec_all_ne()
15237 static __inline__ int __ATTRS_o_ai vec_all_ne(vector signed __int128 __a, in vec_all_ne()
15242 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned __int128 __a, in vec_all_ne()
15250 static __inline__ int __ATTRS_o_ai vec_all_nge(vector float __a, in vec_all_nge()
15260 static __inline__ int __ATTRS_o_ai vec_all_nge(vector double __a, in vec_all_nge()
15268 static __inline__ int __ATTRS_o_ai vec_all_ngt(vector float __a, in vec_all_ngt()
15278 static __inline__ int __ATTRS_o_ai vec_all_ngt(vector double __a, in vec_all_ngt()
15287 vec_all_nle(vector float __a, vector float __b) { in vec_all_nle()
15294 vec_all_nlt(vector float __a, vector float __b) { in vec_all_nlt()
15301 vec_all_numeric(vector float __a) { in vec_all_numeric()
15307 static __inline__ int __ATTRS_o_ai vec_any_eq(vector signed char __a, in vec_any_eq()
15313 static __inline__ int __ATTRS_o_ai vec_any_eq(vector signed char __a, in vec_any_eq()
15319 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned char __a, in vec_any_eq()
15325 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned char __a, in vec_any_eq()
15331 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool char __a, in vec_any_eq()
15337 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool char __a, in vec_any_eq()
15343 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool char __a, in vec_any_eq()
15349 static __inline__ int __ATTRS_o_ai vec_any_eq(vector short __a, in vec_any_eq()
15354 static __inline__ int __ATTRS_o_ai vec_any_eq(vector short __a, in vec_any_eq()
15359 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned short __a, in vec_any_eq()
15365 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned short __a, in vec_any_eq()
15371 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool short __a, in vec_any_eq()
15377 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool short __a, in vec_any_eq()
15383 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool short __a, in vec_any_eq()
15389 static __inline__ int __ATTRS_o_ai vec_any_eq(vector pixel __a, in vec_any_eq()
15395 static __inline__ int __ATTRS_o_ai vec_any_eq(vector int __a, vector int __b) { in vec_any_eq()
15399 static __inline__ int __ATTRS_o_ai vec_any_eq(vector int __a, in vec_any_eq()
15404 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned int __a, in vec_any_eq()
15410 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned int __a, in vec_any_eq()
15416 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool int __a, in vec_any_eq()
15422 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool int __a, in vec_any_eq()
15428 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool int __a, in vec_any_eq()
15435 static __inline__ int __ATTRS_o_ai vec_any_eq(vector signed long long __a, in vec_any_eq()
15440 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned long long __a, in vec_any_eq()
15446 static __inline__ int __ATTRS_o_ai vec_any_eq(vector signed long long __a, in vec_any_eq()
15452 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned long long __a, in vec_any_eq()
15458 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool long long __a, in vec_any_eq()
15464 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool long long __a, in vec_any_eq()
15470 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool long long __a, in vec_any_eq()
15477 static __inline__ int __ATTRS_o_ai vec_any_eq(vector float __a, in vec_any_eq()
15487 static __inline__ int __ATTRS_o_ai vec_any_eq(vector double __a, in vec_any_eq()
15494 static __inline__ int __ATTRS_o_ai vec_any_eq(vector signed __int128 __a, in vec_any_eq()
15499 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned __int128 __a, in vec_any_eq()
15507 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed char __a, in vec_any_ge()
15512 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed char __a, in vec_any_ge()
15518 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, in vec_any_ge()
15523 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, in vec_any_ge()
15529 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge()
15535 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge()
15541 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge()
15547 static __inline__ int __ATTRS_o_ai vec_any_ge(vector short __a, in vec_any_ge()
15552 static __inline__ int __ATTRS_o_ai vec_any_ge(vector short __a, in vec_any_ge()
15557 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned short __a, in vec_any_ge()
15562 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned short __a, in vec_any_ge()
15568 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool short __a, in vec_any_ge()
15574 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool short __a, in vec_any_ge()
15580 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool short __a, in vec_any_ge()
15586 static __inline__ int __ATTRS_o_ai vec_any_ge(vector int __a, vector int __b) { in vec_any_ge()
15590 static __inline__ int __ATTRS_o_ai vec_any_ge(vector int __a, in vec_any_ge()
15595 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned int __a, in vec_any_ge()
15600 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned int __a, in vec_any_ge()
15606 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool int __a, in vec_any_ge()
15612 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool int __a, in vec_any_ge()
15618 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool int __a, in vec_any_ge()
15625 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed long long __a, in vec_any_ge()
15630 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned long long __a, in vec_any_ge()
15635 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed long long __a, in vec_any_ge()
15641 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned long long __a, in vec_any_ge()
15647 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool long long __a, in vec_any_ge()
15654 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool long long __a, in vec_any_ge()
15660 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool long long __a, in vec_any_ge()
15668 static __inline__ int __ATTRS_o_ai vec_any_ge(vector float __a, in vec_any_ge()
15678 static __inline__ int __ATTRS_o_ai vec_any_ge(vector double __a, in vec_any_ge()
15685 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed __int128 __a, in vec_any_ge()
15690 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned __int128 __a, in vec_any_ge()
15698 static __inline__ int __ATTRS_o_ai vec_any_gt(vector signed char __a, in vec_any_gt()
15703 static __inline__ int __ATTRS_o_ai vec_any_gt(vector signed char __a, in vec_any_gt()
15709 static __inline__ int __ATTRS_o_ai vec_any_gt(vector unsigned char __a, in vec_any_gt()
15714 static __inline__ int __ATTRS_o_ai vec_any_gt(vector unsigned char __a, in vec_any_gt()
15720 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool char __a, in vec_any_gt()
15726 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool char __a, in vec_any_gt()
15732 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool char __a, in vec_any_gt()
15738 static __inline__ int __ATTRS_o_ai vec_any_gt(vector short __a, in vec_any_gt()
15743 static __inline__ int __ATTRS_o_ai vec_any_gt(vector short __a, in vec_any_gt()
15748 static __inline__ int __ATTRS_o_ai vec_any_gt(vector unsigned short __a, in vec_any_gt()
15753 static __inline__ int __ATTRS_o_ai vec_any_gt(vector unsigned short __a, in vec_any_gt()
15759 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool short __a, in vec_any_gt()
15765 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool short __a, in vec_any_gt()
15771 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool short __a, in vec_any_gt()
15777 static __inline__ int __ATTRS_o_ai vec_any_gt(vector int __a, vector int __b) { in vec_any_gt()
15781 static __inline__ int __ATTRS_o_ai vec_any_gt(vector int __a, in vec_any_gt()
15786 static __inline__ int __ATTRS_o_ai vec_any_gt(vector unsigned int __a, in vec_any_gt()
15791 static __inline__ int __ATTRS_o_ai vec_any_gt(vector unsigned int __a, in vec_any_gt()
15797 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool int __a, in vec_any_gt()
15803 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool int __a, in vec_any_gt()
15809 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool int __a, in vec_any_gt()
15816 static __inline__ int __ATTRS_o_ai vec_any_gt(vector signed long long __a, in vec_any_gt()
15821 static __inline__ int __ATTRS_o_ai vec_any_gt(vector unsigned long long __a, in vec_any_gt()
15826 static __inline__ int __ATTRS_o_ai vec_any_gt(vector signed long long __a, in vec_any_gt()
15832 static __inline__ int __ATTRS_o_ai vec_any_gt(vector unsigned long long __a, in vec_any_gt()
15838 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool long long __a, in vec_any_gt()
15845 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool long long __a, in vec_any_gt()
15851 static __inline__ int __ATTRS_o_ai vec_any_gt(vector bool long long __a, in vec_any_gt()
15859 static __inline__ int __ATTRS_o_ai vec_any_gt(vector float __a, in vec_any_gt()
15869 static __inline__ int __ATTRS_o_ai vec_any_gt(vector double __a, in vec_any_gt()
15876 static __inline__ int __ATTRS_o_ai vec_any_gt(vector signed __int128 __a, in vec_any_gt()
15881 static __inline__ int __ATTRS_o_ai vec_any_gt(vector unsigned __int128 __a, in vec_any_gt()
15889 static __inline__ int __ATTRS_o_ai vec_any_le(vector signed char __a, in vec_any_le()
15894 static __inline__ int __ATTRS_o_ai vec_any_le(vector signed char __a, in vec_any_le()
15900 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned char __a, in vec_any_le()
15905 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned char __a, in vec_any_le()
15911 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool char __a, in vec_any_le()
15917 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool char __a, in vec_any_le()
15923 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool char __a, in vec_any_le()
15929 static __inline__ int __ATTRS_o_ai vec_any_le(vector short __a, in vec_any_le()
15934 static __inline__ int __ATTRS_o_ai vec_any_le(vector short __a, in vec_any_le()
15939 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned short __a, in vec_any_le()
15944 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned short __a, in vec_any_le()
15950 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool short __a, in vec_any_le()
15956 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool short __a, in vec_any_le()
15962 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool short __a, in vec_any_le()
15968 static __inline__ int __ATTRS_o_ai vec_any_le(vector int __a, vector int __b) { in vec_any_le()
15972 static __inline__ int __ATTRS_o_ai vec_any_le(vector int __a, in vec_any_le()
15977 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned int __a, in vec_any_le()
15982 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned int __a, in vec_any_le()
15988 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool int __a, in vec_any_le()
15994 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool int __a, in vec_any_le()
16000 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool int __a, in vec_any_le()
16007 static __inline__ int __ATTRS_o_ai vec_any_le(vector signed long long __a, in vec_any_le()
16012 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned long long __a, in vec_any_le()
16017 static __inline__ int __ATTRS_o_ai vec_any_le(vector signed long long __a, in vec_any_le()
16023 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned long long __a, in vec_any_le()
16029 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool long long __a, in vec_any_le()
16036 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool long long __a, in vec_any_le()
16042 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool long long __a, in vec_any_le()
16050 static __inline__ int __ATTRS_o_ai vec_any_le(vector float __a, in vec_any_le()
16060 static __inline__ int __ATTRS_o_ai vec_any_le(vector double __a, in vec_any_le()
16067 static __inline__ int __ATTRS_o_ai vec_any_le(vector signed __int128 __a, in vec_any_le()
16072 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned __int128 __a, in vec_any_le()
16080 static __inline__ int __ATTRS_o_ai vec_any_lt(vector signed char __a, in vec_any_lt()
16085 static __inline__ int __ATTRS_o_ai vec_any_lt(vector signed char __a, in vec_any_lt()
16091 static __inline__ int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, in vec_any_lt()
16096 static __inline__ int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, in vec_any_lt()
16102 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool char __a, in vec_any_lt()
16108 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool char __a, in vec_any_lt()
16114 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool char __a, in vec_any_lt()
16120 static __inline__ int __ATTRS_o_ai vec_any_lt(vector short __a, in vec_any_lt()
16125 static __inline__ int __ATTRS_o_ai vec_any_lt(vector short __a, in vec_any_lt()
16130 static __inline__ int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, in vec_any_lt()
16135 static __inline__ int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, in vec_any_lt()
16141 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool short __a, in vec_any_lt()
16147 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool short __a, in vec_any_lt()
16153 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool short __a, in vec_any_lt()
16159 static __inline__ int __ATTRS_o_ai vec_any_lt(vector int __a, vector int __b) { in vec_any_lt()
16163 static __inline__ int __ATTRS_o_ai vec_any_lt(vector int __a, in vec_any_lt()
16168 static __inline__ int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, in vec_any_lt()
16173 static __inline__ int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, in vec_any_lt()
16179 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool int __a, in vec_any_lt()
16185 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool int __a, in vec_any_lt()
16191 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool int __a, in vec_any_lt()
16198 static __inline__ int __ATTRS_o_ai vec_any_lt(vector signed long long __a, in vec_any_lt()
16203 static __inline__ int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, in vec_any_lt()
16208 static __inline__ int __ATTRS_o_ai vec_any_lt(vector signed long long __a, in vec_any_lt()
16214 static __inline__ int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, in vec_any_lt()
16220 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool long long __a, in vec_any_lt()
16227 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool long long __a, in vec_any_lt()
16233 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool long long __a, in vec_any_lt()
16241 static __inline__ int __ATTRS_o_ai vec_any_lt(vector float __a, in vec_any_lt()
16251 static __inline__ int __ATTRS_o_ai vec_any_lt(vector double __a, in vec_any_lt()
16258 static __inline__ int __ATTRS_o_ai vec_any_lt(vector signed __int128 __a, in vec_any_lt()
16263 static __inline__ int __ATTRS_o_ai vec_any_lt(vector unsigned __int128 __a, in vec_any_lt()
16272 vec_any_nan(vector float __a) { in vec_any_nan()
16278 static __inline__ int __ATTRS_o_ai vec_any_ne(vector signed char __a, in vec_any_ne()
16284 static __inline__ int __ATTRS_o_ai vec_any_ne(vector signed char __a, in vec_any_ne()
16290 static __inline__ int __ATTRS_o_ai vec_any_ne(vector unsigned char __a, in vec_any_ne()
16296 static __inline__ int __ATTRS_o_ai vec_any_ne(vector unsigned char __a, in vec_any_ne()
16302 static __inline__ int __ATTRS_o_ai vec_any_ne(vector bool char __a, in vec_any_ne()
16308 static __inline__ int __ATTRS_o_ai vec_any_ne(vector bool char __a, in vec_any_ne()
16314 static __inline__ int __ATTRS_o_ai vec_any_ne(vector bool char __a, in vec_any_ne()
16320 static __inline__ int __ATTRS_o_ai vec_any_ne(vector short __a, in vec_any_ne()
16325 static __inline__ int __ATTRS_o_ai vec_any_ne(vector short __a, in vec_any_ne()
16330 static __inline__ int __ATTRS_o_ai vec_any_ne(vector unsigned short __a, in vec_any_ne()
16336 static __inline__ int __ATTRS_o_ai vec_any_ne(vector unsigned short __a, in vec_any_ne()
16342 static __inline__ int __ATTRS_o_ai vec_any_ne(vector bool short __a, in vec_any_ne()
16348 static __inline__ int __ATTRS_o_ai vec_any_ne(vector bool short __a, in vec_any_ne()
16354 static __inline__ int __ATTRS_o_ai vec_any_ne(vector bool short __a, in vec_any_ne()
16360 static __inline__ int __ATTRS_o_ai vec_any_ne(vector pixel __a, in vec_any_ne()
16366 static __inline__ int __ATTRS_o_ai vec_any_ne(vector int __a, vector int __b) { in vec_any_ne()
16370 static __inline__ int __ATTRS_o_ai vec_any_ne(vector int __a, in vec_any_ne()
16375 static __inline__ int __ATTRS_o_ai vec_any_ne(vector unsigned int __a, in vec_any_ne()
16381 static __inline__ int __ATTRS_o_ai vec_any_ne(vector unsigned int __a, in vec_any_ne()
16387 static __inline__ int __ATTRS_o_ai vec_any_ne(vector bool int __a, in vec_any_ne()
16393 static __inline__ int __ATTRS_o_ai vec_any_ne(vector bool int __a, in vec_any_ne()
16399 static __inline__ int __ATTRS_o_ai vec_any_ne(vector bool int __a, in vec_any_ne()
16406 static __inline__ int __ATTRS_o_ai vec_any_ne(vector signed long long __a, in vec_any_ne()
16411 static __inline__ int __ATTRS_o_ai vec_any_ne(vector unsigned long long __a, in vec_any_ne()
16417 static __inline__ int __ATTRS_o_ai vec_any_ne(vector signed long long __a, in vec_any_ne()
16423 static __inline__ int __ATTRS_o_ai vec_any_ne(vector unsigned long long __a, in vec_any_ne()
16429 static __inline__ int __ATTRS_o_ai vec_any_ne(vector bool long long __a, in vec_any_ne()
16435 static __inline__ int __ATTRS_o_ai vec_any_ne(vector bool long long __a, in vec_any_ne()
16441 static __inline__ int __ATTRS_o_ai vec_any_ne(vector bool long long __a, in vec_any_ne()
16448 static __inline__ int __ATTRS_o_ai vec_any_ne(vector float __a, in vec_any_ne()
16458 static __inline__ int __ATTRS_o_ai vec_any_ne(vector double __a, in vec_any_ne()
16465 static __inline__ int __ATTRS_o_ai vec_any_ne(vector signed __int128 __a, in vec_any_ne()
16470 static __inline__ int __ATTRS_o_ai vec_any_ne(vector unsigned __int128 __a, in vec_any_ne()
16479 vec_any_nge(vector float __a, vector float __b) { in vec_any_nge()
16486 vec_any_ngt(vector float __a, vector float __b) { in vec_any_ngt()
16493 vec_any_nle(vector float __a, vector float __b) { in vec_any_nle()
16500 vec_any_nlt(vector float __a, vector float __b) { in vec_any_nlt()
16507 vec_any_numeric(vector float __a) { in vec_any_numeric()
16514 vec_any_out(vector float __a, vector float __b) { in vec_any_out()
16539 __builtin_crypto_vsbox(vector unsigned long long __a) { in __builtin_crypto_vsbox()
16544 __builtin_crypto_vcipher(vector unsigned long long __a, in __builtin_crypto_vcipher()
16550 __builtin_crypto_vcipherlast(vector unsigned long long __a, in __builtin_crypto_vcipherlast()
16556 __builtin_crypto_vncipher(vector unsigned long long __a, in __builtin_crypto_vncipher()
16562 __builtin_crypto_vncipherlast(vector unsigned long long __a, in __builtin_crypto_vncipherlast()
16578 vec_permxor(vector bool char __a, vector bool char __b, in vec_permxor()
16584 vec_permxor(vector signed char __a, vector signed char __b, in vec_permxor()
16590 vec_permxor(vector unsigned char __a, vector unsigned char __b, in vec_permxor()
16596 __builtin_crypto_vpermxor(vector unsigned char __a, vector unsigned char __b, in __builtin_crypto_vpermxor()
16602 __builtin_crypto_vpermxor(vector unsigned short __a, vector unsigned short __b, in __builtin_crypto_vpermxor()
16610 vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) { in __builtin_crypto_vpermxor()
16617 __builtin_crypto_vpermxor(vector unsigned long long __a, in __builtin_crypto_vpermxor()
16626 __builtin_crypto_vpmsumb(vector unsigned char __a, vector unsigned char __b) { in __builtin_crypto_vpmsumb()
16631 __builtin_crypto_vpmsumb(vector unsigned short __a, vector unsigned short __b) { in __builtin_crypto_vpmsumb()
16636 __builtin_crypto_vpmsumb(vector unsigned int __a, vector unsigned int __b) { in __builtin_crypto_vpmsumb()
16641 __builtin_crypto_vpmsumb(vector unsigned long long __a, in __builtin_crypto_vpmsumb()
16647 vec_vgbbd(vector signed char __a) { in vec_vgbbd()
16655 vec_vgbbd(vector unsigned char __a) { in vec_vgbbd()
16660 vec_vbpermq(vector signed char __a, vector signed char __b) { in vec_vbpermq()
16666 vec_vbpermq(vector unsigned char __a, vector unsigned char __b) { in vec_vbpermq()
16672 vec_bperm(vector unsigned __int128 __a, vector unsigned char __b) { in vec_bperm()
16682 static inline __ATTRS_o_ai vector bool char vec_reve(vector bool char __a) { in vec_reve()
16687 static inline __ATTRS_o_ai vector signed char vec_reve(vector signed char __a) { in vec_reve()
16693 vec_reve(vector unsigned char __a) { in vec_reve()
16698 static inline __ATTRS_o_ai vector bool int vec_reve(vector bool int __a) { in vec_reve()
16702 static inline __ATTRS_o_ai vector signed int vec_reve(vector signed int __a) { in vec_reve()
16707 vec_reve(vector unsigned int __a) { in vec_reve()
16711 static inline __ATTRS_o_ai vector bool short vec_reve(vector bool short __a) { in vec_reve()
16716 vec_reve(vector signed short __a) { in vec_reve()
16721 vec_reve(vector unsigned short __a) { in vec_reve()
16725 static inline __ATTRS_o_ai vector float vec_reve(vector float __a) { in vec_reve()
16731 vec_reve(vector bool long long __a) { in vec_reve()
16736 vec_reve(vector signed long long __a) { in vec_reve()
16741 vec_reve(vector unsigned long long __a) { in vec_reve()
16745 static inline __ATTRS_o_ai vector double vec_reve(vector double __a) { in vec_reve()
16752 vec_revb(vector bool char __a) { in vec_revb()
16757 vec_revb(vector signed char __a) { in vec_revb()
16762 vec_revb(vector unsigned char __a) { in vec_revb()
16767 vec_revb(vector bool short __a) { in vec_revb()
16774 vec_revb(vector signed short __a) { in vec_revb()
16781 vec_revb(vector unsigned short __a) { in vec_revb()
16788 vec_revb(vector bool int __a) { in vec_revb()
16795 vec_revb(vector signed int __a) { in vec_revb()
16802 vec_revb(vector unsigned int __a) { in vec_revb()
16809 vec_revb(vector float __a) { in vec_revb()
16817 vec_revb(vector bool long long __a) { in vec_revb()
16824 vec_revb(vector signed long long __a) { in vec_revb()
16831 vec_revb(vector unsigned long long __a) { in vec_revb()
16838 vec_revb(vector double __a) { in vec_revb()
16847 vec_revb(vector signed __int128 __a) { in vec_revb()
16856 vec_revb(vector unsigned __int128 __a) { in vec_revb()
17317 #define vec_test_data_class(__a, __b) \ argument
17327 static vector float __ATTRS_o_ai vec_neg(vector float __a) { in vec_neg()
17332 static vector double __ATTRS_o_ai vec_neg(vector double __a) { in vec_neg()
17339 static vector long long __ATTRS_o_ai vec_neg(vector long long __a) { in vec_neg()
17344 static vector signed int __ATTRS_o_ai vec_neg(vector signed int __a) { in vec_neg()
17348 static vector signed short __ATTRS_o_ai vec_neg(vector signed short __a) { in vec_neg()
17352 static vector signed char __ATTRS_o_ai vec_neg(vector signed char __a) { in vec_neg()
17356 static vector float __ATTRS_o_ai vec_nabs(vector float __a) { in vec_nabs()
17361 static vector double __ATTRS_o_ai vec_nabs(vector double __a) { in vec_nabs()
17368 static vector long long __ATTRS_o_ai vec_nabs(vector long long __a) { in vec_nabs()
17373 static vector signed int __ATTRS_o_ai vec_nabs(vector signed int __a) { in vec_nabs()
17377 static vector signed short __ATTRS_o_ai vec_nabs(vector signed short __a) { in vec_nabs()
17381 static vector signed char __ATTRS_o_ai vec_nabs(vector signed char __a) { in vec_nabs()
17390 vec_extractm(vector unsigned char __a) { in vec_extractm()
17395 vec_extractm(vector unsigned short __a) { in vec_extractm()
17400 vec_extractm(vector unsigned int __a) { in vec_extractm()
17405 vec_extractm(vector unsigned long long __a) { in vec_extractm()
17410 vec_extractm(vector unsigned __int128 __a) { in vec_extractm()
17417 vec_expandm(vector unsigned char __a) { in vec_expandm()
17422 vec_expandm(vector unsigned short __a) { in vec_expandm()
17427 vec_expandm(vector unsigned int __a) { in vec_expandm()
17432 vec_expandm(vector unsigned long long __a) { in vec_expandm()
17437 vec_expandm(vector unsigned __int128 __a) { in vec_expandm()
17443 #define vec_cntm(__a, __mp) \ argument
17483 vec_pdep(vector unsigned long long __a, vector unsigned long long __b) { in vec_pdep()
17490 vec_pext(vector unsigned long long __a, vector unsigned long long __b) { in vec_pext()
17497 vec_cfuge(vector unsigned long long __a, vector unsigned long long __b) { in vec_cfuge()
17503 #define vec_gnb(__a, __b) __builtin_altivec_vgnb(__a, __b) argument
17507 #define vec_ternarylogic(__a, __b, __c, __imm) \ argument
17533 #define vec_genpcvm(__a, __imm) \ argument
17547 vec_clrl(vector signed char __a, unsigned int __n) { in vec_clrl()
17556 vec_clrl(vector unsigned char __a, unsigned int __n) { in vec_clrl()
17567 vec_clrr(vector signed char __a, unsigned int __n) { in vec_clrr()
17576 vec_clrr(vector unsigned char __a, unsigned int __n) { in vec_clrr()
17587 vec_cntlzm(vector unsigned long long __a, vector unsigned long long __b) { in vec_cntlzm()
17594 vec_cnttzm(vector unsigned long long __a, vector unsigned long long __b) { in vec_cnttzm()
17601 vec_mod(vector signed int __a, vector signed int __b) { in vec_mod()
17606 vec_mod(vector unsigned int __a, vector unsigned int __b) { in vec_mod()
17611 vec_mod(vector signed long long __a, vector signed long long __b) { in vec_mod()
17616 vec_mod(vector unsigned long long __a, vector unsigned long long __b) { in vec_mod()
17621 vec_mod(vector signed __int128 __a, vector signed __int128 __b) { in vec_mod()
17626 vec_mod(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_mod()
17632 #define vec_sldb(__a, __b, __c) __builtin_altivec_vsldbi(__a, __b, (__c & 0x7)) argument
17636 #define vec_srdb(__a, __b, __c) __builtin_altivec_vsrdbi(__a, __b, (__c & 0x7)) argument
17641 vec_insertl(unsigned char __a, vector unsigned char __b, unsigned int __c) { in vec_insertl()
17650 vec_insertl(unsigned short __a, vector unsigned short __b, unsigned int __c) { in vec_insertl()
17659 vec_insertl(unsigned int __a, vector unsigned int __b, unsigned int __c) { in vec_insertl()
17668 vec_insertl(unsigned long long __a, vector unsigned long long __b, in vec_insertl()
17678 vec_insertl(vector unsigned char __a, vector unsigned char __b, in vec_insertl()
17688 vec_insertl(vector unsigned short __a, vector unsigned short __b, in vec_insertl()
17698 vec_insertl(vector unsigned int __a, vector unsigned int __b, in vec_insertl()
17710 vec_inserth(unsigned char __a, vector unsigned char __b, unsigned int __c) { in vec_inserth()
17719 vec_inserth(unsigned short __a, vector unsigned short __b, unsigned int __c) { in vec_inserth()
17728 vec_inserth(unsigned int __a, vector unsigned int __b, unsigned int __c) { in vec_inserth()
17737 vec_inserth(unsigned long long __a, vector unsigned long long __b, in vec_inserth()
17747 vec_inserth(vector unsigned char __a, vector unsigned char __b, in vec_inserth()
17757 vec_inserth(vector unsigned short __a, vector unsigned short __b, in vec_inserth()
17767 vec_inserth(vector unsigned int __a, vector unsigned int __b, in vec_inserth()
17779 vector unsigned char __a, vector unsigned char __b, unsigned int __c) { in vec_extractl()
17789 vector unsigned short __a, vector unsigned short __b, unsigned int __c) { in vec_extractl()
17799 vector unsigned int __a, vector unsigned int __b, unsigned int __c) { in vec_extractl()
17809 vec_extractl(vector unsigned long long __a, vector unsigned long long __b, in vec_extractl()
17822 vector unsigned char __a, vector unsigned char __b, unsigned int __c) { in vec_extracth()
17832 vector unsigned short __a, vector unsigned short __b, unsigned int __c) { in vec_extracth()
17842 vector unsigned int __a, vector unsigned int __b, unsigned int __c) { in vec_extracth()
17852 vec_extracth(vector unsigned long long __a, vector unsigned long long __b, in vec_extracth()
17866 #define vec_permx(__a, __b, __c, __d) \ argument
17872 vec_blendv(vector signed char __a, vector signed char __b, in vec_blendv()
17878 vec_blendv(vector unsigned char __a, vector unsigned char __b, in vec_blendv()
17884 vec_blendv(vector signed short __a, vector signed short __b, in vec_blendv()
17890 vec_blendv(vector unsigned short __a, vector unsigned short __b, in vec_blendv()
17896 vec_blendv(vector signed int __a, vector signed int __b, in vec_blendv()
17902 vec_blendv(vector unsigned int __a, vector unsigned int __b, in vec_blendv()
17908 vec_blendv(vector signed long long __a, vector signed long long __b, in vec_blendv()
17914 vec_blendv(vector unsigned long long __a, vector unsigned long long __b, in vec_blendv()
17920 vec_blendv(vector float __a, vector float __b, vector unsigned int __c) { in vec_blendv()
17925 vec_blendv(vector double __a, vector double __b, in vec_blendv()
17940 #define vec_splati(__a) \ argument
17948 static __inline__ vector double __ATTRS_o_ai vec_splatid(const float __a) { in vec_splatid()
17955 vector signed int __a, const unsigned int __b, const signed int __c) { in vec_splati_ins()
17967 vector unsigned int __a, const unsigned int __b, const unsigned int __c) { in vec_splati_ins()
17979 vec_splati_ins(vector float __a, const unsigned int __b, const float __c) { in vec_splati_ins()
17993 vec_test_lsbb_all_ones(vector unsigned char __a) { in vec_test_lsbb_all_ones()
18000 vec_test_lsbb_all_zeros(vector unsigned char __a) { in vec_test_lsbb_all_zeros()
18008 vec_stril(vector unsigned char __a) { in vec_stril()
18017 vec_stril(vector signed char __a) { in vec_stril()
18026 vec_stril(vector unsigned short __a) { in vec_stril()
18035 vec_stril(vector signed short __a) { in vec_stril()
18045 static __inline__ int __ATTRS_o_ai vec_stril_p(vector unsigned char __a) { in vec_stril_p()
18053 static __inline__ int __ATTRS_o_ai vec_stril_p(vector signed char __a) { in vec_stril_p()
18061 static __inline__ int __ATTRS_o_ai vec_stril_p(vector unsigned short __a) { in vec_stril_p()
18069 static __inline__ int __ATTRS_o_ai vec_stril_p(vector signed short __a) { in vec_stril_p()
18080 vec_strir(vector unsigned char __a) { in vec_strir()
18089 vec_strir(vector signed char __a) { in vec_strir()
18098 vec_strir(vector unsigned short __a) { in vec_strir()
18107 vec_strir(vector signed short __a) { in vec_strir()
18117 static __inline__ int __ATTRS_o_ai vec_strir_p(vector unsigned char __a) { in vec_strir_p()
18125 static __inline__ int __ATTRS_o_ai vec_strir_p(vector signed char __a) { in vec_strir_p()
18133 static __inline__ int __ATTRS_o_ai vec_strir_p(vector unsigned short __a) { in vec_strir_p()
18141 static __inline__ int __ATTRS_o_ai vec_strir_p(vector signed short __a) { in vec_strir_p()
18152 vec_sl(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_sl()
18158 vec_sl(vector signed __int128 __a, vector unsigned __int128 __b) { in vec_sl()
18164 vec_sr(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_sr()
18170 vec_sr(vector signed __int128 __a, vector unsigned __int128 __b) { in vec_sr()
18180 vec_sra(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_sra()
18190 vec_sra(vector signed __int128 __a, vector unsigned __int128 __b) { in vec_sra()