Searched defs:__b (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Ddivdc3.c21 __divdc3(double __a, double __b, double __c, double __d) argument
[all...]
H A Ddivsc3.c21 __divsc3(float __a, float __b, float __c, float __d) argument
[all...]
H A Ddivtc3.c21 __divtc3(long double __a, long double __b, long double __c, long double __d) argument
[all...]
H A Ddivxc3.c22 __divxc3(long double __a, long double __b, long double __c, long double __d) argument
[all...]
H A Dmuldc3.c21 __muldc3(double __a, double __b, double __c, double __d) argument
[all...]
H A Dmulsc3.c21 __mulsc3(float __a, float __b, float __c, float __d) argument
[all...]
H A Dmulxc3.c23 __mulxc3(long double __a, long double __b, long double __c, long double __d) argument
[all...]
/freebsd-11.0-release/contrib/libstdc++/include/bits/
H A Dstl_pair.h84 pair(const _T1& __a, const _T2& __b) argument
H A Dboost_concept_check.h181 void __const_constraints(const _Tp& __b) { argument
201 _Tp __b; member in struct:_CopyConstructibleConcept
213 void __const_constraints(const _Tp& __b) { argument
250 _Tp __a, __b; member in struct:_EqualityComparableConcept
[all...]
H A Dstl_algobase.h93 swap(_Tp& __a, _Tp& __b) argument
111 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) argument
126 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) argument
143 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) argument
182 min(const _Tp& __a, const _Tp& __b) argument
204 max(const _Tp& __a, const _Tp& __b) argument
226 min(const _Tp& __a, const _Tp& __b, _Compare __comp) argument
246 max(const _Tp& __a, const _Tp& __b, _Compare __comp) argument
[all...]
H A Dstreambuf_iterator.h195 operator ==(const istreambuf_iterator<_CharT, _Traits>& __a, const istreambuf_iterator<_CharT, _Traits>& __b) argument
201 operator !=(const istreambuf_iterator<_CharT, _Traits>& __a, const istreambuf_iterator<_CharT, _Traits>& __b) argument
H A Dvalarray_array.h81 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e) argument
93 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e) argument
99 __valarray_default_construct(_Tp* __restrict__ __b, _Tp* __restrict__ __e) argument
113 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) argument
124 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) argument
133 __valarray_fill_construct(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) argument
149 _S_do_it(const _Tp* __restrict__ __b, const _Tp* __restrict__ __e, _Tp* __restrict__ __o) argument
161 _S_do_it(const _Tp* __restrict__ __b, const _Tp* __restrict__ __e, _Tp* __restrict__ __o) argument
168 __valarray_copy_construct(const _Tp* __restrict__ __b, const _Tp* __restrict__ __e, _Tp* __restrict__ __o) argument
213 __valarray_destroy_elements(_Tp* __restrict__ __b, _Tp* __restrict__ __e) argument
258 _S_do_it(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b) argument
269 _S_do_it(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b) argument
276 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b) argument
285 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, size_t __s, _Tp* __restrict__ __b) argument
295 __valarray_copy(const _Tp* __restrict__ __a, _Tp* __restrict__ __b, size_t __n, size_t __s) argument
316 __valarray_copy(const _Tp* __restrict__ __a, const size_t* __restrict__ __i, _Tp* __restrict__ __b, size_t __n) argument
327 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b, const size_t* __restrict__ __i) argument
431 __valarray_copy_construct(_Array<_Tp> __a, _Array<size_t> __i, _Array<_Tp> __b, size_t __n) argument
439 __valarray_copy_construct(_Array<_Tp> __a, size_t __n, size_t __s, _Array<_Tp> __b) argument
462 __valarray_copy(_Array<_Tp> __a, size_t __n, _Array<_Tp> __b) argument
468 __valarray_copy(_Array<_Tp> __a, size_t __n, size_t __s, _Array<_Tp> __b) argument
474 __valarray_copy(_Array<_Tp> __a, _Array<_Tp> __b, size_t __n, size_t __s) argument
481 __valarray_copy(_Array<_Tp> __a, size_t __n, size_t __s1, _Array<_Tp> __b, size_t __s2) argument
488 __valarray_copy(_Array<_Tp> __a, _Array<size_t> __i, _Array<_Tp> __b, size_t __n) argument
495 __valarray_copy(_Array<_Tp> __a, size_t __n, _Array<_Tp> __b, _Array<size_t> __i) argument
528 _Array(const _Tp* __restrict__ __b, size_t __s) argument
[all...]
H A Dios_base.h79 operator&(_Ios_Fmtflags __a, _Ios_Fmtflags __b) argument
83 operator|(_Ios_Fmtflags __a, _Ios_Fmtflags __b) argument
87 operator^(_Ios_Fmtflags __a, _Ios_Fmtflags __b) argument
91 operator|=(_Ios_Fmtflags& __a, _Ios_Fmtflags __b) argument
95 operator&=(_Ios_Fmtflags& __a, _Ios_Fmtflags __b) argument
99 operator ^=(_Ios_Fmtflags& __a, _Ios_Fmtflags __b) argument
119 operator &(_Ios_Openmode __a, _Ios_Openmode __b) argument
123 operator |(_Ios_Openmode __a, _Ios_Openmode __b) argument
127 operator ^(_Ios_Openmode __a, _Ios_Openmode __b) argument
131 operator |=(_Ios_Openmode& __a, _Ios_Openmode __b) argument
135 operator &=(_Ios_Openmode& __a, _Ios_Openmode __b) argument
139 operator ^=(_Ios_Openmode& __a, _Ios_Openmode __b) argument
157 operator &(_Ios_Iostate __a, _Ios_Iostate __b) argument
161 operator |(_Ios_Iostate __a, _Ios_Iostate __b) argument
165 operator ^(_Ios_Iostate __a, _Ios_Iostate __b) argument
169 operator |=(_Ios_Iostate& __a, _Ios_Iostate __b) argument
173 operator &=(_Ios_Iostate& __a, _Ios_Iostate __b) argument
177 operator ^=(_Ios_Iostate& __a, _Ios_Iostate __b) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dpmmintrin.h39 _mm_addsub_ps(__m128 __a, __m128 __b) argument
45 _mm_hadd_ps(__m128 __a, __m128 __b) argument
51 _mm_hsub_ps(__m128 __a, __m128 __b) argument
69 _mm_addsub_pd(__m128d __a, __m128d __b) argument
75 _mm_hadd_pd(__m128d __a, __m128d __b) argument
81 _mm_hsub_pd(__m128d __a, __m128d __b) argument
[all...]
H A Dtmmintrin.h76 _mm_hadd_epi16(__m128i __a, __m128i __b) argument
82 _mm_hadd_epi32(__m128i __a, __m128i __b) argument
88 _mm_hadd_pi16(__m64 __a, __m64 __b) argument
94 _mm_hadd_pi32(__m64 __a, __m64 __b) argument
100 _mm_hadds_epi16(__m128i __a, __m128i __b) argument
106 _mm_hadds_pi16(__m64 __a, __m64 __b) argument
112 _mm_hsub_epi16(__m128i __a, __m128i __b) argument
118 _mm_hsub_epi32(__m128i __a, __m128i __b) argument
124 _mm_hsub_pi16(__m64 __a, __m64 __b) argument
130 _mm_hsub_pi32(__m64 __a, __m64 __b) argument
136 _mm_hsubs_epi16(__m128i __a, __m128i __b) argument
142 _mm_hsubs_pi16(__m64 __a, __m64 __b) argument
148 _mm_maddubs_epi16(__m128i __a, __m128i __b) argument
154 _mm_maddubs_pi16(__m64 __a, __m64 __b) argument
160 _mm_mulhrs_epi16(__m128i __a, __m128i __b) argument
166 _mm_mulhrs_pi16(__m64 __a, __m64 __b) argument
172 _mm_shuffle_epi8(__m128i __a, __m128i __b) argument
178 _mm_shuffle_pi8(__m64 __a, __m64 __b) argument
184 _mm_sign_epi8(__m128i __a, __m128i __b) argument
190 _mm_sign_epi16(__m128i __a, __m128i __b) argument
196 _mm_sign_epi32(__m128i __a, __m128i __b) argument
202 _mm_sign_pi8(__m64 __a, __m64 __b) argument
208 _mm_sign_pi16(__m64 __a, __m64 __b) argument
214 _mm_sign_pi32(__m64 __a, __m64 __b) argument
[all...]
H A Dmmintrin.h417 _mm_set1_pi8(char __b) argument
H A Davx2intrin.h56 _mm256_packs_epi16(__m256i __a, __m256i __b) argument
62 _mm256_packs_epi32(__m256i __a, __m256i __b) argument
68 _mm256_packus_epi16(__m256i __a, __m256i __b) argument
80 _mm256_add_epi8(__m256i __a, __m256i __b) argument
86 _mm256_add_epi16(__m256i __a, __m256i __b) argument
92 _mm256_add_epi32(__m256i __a, __m256i __b) argument
98 _mm256_add_epi64(__m256i __a, __m256i __b) argument
104 _mm256_adds_epi8(__m256i __a, __m256i __b) argument
110 _mm256_adds_epi16(__m256i __a, __m256i __b) argument
116 _mm256_adds_epu8(__m256i __a, __m256i __b) argument
122 _mm256_adds_epu16(__m256i __a, __m256i __b) argument
132 _mm256_and_si256(__m256i __a, __m256i __b) argument
138 _mm256_andnot_si256(__m256i __a, __m256i __b) argument
144 _mm256_avg_epu8(__m256i __a, __m256i __b) argument
150 _mm256_avg_epu16(__m256i __a, __m256i __b) argument
183 _mm256_cmpeq_epi8(__m256i __a, __m256i __b) argument
189 _mm256_cmpeq_epi16(__m256i __a, __m256i __b) argument
195 _mm256_cmpeq_epi32(__m256i __a, __m256i __b) argument
201 _mm256_cmpeq_epi64(__m256i __a, __m256i __b) argument
207 _mm256_cmpgt_epi8(__m256i __a, __m256i __b) argument
215 _mm256_cmpgt_epi16(__m256i __a, __m256i __b) argument
221 _mm256_cmpgt_epi32(__m256i __a, __m256i __b) argument
227 _mm256_cmpgt_epi64(__m256i __a, __m256i __b) argument
233 _mm256_hadd_epi16(__m256i __a, __m256i __b) argument
239 _mm256_hadd_epi32(__m256i __a, __m256i __b) argument
245 _mm256_hadds_epi16(__m256i __a, __m256i __b) argument
251 _mm256_hsub_epi16(__m256i __a, __m256i __b) argument
257 _mm256_hsub_epi32(__m256i __a, __m256i __b) argument
263 _mm256_hsubs_epi16(__m256i __a, __m256i __b) argument
269 _mm256_maddubs_epi16(__m256i __a, __m256i __b) argument
275 _mm256_madd_epi16(__m256i __a, __m256i __b) argument
281 _mm256_max_epi8(__m256i __a, __m256i __b) argument
287 _mm256_max_epi16(__m256i __a, __m256i __b) argument
293 _mm256_max_epi32(__m256i __a, __m256i __b) argument
299 _mm256_max_epu8(__m256i __a, __m256i __b) argument
305 _mm256_max_epu16(__m256i __a, __m256i __b) argument
311 _mm256_max_epu32(__m256i __a, __m256i __b) argument
317 _mm256_min_epi8(__m256i __a, __m256i __b) argument
323 _mm256_min_epi16(__m256i __a, __m256i __b) argument
329 _mm256_min_epi32(__m256i __a, __m256i __b) argument
335 _mm256_min_epu8(__m256i __a, __m256i __b) argument
341 _mm256_min_epu16(__m256i __a, __m256i __b) argument
347 _mm256_min_epu32(__m256i __a, __m256i __b) argument
431 _mm256_mul_epi32(__m256i __a, __m256i __b) argument
437 _mm256_mulhrs_epi16(__m256i __a, __m256i __b) argument
443 _mm256_mulhi_epu16(__m256i __a, __m256i __b) argument
449 _mm256_mulhi_epi16(__m256i __a, __m256i __b) argument
455 _mm256_mullo_epi16(__m256i __a, __m256i __b) argument
461 _mm256_mullo_epi32(__m256i __a, __m256i __b) argument
467 _mm256_mul_epu32(__m256i __a, __m256i __b) argument
473 _mm256_or_si256(__m256i __a, __m256i __b) argument
479 _mm256_sad_epu8(__m256i __a, __m256i __b) argument
485 _mm256_shuffle_epi8(__m256i __a, __m256i __b) argument
527 _mm256_sign_epi8(__m256i __a, __m256i __b) argument
533 _mm256_sign_epi16(__m256i __a, __m256i __b) argument
539 _mm256_sign_epi32(__m256i __a, __m256i __b) argument
651 _mm256_sub_epi8(__m256i __a, __m256i __b) argument
657 _mm256_sub_epi16(__m256i __a, __m256i __b) argument
663 _mm256_sub_epi32(__m256i __a, __m256i __b) argument
669 _mm256_sub_epi64(__m256i __a, __m256i __b) argument
675 _mm256_subs_epi8(__m256i __a, __m256i __b) argument
681 _mm256_subs_epi16(__m256i __a, __m256i __b) argument
687 _mm256_subs_epu8(__m256i __a, __m256i __b) argument
693 _mm256_subs_epu16(__m256i __a, __m256i __b) argument
699 _mm256_unpackhi_epi8(__m256i __a, __m256i __b) argument
705 _mm256_unpackhi_epi16(__m256i __a, __m256i __b) argument
711 _mm256_unpackhi_epi32(__m256i __a, __m256i __b) argument
717 _mm256_unpackhi_epi64(__m256i __a, __m256i __b) argument
723 _mm256_unpacklo_epi8(__m256i __a, __m256i __b) argument
729 _mm256_unpacklo_epi16(__m256i __a, __m256i __b) argument
735 _mm256_unpacklo_epi32(__m256i __a, __m256i __b) argument
741 _mm256_unpacklo_epi64(__m256i __a, __m256i __b) argument
747 _mm256_xor_si256(__m256i __a, __m256i __b) argument
858 _mm256_permutevar8x32_epi32(__m256i __a, __m256i __b) argument
870 _mm256_permutevar8x32_ps(__m256 __a, __m256i __b) argument
[all...]
H A Davx512bwintrin.h62 _mm512_cmpeq_epi8_mask(__m512i __a, __m512i __b) { argument
68 _mm512_mask_cmpeq_epi8_mask(__mmask64 __u, __m512i __a, __m512i __b) { argument
74 _mm512_cmpeq_epu8_mask(__m512i __a, __m512i __b) { argument
80 _mm512_mask_cmpeq_epu8_mask(__mmask64 __u, __m512i __a, __m512i __b) { argument
86 _mm512_cmpeq_epi16_mask(__m512i __a, __m512i __b) { argument
92 _mm512_mask_cmpeq_epi16_mask(__mmask32 __u, __m512i __a, __m512i __b) argument
98 _mm512_cmpeq_epu16_mask(__m512i __a, __m512i __b) argument
104 _mm512_mask_cmpeq_epu16_mask(__mmask32 __u, __m512i __a, __m512i __b) argument
110 _mm512_cmpge_epi8_mask(__m512i __a, __m512i __b) argument
116 _mm512_mask_cmpge_epi8_mask(__mmask64 __u, __m512i __a, __m512i __b) argument
122 _mm512_cmpge_epu8_mask(__m512i __a, __m512i __b) argument
128 _mm512_mask_cmpge_epu8_mask(__mmask64 __u, __m512i __a, __m512i __b) argument
134 _mm512_cmpge_epi16_mask(__m512i __a, __m512i __b) argument
140 _mm512_mask_cmpge_epi16_mask(__mmask32 __u, __m512i __a, __m512i __b) argument
146 _mm512_cmpge_epu16_mask(__m512i __a, __m512i __b) argument
152 _mm512_mask_cmpge_epu16_mask(__mmask32 __u, __m512i __a, __m512i __b) argument
158 _mm512_cmpgt_epi8_mask(__m512i __a, __m512i __b) argument
164 _mm512_mask_cmpgt_epi8_mask(__mmask64 __u, __m512i __a, __m512i __b) argument
170 _mm512_cmpgt_epu8_mask(__m512i __a, __m512i __b) argument
176 _mm512_mask_cmpgt_epu8_mask(__mmask64 __u, __m512i __a, __m512i __b) argument
182 _mm512_cmpgt_epi16_mask(__m512i __a, __m512i __b) argument
188 _mm512_mask_cmpgt_epi16_mask(__mmask32 __u, __m512i __a, __m512i __b) argument
194 _mm512_cmpgt_epu16_mask(__m512i __a, __m512i __b) argument
200 _mm512_mask_cmpgt_epu16_mask(__mmask32 __u, __m512i __a, __m512i __b) argument
206 _mm512_cmple_epi8_mask(__m512i __a, __m512i __b) argument
212 _mm512_mask_cmple_epi8_mask(__mmask64 __u, __m512i __a, __m512i __b) argument
218 _mm512_cmple_epu8_mask(__m512i __a, __m512i __b) argument
224 _mm512_mask_cmple_epu8_mask(__mmask64 __u, __m512i __a, __m512i __b) argument
230 _mm512_cmple_epi16_mask(__m512i __a, __m512i __b) argument
236 _mm512_mask_cmple_epi16_mask(__mmask32 __u, __m512i __a, __m512i __b) argument
242 _mm512_cmple_epu16_mask(__m512i __a, __m512i __b) argument
248 _mm512_mask_cmple_epu16_mask(__mmask32 __u, __m512i __a, __m512i __b) argument
254 _mm512_cmplt_epi8_mask(__m512i __a, __m512i __b) argument
260 _mm512_mask_cmplt_epi8_mask(__mmask64 __u, __m512i __a, __m512i __b) argument
266 _mm512_cmplt_epu8_mask(__m512i __a, __m512i __b) argument
272 _mm512_mask_cmplt_epu8_mask(__mmask64 __u, __m512i __a, __m512i __b) argument
278 _mm512_cmplt_epi16_mask(__m512i __a, __m512i __b) argument
284 _mm512_mask_cmplt_epi16_mask(__mmask32 __u, __m512i __a, __m512i __b) argument
290 _mm512_cmplt_epu16_mask(__m512i __a, __m512i __b) argument
296 _mm512_mask_cmplt_epu16_mask(__mmask32 __u, __m512i __a, __m512i __b) argument
302 _mm512_cmpneq_epi8_mask(__m512i __a, __m512i __b) argument
308 _mm512_mask_cmpneq_epi8_mask(__mmask64 __u, __m512i __a, __m512i __b) argument
314 _mm512_cmpneq_epu8_mask(__m512i __a, __m512i __b) argument
320 _mm512_mask_cmpneq_epu8_mask(__mmask64 __u, __m512i __a, __m512i __b) argument
326 _mm512_cmpneq_epi16_mask(__m512i __a, __m512i __b) argument
332 _mm512_mask_cmpneq_epi16_mask(__mmask32 __u, __m512i __a, __m512i __b) argument
338 _mm512_cmpneq_epu16_mask(__m512i __a, __m512i __b) argument
344 _mm512_mask_cmpneq_epu16_mask(__mmask32 __u, __m512i __a, __m512i __b) argument
[all...]
H A Dvecintrin.h361 vec_perm(vector signed char __a, vector signed char __b, argument
368 vec_perm(vector unsigned char __a, vector unsigned char __b, argument
375 vec_perm(vector bool char __a, vector bool char __b, argument
382 vec_perm(vector signed short __a, vector signed short __b, argument
389 vec_perm(vector unsigned short __a, vector unsigned short __b, argument
396 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c) argument
403 vec_perm(vector signed int __a, vector signed int __b, vector unsigned char __c) argument
410 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c) argument
417 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) argument
424 vec_perm(vector signed long long __a, vector signed long long __b, vector unsigned char __c) argument
431 vec_perm(vector unsigned long long __a, vector unsigned long long __b, vector unsigned char __c) argument
438 vec_perm(vector bool long long __a, vector bool long long __b, vector unsigned char __c) argument
445 vec_perm(vector double __a, vector double __b, vector unsigned char __c) argument
477 vec_sel(vector signed char __a, vector signed char __b, vector unsigned char __c) argument
483 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) argument
488 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) argument
493 vec_sel(vector bool char __a, vector bool char __b, vector bool char __c) argument
498 vec_sel(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
504 vec_sel(vector unsigned char __a, vector unsigned char __b, vector bool char __c) argument
510 vec_sel(vector signed short __a, vector signed short __b, vector unsigned short __c) argument
516 vec_sel(vector signed short __a, vector signed short __b, vector bool short __c) argument
522 vec_sel(vector bool short __a, vector bool short __b, vector unsigned short __c) argument
528 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c) argument
533 vec_sel(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c) argument
539 vec_sel(vector unsigned short __a, vector unsigned short __b, vector bool short __c) argument
546 vec_sel(vector signed int __a, vector signed int __b, vector unsigned int __c) argument
552 vec_sel(vector signed int __a, vector signed int __b, vector bool int __c) argument
557 vec_sel(vector bool int __a, vector bool int __b, vector unsigned int __c) argument
562 vec_sel(vector bool int __a, vector bool int __b, vector bool int __c) argument
567 vec_sel(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) argument
573 vec_sel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) argument
578 vec_sel(vector signed long long __a, vector signed long long __b, vector unsigned long long __c) argument
585 vec_sel(vector signed long long __a, vector signed long long __b, vector bool long long __c) argument
592 vec_sel(vector bool long long __a, vector bool long long __b, vector unsigned long long __c) argument
599 vec_sel(vector bool long long __a, vector bool long long __b, vector bool long long __c) argument
605 vec_sel(vector unsigned long long __a, vector unsigned long long __b, vector unsigned long long __c) argument
611 vec_sel(vector unsigned long long __a, vector unsigned long long __b, vector bool long long __c) argument
618 vec_sel(vector double __a, vector double __b, vector unsigned long long __c) argument
624 vec_sel(vector double __a, vector double __b, vector bool long long __c) argument
1074 vec_load_pair(signed long long __a, signed long long __b) argument
1079 vec_load_pair(unsigned long long __a, unsigned long long __b) argument
1360 vec_mergeh(vector signed char __a, vector signed char __b) argument
1367 vec_mergeh(vector bool char __a, vector bool char __b) argument
1374 vec_mergeh(vector unsigned char __a, vector unsigned char __b) argument
1381 vec_mergeh(vector signed short __a, vector signed short __b) argument
1387 vec_mergeh(vector bool short __a, vector bool short __b) argument
1393 vec_mergeh(vector unsigned short __a, vector unsigned short __b) argument
1399 vec_mergeh(vector signed int __a, vector signed int __b) argument
1404 vec_mergeh(vector bool int __a, vector bool int __b) argument
1409 vec_mergeh(vector unsigned int __a, vector unsigned int __b) argument
1414 vec_mergeh(vector signed long long __a, vector signed long long __b) argument
1419 vec_mergeh(vector bool long long __a, vector bool long long __b) argument
1424 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) argument
1429 vec_mergeh(vector double __a, vector double __b) argument
1436 vec_mergel(vector signed char __a, vector signed char __b) argument
1443 vec_mergel(vector bool char __a, vector bool char __b) argument
1450 vec_mergel(vector unsigned char __a, vector unsigned char __b) argument
1457 vec_mergel(vector signed short __a, vector signed short __b) argument
1463 vec_mergel(vector bool short __a, vector bool short __b) argument
1469 vec_mergel(vector unsigned short __a, vector unsigned short __b) argument
1475 vec_mergel(vector signed int __a, vector signed int __b) argument
1480 vec_mergel(vector bool int __a, vector bool int __b) argument
1485 vec_mergel(vector unsigned int __a, vector unsigned int __b) argument
1490 vec_mergel(vector signed long long __a, vector signed long long __b) argument
1495 vec_mergel(vector bool long long __a, vector bool long long __b) argument
1500 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) argument
1505 vec_mergel(vector double __a, vector double __b) argument
1512 vec_pack(vector signed short __a, vector signed short __b) argument
1521 vec_pack(vector bool short __a, vector bool short __b) argument
1530 vec_pack(vector unsigned short __a, vector unsigned short __b) argument
1539 vec_pack(vector signed int __a, vector signed int __b) argument
1548 vec_pack(vector bool int __a, vector bool int __b) argument
1557 vec_pack(vector unsigned int __a, vector unsigned int __b) argument
1566 vec_pack(vector signed long long __a, vector signed long long __b) argument
1573 vec_pack(vector bool long long __a, vector bool long long __b) argument
1580 vec_pack(vector unsigned long long __a, vector unsigned long long __b) argument
1589 vec_packs(vector signed short __a, vector signed short __b) argument
1594 vec_packs(vector unsigned short __a, vector unsigned short __b) argument
1599 vec_packs(vector signed int __a, vector signed int __b) argument
1604 vec_packs(vector unsigned int __a, vector unsigned int __b) argument
1609 vec_packs(vector signed long long __a, vector signed long long __b) argument
1614 vec_packs(vector unsigned long long __a, vector unsigned long long __b) argument
1621 vec_packs_cc(vector signed short __a, vector signed short __b, int *__cc) argument
1626 vec_packs_cc(vector unsigned short __a, vector unsigned short __b, int *__cc) argument
1631 vec_packs_cc(vector signed int __a, vector signed int __b, int *__cc) argument
1636 vec_packs_cc(vector unsigned int __a, vector unsigned int __b, int *__cc) argument
1641 vec_packs_cc(vector signed long long __a, vector signed long long __b, int *__cc) argument
1647 vec_packs_cc(vector unsigned long long __a, vector unsigned long long __b, int *__cc) argument
1655 vec_packsu(vector signed short __a, vector signed short __b) argument
1663 vec_packsu(vector unsigned short __a, vector unsigned short __b) argument
1668 vec_packsu(vector signed int __a, vector signed int __b) argument
1676 vec_packsu(vector unsigned int __a, vector unsigned int __b) argument
1681 vec_packsu(vector signed long long __a, vector signed long long __b) argument
1691 vec_packsu(vector unsigned long long __a, vector unsigned long long __b) argument
1698 vec_packsu_cc(vector unsigned short __a, vector unsigned short __b, int *__cc) argument
1703 vec_packsu_cc(vector unsigned int __a, vector unsigned int __b, int *__cc) argument
1708 vec_packsu_cc(vector unsigned long long __a, vector unsigned long long __b, int *__cc) argument
1810 vec_cmpeq(vector bool char __a, vector bool char __b) argument
1815 vec_cmpeq(vector signed char __a, vector signed char __b) argument
1820 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) argument
1825 vec_cmpeq(vector bool short __a, vector bool short __b) argument
1830 vec_cmpeq(vector signed short __a, vector signed short __b) argument
1835 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) argument
1840 vec_cmpeq(vector bool int __a, vector bool int __b) argument
1845 vec_cmpeq(vector signed int __a, vector signed int __b) argument
1850 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) argument
1855 vec_cmpeq(vector bool long long __a, vector bool long long __b) argument
1860 vec_cmpeq(vector signed long long __a, vector signed long long __b) argument
1865 vec_cmpeq(vector unsigned long long __a, vector unsigned long long __b) argument
1870 vec_cmpeq(vector double __a, vector double __b) argument
1877 vec_cmpge(vector signed char __a, vector signed char __b) argument
1882 vec_cmpge(vector unsigned char __a, vector unsigned char __b) argument
1887 vec_cmpge(vector signed short __a, vector signed short __b) argument
1892 vec_cmpge(vector unsigned short __a, vector unsigned short __b) argument
1897 vec_cmpge(vector signed int __a, vector signed int __b) argument
1902 vec_cmpge(vector unsigned int __a, vector unsigned int __b) argument
1907 vec_cmpge(vector signed long long __a, vector signed long long __b) argument
1912 vec_cmpge(vector unsigned long long __a, vector unsigned long long __b) argument
1917 vec_cmpge(vector double __a, vector double __b) argument
1924 vec_cmpgt(vector signed char __a, vector signed char __b) argument
1929 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) argument
1934 vec_cmpgt(vector signed short __a, vector signed short __b) argument
1939 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) argument
1944 vec_cmpgt(vector signed int __a, vector signed int __b) argument
1949 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) argument
1954 vec_cmpgt(vector signed long long __a, vector signed long long __b) argument
1959 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) argument
1964 vec_cmpgt(vector double __a, vector double __b) argument
1971 vec_cmple(vector signed char __a, vector signed char __b) argument
1976 vec_cmple(vector unsigned char __a, vector unsigned char __b) argument
1981 vec_cmple(vector signed short __a, vector signed short __b) argument
1986 vec_cmple(vector unsigned short __a, vector unsigned short __b) argument
1991 vec_cmple(vector signed int __a, vector signed int __b) argument
1996 vec_cmple(vector unsigned int __a, vector unsigned int __b) argument
2001 vec_cmple(vector signed long long __a, vector signed long long __b) argument
2006 vec_cmple(vector unsigned long long __a, vector unsigned long long __b) argument
2011 vec_cmple(vector double __a, vector double __b) argument
2018 vec_cmplt(vector signed char __a, vector signed char __b) argument
2023 vec_cmplt(vector unsigned char __a, vector unsigned char __b) argument
2028 vec_cmplt(vector signed short __a, vector signed short __b) argument
2033 vec_cmplt(vector unsigned short __a, vector unsigned short __b) argument
2038 vec_cmplt(vector signed int __a, vector signed int __b) argument
2043 vec_cmplt(vector unsigned int __a, vector unsigned int __b) argument
2048 vec_cmplt(vector signed long long __a, vector signed long long __b) argument
2053 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) argument
2058 vec_cmplt(vector double __a, vector double __b) argument
2065 vec_all_eq(vector signed char __a, vector signed char __b) argument
2072 vec_all_eq(vector signed char __a, vector bool char __b) argument
2079 vec_all_eq(vector bool char __a, vector signed char __b) argument
2086 vec_all_eq(vector unsigned char __a, vector unsigned char __b) argument
2094 vec_all_eq(vector unsigned char __a, vector bool char __b) argument
2102 vec_all_eq(vector bool char __a, vector unsigned char __b) argument
2110 vec_all_eq(vector bool char __a, vector bool char __b) argument
2118 vec_all_eq(vector signed short __a, vector signed short __b) argument
2125 vec_all_eq(vector signed short __a, vector bool short __b) argument
2132 vec_all_eq(vector bool short __a, vector signed short __b) argument
2139 vec_all_eq(vector unsigned short __a, vector unsigned short __b) argument
2147 vec_all_eq(vector unsigned short __a, vector bool short __b) argument
2155 vec_all_eq(vector bool short __a, vector unsigned short __b) argument
2163 vec_all_eq(vector bool short __a, vector bool short __b) argument
2171 vec_all_eq(vector signed int __a, vector signed int __b) argument
2178 vec_all_eq(vector signed int __a, vector bool int __b) argument
2185 vec_all_eq(vector bool int __a, vector signed int __b) argument
2192 vec_all_eq(vector unsigned int __a, vector unsigned int __b) argument
2200 vec_all_eq(vector unsigned int __a, vector bool int __b) argument
2208 vec_all_eq(vector bool int __a, vector unsigned int __b) argument
2216 vec_all_eq(vector bool int __a, vector bool int __b) argument
2224 vec_all_eq(vector signed long long __a, vector signed long long __b) argument
2231 vec_all_eq(vector signed long long __a, vector bool long long __b) argument
2238 vec_all_eq(vector bool long long __a, vector signed long long __b) argument
2245 vec_all_eq(vector unsigned long long __a, vector unsigned long long __b) argument
2253 vec_all_eq(vector unsigned long long __a, vector bool long long __b) argument
2261 vec_all_eq(vector bool long long __a, vector unsigned long long __b) argument
2269 vec_all_eq(vector bool long long __a, vector bool long long __b) argument
2277 vec_all_eq(vector double __a, vector double __b) argument
2286 vec_all_ne(vector signed char __a, vector signed char __b) argument
2293 vec_all_ne(vector signed char __a, vector bool char __b) argument
2300 vec_all_ne(vector bool char __a, vector signed char __b) argument
2307 vec_all_ne(vector unsigned char __a, vector unsigned char __b) argument
2315 vec_all_ne(vector unsigned char __a, vector bool char __b) argument
2323 vec_all_ne(vector bool char __a, vector unsigned char __b) argument
2331 vec_all_ne(vector bool char __a, vector bool char __b) argument
2339 vec_all_ne(vector signed short __a, vector signed short __b) argument
2346 vec_all_ne(vector signed short __a, vector bool short __b) argument
2353 vec_all_ne(vector bool short __a, vector signed short __b) argument
2360 vec_all_ne(vector unsigned short __a, vector unsigned short __b) argument
2368 vec_all_ne(vector unsigned short __a, vector bool short __b) argument
2376 vec_all_ne(vector bool short __a, vector unsigned short __b) argument
2384 vec_all_ne(vector bool short __a, vector bool short __b) argument
2392 vec_all_ne(vector signed int __a, vector signed int __b) argument
2399 vec_all_ne(vector signed int __a, vector bool int __b) argument
2406 vec_all_ne(vector bool int __a, vector signed int __b) argument
2413 vec_all_ne(vector unsigned int __a, vector unsigned int __b) argument
2421 vec_all_ne(vector unsigned int __a, vector bool int __b) argument
2429 vec_all_ne(vector bool int __a, vector unsigned int __b) argument
2437 vec_all_ne(vector bool int __a, vector bool int __b) argument
2445 vec_all_ne(vector signed long long __a, vector signed long long __b) argument
2452 vec_all_ne(vector signed long long __a, vector bool long long __b) argument
2459 vec_all_ne(vector bool long long __a, vector signed long long __b) argument
2466 vec_all_ne(vector unsigned long long __a, vector unsigned long long __b) argument
2474 vec_all_ne(vector unsigned long long __a, vector bool long long __b) argument
2482 vec_all_ne(vector bool long long __a, vector unsigned long long __b) argument
2490 vec_all_ne(vector bool long long __a, vector bool long long __b) argument
2498 vec_all_ne(vector double __a, vector double __b) argument
2507 vec_all_ge(vector signed char __a, vector signed char __b) argument
2514 vec_all_ge(vector signed char __a, vector bool char __b) argument
2521 vec_all_ge(vector bool char __a, vector signed char __b) argument
2528 vec_all_ge(vector unsigned char __a, vector unsigned char __b) argument
2535 vec_all_ge(vector unsigned char __a, vector bool char __b) argument
2542 vec_all_ge(vector bool char __a, vector unsigned char __b) argument
2549 vec_all_ge(vector bool char __a, vector bool char __b) argument
2557 vec_all_ge(vector signed short __a, vector signed short __b) argument
2564 vec_all_ge(vector signed short __a, vector bool short __b) argument
2571 vec_all_ge(vector bool short __a, vector signed short __b) argument
2578 vec_all_ge(vector unsigned short __a, vector unsigned short __b) argument
2585 vec_all_ge(vector unsigned short __a, vector bool short __b) argument
2592 vec_all_ge(vector bool short __a, vector unsigned short __b) argument
2599 vec_all_ge(vector bool short __a, vector bool short __b) argument
2607 vec_all_ge(vector signed int __a, vector signed int __b) argument
2614 vec_all_ge(vector signed int __a, vector bool int __b) argument
2621 vec_all_ge(vector bool int __a, vector signed int __b) argument
2628 vec_all_ge(vector unsigned int __a, vector unsigned int __b) argument
2635 vec_all_ge(vector unsigned int __a, vector bool int __b) argument
2642 vec_all_ge(vector bool int __a, vector unsigned int __b) argument
2649 vec_all_ge(vector bool int __a, vector bool int __b) argument
2657 vec_all_ge(vector signed long long __a, vector signed long long __b) argument
2664 vec_all_ge(vector signed long long __a, vector bool long long __b) argument
2671 vec_all_ge(vector bool long long __a, vector signed long long __b) argument
2678 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) argument
2685 vec_all_ge(vector unsigned long long __a, vector bool long long __b) argument
2692 vec_all_ge(vector bool long long __a, vector unsigned long long __b) argument
2699 vec_all_ge(vector bool long long __a, vector bool long long __b) argument
2707 vec_all_ge(vector double __a, vector double __b) argument
2716 vec_all_gt(vector signed char __a, vector signed char __b) argument
2723 vec_all_gt(vector signed char __a, vector bool char __b) argument
2730 vec_all_gt(vector bool char __a, vector signed char __b) argument
2737 vec_all_gt(vector unsigned char __a, vector unsigned char __b) argument
2744 vec_all_gt(vector unsigned char __a, vector bool char __b) argument
2751 vec_all_gt(vector bool char __a, vector unsigned char __b) argument
2758 vec_all_gt(vector bool char __a, vector bool char __b) argument
2766 vec_all_gt(vector signed short __a, vector signed short __b) argument
2773 vec_all_gt(vector signed short __a, vector bool short __b) argument
2780 vec_all_gt(vector bool short __a, vector signed short __b) argument
2787 vec_all_gt(vector unsigned short __a, vector unsigned short __b) argument
2794 vec_all_gt(vector unsigned short __a, vector bool short __b) argument
2801 vec_all_gt(vector bool short __a, vector unsigned short __b) argument
2808 vec_all_gt(vector bool short __a, vector bool short __b) argument
2816 vec_all_gt(vector signed int __a, vector signed int __b) argument
2823 vec_all_gt(vector signed int __a, vector bool int __b) argument
2830 vec_all_gt(vector bool int __a, vector signed int __b) argument
2837 vec_all_gt(vector unsigned int __a, vector unsigned int __b) argument
2844 vec_all_gt(vector unsigned int __a, vector bool int __b) argument
2851 vec_all_gt(vector bool int __a, vector unsigned int __b) argument
2858 vec_all_gt(vector bool int __a, vector bool int __b) argument
2866 vec_all_gt(vector signed long long __a, vector signed long long __b) argument
2873 vec_all_gt(vector signed long long __a, vector bool long long __b) argument
2880 vec_all_gt(vector bool long long __a, vector signed long long __b) argument
2887 vec_all_gt(vector unsigned long long __a, vector unsigned long long __b) argument
2894 vec_all_gt(vector unsigned long long __a, vector bool long long __b) argument
2901 vec_all_gt(vector bool long long __a, vector unsigned long long __b) argument
2908 vec_all_gt(vector bool long long __a, vector bool long long __b) argument
2916 vec_all_gt(vector double __a, vector double __b) argument
2925 vec_all_le(vector signed char __a, vector signed char __b) argument
2932 vec_all_le(vector signed char __a, vector bool char __b) argument
2939 vec_all_le(vector bool char __a, vector signed char __b) argument
2946 vec_all_le(vector unsigned char __a, vector unsigned char __b) argument
2953 vec_all_le(vector unsigned char __a, vector bool char __b) argument
2960 vec_all_le(vector bool char __a, vector unsigned char __b) argument
2967 vec_all_le(vector bool char __a, vector bool char __b) argument
2975 vec_all_le(vector signed short __a, vector signed short __b) argument
2982 vec_all_le(vector signed short __a, vector bool short __b) argument
2989 vec_all_le(vector bool short __a, vector signed short __b) argument
2996 vec_all_le(vector unsigned short __a, vector unsigned short __b) argument
3003 vec_all_le(vector unsigned short __a, vector bool short __b) argument
3010 vec_all_le(vector bool short __a, vector unsigned short __b) argument
3017 vec_all_le(vector bool short __a, vector bool short __b) argument
3025 vec_all_le(vector signed int __a, vector signed int __b) argument
3032 vec_all_le(vector signed int __a, vector bool int __b) argument
3039 vec_all_le(vector bool int __a, vector signed int __b) argument
3046 vec_all_le(vector unsigned int __a, vector unsigned int __b) argument
3053 vec_all_le(vector unsigned int __a, vector bool int __b) argument
3060 vec_all_le(vector bool int __a, vector unsigned int __b) argument
3067 vec_all_le(vector bool int __a, vector bool int __b) argument
3075 vec_all_le(vector signed long long __a, vector signed long long __b) argument
3082 vec_all_le(vector signed long long __a, vector bool long long __b) argument
3089 vec_all_le(vector bool long long __a, vector signed long long __b) argument
3096 vec_all_le(vector unsigned long long __a, vector unsigned long long __b) argument
3103 vec_all_le(vector unsigned long long __a, vector bool long long __b) argument
3110 vec_all_le(vector bool long long __a, vector unsigned long long __b) argument
3117 vec_all_le(vector bool long long __a, vector bool long long __b) argument
3125 vec_all_le(vector double __a, vector double __b) argument
3134 vec_all_lt(vector signed char __a, vector signed char __b) argument
3141 vec_all_lt(vector signed char __a, vector bool char __b) argument
3148 vec_all_lt(vector bool char __a, vector signed char __b) argument
3155 vec_all_lt(vector unsigned char __a, vector unsigned char __b) argument
3162 vec_all_lt(vector unsigned char __a, vector bool char __b) argument
3169 vec_all_lt(vector bool char __a, vector unsigned char __b) argument
3176 vec_all_lt(vector bool char __a, vector bool char __b) argument
3184 vec_all_lt(vector signed short __a, vector signed short __b) argument
3191 vec_all_lt(vector signed short __a, vector bool short __b) argument
3198 vec_all_lt(vector bool short __a, vector signed short __b) argument
3205 vec_all_lt(vector unsigned short __a, vector unsigned short __b) argument
3212 vec_all_lt(vector unsigned short __a, vector bool short __b) argument
3219 vec_all_lt(vector bool short __a, vector unsigned short __b) argument
3226 vec_all_lt(vector bool short __a, vector bool short __b) argument
3234 vec_all_lt(vector signed int __a, vector signed int __b) argument
3241 vec_all_lt(vector signed int __a, vector bool int __b) argument
3248 vec_all_lt(vector bool int __a, vector signed int __b) argument
3255 vec_all_lt(vector unsigned int __a, vector unsigned int __b) argument
3262 vec_all_lt(vector unsigned int __a, vector bool int __b) argument
3269 vec_all_lt(vector bool int __a, vector unsigned int __b) argument
3276 vec_all_lt(vector bool int __a, vector bool int __b) argument
3284 vec_all_lt(vector signed long long __a, vector signed long long __b) argument
3291 vec_all_lt(vector signed long long __a, vector bool long long __b) argument
3298 vec_all_lt(vector bool long long __a, vector signed long long __b) argument
3305 vec_all_lt(vector unsigned long long __a, vector unsigned long long __b) argument
3312 vec_all_lt(vector unsigned long long __a, vector bool long long __b) argument
3319 vec_all_lt(vector bool long long __a, vector unsigned long long __b) argument
3326 vec_all_lt(vector bool long long __a, vector bool long long __b) argument
3334 vec_all_lt(vector double __a, vector double __b) argument
3343 vec_all_nge(vector double __a, vector double __b) argument
3352 vec_all_ngt(vector double __a, vector double __b) argument
3361 vec_all_nle(vector double __a, vector double __b) argument
3370 vec_all_nlt(vector double __a, vector double __b) argument
3397 vec_any_eq(vector signed char __a, vector signed char __b) argument
3404 vec_any_eq(vector signed char __a, vector bool char __b) argument
3411 vec_any_eq(vector bool char __a, vector signed char __b) argument
3418 vec_any_eq(vector unsigned char __a, vector unsigned char __b) argument
3426 vec_any_eq(vector unsigned char __a, vector bool char __b) argument
3434 vec_any_eq(vector bool char __a, vector unsigned char __b) argument
3442 vec_any_eq(vector bool char __a, vector bool char __b) argument
3450 vec_any_eq(vector signed short __a, vector signed short __b) argument
3457 vec_any_eq(vector signed short __a, vector bool short __b) argument
3464 vec_any_eq(vector bool short __a, vector signed short __b) argument
3471 vec_any_eq(vector unsigned short __a, vector unsigned short __b) argument
3479 vec_any_eq(vector unsigned short __a, vector bool short __b) argument
3487 vec_any_eq(vector bool short __a, vector unsigned short __b) argument
3495 vec_any_eq(vector bool short __a, vector bool short __b) argument
3503 vec_any_eq(vector signed int __a, vector signed int __b) argument
3510 vec_any_eq(vector signed int __a, vector bool int __b) argument
3517 vec_any_eq(vector bool int __a, vector signed int __b) argument
3524 vec_any_eq(vector unsigned int __a, vector unsigned int __b) argument
3532 vec_any_eq(vector unsigned int __a, vector bool int __b) argument
3540 vec_any_eq(vector bool int __a, vector unsigned int __b) argument
3548 vec_any_eq(vector bool int __a, vector bool int __b) argument
3556 vec_any_eq(vector signed long long __a, vector signed long long __b) argument
3563 vec_any_eq(vector signed long long __a, vector bool long long __b) argument
3570 vec_any_eq(vector bool long long __a, vector signed long long __b) argument
3577 vec_any_eq(vector unsigned long long __a, vector unsigned long long __b) argument
3585 vec_any_eq(vector unsigned long long __a, vector bool long long __b) argument
3593 vec_any_eq(vector bool long long __a, vector unsigned long long __b) argument
3601 vec_any_eq(vector bool long long __a, vector bool long long __b) argument
3609 vec_any_eq(vector double __a, vector double __b) argument
3618 vec_any_ne(vector signed char __a, vector signed char __b) argument
3625 vec_any_ne(vector signed char __a, vector bool char __b) argument
3632 vec_any_ne(vector bool char __a, vector signed char __b) argument
3639 vec_any_ne(vector unsigned char __a, vector unsigned char __b) argument
3647 vec_any_ne(vector unsigned char __a, vector bool char __b) argument
3655 vec_any_ne(vector bool char __a, vector unsigned char __b) argument
3663 vec_any_ne(vector bool char __a, vector bool char __b) argument
3671 vec_any_ne(vector signed short __a, vector signed short __b) argument
3678 vec_any_ne(vector signed short __a, vector bool short __b) argument
3685 vec_any_ne(vector bool short __a, vector signed short __b) argument
3692 vec_any_ne(vector unsigned short __a, vector unsigned short __b) argument
3700 vec_any_ne(vector unsigned short __a, vector bool short __b) argument
3708 vec_any_ne(vector bool short __a, vector unsigned short __b) argument
3716 vec_any_ne(vector bool short __a, vector bool short __b) argument
3724 vec_any_ne(vector signed int __a, vector signed int __b) argument
3731 vec_any_ne(vector signed int __a, vector bool int __b) argument
3738 vec_any_ne(vector bool int __a, vector signed int __b) argument
3745 vec_any_ne(vector unsigned int __a, vector unsigned int __b) argument
3753 vec_any_ne(vector unsigned int __a, vector bool int __b) argument
3761 vec_any_ne(vector bool int __a, vector unsigned int __b) argument
3769 vec_any_ne(vector bool int __a, vector bool int __b) argument
3777 vec_any_ne(vector signed long long __a, vector signed long long __b) argument
3784 vec_any_ne(vector signed long long __a, vector bool long long __b) argument
3791 vec_any_ne(vector bool long long __a, vector signed long long __b) argument
3798 vec_any_ne(vector unsigned long long __a, vector unsigned long long __b) argument
3806 vec_any_ne(vector unsigned long long __a, vector bool long long __b) argument
3814 vec_any_ne(vector bool long long __a, vector unsigned long long __b) argument
3822 vec_any_ne(vector bool long long __a, vector bool long long __b) argument
3830 vec_any_ne(vector double __a, vector double __b) argument
3839 vec_any_ge(vector signed char __a, vector signed char __b) argument
3846 vec_any_ge(vector signed char __a, vector bool char __b) argument
3853 vec_any_ge(vector bool char __a, vector signed char __b) argument
3860 vec_any_ge(vector unsigned char __a, vector unsigned char __b) argument
3867 vec_any_ge(vector unsigned char __a, vector bool char __b) argument
3874 vec_any_ge(vector bool char __a, vector unsigned char __b) argument
3881 vec_any_ge(vector bool char __a, vector bool char __b) argument
3889 vec_any_ge(vector signed short __a, vector signed short __b) argument
3896 vec_any_ge(vector signed short __a, vector bool short __b) argument
3903 vec_any_ge(vector bool short __a, vector signed short __b) argument
3910 vec_any_ge(vector unsigned short __a, vector unsigned short __b) argument
3917 vec_any_ge(vector unsigned short __a, vector bool short __b) argument
3924 vec_any_ge(vector bool short __a, vector unsigned short __b) argument
3931 vec_any_ge(vector bool short __a, vector bool short __b) argument
3939 vec_any_ge(vector signed int __a, vector signed int __b) argument
3946 vec_any_ge(vector signed int __a, vector bool int __b) argument
3953 vec_any_ge(vector bool int __a, vector signed int __b) argument
3960 vec_any_ge(vector unsigned int __a, vector unsigned int __b) argument
3967 vec_any_ge(vector unsigned int __a, vector bool int __b) argument
3974 vec_any_ge(vector bool int __a, vector unsigned int __b) argument
3981 vec_any_ge(vector bool int __a, vector bool int __b) argument
3989 vec_any_ge(vector signed long long __a, vector signed long long __b) argument
3996 vec_any_ge(vector signed long long __a, vector bool long long __b) argument
4003 vec_any_ge(vector bool long long __a, vector signed long long __b) argument
4010 vec_any_ge(vector unsigned long long __a, vector unsigned long long __b) argument
4017 vec_any_ge(vector unsigned long long __a, vector bool long long __b) argument
4024 vec_any_ge(vector bool long long __a, vector unsigned long long __b) argument
4031 vec_any_ge(vector bool long long __a, vector bool long long __b) argument
4039 vec_any_ge(vector double __a, vector double __b) argument
4048 vec_any_gt(vector signed char __a, vector signed char __b) argument
4055 vec_any_gt(vector signed char __a, vector bool char __b) argument
4062 vec_any_gt(vector bool char __a, vector signed char __b) argument
4069 vec_any_gt(vector unsigned char __a, vector unsigned char __b) argument
4076 vec_any_gt(vector unsigned char __a, vector bool char __b) argument
4083 vec_any_gt(vector bool char __a, vector unsigned char __b) argument
4090 vec_any_gt(vector bool char __a, vector bool char __b) argument
4098 vec_any_gt(vector signed short __a, vector signed short __b) argument
4105 vec_any_gt(vector signed short __a, vector bool short __b) argument
4112 vec_any_gt(vector bool short __a, vector signed short __b) argument
4119 vec_any_gt(vector unsigned short __a, vector unsigned short __b) argument
4126 vec_any_gt(vector unsigned short __a, vector bool short __b) argument
4133 vec_any_gt(vector bool short __a, vector unsigned short __b) argument
4140 vec_any_gt(vector bool short __a, vector bool short __b) argument
4148 vec_any_gt(vector signed int __a, vector signed int __b) argument
4155 vec_any_gt(vector signed int __a, vector bool int __b) argument
4162 vec_any_gt(vector bool int __a, vector signed int __b) argument
4169 vec_any_gt(vector unsigned int __a, vector unsigned int __b) argument
4176 vec_any_gt(vector unsigned int __a, vector bool int __b) argument
4183 vec_any_gt(vector bool int __a, vector unsigned int __b) argument
4190 vec_any_gt(vector bool int __a, vector bool int __b) argument
4198 vec_any_gt(vector signed long long __a, vector signed long long __b) argument
4205 vec_any_gt(vector signed long long __a, vector bool long long __b) argument
4212 vec_any_gt(vector bool long long __a, vector signed long long __b) argument
4219 vec_any_gt(vector unsigned long long __a, vector unsigned long long __b) argument
4226 vec_any_gt(vector unsigned long long __a, vector bool long long __b) argument
4233 vec_any_gt(vector bool long long __a, vector unsigned long long __b) argument
4240 vec_any_gt(vector bool long long __a, vector bool long long __b) argument
4248 vec_any_gt(vector double __a, vector double __b) argument
4257 vec_any_le(vector signed char __a, vector signed char __b) argument
4264 vec_any_le(vector signed char __a, vector bool char __b) argument
4271 vec_any_le(vector bool char __a, vector signed char __b) argument
4278 vec_any_le(vector unsigned char __a, vector unsigned char __b) argument
4285 vec_any_le(vector unsigned char __a, vector bool char __b) argument
4292 vec_any_le(vector bool char __a, vector unsigned char __b) argument
4299 vec_any_le(vector bool char __a, vector bool char __b) argument
4307 vec_any_le(vector signed short __a, vector signed short __b) argument
4314 vec_any_le(vector signed short __a, vector bool short __b) argument
4321 vec_any_le(vector bool short __a, vector signed short __b) argument
4328 vec_any_le(vector unsigned short __a, vector unsigned short __b) argument
4335 vec_any_le(vector unsigned short __a, vector bool short __b) argument
4342 vec_any_le(vector bool short __a, vector unsigned short __b) argument
4349 vec_any_le(vector bool short __a, vector bool short __b) argument
4357 vec_any_le(vector signed int __a, vector signed int __b) argument
4364 vec_any_le(vector signed int __a, vector bool int __b) argument
4371 vec_any_le(vector bool int __a, vector signed int __b) argument
4378 vec_any_le(vector unsigned int __a, vector unsigned int __b) argument
4385 vec_any_le(vector unsigned int __a, vector bool int __b) argument
4392 vec_any_le(vector bool int __a, vector unsigned int __b) argument
4399 vec_any_le(vector bool int __a, vector bool int __b) argument
4407 vec_any_le(vector signed long long __a, vector signed long long __b) argument
4414 vec_any_le(vector signed long long __a, vector bool long long __b) argument
4421 vec_any_le(vector bool long long __a, vector signed long long __b) argument
4428 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) argument
4435 vec_any_le(vector unsigned long long __a, vector bool long long __b) argument
4442 vec_any_le(vector bool long long __a, vector unsigned long long __b) argument
4449 vec_any_le(vector bool long long __a, vector bool long long __b) argument
4457 vec_any_le(vector double __a, vector double __b) argument
4466 vec_any_lt(vector signed char __a, vector signed char __b) argument
4473 vec_any_lt(vector signed char __a, vector bool char __b) argument
4480 vec_any_lt(vector bool char __a, vector signed char __b) argument
4487 vec_any_lt(vector unsigned char __a, vector unsigned char __b) argument
4494 vec_any_lt(vector unsigned char __a, vector bool char __b) argument
4501 vec_any_lt(vector bool char __a, vector unsigned char __b) argument
4508 vec_any_lt(vector bool char __a, vector bool char __b) argument
4516 vec_any_lt(vector signed short __a, vector signed short __b) argument
4523 vec_any_lt(vector signed short __a, vector bool short __b) argument
4530 vec_any_lt(vector bool short __a, vector signed short __b) argument
4537 vec_any_lt(vector unsigned short __a, vector unsigned short __b) argument
4544 vec_any_lt(vector unsigned short __a, vector bool short __b) argument
4551 vec_any_lt(vector bool short __a, vector unsigned short __b) argument
4558 vec_any_lt(vector bool short __a, vector bool short __b) argument
4566 vec_any_lt(vector signed int __a, vector signed int __b) argument
4573 vec_any_lt(vector signed int __a, vector bool int __b) argument
4580 vec_any_lt(vector bool int __a, vector signed int __b) argument
4587 vec_any_lt(vector unsigned int __a, vector unsigned int __b) argument
4594 vec_any_lt(vector unsigned int __a, vector bool int __b) argument
4601 vec_any_lt(vector bool int __a, vector unsigned int __b) argument
4608 vec_any_lt(vector bool int __a, vector bool int __b) argument
4616 vec_any_lt(vector signed long long __a, vector signed long long __b) argument
4623 vec_any_lt(vector signed long long __a, vector bool long long __b) argument
4630 vec_any_lt(vector bool long long __a, vector signed long long __b) argument
4637 vec_any_lt(vector unsigned long long __a, vector unsigned long long __b) argument
4644 vec_any_lt(vector unsigned long long __a, vector bool long long __b) argument
4651 vec_any_lt(vector bool long long __a, vector unsigned long long __b) argument
4658 vec_any_lt(vector bool long long __a, vector bool long long __b) argument
4666 vec_any_lt(vector double __a, vector double __b) argument
4675 vec_any_nge(vector double __a, vector double __b) argument
4684 vec_any_ngt(vector double __a, vector double __b) argument
4693 vec_any_nle(vector double __a, vector double __b) argument
4702 vec_any_nlt(vector double __a, vector double __b) argument
4729 vec_andc(vector bool char __a, vector bool char __b) argument
4734 vec_andc(vector signed char __a, vector signed char __b) argument
4739 vec_andc(vector bool char __a, vector signed char __b) argument
4744 vec_andc(vector signed char __a, vector bool char __b) argument
4749 vec_andc(vector unsigned char __a, vector unsigned char __b) argument
4754 vec_andc(vector bool char __a, vector unsigned char __b) argument
4759 vec_andc(vector unsigned char __a, vector bool char __b) argument
4764 vec_andc(vector bool short __a, vector bool short __b) argument
4769 vec_andc(vector signed short __a, vector signed short __b) argument
4774 vec_andc(vector bool short __a, vector signed short __b) argument
4779 vec_andc(vector signed short __a, vector bool short __b) argument
4784 vec_andc(vector unsigned short __a, vector unsigned short __b) argument
4789 vec_andc(vector bool short __a, vector unsigned short __b) argument
4794 vec_andc(vector unsigned short __a, vector bool short __b) argument
4799 vec_andc(vector bool int __a, vector bool int __b) argument
4804 vec_andc(vector signed int __a, vector signed int __b) argument
4809 vec_andc(vector bool int __a, vector signed int __b) argument
4814 vec_andc(vector signed int __a, vector bool int __b) argument
4819 vec_andc(vector unsigned int __a, vector unsigned int __b) argument
4824 vec_andc(vector bool int __a, vector unsigned int __b) argument
4829 vec_andc(vector unsigned int __a, vector bool int __b) argument
4834 vec_andc(vector bool long long __a, vector bool long long __b) argument
4839 vec_andc(vector signed long long __a, vector signed long long __b) argument
4844 vec_andc(vector bool long long __a, vector signed long long __b) argument
4849 vec_andc(vector signed long long __a, vector bool long long __b) argument
4854 vec_andc(vector unsigned long long __a, vector unsigned long long __b) argument
4859 vec_andc(vector bool long long __a, vector unsigned long long __b) argument
4864 vec_andc(vector unsigned long long __a, vector bool long long __b) argument
4869 vec_andc(vector double __a, vector double __b) argument
4875 vec_andc(vector bool long long __a, vector double __b) argument
4881 vec_andc(vector double __a, vector bool long long __b) argument
4889 vec_nor(vector bool char __a, vector bool char __b) argument
4894 vec_nor(vector signed char __a, vector signed char __b) argument
4899 vec_nor(vector bool char __a, vector signed char __b) argument
4904 vec_nor(vector signed char __a, vector bool char __b) argument
4909 vec_nor(vector unsigned char __a, vector unsigned char __b) argument
4914 vec_nor(vector bool char __a, vector unsigned char __b) argument
4919 vec_nor(vector unsigned char __a, vector bool char __b) argument
4924 vec_nor(vector bool short __a, vector bool short __b) argument
4929 vec_nor(vector signed short __a, vector signed short __b) argument
4934 vec_nor(vector bool short __a, vector signed short __b) argument
4939 vec_nor(vector signed short __a, vector bool short __b) argument
4944 vec_nor(vector unsigned short __a, vector unsigned short __b) argument
4949 vec_nor(vector bool short __a, vector unsigned short __b) argument
4954 vec_nor(vector unsigned short __a, vector bool short __b) argument
4959 vec_nor(vector bool int __a, vector bool int __b) argument
4964 vec_nor(vector signed int __a, vector signed int __b) argument
4969 vec_nor(vector bool int __a, vector signed int __b) argument
4974 vec_nor(vector signed int __a, vector bool int __b) argument
4979 vec_nor(vector unsigned int __a, vector unsigned int __b) argument
4984 vec_nor(vector bool int __a, vector unsigned int __b) argument
4989 vec_nor(vector unsigned int __a, vector bool int __b) argument
4994 vec_nor(vector bool long long __a, vector bool long long __b) argument
4999 vec_nor(vector signed long long __a, vector signed long long __b) argument
5004 vec_nor(vector bool long long __a, vector signed long long __b) argument
5009 vec_nor(vector signed long long __a, vector bool long long __b) argument
5014 vec_nor(vector unsigned long long __a, vector unsigned long long __b) argument
5019 vec_nor(vector bool long long __a, vector unsigned long long __b) argument
5024 vec_nor(vector unsigned long long __a, vector bool long long __b) argument
5029 vec_nor(vector double __a, vector double __b) argument
5035 vec_nor(vector bool long long __a, vector double __b) argument
5041 vec_nor(vector double __a, vector bool long long __b) argument
5175 vec_rl(vector signed char __a, vector unsigned char __b) argument
5181 vec_rl(vector unsigned char __a, vector unsigned char __b) argument
5186 vec_rl(vector signed short __a, vector unsigned short __b) argument
5192 vec_rl(vector unsigned short __a, vector unsigned short __b) argument
5197 vec_rl(vector signed int __a, vector unsigned int __b) argument
5203 vec_rl(vector unsigned int __a, vector unsigned int __b) argument
5208 vec_rl(vector signed long long __a, vector unsigned long long __b) argument
5214 vec_rl(vector unsigned long long __a, vector unsigned long long __b) argument
5221 vec_rli(vector signed char __a, unsigned long __b) argument
5227 vec_rli(vector unsigned char __a, unsigned long __b) argument
5232 vec_rli(vector signed short __a, unsigned long __b) argument
5238 vec_rli(vector unsigned short __a, unsigned long __b) argument
5243 vec_rli(vector signed int __a, unsigned long __b) argument
5249 vec_rli(vector unsigned int __a, unsigned long __b) argument
5254 vec_rli(vector signed long long __a, unsigned long __b) argument
5260 vec_rli(vector unsigned long long __a, unsigned long __b) argument
5321 vec_sll(vector signed char __a, vector unsigned char __b) argument
5327 vec_sll(vector signed char __a, vector unsigned short __b) argument
5333 vec_sll(vector signed char __a, vector unsigned int __b) argument
5339 vec_sll(vector bool char __a, vector unsigned char __b) argument
5345 vec_sll(vector bool char __a, vector unsigned short __b) argument
5351 vec_sll(vector bool char __a, vector unsigned int __b) argument
5357 vec_sll(vector unsigned char __a, vector unsigned char __b) argument
5362 vec_sll(vector unsigned char __a, vector unsigned short __b) argument
5367 vec_sll(vector unsigned char __a, vector unsigned int __b) argument
5372 vec_sll(vector signed short __a, vector unsigned char __b) argument
5378 vec_sll(vector signed short __a, vector unsigned short __b) argument
5384 vec_sll(vector signed short __a, vector unsigned int __b) argument
5390 vec_sll(vector bool short __a, vector unsigned char __b) argument
5396 vec_sll(vector bool short __a, vector unsigned short __b) argument
5402 vec_sll(vector bool short __a, vector unsigned int __b) argument
5408 vec_sll(vector unsigned short __a, vector unsigned char __b) argument
5414 vec_sll(vector unsigned short __a, vector unsigned short __b) argument
5420 vec_sll(vector unsigned short __a, vector unsigned int __b) argument
5426 vec_sll(vector signed int __a, vector unsigned char __b) argument
5432 vec_sll(vector signed int __a, vector unsigned short __b) argument
5438 vec_sll(vector signed int __a, vector unsigned int __b) argument
5444 vec_sll(vector bool int __a, vector unsigned char __b) argument
5450 vec_sll(vector bool int __a, vector unsigned short __b) argument
5456 vec_sll(vector bool int __a, vector unsigned int __b) argument
5462 vec_sll(vector unsigned int __a, vector unsigned char __b) argument
5468 vec_sll(vector unsigned int __a, vector unsigned short __b) argument
5474 vec_sll(vector unsigned int __a, vector unsigned int __b) argument
5480 vec_sll(vector signed long long __a, vector unsigned char __b) argument
5486 vec_sll(vector signed long long __a, vector unsigned short __b) argument
5492 vec_sll(vector signed long long __a, vector unsigned int __b) argument
5498 vec_sll(vector bool long long __a, vector unsigned char __b) argument
5504 vec_sll(vector bool long long __a, vector unsigned short __b) argument
5510 vec_sll(vector bool long long __a, vector unsigned int __b) argument
5516 vec_sll(vector unsigned long long __a, vector unsigned char __b) argument
5522 vec_sll(vector unsigned long long __a, vector unsigned short __b) argument
5528 vec_sll(vector unsigned long long __a, vector unsigned int __b) argument
5536 vec_slb(vector signed char __a, vector signed char __b) argument
5542 vec_slb(vector signed char __a, vector unsigned char __b) argument
5548 vec_slb(vector unsigned char __a, vector signed char __b) argument
5553 vec_slb(vector unsigned char __a, vector unsigned char __b) argument
5558 vec_slb(vector signed short __a, vector signed short __b) argument
5564 vec_slb(vector signed short __a, vector unsigned short __b) argument
5570 vec_slb(vector unsigned short __a, vector signed short __b) argument
5576 vec_slb(vector unsigned short __a, vector unsigned short __b) argument
5582 vec_slb(vector signed int __a, vector signed int __b) argument
5588 vec_slb(vector signed int __a, vector unsigned int __b) argument
5594 vec_slb(vector unsigned int __a, vector signed int __b) argument
5600 vec_slb(vector unsigned int __a, vector unsigned int __b) argument
5606 vec_slb(vector signed long long __a, vector signed long long __b) argument
5612 vec_slb(vector signed long long __a, vector unsigned long long __b) argument
5618 vec_slb(vector unsigned long long __a, vector signed long long __b) argument
5624 vec_slb(vector unsigned long long __a, vector unsigned long long __b) argument
5630 vec_slb(vector double __a, vector signed long long __b) argument
5636 vec_slb(vector double __a, vector unsigned long long __b) argument
5728 vec_sral(vector signed char __a, vector unsigned char __b) argument
5734 vec_sral(vector signed char __a, vector unsigned short __b) argument
5740 vec_sral(vector signed char __a, vector unsigned int __b) argument
5746 vec_sral(vector bool char __a, vector unsigned char __b) argument
5752 vec_sral(vector bool char __a, vector unsigned short __b) argument
5758 vec_sral(vector bool char __a, vector unsigned int __b) argument
5764 vec_sral(vector unsigned char __a, vector unsigned char __b) argument
5769 vec_sral(vector unsigned char __a, vector unsigned short __b) argument
5774 vec_sral(vector unsigned char __a, vector unsigned int __b) argument
5779 vec_sral(vector signed short __a, vector unsigned char __b) argument
5785 vec_sral(vector signed short __a, vector unsigned short __b) argument
5791 vec_sral(vector signed short __a, vector unsigned int __b) argument
5797 vec_sral(vector bool short __a, vector unsigned char __b) argument
5803 vec_sral(vector bool short __a, vector unsigned short __b) argument
5809 vec_sral(vector bool short __a, vector unsigned int __b) argument
5815 vec_sral(vector unsigned short __a, vector unsigned char __b) argument
5821 vec_sral(vector unsigned short __a, vector unsigned short __b) argument
5827 vec_sral(vector unsigned short __a, vector unsigned int __b) argument
5833 vec_sral(vector signed int __a, vector unsigned char __b) argument
5839 vec_sral(vector signed int __a, vector unsigned short __b) argument
5845 vec_sral(vector signed int __a, vector unsigned int __b) argument
5851 vec_sral(vector bool int __a, vector unsigned char __b) argument
5857 vec_sral(vector bool int __a, vector unsigned short __b) argument
5863 vec_sral(vector bool int __a, vector unsigned int __b) argument
5869 vec_sral(vector unsigned int __a, vector unsigned char __b) argument
5875 vec_sral(vector unsigned int __a, vector unsigned short __b) argument
5881 vec_sral(vector unsigned int __a, vector unsigned int __b) argument
5887 vec_sral(vector signed long long __a, vector unsigned char __b) argument
5893 vec_sral(vector signed long long __a, vector unsigned short __b) argument
5899 vec_sral(vector signed long long __a, vector unsigned int __b) argument
5905 vec_sral(vector bool long long __a, vector unsigned char __b) argument
5911 vec_sral(vector bool long long __a, vector unsigned short __b) argument
5917 vec_sral(vector bool long long __a, vector unsigned int __b) argument
5923 vec_sral(vector unsigned long long __a, vector unsigned char __b) argument
5929 vec_sral(vector unsigned long long __a, vector unsigned short __b) argument
5935 vec_sral(vector unsigned long long __a, vector unsigned int __b) argument
5943 vec_srab(vector signed char __a, vector signed char __b) argument
5949 vec_srab(vector signed char __a, vector unsigned char __b) argument
5955 vec_srab(vector unsigned char __a, vector signed char __b) argument
5960 vec_srab(vector unsigned char __a, vector unsigned char __b) argument
5965 vec_srab(vector signed short __a, vector signed short __b) argument
5971 vec_srab(vector signed short __a, vector unsigned short __b) argument
5977 vec_srab(vector unsigned short __a, vector signed short __b) argument
5983 vec_srab(vector unsigned short __a, vector unsigned short __b) argument
5989 vec_srab(vector signed int __a, vector signed int __b) argument
5995 vec_srab(vector signed int __a, vector unsigned int __b) argument
6001 vec_srab(vector unsigned int __a, vector signed int __b) argument
6007 vec_srab(vector unsigned int __a, vector unsigned int __b) argument
6013 vec_srab(vector signed long long __a, vector signed long long __b) argument
6019 vec_srab(vector signed long long __a, vector unsigned long long __b) argument
6025 vec_srab(vector unsigned long long __a, vector signed long long __b) argument
6031 vec_srab(vector unsigned long long __a, vector unsigned long long __b) argument
6037 vec_srab(vector double __a, vector signed long long __b) argument
6043 vec_srab(vector double __a, vector unsigned long long __b) argument
6051 vec_srl(vector signed char __a, vector unsigned char __b) argument
6057 vec_srl(vector signed char __a, vector unsigned short __b) argument
6063 vec_srl(vector signed char __a, vector unsigned int __b) argument
6069 vec_srl(vector bool char __a, vector unsigned char __b) argument
6075 vec_srl(vector bool char __a, vector unsigned short __b) argument
6081 vec_srl(vector bool char __a, vector unsigned int __b) argument
6087 vec_srl(vector unsigned char __a, vector unsigned char __b) argument
6092 vec_srl(vector unsigned char __a, vector unsigned short __b) argument
6097 vec_srl(vector unsigned char __a, vector unsigned int __b) argument
6102 vec_srl(vector signed short __a, vector unsigned char __b) argument
6108 vec_srl(vector signed short __a, vector unsigned short __b) argument
6114 vec_srl(vector signed short __a, vector unsigned int __b) argument
6120 vec_srl(vector bool short __a, vector unsigned char __b) argument
6126 vec_srl(vector bool short __a, vector unsigned short __b) argument
6132 vec_srl(vector bool short __a, vector unsigned int __b) argument
6138 vec_srl(vector unsigned short __a, vector unsigned char __b) argument
6144 vec_srl(vector unsigned short __a, vector unsigned short __b) argument
6150 vec_srl(vector unsigned short __a, vector unsigned int __b) argument
6156 vec_srl(vector signed int __a, vector unsigned char __b) argument
6162 vec_srl(vector signed int __a, vector unsigned short __b) argument
6168 vec_srl(vector signed int __a, vector unsigned int __b) argument
6174 vec_srl(vector bool int __a, vector unsigned char __b) argument
6180 vec_srl(vector bool int __a, vector unsigned short __b) argument
6186 vec_srl(vector bool int __a, vector unsigned int __b) argument
6192 vec_srl(vector unsigned int __a, vector unsigned char __b) argument
6198 vec_srl(vector unsigned int __a, vector unsigned short __b) argument
6204 vec_srl(vector unsigned int __a, vector unsigned int __b) argument
6210 vec_srl(vector signed long long __a, vector unsigned char __b) argument
6216 vec_srl(vector signed long long __a, vector unsigned short __b) argument
6222 vec_srl(vector signed long long __a, vector unsigned int __b) argument
6228 vec_srl(vector bool long long __a, vector unsigned char __b) argument
6234 vec_srl(vector bool long long __a, vector unsigned short __b) argument
6240 vec_srl(vector bool long long __a, vector unsigned int __b) argument
6246 vec_srl(vector unsigned long long __a, vector unsigned char __b) argument
6252 vec_srl(vector unsigned long long __a, vector unsigned short __b) argument
6258 vec_srl(vector unsigned long long __a, vector unsigned int __b) argument
6266 vec_srb(vector signed char __a, vector signed char __b) argument
6272 vec_srb(vector signed char __a, vector unsigned char __b) argument
6278 vec_srb(vector unsigned char __a, vector signed char __b) argument
6283 vec_srb(vector unsigned char __a, vector unsigned char __b) argument
6288 vec_srb(vector signed short __a, vector signed short __b) argument
6294 vec_srb(vector signed short __a, vector unsigned short __b) argument
6300 vec_srb(vector unsigned short __a, vector signed short __b) argument
6306 vec_srb(vector unsigned short __a, vector unsigned short __b) argument
6312 vec_srb(vector signed int __a, vector signed int __b) argument
6318 vec_srb(vector signed int __a, vector unsigned int __b) argument
6324 vec_srb(vector unsigned int __a, vector signed int __b) argument
6330 vec_srb(vector unsigned int __a, vector unsigned int __b) argument
6336 vec_srb(vector signed long long __a, vector signed long long __b) argument
6342 vec_srb(vector signed long long __a, vector unsigned long long __b) argument
6348 vec_srb(vector unsigned long long __a, vector signed long long __b) argument
6354 vec_srb(vector unsigned long long __a, vector unsigned long long __b) argument
6360 vec_srb(vector double __a, vector signed long long __b) argument
6366 vec_srb(vector double __a, vector unsigned long long __b) argument
6408 vec_max(vector signed char __a, vector signed char __b) argument
6413 vec_max(vector signed char __a, vector bool char __b) argument
6419 vec_max(vector bool char __a, vector signed char __b) argument
6425 vec_max(vector unsigned char __a, vector unsigned char __b) argument
6430 vec_max(vector unsigned char __a, vector bool char __b) argument
6436 vec_max(vector bool char __a, vector unsigned char __b) argument
6442 vec_max(vector signed short __a, vector signed short __b) argument
6447 vec_max(vector signed short __a, vector bool short __b) argument
6453 vec_max(vector bool short __a, vector signed short __b) argument
6459 vec_max(vector unsigned short __a, vector unsigned short __b) argument
6464 vec_max(vector unsigned short __a, vector bool short __b) argument
6470 vec_max(vector bool short __a, vector unsigned short __b) argument
6476 vec_max(vector signed int __a, vector signed int __b) argument
6481 vec_max(vector signed int __a, vector bool int __b) argument
6487 vec_max(vector bool int __a, vector signed int __b) argument
6493 vec_max(vector unsigned int __a, vector unsigned int __b) argument
6498 vec_max(vector unsigned int __a, vector bool int __b) argument
6504 vec_max(vector bool int __a, vector unsigned int __b) argument
6510 vec_max(vector signed long long __a, vector signed long long __b) argument
6515 vec_max(vector signed long long __a, vector bool long long __b) argument
6521 vec_max(vector bool long long __a, vector signed long long __b) argument
6527 vec_max(vector unsigned long long __a, vector unsigned long long __b) argument
6532 vec_max(vector unsigned long long __a, vector bool long long __b) argument
6538 vec_max(vector bool long long __a, vector unsigned long long __b) argument
6544 vec_max(vector double __a, vector double __b) argument
6551 vec_min(vector signed char __a, vector signed char __b) argument
6556 vec_min(vector signed char __a, vector bool char __b) argument
6562 vec_min(vector bool char __a, vector signed char __b) argument
6568 vec_min(vector unsigned char __a, vector unsigned char __b) argument
6573 vec_min(vector unsigned char __a, vector bool char __b) argument
6579 vec_min(vector bool char __a, vector unsigned char __b) argument
6585 vec_min(vector signed short __a, vector signed short __b) argument
6590 vec_min(vector signed short __a, vector bool short __b) argument
6596 vec_min(vector bool short __a, vector signed short __b) argument
6602 vec_min(vector unsigned short __a, vector unsigned short __b) argument
6607 vec_min(vector unsigned short __a, vector bool short __b) argument
6613 vec_min(vector bool short __a, vector unsigned short __b) argument
6619 vec_min(vector signed int __a, vector signed int __b) argument
6624 vec_min(vector signed int __a, vector bool int __b) argument
6630 vec_min(vector bool int __a, vector signed int __b) argument
6636 vec_min(vector unsigned int __a, vector unsigned int __b) argument
6641 vec_min(vector unsigned int __a, vector bool int __b) argument
6647 vec_min(vector bool int __a, vector unsigned int __b) argument
6653 vec_min(vector signed long long __a, vector signed long long __b) argument
6658 vec_min(vector signed long long __a, vector bool long long __b) argument
6664 vec_min(vector bool long long __a, vector signed long long __b) argument
6670 vec_min(vector unsigned long long __a, vector unsigned long long __b) argument
6675 vec_min(vector unsigned long long __a, vector bool long long __b) argument
6681 vec_min(vector bool long long __a, vector unsigned long long __b) argument
6687 vec_min(vector double __a, vector double __b) argument
6694 vec_add_u128(vector unsigned char __a, vector unsigned char __b) argument
6701 vec_addc(vector unsigned char __a, vector unsigned char __b) argument
6706 vec_addc(vector unsigned short __a, vector unsigned short __b) argument
6711 vec_addc(vector unsigned int __a, vector unsigned int __b) argument
6716 vec_addc(vector unsigned long long __a, vector unsigned long long __b) argument
6723 vec_addc_u128(vector unsigned char __a, vector unsigned char __b) argument
6730 vec_adde_u128(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
6738 vec_addec_u128(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
6746 vec_avg(vector signed char __a, vector signed char __b) argument
6751 vec_avg(vector signed short __a, vector signed short __b) argument
6756 vec_avg(vector signed int __a, vector signed int __b) argument
6761 vec_avg(vector signed long long __a, vector signed long long __b) argument
6766 vec_avg(vector unsigned char __a, vector unsigned char __b) argument
6771 vec_avg(vector unsigned short __a, vector unsigned short __b) argument
6776 vec_avg(vector unsigned int __a, vector unsigned int __b) argument
6781 vec_avg(vector unsigned long long __a, vector unsigned long long __b) argument
6788 vec_checksum(vector unsigned int __a, vector unsigned int __b) argument
6795 vec_gfmsum(vector unsigned char __a, vector unsigned char __b) argument
6800 vec_gfmsum(vector unsigned short __a, vector unsigned short __b) argument
6805 vec_gfmsum(vector unsigned int __a, vector unsigned int __b) argument
6812 vec_gfmsum_128(vector unsigned long long __a, vector unsigned long long __b) argument
6819 vec_gfmsum_accum(vector unsigned char __a, vector unsigned char __b, vector unsigned short __c) argument
6825 vec_gfmsum_accum(vector unsigned short __a, vector unsigned short __b, vector unsigned int __c) argument
6831 vec_gfmsum_accum(vector unsigned int __a, vector unsigned int __b, vector unsigned long long __c) argument
6839 vec_gfmsum_accum_128(vector unsigned long long __a, vector unsigned long long __b, vector unsigned char __c) argument
6848 vec_mladd(vector signed char __a, vector signed char __b, vector signed char __c) argument
6854 vec_mladd(vector unsigned char __a, vector signed char __b, vector signed char __c) argument
6860 vec_mladd(vector signed char __a, vector unsigned char __b, vector unsigned char __c) argument
6866 vec_mladd(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
6872 vec_mladd(vector signed short __a, vector signed short __b, vector signed short __c) argument
6878 vec_mladd(vector unsigned short __a, vector signed short __b, vector signed short __c) argument
6884 vec_mladd(vector signed short __a, vector unsigned short __b, vector unsigned short __c) argument
6890 vec_mladd(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c) argument
6896 vec_mladd(vector signed int __a, vector signed int __b, vector signed int __c) argument
6902 vec_mladd(vector unsigned int __a, vector signed int __b, vector signed int __c) argument
6908 vec_mladd(vector signed int __a, vector unsigned int __b, vector unsigned int __c) argument
6914 vec_mladd(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) argument
6922 vec_mhadd(vector signed char __a, vector signed char __b, vector signed char __c) argument
6928 vec_mhadd(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
6934 vec_mhadd(vector signed short __a, vector signed short __b, vector signed short __c) argument
6940 vec_mhadd(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c) argument
6946 vec_mhadd(vector signed int __a, vector signed int __b, vector signed int __c) argument
6952 vec_mhadd(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) argument
6960 vec_meadd(vector signed char __a, vector signed char __b, vector signed short __c) argument
6966 vec_meadd(vector unsigned char __a, vector unsigned char __b, vector unsigned short __c) argument
6972 vec_meadd(vector signed short __a, vector signed short __b, vector signed int __c) argument
6978 vec_meadd(vector unsigned short __a, vector unsigned short __b, vector unsigned int __c) argument
6984 vec_meadd(vector signed int __a, vector signed int __b, vector signed long long __c) argument
6990 vec_meadd(vector unsigned int __a, vector unsigned int __b, vector unsigned long long __c) argument
6998 vec_moadd(vector signed char __a, vector signed char __b, vector signed short __c) argument
7004 vec_moadd(vector unsigned char __a, vector unsigned char __b, vector unsigned short __c) argument
7010 vec_moadd(vector signed short __a, vector signed short __b, vector signed int __c) argument
7016 vec_moadd(vector unsigned short __a, vector unsigned short __b, vector unsigned int __c) argument
7022 vec_moadd(vector signed int __a, vector signed int __b, vector signed long long __c) argument
7028 vec_moadd(vector unsigned int __a, vector unsigned int __b, vector unsigned long long __c) argument
7036 vec_mulh(vector signed char __a, vector signed char __b) argument
7041 vec_mulh(vector unsigned char __a, vector unsigned char __b) argument
7046 vec_mulh(vector signed short __a, vector signed short __b) argument
7051 vec_mulh(vector unsigned short __a, vector unsigned short __b) argument
7056 vec_mulh(vector signed int __a, vector signed int __b) argument
7061 vec_mulh(vector unsigned int __a, vector unsigned int __b) argument
7068 vec_mule(vector signed char __a, vector signed char __b) argument
7073 vec_mule(vector unsigned char __a, vector unsigned char __b) argument
7078 vec_mule(vector signed short __a, vector signed short __b) argument
7083 vec_mule(vector unsigned short __a, vector unsigned short __b) argument
7088 vec_mule(vector signed int __a, vector signed int __b) argument
7093 vec_mule(vector unsigned int __a, vector unsigned int __b) argument
7100 vec_mulo(vector signed char __a, vector signed char __b) argument
7105 vec_mulo(vector unsigned char __a, vector unsigned char __b) argument
7110 vec_mulo(vector signed short __a, vector signed short __b) argument
7115 vec_mulo(vector unsigned short __a, vector unsigned short __b) argument
7120 vec_mulo(vector signed int __a, vector signed int __b) argument
7125 vec_mulo(vector unsigned int __a, vector unsigned int __b) argument
7132 vec_sub_u128(vector unsigned char __a, vector unsigned char __b) argument
7139 vec_subc(vector unsigned char __a, vector unsigned char __b) argument
7144 vec_subc(vector unsigned short __a, vector unsigned short __b) argument
7149 vec_subc(vector unsigned int __a, vector unsigned int __b) argument
7154 vec_subc(vector unsigned long long __a, vector unsigned long long __b) argument
7161 vec_subc_u128(vector unsigned char __a, vector unsigned char __b) argument
7168 vec_sube_u128(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
7176 vec_subec_u128(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
7184 vec_sum2(vector unsigned short __a, vector unsigned short __b) argument
7189 vec_sum2(vector unsigned int __a, vector unsigned int __b) argument
7196 vec_sum_u128(vector unsigned int __a, vector unsigned int __b) argument
7201 vec_sum_u128(vector unsigned long long __a, vector unsigned long long __b) argument
7208 vec_sum4(vector unsigned char __a, vector unsigned char __b) argument
7213 vec_sum4(vector unsigned short __a, vector unsigned short __b) argument
7220 vec_test_mask(vector signed char __a, vector unsigned char __b) argument
7226 vec_test_mask(vector unsigned char __a, vector unsigned char __b) argument
7231 vec_test_mask(vector signed short __a, vector unsigned short __b) argument
7237 vec_test_mask(vector unsigned short __a, vector unsigned short __b) argument
7243 vec_test_mask(vector signed int __a, vector unsigned int __b) argument
7249 vec_test_mask(vector unsigned int __a, vector unsigned int __b) argument
7255 vec_test_mask(vector signed long long __a, vector unsigned long long __b) argument
7261 vec_test_mask(vector unsigned long long __a, vector unsigned long long __b) argument
7267 vec_test_mask(vector double __a, vector unsigned long long __b) argument
7275 vec_madd(vector double __a, vector double __b, vector double __c) argument
7282 vec_msub(vector double __a, vector double __b, vector double __c) argument
7512 vec_cmpeq_idx(vector signed char __a, vector signed char __b) argument
7519 vec_cmpeq_idx(vector bool char __a, vector bool char __b) argument
7525 vec_cmpeq_idx(vector unsigned char __a, vector unsigned char __b) argument
7530 vec_cmpeq_idx(vector signed short __a, vector signed short __b) argument
7537 vec_cmpeq_idx(vector bool short __a, vector bool short __b) argument
7543 vec_cmpeq_idx(vector unsigned short __a, vector unsigned short __b) argument
7548 vec_cmpeq_idx(vector signed int __a, vector signed int __b) argument
7555 vec_cmpeq_idx(vector bool int __a, vector bool int __b) argument
7561 vec_cmpeq_idx(vector unsigned int __a, vector unsigned int __b) argument
7568 vec_cmpeq_idx_cc(vector signed char __a, vector signed char __b, int *__cc) argument
7575 vec_cmpeq_idx_cc(vector bool char __a, vector bool char __b, int *__cc) argument
7581 vec_cmpeq_idx_cc(vector unsigned char __a, vector unsigned char __b, int *__cc) argument
7587 vec_cmpeq_idx_cc(vector signed short __a, vector signed short __b, int *__cc) argument
7594 vec_cmpeq_idx_cc(vector bool short __a, vector bool short __b, int *__cc) argument
7600 vec_cmpeq_idx_cc(vector unsigned short __a, vector unsigned short __b, int *__cc) argument
7606 vec_cmpeq_idx_cc(vector signed int __a, vector signed int __b, int *__cc) argument
7613 vec_cmpeq_idx_cc(vector bool int __a, vector bool int __b, int *__cc) argument
7619 vec_cmpeq_idx_cc(vector unsigned int __a, vector unsigned int __b, int *__cc) argument
7626 vec_cmpeq_or_0_idx(vector signed char __a, vector signed char __b) argument
7633 vec_cmpeq_or_0_idx(vector bool char __a, vector bool char __b) argument
7639 vec_cmpeq_or_0_idx(vector unsigned char __a, vector unsigned char __b) argument
7644 vec_cmpeq_or_0_idx(vector signed short __a, vector signed short __b) argument
7651 vec_cmpeq_or_0_idx(vector bool short __a, vector bool short __b) argument
7657 vec_cmpeq_or_0_idx(vector unsigned short __a, vector unsigned short __b) argument
7662 vec_cmpeq_or_0_idx(vector signed int __a, vector signed int __b) argument
7669 vec_cmpeq_or_0_idx(vector bool int __a, vector bool int __b) argument
7675 vec_cmpeq_or_0_idx(vector unsigned int __a, vector unsigned int __b) argument
7682 vec_cmpeq_or_0_idx_cc(vector signed char __a, vector signed char __b, int *__cc) argument
7690 vec_cmpeq_or_0_idx_cc(vector bool char __a, vector bool char __b, int *__cc) argument
7696 vec_cmpeq_or_0_idx_cc(vector unsigned char __a, vector unsigned char __b, int *__cc) argument
7702 vec_cmpeq_or_0_idx_cc(vector signed short __a, vector signed short __b, int *__cc) argument
7710 vec_cmpeq_or_0_idx_cc(vector bool short __a, vector bool short __b, int *__cc) argument
7716 vec_cmpeq_or_0_idx_cc(vector unsigned short __a, vector unsigned short __b, int *__cc) argument
7722 vec_cmpeq_or_0_idx_cc(vector signed int __a, vector signed int __b, int *__cc) argument
7729 vec_cmpeq_or_0_idx_cc(vector bool int __a, vector bool int __b, int *__cc) argument
7735 vec_cmpeq_or_0_idx_cc(vector unsigned int __a, vector unsigned int __b, int *__cc) argument
7743 vec_cmpne_idx(vector signed char __a, vector signed char __b) argument
7750 vec_cmpne_idx(vector bool char __a, vector bool char __b) argument
7756 vec_cmpne_idx(vector unsigned char __a, vector unsigned char __b) argument
7761 vec_cmpne_idx(vector signed short __a, vector signed short __b) argument
7768 vec_cmpne_idx(vector bool short __a, vector bool short __b) argument
7774 vec_cmpne_idx(vector unsigned short __a, vector unsigned short __b) argument
7779 vec_cmpne_idx(vector signed int __a, vector signed int __b) argument
7786 vec_cmpne_idx(vector bool int __a, vector bool int __b) argument
7792 vec_cmpne_idx(vector unsigned int __a, vector unsigned int __b) argument
7799 vec_cmpne_idx_cc(vector signed char __a, vector signed char __b, int *__cc) argument
7806 vec_cmpne_idx_cc(vector bool char __a, vector bool char __b, int *__cc) argument
7812 vec_cmpne_idx_cc(vector unsigned char __a, vector unsigned char __b, int *__cc) argument
7818 vec_cmpne_idx_cc(vector signed short __a, vector signed short __b, int *__cc) argument
7825 vec_cmpne_idx_cc(vector bool short __a, vector bool short __b, int *__cc) argument
7831 vec_cmpne_idx_cc(vector unsigned short __a, vector unsigned short __b, int *__cc) argument
7837 vec_cmpne_idx_cc(vector signed int __a, vector signed int __b, int *__cc) argument
7844 vec_cmpne_idx_cc(vector bool int __a, vector bool int __b, int *__cc) argument
7850 vec_cmpne_idx_cc(vector unsigned int __a, vector unsigned int __b, int *__cc) argument
7857 vec_cmpne_or_0_idx(vector signed char __a, vector signed char __b) argument
7864 vec_cmpne_or_0_idx(vector bool char __a, vector bool char __b) argument
7870 vec_cmpne_or_0_idx(vector unsigned char __a, vector unsigned char __b) argument
7875 vec_cmpne_or_0_idx(vector signed short __a, vector signed short __b) argument
7882 vec_cmpne_or_0_idx(vector bool short __a, vector bool short __b) argument
7888 vec_cmpne_or_0_idx(vector unsigned short __a, vector unsigned short __b) argument
7893 vec_cmpne_or_0_idx(vector signed int __a, vector signed int __b) argument
7900 vec_cmpne_or_0_idx(vector bool int __a, vector bool int __b) argument
7906 vec_cmpne_or_0_idx(vector unsigned int __a, vector unsigned int __b) argument
7913 vec_cmpne_or_0_idx_cc(vector signed char __a, vector signed char __b, int *__cc) argument
7921 vec_cmpne_or_0_idx_cc(vector bool char __a, vector bool char __b, int *__cc) argument
7927 vec_cmpne_or_0_idx_cc(vector unsigned char __a, vector unsigned char __b, int *__cc) argument
7933 vec_cmpne_or_0_idx_cc(vector signed short __a, vector signed short __b, int *__cc) argument
7941 vec_cmpne_or_0_idx_cc(vector bool short __a, vector bool short __b, int *__cc) argument
7947 vec_cmpne_or_0_idx_cc(vector unsigned short __a, vector unsigned short __b, int *__cc) argument
7953 vec_cmpne_or_0_idx_cc(vector signed int __a, vector signed int __b, int *__cc) argument
7960 vec_cmpne_or_0_idx_cc(vector bool int __a, vector bool int __b, int *__cc) argument
7966 vec_cmpne_or_0_idx_cc(vector unsigned int __a, vector unsigned int __b, int *__cc) argument
7974 vec_cmprg(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
7980 vec_cmprg(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c) argument
7986 vec_cmprg(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) argument
7994 vec_cmprg_cc(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c, int *__cc) argument
8000 vec_cmprg_cc(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c, int *__cc) argument
8006 vec_cmprg_cc(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c, int *__cc) argument
8014 vec_cmprg_idx(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
8020 vec_cmprg_idx(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c) argument
8026 vec_cmprg_idx(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) argument
8034 vec_cmprg_idx_cc(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c, int *__cc) argument
8040 vec_cmprg_idx_cc(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c, int *__cc) argument
8046 vec_cmprg_idx_cc(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c, int *__cc) argument
8054 vec_cmprg_or_0_idx(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
8060 vec_cmprg_or_0_idx(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c) argument
8066 vec_cmprg_or_0_idx(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) argument
8074 vec_cmprg_or_0_idx_cc(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c, int *__cc) argument
8080 vec_cmprg_or_0_idx_cc(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c, int *__cc) argument
8086 vec_cmprg_or_0_idx_cc(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c, int *__cc) argument
8094 vec_cmpnrg(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
8100 vec_cmpnrg(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c) argument
8106 vec_cmpnrg(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) argument
8114 vec_cmpnrg_cc(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c, int *__cc) argument
8120 vec_cmpnrg_cc(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c, int *__cc) argument
8126 vec_cmpnrg_cc(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c, int *__cc) argument
8134 vec_cmpnrg_idx(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
8140 vec_cmpnrg_idx(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c) argument
8146 vec_cmpnrg_idx(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) argument
8154 vec_cmpnrg_idx_cc(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c, int *__cc) argument
8160 vec_cmpnrg_idx_cc(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c, int *__cc) argument
8166 vec_cmpnrg_idx_cc(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c, int *__cc) argument
8174 vec_cmpnrg_or_0_idx(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
8180 vec_cmpnrg_or_0_idx(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c) argument
8186 vec_cmpnrg_or_0_idx(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) argument
8194 vec_cmpnrg_or_0_idx_cc(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c, int *__cc) argument
8200 vec_cmpnrg_or_0_idx_cc(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c, int *__cc) argument
8206 vec_cmpnrg_or_0_idx_cc(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c, int *__cc) argument
8214 vec_find_any_eq(vector signed char __a, vector signed char __b) argument
8221 vec_find_any_eq(vector bool char __a, vector bool char __b) argument
8228 vec_find_any_eq(vector unsigned char __a, vector unsigned char __b) argument
8233 vec_find_any_eq(vector signed short __a, vector signed short __b) argument
8240 vec_find_any_eq(vector bool short __a, vector bool short __b) argument
8247 vec_find_any_eq(vector unsigned short __a, vector unsigned short __b) argument
8252 vec_find_any_eq(vector signed int __a, vector signed int __b) argument
8259 vec_find_any_eq(vector bool int __a, vector bool int __b) argument
8266 vec_find_any_eq(vector unsigned int __a, vector unsigned int __b) argument
8273 vec_find_any_eq_cc(vector signed char __a, vector signed char __b, int *__cc) argument
8280 vec_find_any_eq_cc(vector bool char __a, vector bool char __b, int *__cc) argument
8287 vec_find_any_eq_cc(vector unsigned char __a, vector unsigned char __b, int *__cc) argument
8293 vec_find_any_eq_cc(vector signed short __a, vector signed short __b, int *__cc) argument
8301 vec_find_any_eq_cc(vector bool short __a, vector bool short __b, int *__cc) argument
8308 vec_find_any_eq_cc(vector unsigned short __a, vector unsigned short __b, int *__cc) argument
8314 vec_find_any_eq_cc(vector signed int __a, vector signed int __b, int *__cc) argument
8321 vec_find_any_eq_cc(vector bool int __a, vector bool int __b, int *__cc) argument
8328 vec_find_any_eq_cc(vector unsigned int __a, vector unsigned int __b, int *__cc) argument
8336 vec_find_any_eq_idx(vector signed char __a, vector signed char __b) argument
8343 vec_find_any_eq_idx(vector bool char __a, vector bool char __b) argument
8349 vec_find_any_eq_idx(vector unsigned char __a, vector unsigned char __b) argument
8354 vec_find_any_eq_idx(vector signed short __a, vector signed short __b) argument
8361 vec_find_any_eq_idx(vector bool short __a, vector bool short __b) argument
8367 vec_find_any_eq_idx(vector unsigned short __a, vector unsigned short __b) argument
8372 vec_find_any_eq_idx(vector signed int __a, vector signed int __b) argument
8379 vec_find_any_eq_idx(vector bool int __a, vector bool int __b) argument
8385 vec_find_any_eq_idx(vector unsigned int __a, vector unsigned int __b) argument
8392 vec_find_any_eq_idx_cc(vector signed char __a, vector signed char __b, int *__cc) argument
8400 vec_find_any_eq_idx_cc(vector bool char __a, vector bool char __b, int *__cc) argument
8406 vec_find_any_eq_idx_cc(vector unsigned char __a, vector unsigned char __b, int *__cc) argument
8412 vec_find_any_eq_idx_cc(vector signed short __a, vector signed short __b, int *__cc) argument
8420 vec_find_any_eq_idx_cc(vector bool short __a, vector bool short __b, int *__cc) argument
8427 vec_find_any_eq_idx_cc(vector unsigned short __a, vector unsigned short __b, int *__cc) argument
8433 vec_find_any_eq_idx_cc(vector signed int __a, vector signed int __b, int *__cc) argument
8441 vec_find_any_eq_idx_cc(vector bool int __a, vector bool int __b, int *__cc) argument
8447 vec_find_any_eq_idx_cc(vector unsigned int __a, vector unsigned int __b, int *__cc) argument
8455 vec_find_any_eq_or_0_idx(vector signed char __a, vector signed char __b) argument
8462 vec_find_any_eq_or_0_idx(vector bool char __a, vector bool char __b) argument
8468 vec_find_any_eq_or_0_idx(vector unsigned char __a, vector unsigned char __b) argument
8473 vec_find_any_eq_or_0_idx(vector signed short __a, vector signed short __b) argument
8480 vec_find_any_eq_or_0_idx(vector bool short __a, vector bool short __b) argument
8486 vec_find_any_eq_or_0_idx(vector unsigned short __a, vector unsigned short __b) argument
8491 vec_find_any_eq_or_0_idx(vector signed int __a, vector signed int __b) argument
8498 vec_find_any_eq_or_0_idx(vector bool int __a, vector bool int __b) argument
8504 vec_find_any_eq_or_0_idx(vector unsigned int __a, vector unsigned int __b) argument
8511 vec_find_any_eq_or_0_idx_cc(vector signed char __a, vector signed char __b, int *__cc) argument
8519 vec_find_any_eq_or_0_idx_cc(vector bool char __a, vector bool char __b, int *__cc) argument
8526 vec_find_any_eq_or_0_idx_cc(vector unsigned char __a, vector unsigned char __b, int *__cc) argument
8532 vec_find_any_eq_or_0_idx_cc(vector signed short __a, vector signed short __b, int *__cc) argument
8540 vec_find_any_eq_or_0_idx_cc(vector bool short __a, vector bool short __b, int *__cc) argument
8547 vec_find_any_eq_or_0_idx_cc(vector unsigned short __a, vector unsigned short __b, int *__cc) argument
8553 vec_find_any_eq_or_0_idx_cc(vector signed int __a, vector signed int __b, int *__cc) argument
8561 vec_find_any_eq_or_0_idx_cc(vector bool int __a, vector bool int __b, int *__cc) argument
8568 vec_find_any_eq_or_0_idx_cc(vector unsigned int __a, vector unsigned int __b, int *__cc) argument
8576 vec_find_any_ne(vector signed char __a, vector signed char __b) argument
8583 vec_find_any_ne(vector bool char __a, vector bool char __b) argument
8590 vec_find_any_ne(vector unsigned char __a, vector unsigned char __b) argument
8595 vec_find_any_ne(vector signed short __a, vector signed short __b) argument
8602 vec_find_any_ne(vector bool short __a, vector bool short __b) argument
8609 vec_find_any_ne(vector unsigned short __a, vector unsigned short __b) argument
8614 vec_find_any_ne(vector signed int __a, vector signed int __b) argument
8621 vec_find_any_ne(vector bool int __a, vector bool int __b) argument
8628 vec_find_any_ne(vector unsigned int __a, vector unsigned int __b) argument
8635 vec_find_any_ne_cc(vector signed char __a, vector signed char __b, int *__cc) argument
8642 vec_find_any_ne_cc(vector bool char __a, vector bool char __b, int *__cc) argument
8649 vec_find_any_ne_cc(vector unsigned char __a, vector unsigned char __b, int *__cc) argument
8655 vec_find_any_ne_cc(vector signed short __a, vector signed short __b, int *__cc) argument
8663 vec_find_any_ne_cc(vector bool short __a, vector bool short __b, int *__cc) argument
8670 vec_find_any_ne_cc(vector unsigned short __a, vector unsigned short __b, int *__cc) argument
8676 vec_find_any_ne_cc(vector signed int __a, vector signed int __b, int *__cc) argument
8683 vec_find_any_ne_cc(vector bool int __a, vector bool int __b, int *__cc) argument
8690 vec_find_any_ne_cc(vector unsigned int __a, vector unsigned int __b, int *__cc) argument
8698 vec_find_any_ne_idx(vector signed char __a, vector signed char __b) argument
8705 vec_find_any_ne_idx(vector bool char __a, vector bool char __b) argument
8711 vec_find_any_ne_idx(vector unsigned char __a, vector unsigned char __b) argument
8716 vec_find_any_ne_idx(vector signed short __a, vector signed short __b) argument
8723 vec_find_any_ne_idx(vector bool short __a, vector bool short __b) argument
8729 vec_find_any_ne_idx(vector unsigned short __a, vector unsigned short __b) argument
8734 vec_find_any_ne_idx(vector signed int __a, vector signed int __b) argument
8741 vec_find_any_ne_idx(vector bool int __a, vector bool int __b) argument
8747 vec_find_any_ne_idx(vector unsigned int __a, vector unsigned int __b) argument
8754 vec_find_any_ne_idx_cc(vector signed char __a, vector signed char __b, int *__cc) argument
8762 vec_find_any_ne_idx_cc(vector bool char __a, vector bool char __b, int *__cc) argument
8768 vec_find_any_ne_idx_cc(vector unsigned char __a, vector unsigned char __b, int *__cc) argument
8774 vec_find_any_ne_idx_cc(vector signed short __a, vector signed short __b, int *__cc) argument
8782 vec_find_any_ne_idx_cc(vector bool short __a, vector bool short __b, int *__cc) argument
8789 vec_find_any_ne_idx_cc(vector unsigned short __a, vector unsigned short __b, int *__cc) argument
8795 vec_find_any_ne_idx_cc(vector signed int __a, vector signed int __b, int *__cc) argument
8803 vec_find_any_ne_idx_cc(vector bool int __a, vector bool int __b, int *__cc) argument
8809 vec_find_any_ne_idx_cc(vector unsigned int __a, vector unsigned int __b, int *__cc) argument
8817 vec_find_any_ne_or_0_idx(vector signed char __a, vector signed char __b) argument
8824 vec_find_any_ne_or_0_idx(vector bool char __a, vector bool char __b) argument
8830 vec_find_any_ne_or_0_idx(vector unsigned char __a, vector unsigned char __b) argument
8835 vec_find_any_ne_or_0_idx(vector signed short __a, vector signed short __b) argument
8842 vec_find_any_ne_or_0_idx(vector bool short __a, vector bool short __b) argument
8848 vec_find_any_ne_or_0_idx(vector unsigned short __a, vector unsigned short __b) argument
8853 vec_find_any_ne_or_0_idx(vector signed int __a, vector signed int __b) argument
8860 vec_find_any_ne_or_0_idx(vector bool int __a, vector bool int __b) argument
8866 vec_find_any_ne_or_0_idx(vector unsigned int __a, vector unsigned int __b) argument
8873 vec_find_any_ne_or_0_idx_cc(vector signed char __a, vector signed char __b, int *__cc) argument
8881 vec_find_any_ne_or_0_idx_cc(vector bool char __a, vector bool char __b, int *__cc) argument
8888 vec_find_any_ne_or_0_idx_cc(vector unsigned char __a, vector unsigned char __b, int *__cc) argument
8894 vec_find_any_ne_or_0_idx_cc(vector signed short __a, vector signed short __b, int *__cc) argument
8902 vec_find_any_ne_or_0_idx_cc(vector bool short __a, vector bool short __b, int *__cc) argument
8909 vec_find_any_ne_or_0_idx_cc(vector unsigned short __a, vector unsigned short __b, int *__cc) argument
8915 vec_find_any_ne_or_0_idx_cc(vector signed int __a, vector signed int __b, int *__cc) argument
8923 vec_find_any_ne_or_0_idx_cc(vector bool int __a, vector bool int __b, int *__cc) argument
8930 vec_find_any_ne_or_0_idx_cc(vector unsigned int __a, vector unsigned int __b, int *__cc) argument
[all...]
H A Dxmmintrin.h43 _mm_add_ss(__m128 __a, __m128 __b) argument
50 _mm_add_ps(__m128 __a, __m128 __b) argument
56 _mm_sub_ss(__m128 __a, __m128 __b) argument
63 _mm_sub_ps(__m128 __a, __m128 __b) argument
69 _mm_mul_ss(__m128 __a, __m128 __b) argument
76 _mm_mul_ps(__m128 __a, __m128 __b) argument
82 _mm_div_ss(__m128 __a, __m128 __b) argument
89 _mm_div_ps(__m128 __a, __m128 __b) argument
134 _mm_min_ss(__m128 __a, __m128 __b) argument
140 _mm_min_ps(__m128 __a, __m128 __b) argument
146 _mm_max_ss(__m128 __a, __m128 __b) argument
152 _mm_max_ps(__m128 __a, __m128 __b) argument
158 _mm_and_ps(__m128 __a, __m128 __b) argument
164 _mm_andnot_ps(__m128 __a, __m128 __b) argument
170 _mm_or_ps(__m128 __a, __m128 __b) argument
176 _mm_xor_ps(__m128 __a, __m128 __b) argument
182 _mm_cmpeq_ss(__m128 __a, __m128 __b) argument
188 _mm_cmpeq_ps(__m128 __a, __m128 __b) argument
194 _mm_cmplt_ss(__m128 __a, __m128 __b) argument
200 _mm_cmplt_ps(__m128 __a, __m128 __b) argument
206 _mm_cmple_ss(__m128 __a, __m128 __b) argument
212 _mm_cmple_ps(__m128 __a, __m128 __b) argument
218 _mm_cmpgt_ss(__m128 __a, __m128 __b) argument
226 _mm_cmpgt_ps(__m128 __a, __m128 __b) argument
232 _mm_cmpge_ss(__m128 __a, __m128 __b) argument
240 _mm_cmpge_ps(__m128 __a, __m128 __b) argument
246 _mm_cmpneq_ss(__m128 __a, __m128 __b) argument
252 _mm_cmpneq_ps(__m128 __a, __m128 __b) argument
258 _mm_cmpnlt_ss(__m128 __a, __m128 __b) argument
264 _mm_cmpnlt_ps(__m128 __a, __m128 __b) argument
270 _mm_cmpnle_ss(__m128 __a, __m128 __b) argument
276 _mm_cmpnle_ps(__m128 __a, __m128 __b) argument
282 _mm_cmpngt_ss(__m128 __a, __m128 __b) argument
290 _mm_cmpngt_ps(__m128 __a, __m128 __b) argument
296 _mm_cmpnge_ss(__m128 __a, __m128 __b) argument
304 _mm_cmpnge_ps(__m128 __a, __m128 __b) argument
310 _mm_cmpord_ss(__m128 __a, __m128 __b) argument
316 _mm_cmpord_ps(__m128 __a, __m128 __b) argument
322 _mm_cmpunord_ss(__m128 __a, __m128 __b) argument
328 _mm_cmpunord_ps(__m128 __a, __m128 __b) argument
334 _mm_comieq_ss(__m128 __a, __m128 __b) argument
340 _mm_comilt_ss(__m128 __a, __m128 __b) argument
346 _mm_comile_ss(__m128 __a, __m128 __b) argument
352 _mm_comigt_ss(__m128 __a, __m128 __b) argument
358 _mm_comige_ss(__m128 __a, __m128 __b) argument
364 _mm_comineq_ss(__m128 __a, __m128 __b) argument
370 _mm_ucomieq_ss(__m128 __a, __m128 __b) argument
376 _mm_ucomilt_ss(__m128 __a, __m128 __b) argument
382 _mm_ucomile_ss(__m128 __a, __m128 __b) argument
388 _mm_ucomigt_ss(__m128 __a, __m128 __b) argument
394 _mm_ucomige_ss(__m128 __a, __m128 __b) argument
400 _mm_ucomineq_ss(__m128 __a, __m128 __b) argument
470 _mm_cvtsi32_ss(__m128 __a, int __b) argument
477 _mm_cvt_si2ss(__m128 __a, int __b) argument
485 _mm_cvtsi64_ss(__m128 __a, long long __b) argument
494 _mm_cvtpi32_ps(__m128 __a, __m64 __b) argument
500 _mm_cvt_pi2ps(__m128 __a, __m64 __b) argument
518 __mm_loadh_pi_v2f32 __b = ((struct __mm_loadh_pi_struct*)__p)->__u; local
530 __mm_loadl_pi_v2f32 __b = ((struct __mm_loadl_pi_struct*)__p)->__u; local
708 __v4hi __b = (__v4hi)__a; local
715 __v4hi __b = (__v4hi)__a; local
721 _mm_max_pi16(__m64 __a, __m64 __b) argument
727 _mm_max_pu8(__m64 __a, __m64 __b) argument
733 _mm_min_pi16(__m64 __a, __m64 __b) argument
739 _mm_min_pu8(__m64 __a, __m64 __b) argument
751 _mm_mulhi_pu16(__m64 __a, __m64 __b) argument
766 _mm_avg_pu8(__m64 __a, __m64 __b) argument
772 _mm_avg_pu16(__m64 __a, __m64 __b) argument
778 _mm_sad_pu8(__m64 __a, __m64 __b) argument
802 _mm_unpackhi_ps(__m128 __a, __m128 __b) argument
808 _mm_unpacklo_ps(__m128 __a, __m128 __b) argument
814 _mm_move_ss(__m128 __a, __m128 __b) argument
820 _mm_movehl_ps(__m128 __a, __m128 __b) argument
826 _mm_movelh_ps(__m128 __a, __m128 __b) argument
834 __m64 __b, __c; local
852 __m64 __b, __c; local
869 __m64 __b; local
881 __m64 __b; local
890 _mm_cvtpi32x2_ps(__m64 __a, __m64 __b) argument
904 __m64 __b, __c; local
916 __m64 __b, __c; local
[all...]
/freebsd-11.0-release/contrib/libstdc++/include/std/
H A Dstd_bitset.h684 reference(bitset& __b, size_t __pos) argument
/freebsd-11.0-release/contrib/libstdc++/include/tr1/
H A Dboost_shared_ptr.h342 operator==(const __shared_count& __a, const __shared_count& __b) argument
346 operator<(const __shared_count& __a, const __shared_count& __b) argument
424 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) argument
428 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) argument
715 operator==(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b) argument
720 operator !=(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b) argument
725 operator <(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b) argument
735 swap(__shared_ptr<_Tp, _Lp>& __a, __shared_ptr<_Tp, _Lp>& __b) argument
922 swap(__weak_ptr<_Tp, _Lp>& __a, __weak_ptr<_Tp, _Lp>& __b) argument
[all...]
H A Dhashtable_policy.h387 _Hashtable_iterator(_Hash_node<_Value, __cache>** __b) argument
432 _Hashtable_const_iterator(_Hash_node<_Value, __cache>** __b) argument
382 _Hashtable_iterator(_Hash_node<_Value, __cache>* __p, _Hash_node<_Value, __cache>** __b) argument
427 _Hashtable_const_iterator(_Hash_node<_Value, __cache>* __p, _Hash_node<_Value, __cache>** __b) argument
[all...]
/freebsd-11.0-release/contrib/libstdc++/include/ext/
H A Dbitmap_allocator.h1059 const size_type __b = __n * sizeof(value_type); local
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dmmintrin.h916 _mm_set1_pi8 (char __b) argument

Completed in 281 milliseconds

12