Lines Matching defs:__b

388 vec_perm(__vector signed char __a, __vector signed char __b,  in vec_perm()
395 vec_perm(__vector unsigned char __a, __vector unsigned char __b, in vec_perm()
402 vec_perm(__vector __bool char __a, __vector __bool char __b, in vec_perm()
409 vec_perm(__vector signed short __a, __vector signed short __b, in vec_perm()
416 vec_perm(__vector unsigned short __a, __vector unsigned short __b, in vec_perm()
423 vec_perm(__vector __bool short __a, __vector __bool short __b, in vec_perm()
430 vec_perm(__vector signed int __a, __vector signed int __b, in vec_perm()
437 vec_perm(__vector unsigned int __a, __vector unsigned int __b, in vec_perm()
444 vec_perm(__vector __bool int __a, __vector __bool int __b, in vec_perm()
451 vec_perm(__vector signed long long __a, __vector signed long long __b, in vec_perm()
458 vec_perm(__vector unsigned long long __a, __vector unsigned long long __b, in vec_perm()
465 vec_perm(__vector __bool long long __a, __vector __bool long long __b, in vec_perm()
473 vec_perm(__vector float __a, __vector float __b, in vec_perm()
481 vec_perm(__vector double __a, __vector double __b, in vec_perm()
521 vec_bperm_u128(__vector unsigned char __a, __vector unsigned char __b) { in vec_bperm_u128()
664 vec_sel(__vector signed char __a, __vector signed char __b, in vec_sel()
671 vec_sel(__vector signed char __a, __vector signed char __b, in vec_sel()
678 vec_sel(__vector __bool char __a, __vector __bool char __b, in vec_sel()
685 vec_sel(__vector __bool char __a, __vector __bool char __b, in vec_sel()
691 vec_sel(__vector unsigned char __a, __vector unsigned char __b, in vec_sel()
697 vec_sel(__vector unsigned char __a, __vector unsigned char __b, in vec_sel()
704 vec_sel(__vector signed short __a, __vector signed short __b, in vec_sel()
711 vec_sel(__vector signed short __a, __vector signed short __b, in vec_sel()
718 vec_sel(__vector __bool short __a, __vector __bool short __b, in vec_sel()
725 vec_sel(__vector __bool short __a, __vector __bool short __b, in vec_sel()
731 vec_sel(__vector unsigned short __a, __vector unsigned short __b, in vec_sel()
737 vec_sel(__vector unsigned short __a, __vector unsigned short __b, in vec_sel()
744 vec_sel(__vector signed int __a, __vector signed int __b, in vec_sel()
751 vec_sel(__vector signed int __a, __vector signed int __b, in vec_sel()
758 vec_sel(__vector __bool int __a, __vector __bool int __b, in vec_sel()
765 vec_sel(__vector __bool int __a, __vector __bool int __b, in vec_sel()
771 vec_sel(__vector unsigned int __a, __vector unsigned int __b, in vec_sel()
777 vec_sel(__vector unsigned int __a, __vector unsigned int __b, in vec_sel()
784 vec_sel(__vector signed long long __a, __vector signed long long __b, in vec_sel()
791 vec_sel(__vector signed long long __a, __vector signed long long __b, in vec_sel()
798 vec_sel(__vector __bool long long __a, __vector __bool long long __b, in vec_sel()
805 vec_sel(__vector __bool long long __a, __vector __bool long long __b, in vec_sel()
811 vec_sel(__vector unsigned long long __a, __vector unsigned long long __b, in vec_sel()
817 vec_sel(__vector unsigned long long __a, __vector unsigned long long __b, in vec_sel()
825 vec_sel(__vector float __a, __vector float __b, __vector unsigned int __c) { in vec_sel()
831 vec_sel(__vector float __a, __vector float __b, __vector __bool int __c) { in vec_sel()
840 vec_sel(__vector double __a, __vector double __b, in vec_sel()
847 vec_sel(__vector double __a, __vector double __b, in vec_sel()
1627 vec_load_pair(signed long long __a, signed long long __b) { in vec_load_pair()
1632 vec_load_pair(unsigned long long __a, unsigned long long __b) { in vec_load_pair()
1929 vec_mergeh(__vector signed char __a, __vector signed char __b) { in vec_mergeh()
1936 vec_mergeh(__vector __bool char __a, __vector __bool char __b) { in vec_mergeh()
1943 vec_mergeh(__vector unsigned char __a, __vector unsigned char __b) { in vec_mergeh()
1950 vec_mergeh(__vector signed short __a, __vector signed short __b) { in vec_mergeh()
1956 vec_mergeh(__vector __bool short __a, __vector __bool short __b) { in vec_mergeh()
1962 vec_mergeh(__vector unsigned short __a, __vector unsigned short __b) { in vec_mergeh()
1968 vec_mergeh(__vector signed int __a, __vector signed int __b) { in vec_mergeh()
1973 vec_mergeh(__vector __bool int __a, __vector __bool int __b) { in vec_mergeh()
1978 vec_mergeh(__vector unsigned int __a, __vector unsigned int __b) { in vec_mergeh()
1983 vec_mergeh(__vector signed long long __a, __vector signed long long __b) { in vec_mergeh()
1988 vec_mergeh(__vector __bool long long __a, __vector __bool long long __b) { in vec_mergeh()
1993 vec_mergeh(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_mergeh()
1999 vec_mergeh(__vector float __a, __vector float __b) { in vec_mergeh()
2005 vec_mergeh(__vector double __a, __vector double __b) { in vec_mergeh()
2012 vec_mergel(__vector signed char __a, __vector signed char __b) { in vec_mergel()
2019 vec_mergel(__vector __bool char __a, __vector __bool char __b) { in vec_mergel()
2026 vec_mergel(__vector unsigned char __a, __vector unsigned char __b) { in vec_mergel()
2033 vec_mergel(__vector signed short __a, __vector signed short __b) { in vec_mergel()
2039 vec_mergel(__vector __bool short __a, __vector __bool short __b) { in vec_mergel()
2045 vec_mergel(__vector unsigned short __a, __vector unsigned short __b) { in vec_mergel()
2051 vec_mergel(__vector signed int __a, __vector signed int __b) { in vec_mergel()
2056 vec_mergel(__vector __bool int __a, __vector __bool int __b) { in vec_mergel()
2061 vec_mergel(__vector unsigned int __a, __vector unsigned int __b) { in vec_mergel()
2066 vec_mergel(__vector signed long long __a, __vector signed long long __b) { in vec_mergel()
2071 vec_mergel(__vector __bool long long __a, __vector __bool long long __b) { in vec_mergel()
2076 vec_mergel(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_mergel()
2082 vec_mergel(__vector float __a, __vector float __b) { in vec_mergel()
2088 vec_mergel(__vector double __a, __vector double __b) { in vec_mergel()
2095 vec_pack(__vector signed short __a, __vector signed short __b) { in vec_pack()
2104 vec_pack(__vector __bool short __a, __vector __bool short __b) { in vec_pack()
2113 vec_pack(__vector unsigned short __a, __vector unsigned short __b) { in vec_pack()
2122 vec_pack(__vector signed int __a, __vector signed int __b) { in vec_pack()
2131 vec_pack(__vector __bool int __a, __vector __bool int __b) { in vec_pack()
2140 vec_pack(__vector unsigned int __a, __vector unsigned int __b) { in vec_pack()
2149 vec_pack(__vector signed long long __a, __vector signed long long __b) { in vec_pack()
2156 vec_pack(__vector __bool long long __a, __vector __bool long long __b) { in vec_pack()
2163 vec_pack(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_pack()
2172 vec_packs(__vector signed short __a, __vector signed short __b) { in vec_packs()
2177 vec_packs(__vector unsigned short __a, __vector unsigned short __b) { in vec_packs()
2182 vec_packs(__vector signed int __a, __vector signed int __b) { in vec_packs()
2187 vec_packs(__vector unsigned int __a, __vector unsigned int __b) { in vec_packs()
2192 vec_packs(__vector signed long long __a, __vector signed long long __b) { in vec_packs()
2197 vec_packs(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_packs()
2204 vec_packs_cc(__vector signed short __a, __vector signed short __b, int *__cc) { in vec_packs_cc()
2209 vec_packs_cc(__vector unsigned short __a, __vector unsigned short __b, in vec_packs_cc()
2215 vec_packs_cc(__vector signed int __a, __vector signed int __b, int *__cc) { in vec_packs_cc()
2220 vec_packs_cc(__vector unsigned int __a, __vector unsigned int __b, int *__cc) { in vec_packs_cc()
2225 vec_packs_cc(__vector signed long long __a, __vector signed long long __b, in vec_packs_cc()
2231 vec_packs_cc(__vector unsigned long long __a, __vector unsigned long long __b, in vec_packs_cc()
2239 vec_packsu(__vector signed short __a, __vector signed short __b) { in vec_packsu()
2247 vec_packsu(__vector unsigned short __a, __vector unsigned short __b) { in vec_packsu()
2252 vec_packsu(__vector signed int __a, __vector signed int __b) { in vec_packsu()
2260 vec_packsu(__vector unsigned int __a, __vector unsigned int __b) { in vec_packsu()
2265 vec_packsu(__vector signed long long __a, __vector signed long long __b) { in vec_packsu()
2275 vec_packsu(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_packsu()
2282 vec_packsu_cc(__vector unsigned short __a, __vector unsigned short __b, in vec_packsu_cc()
2288 vec_packsu_cc(__vector unsigned int __a, __vector unsigned int __b, int *__cc) { in vec_packsu_cc()
2293 vec_packsu_cc(__vector unsigned long long __a, __vector unsigned long long __b, in vec_packsu_cc()
2400 vec_cmpeq(__vector __bool char __a, __vector __bool char __b) { in vec_cmpeq()
2405 vec_cmpeq(__vector signed char __a, __vector signed char __b) { in vec_cmpeq()
2410 vec_cmpeq(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmpeq()
2415 vec_cmpeq(__vector __bool short __a, __vector __bool short __b) { in vec_cmpeq()
2420 vec_cmpeq(__vector signed short __a, __vector signed short __b) { in vec_cmpeq()
2425 vec_cmpeq(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmpeq()
2430 vec_cmpeq(__vector __bool int __a, __vector __bool int __b) { in vec_cmpeq()
2435 vec_cmpeq(__vector signed int __a, __vector signed int __b) { in vec_cmpeq()
2440 vec_cmpeq(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmpeq()
2445 vec_cmpeq(__vector __bool long long __a, __vector __bool long long __b) { in vec_cmpeq()
2450 vec_cmpeq(__vector signed long long __a, __vector signed long long __b) { in vec_cmpeq()
2455 vec_cmpeq(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_cmpeq()
2461 vec_cmpeq(__vector float __a, __vector float __b) { in vec_cmpeq()
2467 vec_cmpeq(__vector double __a, __vector double __b) { in vec_cmpeq()
2474 vec_cmpge(__vector signed char __a, __vector signed char __b) { in vec_cmpge()
2479 vec_cmpge(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmpge()
2484 vec_cmpge(__vector signed short __a, __vector signed short __b) { in vec_cmpge()
2489 vec_cmpge(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmpge()
2494 vec_cmpge(__vector signed int __a, __vector signed int __b) { in vec_cmpge()
2499 vec_cmpge(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmpge()
2504 vec_cmpge(__vector signed long long __a, __vector signed long long __b) { in vec_cmpge()
2509 vec_cmpge(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_cmpge()
2515 vec_cmpge(__vector float __a, __vector float __b) { in vec_cmpge()
2521 vec_cmpge(__vector double __a, __vector double __b) { in vec_cmpge()
2528 vec_cmpgt(__vector signed char __a, __vector signed char __b) { in vec_cmpgt()
2533 vec_cmpgt(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmpgt()
2538 vec_cmpgt(__vector signed short __a, __vector signed short __b) { in vec_cmpgt()
2543 vec_cmpgt(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmpgt()
2548 vec_cmpgt(__vector signed int __a, __vector signed int __b) { in vec_cmpgt()
2553 vec_cmpgt(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmpgt()
2558 vec_cmpgt(__vector signed long long __a, __vector signed long long __b) { in vec_cmpgt()
2563 vec_cmpgt(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_cmpgt()
2569 vec_cmpgt(__vector float __a, __vector float __b) { in vec_cmpgt()
2575 vec_cmpgt(__vector double __a, __vector double __b) { in vec_cmpgt()
2582 vec_cmple(__vector signed char __a, __vector signed char __b) { in vec_cmple()
2587 vec_cmple(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmple()
2592 vec_cmple(__vector signed short __a, __vector signed short __b) { in vec_cmple()
2597 vec_cmple(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmple()
2602 vec_cmple(__vector signed int __a, __vector signed int __b) { in vec_cmple()
2607 vec_cmple(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmple()
2612 vec_cmple(__vector signed long long __a, __vector signed long long __b) { in vec_cmple()
2617 vec_cmple(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_cmple()
2623 vec_cmple(__vector float __a, __vector float __b) { in vec_cmple()
2629 vec_cmple(__vector double __a, __vector double __b) { in vec_cmple()
2636 vec_cmplt(__vector signed char __a, __vector signed char __b) { in vec_cmplt()
2641 vec_cmplt(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmplt()
2646 vec_cmplt(__vector signed short __a, __vector signed short __b) { in vec_cmplt()
2651 vec_cmplt(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmplt()
2656 vec_cmplt(__vector signed int __a, __vector signed int __b) { in vec_cmplt()
2661 vec_cmplt(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmplt()
2666 vec_cmplt(__vector signed long long __a, __vector signed long long __b) { in vec_cmplt()
2671 vec_cmplt(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_cmplt()
2677 vec_cmplt(__vector float __a, __vector float __b) { in vec_cmplt()
2683 vec_cmplt(__vector double __a, __vector double __b) { in vec_cmplt()
2690 vec_all_eq(__vector signed char __a, __vector signed char __b) { in vec_all_eq()
2698 vec_all_eq(__vector signed char __a, __vector __bool char __b) { in vec_all_eq()
2706 vec_all_eq(__vector __bool char __a, __vector signed char __b) { in vec_all_eq()
2713 vec_all_eq(__vector unsigned char __a, __vector unsigned char __b) { in vec_all_eq()
2722 vec_all_eq(__vector unsigned char __a, __vector __bool char __b) { in vec_all_eq()
2731 vec_all_eq(__vector __bool char __a, __vector unsigned char __b) { in vec_all_eq()
2739 vec_all_eq(__vector __bool char __a, __vector __bool char __b) { in vec_all_eq()
2747 vec_all_eq(__vector signed short __a, __vector signed short __b) { in vec_all_eq()
2755 vec_all_eq(__vector signed short __a, __vector __bool short __b) { in vec_all_eq()
2763 vec_all_eq(__vector __bool short __a, __vector signed short __b) { in vec_all_eq()
2770 vec_all_eq(__vector unsigned short __a, __vector unsigned short __b) { in vec_all_eq()
2779 vec_all_eq(__vector unsigned short __a, __vector __bool short __b) { in vec_all_eq()
2788 vec_all_eq(__vector __bool short __a, __vector unsigned short __b) { in vec_all_eq()
2796 vec_all_eq(__vector __bool short __a, __vector __bool short __b) { in vec_all_eq()
2804 vec_all_eq(__vector signed int __a, __vector signed int __b) { in vec_all_eq()
2812 vec_all_eq(__vector signed int __a, __vector __bool int __b) { in vec_all_eq()
2820 vec_all_eq(__vector __bool int __a, __vector signed int __b) { in vec_all_eq()
2827 vec_all_eq(__vector unsigned int __a, __vector unsigned int __b) { in vec_all_eq()
2836 vec_all_eq(__vector unsigned int __a, __vector __bool int __b) { in vec_all_eq()
2845 vec_all_eq(__vector __bool int __a, __vector unsigned int __b) { in vec_all_eq()
2853 vec_all_eq(__vector __bool int __a, __vector __bool int __b) { in vec_all_eq()
2861 vec_all_eq(__vector signed long long __a, __vector signed long long __b) { in vec_all_eq()
2869 vec_all_eq(__vector signed long long __a, __vector __bool long long __b) { in vec_all_eq()
2877 vec_all_eq(__vector __bool long long __a, __vector signed long long __b) { in vec_all_eq()
2884 vec_all_eq(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_all_eq()
2893 vec_all_eq(__vector unsigned long long __a, __vector __bool long long __b) { in vec_all_eq()
2902 vec_all_eq(__vector __bool long long __a, __vector unsigned long long __b) { in vec_all_eq()
2910 vec_all_eq(__vector __bool long long __a, __vector __bool long long __b) { in vec_all_eq()
2919 vec_all_eq(__vector float __a, __vector float __b) { in vec_all_eq()
2927 vec_all_eq(__vector double __a, __vector double __b) { in vec_all_eq()
2936 vec_all_ne(__vector signed char __a, __vector signed char __b) { in vec_all_ne()
2944 vec_all_ne(__vector signed char __a, __vector __bool char __b) { in vec_all_ne()
2952 vec_all_ne(__vector __bool char __a, __vector signed char __b) { in vec_all_ne()
2959 vec_all_ne(__vector unsigned char __a, __vector unsigned char __b) { in vec_all_ne()
2968 vec_all_ne(__vector unsigned char __a, __vector __bool char __b) { in vec_all_ne()
2977 vec_all_ne(__vector __bool char __a, __vector unsigned char __b) { in vec_all_ne()
2985 vec_all_ne(__vector __bool char __a, __vector __bool char __b) { in vec_all_ne()
2993 vec_all_ne(__vector signed short __a, __vector signed short __b) { in vec_all_ne()
3001 vec_all_ne(__vector signed short __a, __vector __bool short __b) { in vec_all_ne()
3009 vec_all_ne(__vector __bool short __a, __vector signed short __b) { in vec_all_ne()
3016 vec_all_ne(__vector unsigned short __a, __vector unsigned short __b) { in vec_all_ne()
3025 vec_all_ne(__vector unsigned short __a, __vector __bool short __b) { in vec_all_ne()
3034 vec_all_ne(__vector __bool short __a, __vector unsigned short __b) { in vec_all_ne()
3042 vec_all_ne(__vector __bool short __a, __vector __bool short __b) { in vec_all_ne()
3050 vec_all_ne(__vector signed int __a, __vector signed int __b) { in vec_all_ne()
3058 vec_all_ne(__vector signed int __a, __vector __bool int __b) { in vec_all_ne()
3066 vec_all_ne(__vector __bool int __a, __vector signed int __b) { in vec_all_ne()
3073 vec_all_ne(__vector unsigned int __a, __vector unsigned int __b) { in vec_all_ne()
3082 vec_all_ne(__vector unsigned int __a, __vector __bool int __b) { in vec_all_ne()
3091 vec_all_ne(__vector __bool int __a, __vector unsigned int __b) { in vec_all_ne()
3099 vec_all_ne(__vector __bool int __a, __vector __bool int __b) { in vec_all_ne()
3107 vec_all_ne(__vector signed long long __a, __vector signed long long __b) { in vec_all_ne()
3115 vec_all_ne(__vector signed long long __a, __vector __bool long long __b) { in vec_all_ne()
3123 vec_all_ne(__vector __bool long long __a, __vector signed long long __b) { in vec_all_ne()
3130 vec_all_ne(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_all_ne()
3139 vec_all_ne(__vector unsigned long long __a, __vector __bool long long __b) { in vec_all_ne()
3148 vec_all_ne(__vector __bool long long __a, __vector unsigned long long __b) { in vec_all_ne()
3156 vec_all_ne(__vector __bool long long __a, __vector __bool long long __b) { in vec_all_ne()
3165 vec_all_ne(__vector float __a, __vector float __b) { in vec_all_ne()
3173 vec_all_ne(__vector double __a, __vector double __b) { in vec_all_ne()
3182 vec_all_ge(__vector signed char __a, __vector signed char __b) { in vec_all_ge()
3190 vec_all_ge(__vector signed char __a, __vector __bool char __b) { in vec_all_ge()
3198 vec_all_ge(__vector __bool char __a, __vector signed char __b) { in vec_all_ge()
3205 vec_all_ge(__vector unsigned char __a, __vector unsigned char __b) { in vec_all_ge()
3213 vec_all_ge(__vector unsigned char __a, __vector __bool char __b) { in vec_all_ge()
3221 vec_all_ge(__vector __bool char __a, __vector unsigned char __b) { in vec_all_ge()
3229 vec_all_ge(__vector __bool char __a, __vector __bool char __b) { in vec_all_ge()
3237 vec_all_ge(__vector signed short __a, __vector signed short __b) { in vec_all_ge()
3245 vec_all_ge(__vector signed short __a, __vector __bool short __b) { in vec_all_ge()
3253 vec_all_ge(__vector __bool short __a, __vector signed short __b) { in vec_all_ge()
3260 vec_all_ge(__vector unsigned short __a, __vector unsigned short __b) { in vec_all_ge()
3268 vec_all_ge(__vector unsigned short __a, __vector __bool short __b) { in vec_all_ge()
3276 vec_all_ge(__vector __bool short __a, __vector unsigned short __b) { in vec_all_ge()
3284 vec_all_ge(__vector __bool short __a, __vector __bool short __b) { in vec_all_ge()
3292 vec_all_ge(__vector signed int __a, __vector signed int __b) { in vec_all_ge()
3300 vec_all_ge(__vector signed int __a, __vector __bool int __b) { in vec_all_ge()
3308 vec_all_ge(__vector __bool int __a, __vector signed int __b) { in vec_all_ge()
3315 vec_all_ge(__vector unsigned int __a, __vector unsigned int __b) { in vec_all_ge()
3323 vec_all_ge(__vector unsigned int __a, __vector __bool int __b) { in vec_all_ge()
3331 vec_all_ge(__vector __bool int __a, __vector unsigned int __b) { in vec_all_ge()
3339 vec_all_ge(__vector __bool int __a, __vector __bool int __b) { in vec_all_ge()
3347 vec_all_ge(__vector signed long long __a, __vector signed long long __b) { in vec_all_ge()
3355 vec_all_ge(__vector signed long long __a, __vector __bool long long __b) { in vec_all_ge()
3363 vec_all_ge(__vector __bool long long __a, __vector signed long long __b) { in vec_all_ge()
3370 vec_all_ge(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_all_ge()
3378 vec_all_ge(__vector unsigned long long __a, __vector __bool long long __b) { in vec_all_ge()
3386 vec_all_ge(__vector __bool long long __a, __vector unsigned long long __b) { in vec_all_ge()
3394 vec_all_ge(__vector __bool long long __a, __vector __bool long long __b) { in vec_all_ge()
3403 vec_all_ge(__vector float __a, __vector float __b) { in vec_all_ge()
3411 vec_all_ge(__vector double __a, __vector double __b) { in vec_all_ge()
3420 vec_all_gt(__vector signed char __a, __vector signed char __b) { in vec_all_gt()
3428 vec_all_gt(__vector signed char __a, __vector __bool char __b) { in vec_all_gt()
3436 vec_all_gt(__vector __bool char __a, __vector signed char __b) { in vec_all_gt()
3443 vec_all_gt(__vector unsigned char __a, __vector unsigned char __b) { in vec_all_gt()
3451 vec_all_gt(__vector unsigned char __a, __vector __bool char __b) { in vec_all_gt()
3459 vec_all_gt(__vector __bool char __a, __vector unsigned char __b) { in vec_all_gt()
3467 vec_all_gt(__vector __bool char __a, __vector __bool char __b) { in vec_all_gt()
3475 vec_all_gt(__vector signed short __a, __vector signed short __b) { in vec_all_gt()
3483 vec_all_gt(__vector signed short __a, __vector __bool short __b) { in vec_all_gt()
3491 vec_all_gt(__vector __bool short __a, __vector signed short __b) { in vec_all_gt()
3498 vec_all_gt(__vector unsigned short __a, __vector unsigned short __b) { in vec_all_gt()
3506 vec_all_gt(__vector unsigned short __a, __vector __bool short __b) { in vec_all_gt()
3514 vec_all_gt(__vector __bool short __a, __vector unsigned short __b) { in vec_all_gt()
3522 vec_all_gt(__vector __bool short __a, __vector __bool short __b) { in vec_all_gt()
3530 vec_all_gt(__vector signed int __a, __vector signed int __b) { in vec_all_gt()
3538 vec_all_gt(__vector signed int __a, __vector __bool int __b) { in vec_all_gt()
3546 vec_all_gt(__vector __bool int __a, __vector signed int __b) { in vec_all_gt()
3553 vec_all_gt(__vector unsigned int __a, __vector unsigned int __b) { in vec_all_gt()
3561 vec_all_gt(__vector unsigned int __a, __vector __bool int __b) { in vec_all_gt()
3569 vec_all_gt(__vector __bool int __a, __vector unsigned int __b) { in vec_all_gt()
3577 vec_all_gt(__vector __bool int __a, __vector __bool int __b) { in vec_all_gt()
3585 vec_all_gt(__vector signed long long __a, __vector signed long long __b) { in vec_all_gt()
3593 vec_all_gt(__vector signed long long __a, __vector __bool long long __b) { in vec_all_gt()
3601 vec_all_gt(__vector __bool long long __a, __vector signed long long __b) { in vec_all_gt()
3608 vec_all_gt(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_all_gt()
3616 vec_all_gt(__vector unsigned long long __a, __vector __bool long long __b) { in vec_all_gt()
3624 vec_all_gt(__vector __bool long long __a, __vector unsigned long long __b) { in vec_all_gt()
3632 vec_all_gt(__vector __bool long long __a, __vector __bool long long __b) { in vec_all_gt()
3641 vec_all_gt(__vector float __a, __vector float __b) { in vec_all_gt()
3649 vec_all_gt(__vector double __a, __vector double __b) { in vec_all_gt()
3658 vec_all_le(__vector signed char __a, __vector signed char __b) { in vec_all_le()
3666 vec_all_le(__vector signed char __a, __vector __bool char __b) { in vec_all_le()
3674 vec_all_le(__vector __bool char __a, __vector signed char __b) { in vec_all_le()
3681 vec_all_le(__vector unsigned char __a, __vector unsigned char __b) { in vec_all_le()
3689 vec_all_le(__vector unsigned char __a, __vector __bool char __b) { in vec_all_le()
3697 vec_all_le(__vector __bool char __a, __vector unsigned char __b) { in vec_all_le()
3705 vec_all_le(__vector __bool char __a, __vector __bool char __b) { in vec_all_le()
3713 vec_all_le(__vector signed short __a, __vector signed short __b) { in vec_all_le()
3721 vec_all_le(__vector signed short __a, __vector __bool short __b) { in vec_all_le()
3729 vec_all_le(__vector __bool short __a, __vector signed short __b) { in vec_all_le()
3736 vec_all_le(__vector unsigned short __a, __vector unsigned short __b) { in vec_all_le()
3744 vec_all_le(__vector unsigned short __a, __vector __bool short __b) { in vec_all_le()
3752 vec_all_le(__vector __bool short __a, __vector unsigned short __b) { in vec_all_le()
3760 vec_all_le(__vector __bool short __a, __vector __bool short __b) { in vec_all_le()
3768 vec_all_le(__vector signed int __a, __vector signed int __b) { in vec_all_le()
3776 vec_all_le(__vector signed int __a, __vector __bool int __b) { in vec_all_le()
3784 vec_all_le(__vector __bool int __a, __vector signed int __b) { in vec_all_le()
3791 vec_all_le(__vector unsigned int __a, __vector unsigned int __b) { in vec_all_le()
3799 vec_all_le(__vector unsigned int __a, __vector __bool int __b) { in vec_all_le()
3807 vec_all_le(__vector __bool int __a, __vector unsigned int __b) { in vec_all_le()
3815 vec_all_le(__vector __bool int __a, __vector __bool int __b) { in vec_all_le()
3823 vec_all_le(__vector signed long long __a, __vector signed long long __b) { in vec_all_le()
3831 vec_all_le(__vector signed long long __a, __vector __bool long long __b) { in vec_all_le()
3839 vec_all_le(__vector __bool long long __a, __vector signed long long __b) { in vec_all_le()
3846 vec_all_le(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_all_le()
3854 vec_all_le(__vector unsigned long long __a, __vector __bool long long __b) { in vec_all_le()
3862 vec_all_le(__vector __bool long long __a, __vector unsigned long long __b) { in vec_all_le()
3870 vec_all_le(__vector __bool long long __a, __vector __bool long long __b) { in vec_all_le()
3879 vec_all_le(__vector float __a, __vector float __b) { in vec_all_le()
3887 vec_all_le(__vector double __a, __vector double __b) { in vec_all_le()
3896 vec_all_lt(__vector signed char __a, __vector signed char __b) { in vec_all_lt()
3904 vec_all_lt(__vector signed char __a, __vector __bool char __b) { in vec_all_lt()
3912 vec_all_lt(__vector __bool char __a, __vector signed char __b) { in vec_all_lt()
3919 vec_all_lt(__vector unsigned char __a, __vector unsigned char __b) { in vec_all_lt()
3927 vec_all_lt(__vector unsigned char __a, __vector __bool char __b) { in vec_all_lt()
3935 vec_all_lt(__vector __bool char __a, __vector unsigned char __b) { in vec_all_lt()
3943 vec_all_lt(__vector __bool char __a, __vector __bool char __b) { in vec_all_lt()
3951 vec_all_lt(__vector signed short __a, __vector signed short __b) { in vec_all_lt()
3959 vec_all_lt(__vector signed short __a, __vector __bool short __b) { in vec_all_lt()
3967 vec_all_lt(__vector __bool short __a, __vector signed short __b) { in vec_all_lt()
3974 vec_all_lt(__vector unsigned short __a, __vector unsigned short __b) { in vec_all_lt()
3982 vec_all_lt(__vector unsigned short __a, __vector __bool short __b) { in vec_all_lt()
3990 vec_all_lt(__vector __bool short __a, __vector unsigned short __b) { in vec_all_lt()
3998 vec_all_lt(__vector __bool short __a, __vector __bool short __b) { in vec_all_lt()
4006 vec_all_lt(__vector signed int __a, __vector signed int __b) { in vec_all_lt()
4014 vec_all_lt(__vector signed int __a, __vector __bool int __b) { in vec_all_lt()
4022 vec_all_lt(__vector __bool int __a, __vector signed int __b) { in vec_all_lt()
4029 vec_all_lt(__vector unsigned int __a, __vector unsigned int __b) { in vec_all_lt()
4037 vec_all_lt(__vector unsigned int __a, __vector __bool int __b) { in vec_all_lt()
4045 vec_all_lt(__vector __bool int __a, __vector unsigned int __b) { in vec_all_lt()
4053 vec_all_lt(__vector __bool int __a, __vector __bool int __b) { in vec_all_lt()
4061 vec_all_lt(__vector signed long long __a, __vector signed long long __b) { in vec_all_lt()
4069 vec_all_lt(__vector signed long long __a, __vector __bool long long __b) { in vec_all_lt()
4077 vec_all_lt(__vector __bool long long __a, __vector signed long long __b) { in vec_all_lt()
4084 vec_all_lt(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_all_lt()
4092 vec_all_lt(__vector unsigned long long __a, __vector __bool long long __b) { in vec_all_lt()
4100 vec_all_lt(__vector __bool long long __a, __vector unsigned long long __b) { in vec_all_lt()
4108 vec_all_lt(__vector __bool long long __a, __vector __bool long long __b) { in vec_all_lt()
4117 vec_all_lt(__vector float __a, __vector float __b) { in vec_all_lt()
4125 vec_all_lt(__vector double __a, __vector double __b) { in vec_all_lt()
4135 vec_all_nge(__vector float __a, __vector float __b) { in vec_all_nge()
4143 vec_all_nge(__vector double __a, __vector double __b) { in vec_all_nge()
4153 vec_all_ngt(__vector float __a, __vector float __b) { in vec_all_ngt()
4161 vec_all_ngt(__vector double __a, __vector double __b) { in vec_all_ngt()
4171 vec_all_nle(__vector float __a, __vector float __b) { in vec_all_nle()
4179 vec_all_nle(__vector double __a, __vector double __b) { in vec_all_nle()
4189 vec_all_nlt(__vector float __a, __vector float __b) { in vec_all_nlt()
4197 vec_all_nlt(__vector double __a, __vector double __b) { in vec_all_nlt()
4242 vec_any_eq(__vector signed char __a, __vector signed char __b) { in vec_any_eq()
4250 vec_any_eq(__vector signed char __a, __vector __bool char __b) { in vec_any_eq()
4258 vec_any_eq(__vector __bool char __a, __vector signed char __b) { in vec_any_eq()
4265 vec_any_eq(__vector unsigned char __a, __vector unsigned char __b) { in vec_any_eq()
4274 vec_any_eq(__vector unsigned char __a, __vector __bool char __b) { in vec_any_eq()
4283 vec_any_eq(__vector __bool char __a, __vector unsigned char __b) { in vec_any_eq()
4291 vec_any_eq(__vector __bool char __a, __vector __bool char __b) { in vec_any_eq()
4299 vec_any_eq(__vector signed short __a, __vector signed short __b) { in vec_any_eq()
4307 vec_any_eq(__vector signed short __a, __vector __bool short __b) { in vec_any_eq()
4315 vec_any_eq(__vector __bool short __a, __vector signed short __b) { in vec_any_eq()
4322 vec_any_eq(__vector unsigned short __a, __vector unsigned short __b) { in vec_any_eq()
4331 vec_any_eq(__vector unsigned short __a, __vector __bool short __b) { in vec_any_eq()
4340 vec_any_eq(__vector __bool short __a, __vector unsigned short __b) { in vec_any_eq()
4348 vec_any_eq(__vector __bool short __a, __vector __bool short __b) { in vec_any_eq()
4356 vec_any_eq(__vector signed int __a, __vector signed int __b) { in vec_any_eq()
4364 vec_any_eq(__vector signed int __a, __vector __bool int __b) { in vec_any_eq()
4372 vec_any_eq(__vector __bool int __a, __vector signed int __b) { in vec_any_eq()
4379 vec_any_eq(__vector unsigned int __a, __vector unsigned int __b) { in vec_any_eq()
4388 vec_any_eq(__vector unsigned int __a, __vector __bool int __b) { in vec_any_eq()
4397 vec_any_eq(__vector __bool int __a, __vector unsigned int __b) { in vec_any_eq()
4405 vec_any_eq(__vector __bool int __a, __vector __bool int __b) { in vec_any_eq()
4413 vec_any_eq(__vector signed long long __a, __vector signed long long __b) { in vec_any_eq()
4421 vec_any_eq(__vector signed long long __a, __vector __bool long long __b) { in vec_any_eq()
4429 vec_any_eq(__vector __bool long long __a, __vector signed long long __b) { in vec_any_eq()
4436 vec_any_eq(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_any_eq()
4445 vec_any_eq(__vector unsigned long long __a, __vector __bool long long __b) { in vec_any_eq()
4454 vec_any_eq(__vector __bool long long __a, __vector unsigned long long __b) { in vec_any_eq()
4462 vec_any_eq(__vector __bool long long __a, __vector __bool long long __b) { in vec_any_eq()
4471 vec_any_eq(__vector float __a, __vector float __b) { in vec_any_eq()
4479 vec_any_eq(__vector double __a, __vector double __b) { in vec_any_eq()
4488 vec_any_ne(__vector signed char __a, __vector signed char __b) { in vec_any_ne()
4496 vec_any_ne(__vector signed char __a, __vector __bool char __b) { in vec_any_ne()
4504 vec_any_ne(__vector __bool char __a, __vector signed char __b) { in vec_any_ne()
4511 vec_any_ne(__vector unsigned char __a, __vector unsigned char __b) { in vec_any_ne()
4520 vec_any_ne(__vector unsigned char __a, __vector __bool char __b) { in vec_any_ne()
4529 vec_any_ne(__vector __bool char __a, __vector unsigned char __b) { in vec_any_ne()
4537 vec_any_ne(__vector __bool char __a, __vector __bool char __b) { in vec_any_ne()
4545 vec_any_ne(__vector signed short __a, __vector signed short __b) { in vec_any_ne()
4553 vec_any_ne(__vector signed short __a, __vector __bool short __b) { in vec_any_ne()
4561 vec_any_ne(__vector __bool short __a, __vector signed short __b) { in vec_any_ne()
4568 vec_any_ne(__vector unsigned short __a, __vector unsigned short __b) { in vec_any_ne()
4577 vec_any_ne(__vector unsigned short __a, __vector __bool short __b) { in vec_any_ne()
4586 vec_any_ne(__vector __bool short __a, __vector unsigned short __b) { in vec_any_ne()
4594 vec_any_ne(__vector __bool short __a, __vector __bool short __b) { in vec_any_ne()
4602 vec_any_ne(__vector signed int __a, __vector signed int __b) { in vec_any_ne()
4610 vec_any_ne(__vector signed int __a, __vector __bool int __b) { in vec_any_ne()
4618 vec_any_ne(__vector __bool int __a, __vector signed int __b) { in vec_any_ne()
4625 vec_any_ne(__vector unsigned int __a, __vector unsigned int __b) { in vec_any_ne()
4634 vec_any_ne(__vector unsigned int __a, __vector __bool int __b) { in vec_any_ne()
4643 vec_any_ne(__vector __bool int __a, __vector unsigned int __b) { in vec_any_ne()
4651 vec_any_ne(__vector __bool int __a, __vector __bool int __b) { in vec_any_ne()
4659 vec_any_ne(__vector signed long long __a, __vector signed long long __b) { in vec_any_ne()
4667 vec_any_ne(__vector signed long long __a, __vector __bool long long __b) { in vec_any_ne()
4675 vec_any_ne(__vector __bool long long __a, __vector signed long long __b) { in vec_any_ne()
4682 vec_any_ne(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_any_ne()
4691 vec_any_ne(__vector unsigned long long __a, __vector __bool long long __b) { in vec_any_ne()
4700 vec_any_ne(__vector __bool long long __a, __vector unsigned long long __b) { in vec_any_ne()
4708 vec_any_ne(__vector __bool long long __a, __vector __bool long long __b) { in vec_any_ne()
4717 vec_any_ne(__vector float __a, __vector float __b) { in vec_any_ne()
4725 vec_any_ne(__vector double __a, __vector double __b) { in vec_any_ne()
4734 vec_any_ge(__vector signed char __a, __vector signed char __b) { in vec_any_ge()
4742 vec_any_ge(__vector signed char __a, __vector __bool char __b) { in vec_any_ge()
4750 vec_any_ge(__vector __bool char __a, __vector signed char __b) { in vec_any_ge()
4757 vec_any_ge(__vector unsigned char __a, __vector unsigned char __b) { in vec_any_ge()
4765 vec_any_ge(__vector unsigned char __a, __vector __bool char __b) { in vec_any_ge()
4773 vec_any_ge(__vector __bool char __a, __vector unsigned char __b) { in vec_any_ge()
4781 vec_any_ge(__vector __bool char __a, __vector __bool char __b) { in vec_any_ge()
4789 vec_any_ge(__vector signed short __a, __vector signed short __b) { in vec_any_ge()
4797 vec_any_ge(__vector signed short __a, __vector __bool short __b) { in vec_any_ge()
4805 vec_any_ge(__vector __bool short __a, __vector signed short __b) { in vec_any_ge()
4812 vec_any_ge(__vector unsigned short __a, __vector unsigned short __b) { in vec_any_ge()
4820 vec_any_ge(__vector unsigned short __a, __vector __bool short __b) { in vec_any_ge()
4828 vec_any_ge(__vector __bool short __a, __vector unsigned short __b) { in vec_any_ge()
4836 vec_any_ge(__vector __bool short __a, __vector __bool short __b) { in vec_any_ge()
4844 vec_any_ge(__vector signed int __a, __vector signed int __b) { in vec_any_ge()
4852 vec_any_ge(__vector signed int __a, __vector __bool int __b) { in vec_any_ge()
4860 vec_any_ge(__vector __bool int __a, __vector signed int __b) { in vec_any_ge()
4867 vec_any_ge(__vector unsigned int __a, __vector unsigned int __b) { in vec_any_ge()
4875 vec_any_ge(__vector unsigned int __a, __vector __bool int __b) { in vec_any_ge()
4883 vec_any_ge(__vector __bool int __a, __vector unsigned int __b) { in vec_any_ge()
4891 vec_any_ge(__vector __bool int __a, __vector __bool int __b) { in vec_any_ge()
4899 vec_any_ge(__vector signed long long __a, __vector signed long long __b) { in vec_any_ge()
4907 vec_any_ge(__vector signed long long __a, __vector __bool long long __b) { in vec_any_ge()
4915 vec_any_ge(__vector __bool long long __a, __vector signed long long __b) { in vec_any_ge()
4922 vec_any_ge(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_any_ge()
4930 vec_any_ge(__vector unsigned long long __a, __vector __bool long long __b) { in vec_any_ge()
4938 vec_any_ge(__vector __bool long long __a, __vector unsigned long long __b) { in vec_any_ge()
4946 vec_any_ge(__vector __bool long long __a, __vector __bool long long __b) { in vec_any_ge()
4955 vec_any_ge(__vector float __a, __vector float __b) { in vec_any_ge()
4963 vec_any_ge(__vector double __a, __vector double __b) { in vec_any_ge()
4972 vec_any_gt(__vector signed char __a, __vector signed char __b) { in vec_any_gt()
4980 vec_any_gt(__vector signed char __a, __vector __bool char __b) { in vec_any_gt()
4988 vec_any_gt(__vector __bool char __a, __vector signed char __b) { in vec_any_gt()
4995 vec_any_gt(__vector unsigned char __a, __vector unsigned char __b) { in vec_any_gt()
5003 vec_any_gt(__vector unsigned char __a, __vector __bool char __b) { in vec_any_gt()
5011 vec_any_gt(__vector __bool char __a, __vector unsigned char __b) { in vec_any_gt()
5019 vec_any_gt(__vector __bool char __a, __vector __bool char __b) { in vec_any_gt()
5027 vec_any_gt(__vector signed short __a, __vector signed short __b) { in vec_any_gt()
5035 vec_any_gt(__vector signed short __a, __vector __bool short __b) { in vec_any_gt()
5043 vec_any_gt(__vector __bool short __a, __vector signed short __b) { in vec_any_gt()
5050 vec_any_gt(__vector unsigned short __a, __vector unsigned short __b) { in vec_any_gt()
5058 vec_any_gt(__vector unsigned short __a, __vector __bool short __b) { in vec_any_gt()
5066 vec_any_gt(__vector __bool short __a, __vector unsigned short __b) { in vec_any_gt()
5074 vec_any_gt(__vector __bool short __a, __vector __bool short __b) { in vec_any_gt()
5082 vec_any_gt(__vector signed int __a, __vector signed int __b) { in vec_any_gt()
5090 vec_any_gt(__vector signed int __a, __vector __bool int __b) { in vec_any_gt()
5098 vec_any_gt(__vector __bool int __a, __vector signed int __b) { in vec_any_gt()
5105 vec_any_gt(__vector unsigned int __a, __vector unsigned int __b) { in vec_any_gt()
5113 vec_any_gt(__vector unsigned int __a, __vector __bool int __b) { in vec_any_gt()
5121 vec_any_gt(__vector __bool int __a, __vector unsigned int __b) { in vec_any_gt()
5129 vec_any_gt(__vector __bool int __a, __vector __bool int __b) { in vec_any_gt()
5137 vec_any_gt(__vector signed long long __a, __vector signed long long __b) { in vec_any_gt()
5145 vec_any_gt(__vector signed long long __a, __vector __bool long long __b) { in vec_any_gt()
5153 vec_any_gt(__vector __bool long long __a, __vector signed long long __b) { in vec_any_gt()
5160 vec_any_gt(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_any_gt()
5168 vec_any_gt(__vector unsigned long long __a, __vector __bool long long __b) { in vec_any_gt()
5176 vec_any_gt(__vector __bool long long __a, __vector unsigned long long __b) { in vec_any_gt()
5184 vec_any_gt(__vector __bool long long __a, __vector __bool long long __b) { in vec_any_gt()
5193 vec_any_gt(__vector float __a, __vector float __b) { in vec_any_gt()
5201 vec_any_gt(__vector double __a, __vector double __b) { in vec_any_gt()
5210 vec_any_le(__vector signed char __a, __vector signed char __b) { in vec_any_le()
5218 vec_any_le(__vector signed char __a, __vector __bool char __b) { in vec_any_le()
5226 vec_any_le(__vector __bool char __a, __vector signed char __b) { in vec_any_le()
5233 vec_any_le(__vector unsigned char __a, __vector unsigned char __b) { in vec_any_le()
5241 vec_any_le(__vector unsigned char __a, __vector __bool char __b) { in vec_any_le()
5249 vec_any_le(__vector __bool char __a, __vector unsigned char __b) { in vec_any_le()
5257 vec_any_le(__vector __bool char __a, __vector __bool char __b) { in vec_any_le()
5265 vec_any_le(__vector signed short __a, __vector signed short __b) { in vec_any_le()
5273 vec_any_le(__vector signed short __a, __vector __bool short __b) { in vec_any_le()
5281 vec_any_le(__vector __bool short __a, __vector signed short __b) { in vec_any_le()
5288 vec_any_le(__vector unsigned short __a, __vector unsigned short __b) { in vec_any_le()
5296 vec_any_le(__vector unsigned short __a, __vector __bool short __b) { in vec_any_le()
5304 vec_any_le(__vector __bool short __a, __vector unsigned short __b) { in vec_any_le()
5312 vec_any_le(__vector __bool short __a, __vector __bool short __b) { in vec_any_le()
5320 vec_any_le(__vector signed int __a, __vector signed int __b) { in vec_any_le()
5328 vec_any_le(__vector signed int __a, __vector __bool int __b) { in vec_any_le()
5336 vec_any_le(__vector __bool int __a, __vector signed int __b) { in vec_any_le()
5343 vec_any_le(__vector unsigned int __a, __vector unsigned int __b) { in vec_any_le()
5351 vec_any_le(__vector unsigned int __a, __vector __bool int __b) { in vec_any_le()
5359 vec_any_le(__vector __bool int __a, __vector unsigned int __b) { in vec_any_le()
5367 vec_any_le(__vector __bool int __a, __vector __bool int __b) { in vec_any_le()
5375 vec_any_le(__vector signed long long __a, __vector signed long long __b) { in vec_any_le()
5383 vec_any_le(__vector signed long long __a, __vector __bool long long __b) { in vec_any_le()
5391 vec_any_le(__vector __bool long long __a, __vector signed long long __b) { in vec_any_le()
5398 vec_any_le(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_any_le()
5406 vec_any_le(__vector unsigned long long __a, __vector __bool long long __b) { in vec_any_le()
5414 vec_any_le(__vector __bool long long __a, __vector unsigned long long __b) { in vec_any_le()
5422 vec_any_le(__vector __bool long long __a, __vector __bool long long __b) { in vec_any_le()
5431 vec_any_le(__vector float __a, __vector float __b) { in vec_any_le()
5439 vec_any_le(__vector double __a, __vector double __b) { in vec_any_le()
5448 vec_any_lt(__vector signed char __a, __vector signed char __b) { in vec_any_lt()
5456 vec_any_lt(__vector signed char __a, __vector __bool char __b) { in vec_any_lt()
5464 vec_any_lt(__vector __bool char __a, __vector signed char __b) { in vec_any_lt()
5471 vec_any_lt(__vector unsigned char __a, __vector unsigned char __b) { in vec_any_lt()
5479 vec_any_lt(__vector unsigned char __a, __vector __bool char __b) { in vec_any_lt()
5487 vec_any_lt(__vector __bool char __a, __vector unsigned char __b) { in vec_any_lt()
5495 vec_any_lt(__vector __bool char __a, __vector __bool char __b) { in vec_any_lt()
5503 vec_any_lt(__vector signed short __a, __vector signed short __b) { in vec_any_lt()
5511 vec_any_lt(__vector signed short __a, __vector __bool short __b) { in vec_any_lt()
5519 vec_any_lt(__vector __bool short __a, __vector signed short __b) { in vec_any_lt()
5526 vec_any_lt(__vector unsigned short __a, __vector unsigned short __b) { in vec_any_lt()
5534 vec_any_lt(__vector unsigned short __a, __vector __bool short __b) { in vec_any_lt()
5542 vec_any_lt(__vector __bool short __a, __vector unsigned short __b) { in vec_any_lt()
5550 vec_any_lt(__vector __bool short __a, __vector __bool short __b) { in vec_any_lt()
5558 vec_any_lt(__vector signed int __a, __vector signed int __b) { in vec_any_lt()
5566 vec_any_lt(__vector signed int __a, __vector __bool int __b) { in vec_any_lt()
5574 vec_any_lt(__vector __bool int __a, __vector signed int __b) { in vec_any_lt()
5581 vec_any_lt(__vector unsigned int __a, __vector unsigned int __b) { in vec_any_lt()
5589 vec_any_lt(__vector unsigned int __a, __vector __bool int __b) { in vec_any_lt()
5597 vec_any_lt(__vector __bool int __a, __vector unsigned int __b) { in vec_any_lt()
5605 vec_any_lt(__vector __bool int __a, __vector __bool int __b) { in vec_any_lt()
5613 vec_any_lt(__vector signed long long __a, __vector signed long long __b) { in vec_any_lt()
5621 vec_any_lt(__vector signed long long __a, __vector __bool long long __b) { in vec_any_lt()
5629 vec_any_lt(__vector __bool long long __a, __vector signed long long __b) { in vec_any_lt()
5636 vec_any_lt(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_any_lt()
5644 vec_any_lt(__vector unsigned long long __a, __vector __bool long long __b) { in vec_any_lt()
5652 vec_any_lt(__vector __bool long long __a, __vector unsigned long long __b) { in vec_any_lt()
5660 vec_any_lt(__vector __bool long long __a, __vector __bool long long __b) { in vec_any_lt()
5669 vec_any_lt(__vector float __a, __vector float __b) { in vec_any_lt()
5677 vec_any_lt(__vector double __a, __vector double __b) { in vec_any_lt()
5687 vec_any_nge(__vector float __a, __vector float __b) { in vec_any_nge()
5695 vec_any_nge(__vector double __a, __vector double __b) { in vec_any_nge()
5705 vec_any_ngt(__vector float __a, __vector float __b) { in vec_any_ngt()
5713 vec_any_ngt(__vector double __a, __vector double __b) { in vec_any_ngt()
5723 vec_any_nle(__vector float __a, __vector float __b) { in vec_any_nle()
5731 vec_any_nle(__vector double __a, __vector double __b) { in vec_any_nle()
5741 vec_any_nlt(__vector float __a, __vector float __b) { in vec_any_nlt()
5749 vec_any_nlt(__vector double __a, __vector double __b) { in vec_any_nlt()
5794 vec_andc(__vector __bool char __a, __vector __bool char __b) { in vec_andc()
5799 vec_andc(__vector signed char __a, __vector signed char __b) { in vec_andc()
5805 vec_andc(__vector __bool char __a, __vector signed char __b) { in vec_andc()
5811 vec_andc(__vector signed char __a, __vector __bool char __b) { in vec_andc()
5816 vec_andc(__vector unsigned char __a, __vector unsigned char __b) { in vec_andc()
5822 vec_andc(__vector __bool char __a, __vector unsigned char __b) { in vec_andc()
5828 vec_andc(__vector unsigned char __a, __vector __bool char __b) { in vec_andc()
5833 vec_andc(__vector __bool short __a, __vector __bool short __b) { in vec_andc()
5838 vec_andc(__vector signed short __a, __vector signed short __b) { in vec_andc()
5844 vec_andc(__vector __bool short __a, __vector signed short __b) { in vec_andc()
5850 vec_andc(__vector signed short __a, __vector __bool short __b) { in vec_andc()
5855 vec_andc(__vector unsigned short __a, __vector unsigned short __b) { in vec_andc()
5861 vec_andc(__vector __bool short __a, __vector unsigned short __b) { in vec_andc()
5867 vec_andc(__vector unsigned short __a, __vector __bool short __b) { in vec_andc()
5872 vec_andc(__vector __bool int __a, __vector __bool int __b) { in vec_andc()
5877 vec_andc(__vector signed int __a, __vector signed int __b) { in vec_andc()
5883 vec_andc(__vector __bool int __a, __vector signed int __b) { in vec_andc()
5889 vec_andc(__vector signed int __a, __vector __bool int __b) { in vec_andc()
5894 vec_andc(__vector unsigned int __a, __vector unsigned int __b) { in vec_andc()
5900 vec_andc(__vector __bool int __a, __vector unsigned int __b) { in vec_andc()
5906 vec_andc(__vector unsigned int __a, __vector __bool int __b) { in vec_andc()
5911 vec_andc(__vector __bool long long __a, __vector __bool long long __b) { in vec_andc()
5916 vec_andc(__vector signed long long __a, __vector signed long long __b) { in vec_andc()
5922 vec_andc(__vector __bool long long __a, __vector signed long long __b) { in vec_andc()
5928 vec_andc(__vector signed long long __a, __vector __bool long long __b) { in vec_andc()
5933 vec_andc(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_andc()
5939 vec_andc(__vector __bool long long __a, __vector unsigned long long __b) { in vec_andc()
5945 vec_andc(__vector unsigned long long __a, __vector __bool long long __b) { in vec_andc()
5951 vec_andc(__vector float __a, __vector float __b) { in vec_andc()
5958 vec_andc(__vector double __a, __vector double __b) { in vec_andc()
5965 vec_andc(__vector __bool long long __a, __vector double __b) { in vec_andc()
5972 vec_andc(__vector double __a, __vector __bool long long __b) { in vec_andc()
5980 vec_nor(__vector __bool char __a, __vector __bool char __b) { in vec_nor()
5985 vec_nor(__vector signed char __a, __vector signed char __b) { in vec_nor()
5991 vec_nor(__vector __bool char __a, __vector signed char __b) { in vec_nor()
5997 vec_nor(__vector signed char __a, __vector __bool char __b) { in vec_nor()
6002 vec_nor(__vector unsigned char __a, __vector unsigned char __b) { in vec_nor()
6008 vec_nor(__vector __bool char __a, __vector unsigned char __b) { in vec_nor()
6014 vec_nor(__vector unsigned char __a, __vector __bool char __b) { in vec_nor()
6019 vec_nor(__vector __bool short __a, __vector __bool short __b) { in vec_nor()
6024 vec_nor(__vector signed short __a, __vector signed short __b) { in vec_nor()
6030 vec_nor(__vector __bool short __a, __vector signed short __b) { in vec_nor()
6036 vec_nor(__vector signed short __a, __vector __bool short __b) { in vec_nor()
6041 vec_nor(__vector unsigned short __a, __vector unsigned short __b) { in vec_nor()
6047 vec_nor(__vector __bool short __a, __vector unsigned short __b) { in vec_nor()
6053 vec_nor(__vector unsigned short __a, __vector __bool short __b) { in vec_nor()
6058 vec_nor(__vector __bool int __a, __vector __bool int __b) { in vec_nor()
6063 vec_nor(__vector signed int __a, __vector signed int __b) { in vec_nor()
6069 vec_nor(__vector __bool int __a, __vector signed int __b) { in vec_nor()
6075 vec_nor(__vector signed int __a, __vector __bool int __b) { in vec_nor()
6080 vec_nor(__vector unsigned int __a, __vector unsigned int __b) { in vec_nor()
6086 vec_nor(__vector __bool int __a, __vector unsigned int __b) { in vec_nor()
6092 vec_nor(__vector unsigned int __a, __vector __bool int __b) { in vec_nor()
6097 vec_nor(__vector __bool long long __a, __vector __bool long long __b) { in vec_nor()
6102 vec_nor(__vector signed long long __a, __vector signed long long __b) { in vec_nor()
6108 vec_nor(__vector __bool long long __a, __vector signed long long __b) { in vec_nor()
6114 vec_nor(__vector signed long long __a, __vector __bool long long __b) { in vec_nor()
6119 vec_nor(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_nor()
6125 vec_nor(__vector __bool long long __a, __vector unsigned long long __b) { in vec_nor()
6131 vec_nor(__vector unsigned long long __a, __vector __bool long long __b) { in vec_nor()
6137 vec_nor(__vector float __a, __vector float __b) { in vec_nor()
6144 vec_nor(__vector double __a, __vector double __b) { in vec_nor()
6151 vec_nor(__vector __bool long long __a, __vector double __b) { in vec_nor()
6158 vec_nor(__vector double __a, __vector __bool long long __b) { in vec_nor()
6167 vec_orc(__vector __bool char __a, __vector __bool char __b) { in vec_orc()
6172 vec_orc(__vector signed char __a, __vector signed char __b) { in vec_orc()
6177 vec_orc(__vector unsigned char __a, __vector unsigned char __b) { in vec_orc()
6182 vec_orc(__vector __bool short __a, __vector __bool short __b) { in vec_orc()
6187 vec_orc(__vector signed short __a, __vector signed short __b) { in vec_orc()
6192 vec_orc(__vector unsigned short __a, __vector unsigned short __b) { in vec_orc()
6197 vec_orc(__vector __bool int __a, __vector __bool int __b) { in vec_orc()
6202 vec_orc(__vector signed int __a, __vector signed int __b) { in vec_orc()
6207 vec_orc(__vector unsigned int __a, __vector unsigned int __b) { in vec_orc()
6212 vec_orc(__vector __bool long long __a, __vector __bool long long __b) { in vec_orc()
6217 vec_orc(__vector signed long long __a, __vector signed long long __b) { in vec_orc()
6222 vec_orc(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_orc()
6227 vec_orc(__vector float __a, __vector float __b) { in vec_orc()
6233 vec_orc(__vector double __a, __vector double __b) { in vec_orc()
6243 vec_nand(__vector __bool char __a, __vector __bool char __b) { in vec_nand()
6248 vec_nand(__vector signed char __a, __vector signed char __b) { in vec_nand()
6253 vec_nand(__vector unsigned char __a, __vector unsigned char __b) { in vec_nand()
6258 vec_nand(__vector __bool short __a, __vector __bool short __b) { in vec_nand()
6263 vec_nand(__vector signed short __a, __vector signed short __b) { in vec_nand()
6268 vec_nand(__vector unsigned short __a, __vector unsigned short __b) { in vec_nand()
6273 vec_nand(__vector __bool int __a, __vector __bool int __b) { in vec_nand()
6278 vec_nand(__vector signed int __a, __vector signed int __b) { in vec_nand()
6283 vec_nand(__vector unsigned int __a, __vector unsigned int __b) { in vec_nand()
6288 vec_nand(__vector __bool long long __a, __vector __bool long long __b) { in vec_nand()
6293 vec_nand(__vector signed long long __a, __vector signed long long __b) { in vec_nand()
6298 vec_nand(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_nand()
6303 vec_nand(__vector float __a, __vector float __b) { in vec_nand()
6309 vec_nand(__vector double __a, __vector double __b) { in vec_nand()
6319 vec_eqv(__vector __bool char __a, __vector __bool char __b) { in vec_eqv()
6324 vec_eqv(__vector signed char __a, __vector signed char __b) { in vec_eqv()
6329 vec_eqv(__vector unsigned char __a, __vector unsigned char __b) { in vec_eqv()
6334 vec_eqv(__vector __bool short __a, __vector __bool short __b) { in vec_eqv()
6339 vec_eqv(__vector signed short __a, __vector signed short __b) { in vec_eqv()
6344 vec_eqv(__vector unsigned short __a, __vector unsigned short __b) { in vec_eqv()
6349 vec_eqv(__vector __bool int __a, __vector __bool int __b) { in vec_eqv()
6354 vec_eqv(__vector signed int __a, __vector signed int __b) { in vec_eqv()
6359 vec_eqv(__vector unsigned int __a, __vector unsigned int __b) { in vec_eqv()
6364 vec_eqv(__vector __bool long long __a, __vector __bool long long __b) { in vec_eqv()
6369 vec_eqv(__vector signed long long __a, __vector signed long long __b) { in vec_eqv()
6374 vec_eqv(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_eqv()
6379 vec_eqv(__vector float __a, __vector float __b) { in vec_eqv()
6385 vec_eqv(__vector double __a, __vector double __b) { in vec_eqv()
6520 vec_rl(__vector signed char __a, __vector unsigned char __b) { in vec_rl()
6526 vec_rl(__vector unsigned char __a, __vector unsigned char __b) { in vec_rl()
6531 vec_rl(__vector signed short __a, __vector unsigned short __b) { in vec_rl()
6537 vec_rl(__vector unsigned short __a, __vector unsigned short __b) { in vec_rl()
6542 vec_rl(__vector signed int __a, __vector unsigned int __b) { in vec_rl()
6548 vec_rl(__vector unsigned int __a, __vector unsigned int __b) { in vec_rl()
6553 vec_rl(__vector signed long long __a, __vector unsigned long long __b) { in vec_rl()
6559 vec_rl(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_rl()
6566 vec_rli(__vector signed char __a, unsigned long __b) { in vec_rli()
6572 vec_rli(__vector unsigned char __a, unsigned long __b) { in vec_rli()
6577 vec_rli(__vector signed short __a, unsigned long __b) { in vec_rli()
6583 vec_rli(__vector unsigned short __a, unsigned long __b) { in vec_rli()
6588 vec_rli(__vector signed int __a, unsigned long __b) { in vec_rli()
6594 vec_rli(__vector unsigned int __a, unsigned long __b) { in vec_rli()
6599 vec_rli(__vector signed long long __a, unsigned long __b) { in vec_rli()
6605 vec_rli(__vector unsigned long long __a, unsigned long __b) { in vec_rli()
6666 vec_sll(__vector signed char __a, __vector unsigned char __b) { in vec_sll()
6673 vec_sll(__vector signed char __a, __vector unsigned short __b) { in vec_sll()
6680 vec_sll(__vector signed char __a, __vector unsigned int __b) { in vec_sll()
6687 vec_sll(__vector __bool char __a, __vector unsigned char __b) { in vec_sll()
6694 vec_sll(__vector __bool char __a, __vector unsigned short __b) { in vec_sll()
6701 vec_sll(__vector __bool char __a, __vector unsigned int __b) { in vec_sll()
6707 vec_sll(__vector unsigned char __a, __vector unsigned char __b) { in vec_sll()
6713 vec_sll(__vector unsigned char __a, __vector unsigned short __b) { in vec_sll()
6719 vec_sll(__vector unsigned char __a, __vector unsigned int __b) { in vec_sll()
6724 vec_sll(__vector signed short __a, __vector unsigned char __b) { in vec_sll()
6731 vec_sll(__vector signed short __a, __vector unsigned short __b) { in vec_sll()
6738 vec_sll(__vector signed short __a, __vector unsigned int __b) { in vec_sll()
6745 vec_sll(__vector __bool short __a, __vector unsigned char __b) { in vec_sll()
6752 vec_sll(__vector __bool short __a, __vector unsigned short __b) { in vec_sll()
6759 vec_sll(__vector __bool short __a, __vector unsigned int __b) { in vec_sll()
6765 vec_sll(__vector unsigned short __a, __vector unsigned char __b) { in vec_sll()
6772 vec_sll(__vector unsigned short __a, __vector unsigned short __b) { in vec_sll()
6779 vec_sll(__vector unsigned short __a, __vector unsigned int __b) { in vec_sll()
6785 vec_sll(__vector signed int __a, __vector unsigned char __b) { in vec_sll()
6792 vec_sll(__vector signed int __a, __vector unsigned short __b) { in vec_sll()
6799 vec_sll(__vector signed int __a, __vector unsigned int __b) { in vec_sll()
6806 vec_sll(__vector __bool int __a, __vector unsigned char __b) { in vec_sll()
6813 vec_sll(__vector __bool int __a, __vector unsigned short __b) { in vec_sll()
6820 vec_sll(__vector __bool int __a, __vector unsigned int __b) { in vec_sll()
6826 vec_sll(__vector unsigned int __a, __vector unsigned char __b) { in vec_sll()
6833 vec_sll(__vector unsigned int __a, __vector unsigned short __b) { in vec_sll()
6840 vec_sll(__vector unsigned int __a, __vector unsigned int __b) { in vec_sll()
6846 vec_sll(__vector signed long long __a, __vector unsigned char __b) { in vec_sll()
6853 vec_sll(__vector signed long long __a, __vector unsigned short __b) { in vec_sll()
6860 vec_sll(__vector signed long long __a, __vector unsigned int __b) { in vec_sll()
6867 vec_sll(__vector __bool long long __a, __vector unsigned char __b) { in vec_sll()
6874 vec_sll(__vector __bool long long __a, __vector unsigned short __b) { in vec_sll()
6881 vec_sll(__vector __bool long long __a, __vector unsigned int __b) { in vec_sll()
6887 vec_sll(__vector unsigned long long __a, __vector unsigned char __b) { in vec_sll()
6894 vec_sll(__vector unsigned long long __a, __vector unsigned short __b) { in vec_sll()
6901 vec_sll(__vector unsigned long long __a, __vector unsigned int __b) { in vec_sll()
6909 vec_slb(__vector signed char __a, __vector signed char __b) { in vec_slb()
6915 vec_slb(__vector signed char __a, __vector unsigned char __b) { in vec_slb()
6921 vec_slb(__vector unsigned char __a, __vector signed char __b) { in vec_slb()
6926 vec_slb(__vector unsigned char __a, __vector unsigned char __b) { in vec_slb()
6931 vec_slb(__vector signed short __a, __vector signed short __b) { in vec_slb()
6937 vec_slb(__vector signed short __a, __vector unsigned short __b) { in vec_slb()
6943 vec_slb(__vector unsigned short __a, __vector signed short __b) { in vec_slb()
6949 vec_slb(__vector unsigned short __a, __vector unsigned short __b) { in vec_slb()
6955 vec_slb(__vector signed int __a, __vector signed int __b) { in vec_slb()
6961 vec_slb(__vector signed int __a, __vector unsigned int __b) { in vec_slb()
6967 vec_slb(__vector unsigned int __a, __vector signed int __b) { in vec_slb()
6973 vec_slb(__vector unsigned int __a, __vector unsigned int __b) { in vec_slb()
6979 vec_slb(__vector signed long long __a, __vector signed long long __b) { in vec_slb()
6985 vec_slb(__vector signed long long __a, __vector unsigned long long __b) { in vec_slb()
6991 vec_slb(__vector unsigned long long __a, __vector signed long long __b) { in vec_slb()
6997 vec_slb(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_slb()
7004 vec_slb(__vector float __a, __vector signed int __b) { in vec_slb()
7010 vec_slb(__vector float __a, __vector unsigned int __b) { in vec_slb()
7017 vec_slb(__vector double __a, __vector signed long long __b) { in vec_slb()
7023 vec_slb(__vector double __a, __vector unsigned long long __b) { in vec_slb()
7191 vec_sral(__vector signed char __a, __vector unsigned char __b) { in vec_sral()
7198 vec_sral(__vector signed char __a, __vector unsigned short __b) { in vec_sral()
7205 vec_sral(__vector signed char __a, __vector unsigned int __b) { in vec_sral()
7212 vec_sral(__vector __bool char __a, __vector unsigned char __b) { in vec_sral()
7219 vec_sral(__vector __bool char __a, __vector unsigned short __b) { in vec_sral()
7226 vec_sral(__vector __bool char __a, __vector unsigned int __b) { in vec_sral()
7232 vec_sral(__vector unsigned char __a, __vector unsigned char __b) { in vec_sral()
7238 vec_sral(__vector unsigned char __a, __vector unsigned short __b) { in vec_sral()
7244 vec_sral(__vector unsigned char __a, __vector unsigned int __b) { in vec_sral()
7249 vec_sral(__vector signed short __a, __vector unsigned char __b) { in vec_sral()
7256 vec_sral(__vector signed short __a, __vector unsigned short __b) { in vec_sral()
7263 vec_sral(__vector signed short __a, __vector unsigned int __b) { in vec_sral()
7270 vec_sral(__vector __bool short __a, __vector unsigned char __b) { in vec_sral()
7277 vec_sral(__vector __bool short __a, __vector unsigned short __b) { in vec_sral()
7284 vec_sral(__vector __bool short __a, __vector unsigned int __b) { in vec_sral()
7290 vec_sral(__vector unsigned short __a, __vector unsigned char __b) { in vec_sral()
7297 vec_sral(__vector unsigned short __a, __vector unsigned short __b) { in vec_sral()
7304 vec_sral(__vector unsigned short __a, __vector unsigned int __b) { in vec_sral()
7310 vec_sral(__vector signed int __a, __vector unsigned char __b) { in vec_sral()
7317 vec_sral(__vector signed int __a, __vector unsigned short __b) { in vec_sral()
7324 vec_sral(__vector signed int __a, __vector unsigned int __b) { in vec_sral()
7331 vec_sral(__vector __bool int __a, __vector unsigned char __b) { in vec_sral()
7338 vec_sral(__vector __bool int __a, __vector unsigned short __b) { in vec_sral()
7345 vec_sral(__vector __bool int __a, __vector unsigned int __b) { in vec_sral()
7351 vec_sral(__vector unsigned int __a, __vector unsigned char __b) { in vec_sral()
7358 vec_sral(__vector unsigned int __a, __vector unsigned short __b) { in vec_sral()
7365 vec_sral(__vector unsigned int __a, __vector unsigned int __b) { in vec_sral()
7371 vec_sral(__vector signed long long __a, __vector unsigned char __b) { in vec_sral()
7378 vec_sral(__vector signed long long __a, __vector unsigned short __b) { in vec_sral()
7385 vec_sral(__vector signed long long __a, __vector unsigned int __b) { in vec_sral()
7392 vec_sral(__vector __bool long long __a, __vector unsigned char __b) { in vec_sral()
7399 vec_sral(__vector __bool long long __a, __vector unsigned short __b) { in vec_sral()
7406 vec_sral(__vector __bool long long __a, __vector unsigned int __b) { in vec_sral()
7412 vec_sral(__vector unsigned long long __a, __vector unsigned char __b) { in vec_sral()
7419 vec_sral(__vector unsigned long long __a, __vector unsigned short __b) { in vec_sral()
7426 vec_sral(__vector unsigned long long __a, __vector unsigned int __b) { in vec_sral()
7434 vec_srab(__vector signed char __a, __vector signed char __b) { in vec_srab()
7440 vec_srab(__vector signed char __a, __vector unsigned char __b) { in vec_srab()
7446 vec_srab(__vector unsigned char __a, __vector signed char __b) { in vec_srab()
7451 vec_srab(__vector unsigned char __a, __vector unsigned char __b) { in vec_srab()
7456 vec_srab(__vector signed short __a, __vector signed short __b) { in vec_srab()
7462 vec_srab(__vector signed short __a, __vector unsigned short __b) { in vec_srab()
7468 vec_srab(__vector unsigned short __a, __vector signed short __b) { in vec_srab()
7474 vec_srab(__vector unsigned short __a, __vector unsigned short __b) { in vec_srab()
7480 vec_srab(__vector signed int __a, __vector signed int __b) { in vec_srab()
7486 vec_srab(__vector signed int __a, __vector unsigned int __b) { in vec_srab()
7492 vec_srab(__vector unsigned int __a, __vector signed int __b) { in vec_srab()
7498 vec_srab(__vector unsigned int __a, __vector unsigned int __b) { in vec_srab()
7504 vec_srab(__vector signed long long __a, __vector signed long long __b) { in vec_srab()
7510 vec_srab(__vector signed long long __a, __vector unsigned long long __b) { in vec_srab()
7516 vec_srab(__vector unsigned long long __a, __vector signed long long __b) { in vec_srab()
7522 vec_srab(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_srab()
7529 vec_srab(__vector float __a, __vector signed int __b) { in vec_srab()
7535 vec_srab(__vector float __a, __vector unsigned int __b) { in vec_srab()
7542 vec_srab(__vector double __a, __vector signed long long __b) { in vec_srab()
7548 vec_srab(__vector double __a, __vector unsigned long long __b) { in vec_srab()
7556 vec_srl(__vector signed char __a, __vector unsigned char __b) { in vec_srl()
7563 vec_srl(__vector signed char __a, __vector unsigned short __b) { in vec_srl()
7570 vec_srl(__vector signed char __a, __vector unsigned int __b) { in vec_srl()
7577 vec_srl(__vector __bool char __a, __vector unsigned char __b) { in vec_srl()
7584 vec_srl(__vector __bool char __a, __vector unsigned short __b) { in vec_srl()
7591 vec_srl(__vector __bool char __a, __vector unsigned int __b) { in vec_srl()
7597 vec_srl(__vector unsigned char __a, __vector unsigned char __b) { in vec_srl()
7603 vec_srl(__vector unsigned char __a, __vector unsigned short __b) { in vec_srl()
7609 vec_srl(__vector unsigned char __a, __vector unsigned int __b) { in vec_srl()
7614 vec_srl(__vector signed short __a, __vector unsigned char __b) { in vec_srl()
7621 vec_srl(__vector signed short __a, __vector unsigned short __b) { in vec_srl()
7628 vec_srl(__vector signed short __a, __vector unsigned int __b) { in vec_srl()
7635 vec_srl(__vector __bool short __a, __vector unsigned char __b) { in vec_srl()
7642 vec_srl(__vector __bool short __a, __vector unsigned short __b) { in vec_srl()
7649 vec_srl(__vector __bool short __a, __vector unsigned int __b) { in vec_srl()
7655 vec_srl(__vector unsigned short __a, __vector unsigned char __b) { in vec_srl()
7662 vec_srl(__vector unsigned short __a, __vector unsigned short __b) { in vec_srl()
7669 vec_srl(__vector unsigned short __a, __vector unsigned int __b) { in vec_srl()
7675 vec_srl(__vector signed int __a, __vector unsigned char __b) { in vec_srl()
7682 vec_srl(__vector signed int __a, __vector unsigned short __b) { in vec_srl()
7689 vec_srl(__vector signed int __a, __vector unsigned int __b) { in vec_srl()
7696 vec_srl(__vector __bool int __a, __vector unsigned char __b) { in vec_srl()
7703 vec_srl(__vector __bool int __a, __vector unsigned short __b) { in vec_srl()
7710 vec_srl(__vector __bool int __a, __vector unsigned int __b) { in vec_srl()
7716 vec_srl(__vector unsigned int __a, __vector unsigned char __b) { in vec_srl()
7723 vec_srl(__vector unsigned int __a, __vector unsigned short __b) { in vec_srl()
7730 vec_srl(__vector unsigned int __a, __vector unsigned int __b) { in vec_srl()
7736 vec_srl(__vector signed long long __a, __vector unsigned char __b) { in vec_srl()
7743 vec_srl(__vector signed long long __a, __vector unsigned short __b) { in vec_srl()
7750 vec_srl(__vector signed long long __a, __vector unsigned int __b) { in vec_srl()
7757 vec_srl(__vector __bool long long __a, __vector unsigned char __b) { in vec_srl()
7764 vec_srl(__vector __bool long long __a, __vector unsigned short __b) { in vec_srl()
7771 vec_srl(__vector __bool long long __a, __vector unsigned int __b) { in vec_srl()
7777 vec_srl(__vector unsigned long long __a, __vector unsigned char __b) { in vec_srl()
7784 vec_srl(__vector unsigned long long __a, __vector unsigned short __b) { in vec_srl()
7791 vec_srl(__vector unsigned long long __a, __vector unsigned int __b) { in vec_srl()
7799 vec_srb(__vector signed char __a, __vector signed char __b) { in vec_srb()
7805 vec_srb(__vector signed char __a, __vector unsigned char __b) { in vec_srb()
7811 vec_srb(__vector unsigned char __a, __vector signed char __b) { in vec_srb()
7816 vec_srb(__vector unsigned char __a, __vector unsigned char __b) { in vec_srb()
7821 vec_srb(__vector signed short __a, __vector signed short __b) { in vec_srb()
7827 vec_srb(__vector signed short __a, __vector unsigned short __b) { in vec_srb()
7833 vec_srb(__vector unsigned short __a, __vector signed short __b) { in vec_srb()
7839 vec_srb(__vector unsigned short __a, __vector unsigned short __b) { in vec_srb()
7845 vec_srb(__vector signed int __a, __vector signed int __b) { in vec_srb()
7851 vec_srb(__vector signed int __a, __vector unsigned int __b) { in vec_srb()
7857 vec_srb(__vector unsigned int __a, __vector signed int __b) { in vec_srb()
7863 vec_srb(__vector unsigned int __a, __vector unsigned int __b) { in vec_srb()
7869 vec_srb(__vector signed long long __a, __vector signed long long __b) { in vec_srb()
7875 vec_srb(__vector signed long long __a, __vector unsigned long long __b) { in vec_srb()
7881 vec_srb(__vector unsigned long long __a, __vector signed long long __b) { in vec_srb()
7887 vec_srb(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_srb()
7894 vec_srb(__vector float __a, __vector signed int __b) { in vec_srb()
7900 vec_srb(__vector float __a, __vector unsigned int __b) { in vec_srb()
7907 vec_srb(__vector double __a, __vector signed long long __b) { in vec_srb()
7913 vec_srb(__vector double __a, __vector unsigned long long __b) { in vec_srb()
8020 vec_max(__vector signed char __a, __vector signed char __b) { in vec_max()
8026 vec_max(__vector signed char __a, __vector __bool char __b) { in vec_max()
8033 vec_max(__vector __bool char __a, __vector signed char __b) { in vec_max()
8039 vec_max(__vector unsigned char __a, __vector unsigned char __b) { in vec_max()
8045 vec_max(__vector unsigned char __a, __vector __bool char __b) { in vec_max()
8052 vec_max(__vector __bool char __a, __vector unsigned char __b) { in vec_max()
8058 vec_max(__vector signed short __a, __vector signed short __b) { in vec_max()
8064 vec_max(__vector signed short __a, __vector __bool short __b) { in vec_max()
8071 vec_max(__vector __bool short __a, __vector signed short __b) { in vec_max()
8077 vec_max(__vector unsigned short __a, __vector unsigned short __b) { in vec_max()
8083 vec_max(__vector unsigned short __a, __vector __bool short __b) { in vec_max()
8090 vec_max(__vector __bool short __a, __vector unsigned short __b) { in vec_max()
8096 vec_max(__vector signed int __a, __vector signed int __b) { in vec_max()
8102 vec_max(__vector signed int __a, __vector __bool int __b) { in vec_max()
8109 vec_max(__vector __bool int __a, __vector signed int __b) { in vec_max()
8115 vec_max(__vector unsigned int __a, __vector unsigned int __b) { in vec_max()
8121 vec_max(__vector unsigned int __a, __vector __bool int __b) { in vec_max()
8128 vec_max(__vector __bool int __a, __vector unsigned int __b) { in vec_max()
8134 vec_max(__vector signed long long __a, __vector signed long long __b) { in vec_max()
8140 vec_max(__vector signed long long __a, __vector __bool long long __b) { in vec_max()
8147 vec_max(__vector __bool long long __a, __vector signed long long __b) { in vec_max()
8153 vec_max(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_max()
8159 vec_max(__vector unsigned long long __a, __vector __bool long long __b) { in vec_max()
8166 vec_max(__vector __bool long long __a, __vector unsigned long long __b) { in vec_max()
8173 vec_max(__vector float __a, __vector float __b) { in vec_max()
8179 vec_max(__vector double __a, __vector double __b) { in vec_max()
8190 vec_min(__vector signed char __a, __vector signed char __b) { in vec_min()
8196 vec_min(__vector signed char __a, __vector __bool char __b) { in vec_min()
8203 vec_min(__vector __bool char __a, __vector signed char __b) { in vec_min()
8209 vec_min(__vector unsigned char __a, __vector unsigned char __b) { in vec_min()
8215 vec_min(__vector unsigned char __a, __vector __bool char __b) { in vec_min()
8222 vec_min(__vector __bool char __a, __vector unsigned char __b) { in vec_min()
8228 vec_min(__vector signed short __a, __vector signed short __b) { in vec_min()
8234 vec_min(__vector signed short __a, __vector __bool short __b) { in vec_min()
8241 vec_min(__vector __bool short __a, __vector signed short __b) { in vec_min()
8247 vec_min(__vector unsigned short __a, __vector unsigned short __b) { in vec_min()
8253 vec_min(__vector unsigned short __a, __vector __bool short __b) { in vec_min()
8260 vec_min(__vector __bool short __a, __vector unsigned short __b) { in vec_min()
8266 vec_min(__vector signed int __a, __vector signed int __b) { in vec_min()
8272 vec_min(__vector signed int __a, __vector __bool int __b) { in vec_min()
8279 vec_min(__vector __bool int __a, __vector signed int __b) { in vec_min()
8285 vec_min(__vector unsigned int __a, __vector unsigned int __b) { in vec_min()
8291 vec_min(__vector unsigned int __a, __vector __bool int __b) { in vec_min()
8298 vec_min(__vector __bool int __a, __vector unsigned int __b) { in vec_min()
8304 vec_min(__vector signed long long __a, __vector signed long long __b) { in vec_min()
8310 vec_min(__vector signed long long __a, __vector __bool long long __b) { in vec_min()
8317 vec_min(__vector __bool long long __a, __vector signed long long __b) { in vec_min()
8323 vec_min(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_min()
8329 vec_min(__vector unsigned long long __a, __vector __bool long long __b) { in vec_min()
8336 vec_min(__vector __bool long long __a, __vector unsigned long long __b) { in vec_min()
8343 vec_min(__vector float __a, __vector float __b) { in vec_min()
8349 vec_min(__vector double __a, __vector double __b) { in vec_min()
8360 vec_add_u128(__vector unsigned char __a, __vector unsigned char __b) { in vec_add_u128()
8367 vec_addc(__vector unsigned char __a, __vector unsigned char __b) { in vec_addc()
8372 vec_addc(__vector unsigned short __a, __vector unsigned short __b) { in vec_addc()
8377 vec_addc(__vector unsigned int __a, __vector unsigned int __b) { in vec_addc()
8382 vec_addc(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_addc()
8389 vec_addc_u128(__vector unsigned char __a, __vector unsigned char __b) { in vec_addc_u128()
8396 vec_adde_u128(__vector unsigned char __a, __vector unsigned char __b, in vec_adde_u128()
8404 vec_addec_u128(__vector unsigned char __a, __vector unsigned char __b, in vec_addec_u128()
8412 vec_avg(__vector signed char __a, __vector signed char __b) { in vec_avg()
8417 vec_avg(__vector signed short __a, __vector signed short __b) { in vec_avg()
8422 vec_avg(__vector signed int __a, __vector signed int __b) { in vec_avg()
8427 vec_avg(__vector signed long long __a, __vector signed long long __b) { in vec_avg()
8432 vec_avg(__vector unsigned char __a, __vector unsigned char __b) { in vec_avg()
8437 vec_avg(__vector unsigned short __a, __vector unsigned short __b) { in vec_avg()
8442 vec_avg(__vector unsigned int __a, __vector unsigned int __b) { in vec_avg()
8447 vec_avg(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_avg()
8454 vec_checksum(__vector unsigned int __a, __vector unsigned int __b) { in vec_checksum()
8461 vec_gfmsum(__vector unsigned char __a, __vector unsigned char __b) { in vec_gfmsum()
8466 vec_gfmsum(__vector unsigned short __a, __vector unsigned short __b) { in vec_gfmsum()
8471 vec_gfmsum(__vector unsigned int __a, __vector unsigned int __b) { in vec_gfmsum()
8479 __vector unsigned long long __b) { in vec_gfmsum_128()
8486 vec_gfmsum_accum(__vector unsigned char __a, __vector unsigned char __b, in vec_gfmsum_accum()
8492 vec_gfmsum_accum(__vector unsigned short __a, __vector unsigned short __b, in vec_gfmsum_accum()
8498 vec_gfmsum_accum(__vector unsigned int __a, __vector unsigned int __b, in vec_gfmsum_accum()
8507 __vector unsigned long long __b, in vec_gfmsum_accum_128()
8515 vec_mladd(__vector signed char __a, __vector signed char __b, in vec_mladd()
8521 vec_mladd(__vector unsigned char __a, __vector signed char __b, in vec_mladd()
8527 vec_mladd(__vector signed char __a, __vector unsigned char __b, in vec_mladd()
8533 vec_mladd(__vector unsigned char __a, __vector unsigned char __b, in vec_mladd()
8539 vec_mladd(__vector signed short __a, __vector signed short __b, in vec_mladd()
8545 vec_mladd(__vector unsigned short __a, __vector signed short __b, in vec_mladd()
8551 vec_mladd(__vector signed short __a, __vector unsigned short __b, in vec_mladd()
8557 vec_mladd(__vector unsigned short __a, __vector unsigned short __b, in vec_mladd()
8563 vec_mladd(__vector signed int __a, __vector signed int __b, in vec_mladd()
8569 vec_mladd(__vector unsigned int __a, __vector signed int __b, in vec_mladd()
8575 vec_mladd(__vector signed int __a, __vector unsigned int __b, in vec_mladd()
8581 vec_mladd(__vector unsigned int __a, __vector unsigned int __b, in vec_mladd()
8589 vec_mhadd(__vector signed char __a, __vector signed char __b, in vec_mhadd()
8595 vec_mhadd(__vector unsigned char __a, __vector unsigned char __b, in vec_mhadd()
8601 vec_mhadd(__vector signed short __a, __vector signed short __b, in vec_mhadd()
8607 vec_mhadd(__vector unsigned short __a, __vector unsigned short __b, in vec_mhadd()
8613 vec_mhadd(__vector signed int __a, __vector signed int __b, in vec_mhadd()
8619 vec_mhadd(__vector unsigned int __a, __vector unsigned int __b, in vec_mhadd()
8627 vec_meadd(__vector signed char __a, __vector signed char __b, in vec_meadd()
8633 vec_meadd(__vector unsigned char __a, __vector unsigned char __b, in vec_meadd()
8639 vec_meadd(__vector signed short __a, __vector signed short __b, in vec_meadd()
8645 vec_meadd(__vector unsigned short __a, __vector unsigned short __b, in vec_meadd()
8651 vec_meadd(__vector signed int __a, __vector signed int __b, in vec_meadd()
8657 vec_meadd(__vector unsigned int __a, __vector unsigned int __b, in vec_meadd()
8665 vec_moadd(__vector signed char __a, __vector signed char __b, in vec_moadd()
8671 vec_moadd(__vector unsigned char __a, __vector unsigned char __b, in vec_moadd()
8677 vec_moadd(__vector signed short __a, __vector signed short __b, in vec_moadd()
8683 vec_moadd(__vector unsigned short __a, __vector unsigned short __b, in vec_moadd()
8689 vec_moadd(__vector signed int __a, __vector signed int __b, in vec_moadd()
8695 vec_moadd(__vector unsigned int __a, __vector unsigned int __b, in vec_moadd()
8703 vec_mulh(__vector signed char __a, __vector signed char __b) { in vec_mulh()
8708 vec_mulh(__vector unsigned char __a, __vector unsigned char __b) { in vec_mulh()
8713 vec_mulh(__vector signed short __a, __vector signed short __b) { in vec_mulh()
8718 vec_mulh(__vector unsigned short __a, __vector unsigned short __b) { in vec_mulh()
8723 vec_mulh(__vector signed int __a, __vector signed int __b) { in vec_mulh()
8728 vec_mulh(__vector unsigned int __a, __vector unsigned int __b) { in vec_mulh()
8735 vec_mule(__vector signed char __a, __vector signed char __b) { in vec_mule()
8740 vec_mule(__vector unsigned char __a, __vector unsigned char __b) { in vec_mule()
8745 vec_mule(__vector signed short __a, __vector signed short __b) { in vec_mule()
8750 vec_mule(__vector unsigned short __a, __vector unsigned short __b) { in vec_mule()
8755 vec_mule(__vector signed int __a, __vector signed int __b) { in vec_mule()
8760 vec_mule(__vector unsigned int __a, __vector unsigned int __b) { in vec_mule()
8767 vec_mulo(__vector signed char __a, __vector signed char __b) { in vec_mulo()
8772 vec_mulo(__vector unsigned char __a, __vector unsigned char __b) { in vec_mulo()
8777 vec_mulo(__vector signed short __a, __vector signed short __b) { in vec_mulo()
8782 vec_mulo(__vector unsigned short __a, __vector unsigned short __b) { in vec_mulo()
8787 vec_mulo(__vector signed int __a, __vector signed int __b) { in vec_mulo()
8792 vec_mulo(__vector unsigned int __a, __vector unsigned int __b) { in vec_mulo()
8806 vec_sub_u128(__vector unsigned char __a, __vector unsigned char __b) { in vec_sub_u128()
8813 vec_subc(__vector unsigned char __a, __vector unsigned char __b) { in vec_subc()
8818 vec_subc(__vector unsigned short __a, __vector unsigned short __b) { in vec_subc()
8823 vec_subc(__vector unsigned int __a, __vector unsigned int __b) { in vec_subc()
8828 vec_subc(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_subc()
8835 vec_subc_u128(__vector unsigned char __a, __vector unsigned char __b) { in vec_subc_u128()
8842 vec_sube_u128(__vector unsigned char __a, __vector unsigned char __b, in vec_sube_u128()
8850 vec_subec_u128(__vector unsigned char __a, __vector unsigned char __b, in vec_subec_u128()
8858 vec_sum2(__vector unsigned short __a, __vector unsigned short __b) { in vec_sum2()
8863 vec_sum2(__vector unsigned int __a, __vector unsigned int __b) { in vec_sum2()
8870 vec_sum_u128(__vector unsigned int __a, __vector unsigned int __b) { in vec_sum_u128()
8875 vec_sum_u128(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_sum_u128()
8882 vec_sum4(__vector unsigned char __a, __vector unsigned char __b) { in vec_sum4()
8887 vec_sum4(__vector unsigned short __a, __vector unsigned short __b) { in vec_sum4()
8894 vec_test_mask(__vector signed char __a, __vector unsigned char __b) { in vec_test_mask()
8900 vec_test_mask(__vector unsigned char __a, __vector unsigned char __b) { in vec_test_mask()
8905 vec_test_mask(__vector signed short __a, __vector unsigned short __b) { in vec_test_mask()
8911 vec_test_mask(__vector unsigned short __a, __vector unsigned short __b) { in vec_test_mask()
8917 vec_test_mask(__vector signed int __a, __vector unsigned int __b) { in vec_test_mask()
8923 vec_test_mask(__vector unsigned int __a, __vector unsigned int __b) { in vec_test_mask()
8929 vec_test_mask(__vector signed long long __a, __vector unsigned long long __b) { in vec_test_mask()
8936 __vector unsigned long long __b) { in vec_test_mask()
8943 vec_test_mask(__vector float __a, __vector unsigned int __b) { in vec_test_mask()
8950 vec_test_mask(__vector double __a, __vector unsigned long long __b) { in vec_test_mask()
8959 vec_madd(__vector float __a, __vector float __b, __vector float __c) { in vec_madd()
8965 vec_madd(__vector double __a, __vector double __b, __vector double __c) { in vec_madd()
8973 vec_msub(__vector float __a, __vector float __b, __vector float __c) { in vec_msub()
8979 vec_msub(__vector double __a, __vector double __b, __vector double __c) { in vec_msub()
8987 vec_nmadd(__vector float __a, __vector float __b, __vector float __c) { in vec_nmadd()
8992 vec_nmadd(__vector double __a, __vector double __b, __vector double __c) { in vec_nmadd()
9001 vec_nmsub(__vector float __a, __vector float __b, __vector float __c) { in vec_nmsub()
9006 vec_nmsub(__vector double __a, __vector double __b, __vector double __c) { in vec_nmsub()
9047 vec_ctd(__vector signed long long __a, int __b) in vec_ctd()
9057 vec_ctd(__vector unsigned long long __a, int __b) in vec_ctd()
9069 vec_ctsl(__vector double __a, int __b) in vec_ctsl()
9080 vec_ctul(__vector double __a, int __b) in vec_ctul()
9465 vec_cmpeq_idx(__vector signed char __a, __vector signed char __b) { in vec_cmpeq_idx()
9472 vec_cmpeq_idx(__vector __bool char __a, __vector __bool char __b) { in vec_cmpeq_idx()
9478 vec_cmpeq_idx(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmpeq_idx()
9483 vec_cmpeq_idx(__vector signed short __a, __vector signed short __b) { in vec_cmpeq_idx()
9490 vec_cmpeq_idx(__vector __bool short __a, __vector __bool short __b) { in vec_cmpeq_idx()
9496 vec_cmpeq_idx(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmpeq_idx()
9501 vec_cmpeq_idx(__vector signed int __a, __vector signed int __b) { in vec_cmpeq_idx()
9508 vec_cmpeq_idx(__vector __bool int __a, __vector __bool int __b) { in vec_cmpeq_idx()
9514 vec_cmpeq_idx(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmpeq_idx()
9521 vec_cmpeq_idx_cc(__vector signed char __a, __vector signed char __b, int *__cc) { in vec_cmpeq_idx_cc()
9528 vec_cmpeq_idx_cc(__vector __bool char __a, __vector __bool char __b, int *__cc) { in vec_cmpeq_idx_cc()
9534 vec_cmpeq_idx_cc(__vector unsigned char __a, __vector unsigned char __b, in vec_cmpeq_idx_cc()
9540 vec_cmpeq_idx_cc(__vector signed short __a, __vector signed short __b, in vec_cmpeq_idx_cc()
9548 vec_cmpeq_idx_cc(__vector __bool short __a, __vector __bool short __b, int *__cc) { in vec_cmpeq_idx_cc()
9554 vec_cmpeq_idx_cc(__vector unsigned short __a, __vector unsigned short __b, in vec_cmpeq_idx_cc()
9560 vec_cmpeq_idx_cc(__vector signed int __a, __vector signed int __b, int *__cc) { in vec_cmpeq_idx_cc()
9567 vec_cmpeq_idx_cc(__vector __bool int __a, __vector __bool int __b, int *__cc) { in vec_cmpeq_idx_cc()
9573 vec_cmpeq_idx_cc(__vector unsigned int __a, __vector unsigned int __b, in vec_cmpeq_idx_cc()
9581 vec_cmpeq_or_0_idx(__vector signed char __a, __vector signed char __b) { in vec_cmpeq_or_0_idx()
9588 vec_cmpeq_or_0_idx(__vector __bool char __a, __vector __bool char __b) { in vec_cmpeq_or_0_idx()
9594 vec_cmpeq_or_0_idx(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmpeq_or_0_idx()
9599 vec_cmpeq_or_0_idx(__vector signed short __a, __vector signed short __b) { in vec_cmpeq_or_0_idx()
9606 vec_cmpeq_or_0_idx(__vector __bool short __a, __vector __bool short __b) { in vec_cmpeq_or_0_idx()
9612 vec_cmpeq_or_0_idx(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmpeq_or_0_idx()
9617 vec_cmpeq_or_0_idx(__vector signed int __a, __vector signed int __b) { in vec_cmpeq_or_0_idx()
9624 vec_cmpeq_or_0_idx(__vector __bool int __a, __vector __bool int __b) { in vec_cmpeq_or_0_idx()
9630 vec_cmpeq_or_0_idx(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmpeq_or_0_idx()
9637 vec_cmpeq_or_0_idx_cc(__vector signed char __a, __vector signed char __b, in vec_cmpeq_or_0_idx_cc()
9645 vec_cmpeq_or_0_idx_cc(__vector __bool char __a, __vector __bool char __b, in vec_cmpeq_or_0_idx_cc()
9652 vec_cmpeq_or_0_idx_cc(__vector unsigned char __a, __vector unsigned char __b, in vec_cmpeq_or_0_idx_cc()
9658 vec_cmpeq_or_0_idx_cc(__vector signed short __a, __vector signed short __b, in vec_cmpeq_or_0_idx_cc()
9666 vec_cmpeq_or_0_idx_cc(__vector __bool short __a, __vector __bool short __b, in vec_cmpeq_or_0_idx_cc()
9673 vec_cmpeq_or_0_idx_cc(__vector unsigned short __a, __vector unsigned short __b, in vec_cmpeq_or_0_idx_cc()
9679 vec_cmpeq_or_0_idx_cc(__vector signed int __a, __vector signed int __b, in vec_cmpeq_or_0_idx_cc()
9687 vec_cmpeq_or_0_idx_cc(__vector __bool int __a, __vector __bool int __b, in vec_cmpeq_or_0_idx_cc()
9694 vec_cmpeq_or_0_idx_cc(__vector unsigned int __a, __vector unsigned int __b, in vec_cmpeq_or_0_idx_cc()
9702 vec_cmpne_idx(__vector signed char __a, __vector signed char __b) { in vec_cmpne_idx()
9709 vec_cmpne_idx(__vector __bool char __a, __vector __bool char __b) { in vec_cmpne_idx()
9715 vec_cmpne_idx(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmpne_idx()
9720 vec_cmpne_idx(__vector signed short __a, __vector signed short __b) { in vec_cmpne_idx()
9727 vec_cmpne_idx(__vector __bool short __a, __vector __bool short __b) { in vec_cmpne_idx()
9733 vec_cmpne_idx(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmpne_idx()
9738 vec_cmpne_idx(__vector signed int __a, __vector signed int __b) { in vec_cmpne_idx()
9745 vec_cmpne_idx(__vector __bool int __a, __vector __bool int __b) { in vec_cmpne_idx()
9751 vec_cmpne_idx(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmpne_idx()
9758 vec_cmpne_idx_cc(__vector signed char __a, __vector signed char __b, int *__cc) { in vec_cmpne_idx_cc()
9765 vec_cmpne_idx_cc(__vector __bool char __a, __vector __bool char __b, int *__cc) { in vec_cmpne_idx_cc()
9771 vec_cmpne_idx_cc(__vector unsigned char __a, __vector unsigned char __b, in vec_cmpne_idx_cc()
9777 vec_cmpne_idx_cc(__vector signed short __a, __vector signed short __b, in vec_cmpne_idx_cc()
9785 vec_cmpne_idx_cc(__vector __bool short __a, __vector __bool short __b, in vec_cmpne_idx_cc()
9792 vec_cmpne_idx_cc(__vector unsigned short __a, __vector unsigned short __b, in vec_cmpne_idx_cc()
9798 vec_cmpne_idx_cc(__vector signed int __a, __vector signed int __b, int *__cc) { in vec_cmpne_idx_cc()
9805 vec_cmpne_idx_cc(__vector __bool int __a, __vector __bool int __b, int *__cc) { in vec_cmpne_idx_cc()
9811 vec_cmpne_idx_cc(__vector unsigned int __a, __vector unsigned int __b, in vec_cmpne_idx_cc()
9819 vec_cmpne_or_0_idx(__vector signed char __a, __vector signed char __b) { in vec_cmpne_or_0_idx()
9826 vec_cmpne_or_0_idx(__vector __bool char __a, __vector __bool char __b) { in vec_cmpne_or_0_idx()
9832 vec_cmpne_or_0_idx(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmpne_or_0_idx()
9837 vec_cmpne_or_0_idx(__vector signed short __a, __vector signed short __b) { in vec_cmpne_or_0_idx()
9844 vec_cmpne_or_0_idx(__vector __bool short __a, __vector __bool short __b) { in vec_cmpne_or_0_idx()
9850 vec_cmpne_or_0_idx(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmpne_or_0_idx()
9855 vec_cmpne_or_0_idx(__vector signed int __a, __vector signed int __b) { in vec_cmpne_or_0_idx()
9862 vec_cmpne_or_0_idx(__vector __bool int __a, __vector __bool int __b) { in vec_cmpne_or_0_idx()
9868 vec_cmpne_or_0_idx(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmpne_or_0_idx()
9875 vec_cmpne_or_0_idx_cc(__vector signed char __a, __vector signed char __b, in vec_cmpne_or_0_idx_cc()
9883 vec_cmpne_or_0_idx_cc(__vector __bool char __a, __vector __bool char __b, in vec_cmpne_or_0_idx_cc()
9890 vec_cmpne_or_0_idx_cc(__vector unsigned char __a, __vector unsigned char __b, in vec_cmpne_or_0_idx_cc()
9896 vec_cmpne_or_0_idx_cc(__vector signed short __a, __vector signed short __b, in vec_cmpne_or_0_idx_cc()
9904 vec_cmpne_or_0_idx_cc(__vector __bool short __a, __vector __bool short __b, in vec_cmpne_or_0_idx_cc()
9911 vec_cmpne_or_0_idx_cc(__vector unsigned short __a, __vector unsigned short __b, in vec_cmpne_or_0_idx_cc()
9917 vec_cmpne_or_0_idx_cc(__vector signed int __a, __vector signed int __b, in vec_cmpne_or_0_idx_cc()
9925 vec_cmpne_or_0_idx_cc(__vector __bool int __a, __vector __bool int __b, in vec_cmpne_or_0_idx_cc()
9932 vec_cmpne_or_0_idx_cc(__vector unsigned int __a, __vector unsigned int __b, in vec_cmpne_or_0_idx_cc()
9940 vec_cmprg(__vector unsigned char __a, __vector unsigned char __b, in vec_cmprg()
9946 vec_cmprg(__vector unsigned short __a, __vector unsigned short __b, in vec_cmprg()
9952 vec_cmprg(__vector unsigned int __a, __vector unsigned int __b, in vec_cmprg()
9960 vec_cmprg_cc(__vector unsigned char __a, __vector unsigned char __b, in vec_cmprg_cc()
9966 vec_cmprg_cc(__vector unsigned short __a, __vector unsigned short __b, in vec_cmprg_cc()
9972 vec_cmprg_cc(__vector unsigned int __a, __vector unsigned int __b, in vec_cmprg_cc()
9980 vec_cmprg_idx(__vector unsigned char __a, __vector unsigned char __b, in vec_cmprg_idx()
9986 vec_cmprg_idx(__vector unsigned short __a, __vector unsigned short __b, in vec_cmprg_idx()
9992 vec_cmprg_idx(__vector unsigned int __a, __vector unsigned int __b, in vec_cmprg_idx()
10000 vec_cmprg_idx_cc(__vector unsigned char __a, __vector unsigned char __b, in vec_cmprg_idx_cc()
10006 vec_cmprg_idx_cc(__vector unsigned short __a, __vector unsigned short __b, in vec_cmprg_idx_cc()
10012 vec_cmprg_idx_cc(__vector unsigned int __a, __vector unsigned int __b, in vec_cmprg_idx_cc()
10020 vec_cmprg_or_0_idx(__vector unsigned char __a, __vector unsigned char __b, in vec_cmprg_or_0_idx()
10026 vec_cmprg_or_0_idx(__vector unsigned short __a, __vector unsigned short __b, in vec_cmprg_or_0_idx()
10032 vec_cmprg_or_0_idx(__vector unsigned int __a, __vector unsigned int __b, in vec_cmprg_or_0_idx()
10040 vec_cmprg_or_0_idx_cc(__vector unsigned char __a, __vector unsigned char __b, in vec_cmprg_or_0_idx_cc()
10046 vec_cmprg_or_0_idx_cc(__vector unsigned short __a, __vector unsigned short __b, in vec_cmprg_or_0_idx_cc()
10052 vec_cmprg_or_0_idx_cc(__vector unsigned int __a, __vector unsigned int __b, in vec_cmprg_or_0_idx_cc()
10060 vec_cmpnrg(__vector unsigned char __a, __vector unsigned char __b, in vec_cmpnrg()
10066 vec_cmpnrg(__vector unsigned short __a, __vector unsigned short __b, in vec_cmpnrg()
10072 vec_cmpnrg(__vector unsigned int __a, __vector unsigned int __b, in vec_cmpnrg()
10080 vec_cmpnrg_cc(__vector unsigned char __a, __vector unsigned char __b, in vec_cmpnrg_cc()
10087 vec_cmpnrg_cc(__vector unsigned short __a, __vector unsigned short __b, in vec_cmpnrg_cc()
10094 vec_cmpnrg_cc(__vector unsigned int __a, __vector unsigned int __b, in vec_cmpnrg_cc()
10103 vec_cmpnrg_idx(__vector unsigned char __a, __vector unsigned char __b, in vec_cmpnrg_idx()
10109 vec_cmpnrg_idx(__vector unsigned short __a, __vector unsigned short __b, in vec_cmpnrg_idx()
10115 vec_cmpnrg_idx(__vector unsigned int __a, __vector unsigned int __b, in vec_cmpnrg_idx()
10123 vec_cmpnrg_idx_cc(__vector unsigned char __a, __vector unsigned char __b, in vec_cmpnrg_idx_cc()
10129 vec_cmpnrg_idx_cc(__vector unsigned short __a, __vector unsigned short __b, in vec_cmpnrg_idx_cc()
10135 vec_cmpnrg_idx_cc(__vector unsigned int __a, __vector unsigned int __b, in vec_cmpnrg_idx_cc()
10143 vec_cmpnrg_or_0_idx(__vector unsigned char __a, __vector unsigned char __b, in vec_cmpnrg_or_0_idx()
10149 vec_cmpnrg_or_0_idx(__vector unsigned short __a, __vector unsigned short __b, in vec_cmpnrg_or_0_idx()
10155 vec_cmpnrg_or_0_idx(__vector unsigned int __a, __vector unsigned int __b, in vec_cmpnrg_or_0_idx()
10164 __vector unsigned char __b, in vec_cmpnrg_or_0_idx_cc()
10171 __vector unsigned short __b, in vec_cmpnrg_or_0_idx_cc()
10178 __vector unsigned int __b, in vec_cmpnrg_or_0_idx_cc()
10186 vec_find_any_eq(__vector signed char __a, __vector signed char __b) { in vec_find_any_eq()
10193 vec_find_any_eq(__vector __bool char __a, __vector __bool char __b) { in vec_find_any_eq()
10200 vec_find_any_eq(__vector unsigned char __a, __vector unsigned char __b) { in vec_find_any_eq()
10205 vec_find_any_eq(__vector signed short __a, __vector signed short __b) { in vec_find_any_eq()
10212 vec_find_any_eq(__vector __bool short __a, __vector __bool short __b) { in vec_find_any_eq()
10219 vec_find_any_eq(__vector unsigned short __a, __vector unsigned short __b) { in vec_find_any_eq()
10224 vec_find_any_eq(__vector signed int __a, __vector signed int __b) { in vec_find_any_eq()
10231 vec_find_any_eq(__vector __bool int __a, __vector __bool int __b) { in vec_find_any_eq()
10238 vec_find_any_eq(__vector unsigned int __a, __vector unsigned int __b) { in vec_find_any_eq()
10245 vec_find_any_eq_cc(__vector signed char __a, __vector signed char __b, in vec_find_any_eq_cc()
10253 vec_find_any_eq_cc(__vector __bool char __a, __vector __bool char __b, in vec_find_any_eq_cc()
10261 vec_find_any_eq_cc(__vector unsigned char __a, __vector unsigned char __b, in vec_find_any_eq_cc()
10267 vec_find_any_eq_cc(__vector signed short __a, __vector signed short __b, in vec_find_any_eq_cc()
10275 vec_find_any_eq_cc(__vector __bool short __a, __vector __bool short __b, in vec_find_any_eq_cc()
10283 vec_find_any_eq_cc(__vector unsigned short __a, __vector unsigned short __b, in vec_find_any_eq_cc()
10289 vec_find_any_eq_cc(__vector signed int __a, __vector signed int __b, in vec_find_any_eq_cc()
10297 vec_find_any_eq_cc(__vector __bool int __a, __vector __bool int __b, in vec_find_any_eq_cc()
10305 vec_find_any_eq_cc(__vector unsigned int __a, __vector unsigned int __b, in vec_find_any_eq_cc()
10313 vec_find_any_eq_idx(__vector signed char __a, __vector signed char __b) { in vec_find_any_eq_idx()
10320 vec_find_any_eq_idx(__vector __bool char __a, __vector __bool char __b) { in vec_find_any_eq_idx()
10326 vec_find_any_eq_idx(__vector unsigned char __a, __vector unsigned char __b) { in vec_find_any_eq_idx()
10331 vec_find_any_eq_idx(__vector signed short __a, __vector signed short __b) { in vec_find_any_eq_idx()
10338 vec_find_any_eq_idx(__vector __bool short __a, __vector __bool short __b) { in vec_find_any_eq_idx()
10344 vec_find_any_eq_idx(__vector unsigned short __a, __vector unsigned short __b) { in vec_find_any_eq_idx()
10349 vec_find_any_eq_idx(__vector signed int __a, __vector signed int __b) { in vec_find_any_eq_idx()
10356 vec_find_any_eq_idx(__vector __bool int __a, __vector __bool int __b) { in vec_find_any_eq_idx()
10362 vec_find_any_eq_idx(__vector unsigned int __a, __vector unsigned int __b) { in vec_find_any_eq_idx()
10370 __vector signed char __b, int *__cc) { in vec_find_any_eq_idx_cc()
10378 __vector __bool char __b, int *__cc) { in vec_find_any_eq_idx_cc()
10385 __vector unsigned char __b, int *__cc) { in vec_find_any_eq_idx_cc()
10391 __vector signed short __b, int *__cc) { in vec_find_any_eq_idx_cc()
10399 __vector __bool short __b, int *__cc) { in vec_find_any_eq_idx_cc()
10406 __vector unsigned short __b, int *__cc) { in vec_find_any_eq_idx_cc()
10412 __vector signed int __b, int *__cc) { in vec_find_any_eq_idx_cc()
10420 __vector __bool int __b, int *__cc) { in vec_find_any_eq_idx_cc()
10427 __vector unsigned int __b, int *__cc) { in vec_find_any_eq_idx_cc()
10435 __vector signed char __b) { in vec_find_any_eq_or_0_idx()
10443 __vector __bool char __b) { in vec_find_any_eq_or_0_idx()
10450 __vector unsigned char __b) { in vec_find_any_eq_or_0_idx()
10456 __vector signed short __b) { in vec_find_any_eq_or_0_idx()
10464 __vector __bool short __b) { in vec_find_any_eq_or_0_idx()
10471 __vector unsigned short __b) { in vec_find_any_eq_or_0_idx()
10477 __vector signed int __b) { in vec_find_any_eq_or_0_idx()
10485 __vector __bool int __b) { in vec_find_any_eq_or_0_idx()
10492 __vector unsigned int __b) { in vec_find_any_eq_or_0_idx()
10500 __vector signed char __b, int *__cc) { in vec_find_any_eq_or_0_idx_cc()
10508 __vector __bool char __b, int *__cc) { in vec_find_any_eq_or_0_idx_cc()
10515 __vector unsigned char __b, int *__cc) { in vec_find_any_eq_or_0_idx_cc()
10521 __vector signed short __b, int *__cc) { in vec_find_any_eq_or_0_idx_cc()
10529 __vector __bool short __b, int *__cc) { in vec_find_any_eq_or_0_idx_cc()
10536 __vector unsigned short __b, int *__cc) { in vec_find_any_eq_or_0_idx_cc()
10542 __vector signed int __b, int *__cc) { in vec_find_any_eq_or_0_idx_cc()
10550 __vector __bool int __b, int *__cc) { in vec_find_any_eq_or_0_idx_cc()
10557 __vector unsigned int __b, int *__cc) { in vec_find_any_eq_or_0_idx_cc()
10564 vec_find_any_ne(__vector signed char __a, __vector signed char __b) { in vec_find_any_ne()
10571 vec_find_any_ne(__vector __bool char __a, __vector __bool char __b) { in vec_find_any_ne()
10578 vec_find_any_ne(__vector unsigned char __a, __vector unsigned char __b) { in vec_find_any_ne()
10583 vec_find_any_ne(__vector signed short __a, __vector signed short __b) { in vec_find_any_ne()
10590 vec_find_any_ne(__vector __bool short __a, __vector __bool short __b) { in vec_find_any_ne()
10597 vec_find_any_ne(__vector unsigned short __a, __vector unsigned short __b) { in vec_find_any_ne()
10602 vec_find_any_ne(__vector signed int __a, __vector signed int __b) { in vec_find_any_ne()
10609 vec_find_any_ne(__vector __bool int __a, __vector __bool int __b) { in vec_find_any_ne()
10616 vec_find_any_ne(__vector unsigned int __a, __vector unsigned int __b) { in vec_find_any_ne()
10624 __vector signed char __b, int *__cc) { in vec_find_any_ne_cc()
10632 __vector __bool char __b, int *__cc) { in vec_find_any_ne_cc()
10640 __vector unsigned char __b, int *__cc) { in vec_find_any_ne_cc()
10646 __vector signed short __b, int *__cc) { in vec_find_any_ne_cc()
10654 __vector __bool short __b, int *__cc) { in vec_find_any_ne_cc()
10662 __vector unsigned short __b, int *__cc) { in vec_find_any_ne_cc()
10668 __vector signed int __b, int *__cc) { in vec_find_any_ne_cc()
10676 __vector __bool int __b, int *__cc) { in vec_find_any_ne_cc()
10684 __vector unsigned int __b, int *__cc) { in vec_find_any_ne_cc()
10691 vec_find_any_ne_idx(__vector signed char __a, __vector signed char __b) { in vec_find_any_ne_idx()
10698 vec_find_any_ne_idx(__vector __bool char __a, __vector __bool char __b) { in vec_find_any_ne_idx()
10704 vec_find_any_ne_idx(__vector unsigned char __a, __vector unsigned char __b) { in vec_find_any_ne_idx()
10709 vec_find_any_ne_idx(__vector signed short __a, __vector signed short __b) { in vec_find_any_ne_idx()
10716 vec_find_any_ne_idx(__vector __bool short __a, __vector __bool short __b) { in vec_find_any_ne_idx()
10722 vec_find_any_ne_idx(__vector unsigned short __a, __vector unsigned short __b) { in vec_find_any_ne_idx()
10727 vec_find_any_ne_idx(__vector signed int __a, __vector signed int __b) { in vec_find_any_ne_idx()
10734 vec_find_any_ne_idx(__vector __bool int __a, __vector __bool int __b) { in vec_find_any_ne_idx()
10740 vec_find_any_ne_idx(__vector unsigned int __a, __vector unsigned int __b) { in vec_find_any_ne_idx()
10748 __vector signed char __b, int *__cc) { in vec_find_any_ne_idx_cc()
10756 __vector __bool char __b, int *__cc) { in vec_find_any_ne_idx_cc()
10763 __vector unsigned char __b, in vec_find_any_ne_idx_cc()
10770 __vector signed short __b, int *__cc) { in vec_find_any_ne_idx_cc()
10778 __vector __bool short __b, int *__cc) { in vec_find_any_ne_idx_cc()
10785 __vector unsigned short __b, int *__cc) { in vec_find_any_ne_idx_cc()
10791 __vector signed int __b, int *__cc) { in vec_find_any_ne_idx_cc()
10799 __vector __bool int __b, int *__cc) { in vec_find_any_ne_idx_cc()
10806 __vector unsigned int __b, int *__cc) { in vec_find_any_ne_idx_cc()
10814 __vector signed char __b) { in vec_find_any_ne_or_0_idx()
10822 __vector __bool char __b) { in vec_find_any_ne_or_0_idx()
10829 __vector unsigned char __b) { in vec_find_any_ne_or_0_idx()
10835 __vector signed short __b) { in vec_find_any_ne_or_0_idx()
10843 __vector __bool short __b) { in vec_find_any_ne_or_0_idx()
10850 __vector unsigned short __b) { in vec_find_any_ne_or_0_idx()
10856 __vector signed int __b) { in vec_find_any_ne_or_0_idx()
10864 __vector __bool int __b) { in vec_find_any_ne_or_0_idx()
10871 __vector unsigned int __b) { in vec_find_any_ne_or_0_idx()
10879 __vector signed char __b, int *__cc) { in vec_find_any_ne_or_0_idx_cc()
10887 __vector __bool char __b, int *__cc) { in vec_find_any_ne_or_0_idx_cc()
10894 __vector unsigned char __b, int *__cc) { in vec_find_any_ne_or_0_idx_cc()
10900 __vector signed short __b, int *__cc) { in vec_find_any_ne_or_0_idx_cc()
10908 __vector __bool short __b, int *__cc) { in vec_find_any_ne_or_0_idx_cc()
10915 __vector unsigned short __b, int *__cc) { in vec_find_any_ne_or_0_idx_cc()
10921 __vector signed int __b, int *__cc) { in vec_find_any_ne_or_0_idx_cc()
10929 __vector __bool int __b, int *__cc) { in vec_find_any_ne_or_0_idx_cc()
10936 __vector unsigned int __b, int *__cc) { in vec_find_any_ne_or_0_idx_cc()
10945 vec_search_string_cc(__vector signed char __a, __vector signed char __b, in vec_search_string_cc()
10952 vec_search_string_cc(__vector __bool char __a, __vector __bool char __b, in vec_search_string_cc()
10959 vec_search_string_cc(__vector unsigned char __a, __vector unsigned char __b, in vec_search_string_cc()
10965 vec_search_string_cc(__vector signed short __a, __vector signed short __b, in vec_search_string_cc()
10972 vec_search_string_cc(__vector __bool short __a, __vector __bool short __b, in vec_search_string_cc()
10979 vec_search_string_cc(__vector unsigned short __a, __vector unsigned short __b, in vec_search_string_cc()
10985 vec_search_string_cc(__vector signed int __a, __vector signed int __b, in vec_search_string_cc()
10992 vec_search_string_cc(__vector __bool int __a, __vector __bool int __b, in vec_search_string_cc()
10999 vec_search_string_cc(__vector unsigned int __a, __vector unsigned int __b, in vec_search_string_cc()
11012 __vector signed char __b, in vec_search_string_until_zero_cc()
11020 __vector __bool char __b, in vec_search_string_until_zero_cc()
11028 __vector unsigned char __b, in vec_search_string_until_zero_cc()
11035 __vector signed short __b, in vec_search_string_until_zero_cc()
11043 __vector __bool short __b, in vec_search_string_until_zero_cc()
11051 __vector unsigned short __b, in vec_search_string_until_zero_cc()
11058 __vector signed int __b, in vec_search_string_until_zero_cc()
11066 __vector __bool int __b, in vec_search_string_until_zero_cc()
11074 __vector unsigned int __b, in vec_search_string_until_zero_cc()