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

12

/freebsd-10.0-release/contrib/compiler-rt/lib/
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 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-10.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...]
H A Dstl_algo.h87 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) argument
121 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dpmmintrin.h40 _mm_addsub_ps(__m128 __a, __m128 __b) argument
46 _mm_hadd_ps(__m128 __a, __m128 __b) argument
52 _mm_hsub_ps(__m128 __a, __m128 __b) argument
70 _mm_addsub_pd(__m128d __a, __m128d __b) argument
76 _mm_hadd_pd(__m128d __a, __m128d __b) argument
82 _mm_hsub_pd(__m128d __a, __m128d __b) argument
[all...]
H A Dtmmintrin.h80 _mm_hadd_epi16(__m128i __a, __m128i __b) argument
86 _mm_hadd_epi32(__m128i __a, __m128i __b) argument
92 _mm_hadd_pi16(__m64 __a, __m64 __b) argument
98 _mm_hadd_pi32(__m64 __a, __m64 __b) argument
104 _mm_hadds_epi16(__m128i __a, __m128i __b) argument
110 _mm_hadds_pi16(__m64 __a, __m64 __b) argument
116 _mm_hsub_epi16(__m128i __a, __m128i __b) argument
122 _mm_hsub_epi32(__m128i __a, __m128i __b) argument
128 _mm_hsub_pi16(__m64 __a, __m64 __b) argument
134 _mm_hsub_pi32(__m64 __a, __m64 __b) argument
140 _mm_hsubs_epi16(__m128i __a, __m128i __b) argument
146 _mm_hsubs_pi16(__m64 __a, __m64 __b) argument
152 _mm_maddubs_epi16(__m128i __a, __m128i __b) argument
158 _mm_maddubs_pi16(__m64 __a, __m64 __b) argument
164 _mm_mulhrs_epi16(__m128i __a, __m128i __b) argument
170 _mm_mulhrs_pi16(__m64 __a, __m64 __b) argument
176 _mm_shuffle_epi8(__m128i __a, __m128i __b) argument
182 _mm_shuffle_pi8(__m64 __a, __m64 __b) argument
188 _mm_sign_epi8(__m128i __a, __m128i __b) argument
194 _mm_sign_epi16(__m128i __a, __m128i __b) argument
200 _mm_sign_epi32(__m128i __a, __m128i __b) argument
206 _mm_sign_pi8(__m64 __a, __m64 __b) argument
212 _mm_sign_pi16(__m64 __a, __m64 __b) argument
218 _mm_sign_pi32(__m64 __a, __m64 __b) argument
[all...]
H A Dmmintrin.h418 _mm_set1_pi8(char __b) argument
H A Davx2intrin.h50 _mm256_packs_epi16(__m256i __a, __m256i __b) argument
56 _mm256_packs_epi32(__m256i __a, __m256i __b) argument
62 _mm256_packus_epi16(__m256i __a, __m256i __b) argument
74 _mm256_add_epi8(__m256i __a, __m256i __b) argument
80 _mm256_add_epi16(__m256i __a, __m256i __b) argument
86 _mm256_add_epi32(__m256i __a, __m256i __b) argument
92 _mm256_add_epi64(__m256i __a, __m256i __b) argument
98 _mm256_adds_epi8(__m256i __a, __m256i __b) argument
104 _mm256_adds_epi16(__m256i __a, __m256i __b) argument
110 _mm256_adds_epu8(__m256i __a, __m256i __b) argument
116 _mm256_adds_epu16(__m256i __a, __m256i __b) argument
127 _mm256_and_si256(__m256i __a, __m256i __b) argument
133 _mm256_andnot_si256(__m256i __a, __m256i __b) argument
139 _mm256_avg_epu8(__m256i __a, __m256i __b) argument
145 _mm256_avg_epu16(__m256i __a, __m256i __b) argument
163 _mm256_cmpeq_epi8(__m256i __a, __m256i __b) argument
169 _mm256_cmpeq_epi16(__m256i __a, __m256i __b) argument
175 _mm256_cmpeq_epi32(__m256i __a, __m256i __b) argument
181 _mm256_cmpeq_epi64(__m256i __a, __m256i __b) argument
187 _mm256_cmpgt_epi8(__m256i __a, __m256i __b) argument
193 _mm256_cmpgt_epi16(__m256i __a, __m256i __b) argument
199 _mm256_cmpgt_epi32(__m256i __a, __m256i __b) argument
205 _mm256_cmpgt_epi64(__m256i __a, __m256i __b) argument
211 _mm256_hadd_epi16(__m256i __a, __m256i __b) argument
217 _mm256_hadd_epi32(__m256i __a, __m256i __b) argument
223 _mm256_hadds_epi16(__m256i __a, __m256i __b) argument
229 _mm256_hsub_epi16(__m256i __a, __m256i __b) argument
235 _mm256_hsub_epi32(__m256i __a, __m256i __b) argument
241 _mm256_hsubs_epi16(__m256i __a, __m256i __b) argument
247 _mm256_maddubs_epi16(__m256i __a, __m256i __b) argument
253 _mm256_madd_epi16(__m256i __a, __m256i __b) argument
259 _mm256_max_epi8(__m256i __a, __m256i __b) argument
265 _mm256_max_epi16(__m256i __a, __m256i __b) argument
271 _mm256_max_epi32(__m256i __a, __m256i __b) argument
277 _mm256_max_epu8(__m256i __a, __m256i __b) argument
283 _mm256_max_epu16(__m256i __a, __m256i __b) argument
289 _mm256_max_epu32(__m256i __a, __m256i __b) argument
295 _mm256_min_epi8(__m256i __a, __m256i __b) argument
301 _mm256_min_epi16(__m256i __a, __m256i __b) argument
307 _mm256_min_epi32(__m256i __a, __m256i __b) argument
313 _mm256_min_epu8(__m256i __a, __m256i __b) argument
319 _mm256_min_epu16(__m256i __a, __m256i __b) argument
325 _mm256_min_epu32(__m256i __a, __m256i __b) argument
409 _mm256_mul_epi32(__m256i __a, __m256i __b) argument
415 _mm256_mulhrs_epi16(__m256i __a, __m256i __b) argument
421 _mm256_mulhi_epu16(__m256i __a, __m256i __b) argument
427 _mm256_mulhi_epi16(__m256i __a, __m256i __b) argument
433 _mm256_mullo_epi16(__m256i __a, __m256i __b) argument
439 _mm256_mullo_epi32(__m256i __a, __m256i __b) argument
445 _mm256_mul_epu32(__m256i __a, __m256i __b) argument
451 _mm256_or_si256(__m256i __a, __m256i __b) argument
457 _mm256_sad_epu8(__m256i __a, __m256i __b) argument
463 _mm256_shuffle_epi8(__m256i __a, __m256i __b) argument
505 _mm256_sign_epi8(__m256i __a, __m256i __b) argument
511 _mm256_sign_epi16(__m256i __a, __m256i __b) argument
517 _mm256_sign_epi32(__m256i __a, __m256i __b) argument
627 _mm256_sub_epi8(__m256i __a, __m256i __b) argument
633 _mm256_sub_epi16(__m256i __a, __m256i __b) argument
639 _mm256_sub_epi32(__m256i __a, __m256i __b) argument
645 _mm256_sub_epi64(__m256i __a, __m256i __b) argument
651 _mm256_subs_epi8(__m256i __a, __m256i __b) argument
657 _mm256_subs_epi16(__m256i __a, __m256i __b) argument
663 _mm256_subs_epu8(__m256i __a, __m256i __b) argument
669 _mm256_subs_epu16(__m256i __a, __m256i __b) argument
675 _mm256_unpackhi_epi8(__m256i __a, __m256i __b) argument
681 _mm256_unpackhi_epi16(__m256i __a, __m256i __b) argument
687 _mm256_unpackhi_epi32(__m256i __a, __m256i __b) argument
693 _mm256_unpackhi_epi64(__m256i __a, __m256i __b) argument
699 _mm256_unpacklo_epi8(__m256i __a, __m256i __b) argument
705 _mm256_unpacklo_epi16(__m256i __a, __m256i __b) argument
711 _mm256_unpacklo_epi32(__m256i __a, __m256i __b) argument
717 _mm256_unpacklo_epi64(__m256i __a, __m256i __b) argument
723 _mm256_xor_si256(__m256i __a, __m256i __b) argument
818 _mm256_permutevar8x32_epi32(__m256i __a, __m256i __b) argument
830 _mm256_permutevar8x32_ps(__m256 __a, __m256 __b) argument
[all...]
H A Dxmmintrin.h44 _mm_add_ss(__m128 __a, __m128 __b) argument
51 _mm_add_ps(__m128 __a, __m128 __b) argument
57 _mm_sub_ss(__m128 __a, __m128 __b) argument
64 _mm_sub_ps(__m128 __a, __m128 __b) argument
70 _mm_mul_ss(__m128 __a, __m128 __b) argument
77 _mm_mul_ps(__m128 __a, __m128 __b) argument
83 _mm_div_ss(__m128 __a, __m128 __b) argument
90 _mm_div_ps(__m128 __a, __m128 __b) argument
135 _mm_min_ss(__m128 __a, __m128 __b) argument
141 _mm_min_ps(__m128 __a, __m128 __b) argument
147 _mm_max_ss(__m128 __a, __m128 __b) argument
153 _mm_max_ps(__m128 __a, __m128 __b) argument
159 _mm_and_ps(__m128 __a, __m128 __b) argument
165 _mm_andnot_ps(__m128 __a, __m128 __b) argument
171 _mm_or_ps(__m128 __a, __m128 __b) argument
177 _mm_xor_ps(__m128 __a, __m128 __b) argument
183 _mm_cmpeq_ss(__m128 __a, __m128 __b) argument
189 _mm_cmpeq_ps(__m128 __a, __m128 __b) argument
195 _mm_cmplt_ss(__m128 __a, __m128 __b) argument
201 _mm_cmplt_ps(__m128 __a, __m128 __b) argument
207 _mm_cmple_ss(__m128 __a, __m128 __b) argument
213 _mm_cmple_ps(__m128 __a, __m128 __b) argument
219 _mm_cmpgt_ss(__m128 __a, __m128 __b) argument
225 _mm_cmpgt_ps(__m128 __a, __m128 __b) argument
231 _mm_cmpge_ss(__m128 __a, __m128 __b) argument
237 _mm_cmpge_ps(__m128 __a, __m128 __b) argument
243 _mm_cmpneq_ss(__m128 __a, __m128 __b) argument
249 _mm_cmpneq_ps(__m128 __a, __m128 __b) argument
255 _mm_cmpnlt_ss(__m128 __a, __m128 __b) argument
261 _mm_cmpnlt_ps(__m128 __a, __m128 __b) argument
267 _mm_cmpnle_ss(__m128 __a, __m128 __b) argument
273 _mm_cmpnle_ps(__m128 __a, __m128 __b) argument
279 _mm_cmpngt_ss(__m128 __a, __m128 __b) argument
285 _mm_cmpngt_ps(__m128 __a, __m128 __b) argument
291 _mm_cmpnge_ss(__m128 __a, __m128 __b) argument
297 _mm_cmpnge_ps(__m128 __a, __m128 __b) argument
303 _mm_cmpord_ss(__m128 __a, __m128 __b) argument
309 _mm_cmpord_ps(__m128 __a, __m128 __b) argument
315 _mm_cmpunord_ss(__m128 __a, __m128 __b) argument
321 _mm_cmpunord_ps(__m128 __a, __m128 __b) argument
327 _mm_comieq_ss(__m128 __a, __m128 __b) argument
333 _mm_comilt_ss(__m128 __a, __m128 __b) argument
339 _mm_comile_ss(__m128 __a, __m128 __b) argument
345 _mm_comigt_ss(__m128 __a, __m128 __b) argument
351 _mm_comige_ss(__m128 __a, __m128 __b) argument
357 _mm_comineq_ss(__m128 __a, __m128 __b) argument
363 _mm_ucomieq_ss(__m128 __a, __m128 __b) argument
369 _mm_ucomilt_ss(__m128 __a, __m128 __b) argument
375 _mm_ucomile_ss(__m128 __a, __m128 __b) argument
381 _mm_ucomigt_ss(__m128 __a, __m128 __b) argument
387 _mm_ucomige_ss(__m128 __a, __m128 __b) argument
393 _mm_ucomineq_ss(__m128 __a, __m128 __b) argument
463 _mm_cvtsi32_ss(__m128 __a, int __b) argument
470 _mm_cvt_si2ss(__m128 __a, int __b) argument
478 _mm_cvtsi64_ss(__m128 __a, long long __b) argument
487 _mm_cvtpi32_ps(__m128 __a, __m64 __b) argument
493 _mm_cvt_pi2ps(__m128 __a, __m64 __b) argument
511 __mm_loadh_pi_v2f32 __b = ((struct __mm_loadh_pi_struct*)__p)->__u; local
523 __mm_loadl_pi_v2f32 __b = ((struct __mm_loadl_pi_struct*)__p)->__u; local
693 __v4hi __b = (__v4hi)__a; local
700 __v4hi __b = (__v4hi)__a; local
706 _mm_max_pi16(__m64 __a, __m64 __b) argument
712 _mm_max_pu8(__m64 __a, __m64 __b) argument
718 _mm_min_pi16(__m64 __a, __m64 __b) argument
724 _mm_min_pu8(__m64 __a, __m64 __b) argument
736 _mm_mulhi_pu16(__m64 __a, __m64 __b) argument
752 _mm_avg_pu8(__m64 __a, __m64 __b) argument
758 _mm_avg_pu16(__m64 __a, __m64 __b) argument
764 _mm_sad_pu8(__m64 __a, __m64 __b) argument
790 _mm_unpackhi_ps(__m128 __a, __m128 __b) argument
796 _mm_unpacklo_ps(__m128 __a, __m128 __b) argument
802 _mm_move_ss(__m128 __a, __m128 __b) argument
808 _mm_movehl_ps(__m128 __a, __m128 __b) argument
814 _mm_movelh_ps(__m128 __a, __m128 __b) argument
822 __m64 __b, __c; local
840 __m64 __b, __c; local
857 __m64 __b; local
869 __m64 __b; local
878 _mm_cvtpi32x2_ps(__m64 __a, __m64 __b) argument
892 __m64 __b, __c; local
904 __m64 __b, __c; local
[all...]
H A Daltivec.h138 vec_add(vector signed char __a, vector signed char __b) argument
144 vec_add(vector bool char __a, vector signed char __b) argument
150 vec_add(vector signed char __a, vector bool char __b) argument
156 vec_add(vector unsigned char __a, vector unsigned char __b) argument
162 vec_add(vector bool char __a, vector unsigned char __b) argument
168 vec_add(vector unsigned char __a, vector bool char __b) argument
174 vec_add(vector short __a, vector short __b) argument
180 vec_add(vector bool short __a, vector short __b) argument
186 vec_add(vector short __a, vector bool short __b) argument
192 vec_add(vector unsigned short __a, vector unsigned short __b) argument
198 vec_add(vector bool short __a, vector unsigned short __b) argument
204 vec_add(vector unsigned short __a, vector bool short __b) argument
210 vec_add(vector int __a, vector int __b) argument
216 vec_add(vector bool int __a, vector int __b) argument
222 vec_add(vector int __a, vector bool int __b) argument
228 vec_add(vector unsigned int __a, vector unsigned int __b) argument
234 vec_add(vector bool int __a, vector unsigned int __b) argument
240 vec_add(vector unsigned int __a, vector bool int __b) argument
246 vec_add(vector float __a, vector float __b) argument
256 vec_vaddubm(vector signed char __a, vector signed char __b) argument
262 vec_vaddubm(vector bool char __a, vector signed char __b) argument
268 vec_vaddubm(vector signed char __a, vector bool char __b) argument
274 vec_vaddubm(vector unsigned char __a, vector unsigned char __b) argument
280 vec_vaddubm(vector bool char __a, vector unsigned char __b) argument
286 vec_vaddubm(vector unsigned char __a, vector bool char __b) argument
296 vec_vadduhm(vector short __a, vector short __b) argument
302 vec_vadduhm(vector bool short __a, vector short __b) argument
308 vec_vadduhm(vector short __a, vector bool short __b) argument
314 vec_vadduhm(vector unsigned short __a, vector unsigned short __b) argument
320 vec_vadduhm(vector bool short __a, vector unsigned short __b) argument
326 vec_vadduhm(vector unsigned short __a, vector bool short __b) argument
336 vec_vadduwm(vector int __a, vector int __b) argument
342 vec_vadduwm(vector bool int __a, vector int __b) argument
348 vec_vadduwm(vector int __a, vector bool int __b) argument
354 vec_vadduwm(vector unsigned int __a, vector unsigned int __b) argument
360 vec_vadduwm(vector bool int __a, vector unsigned int __b) argument
366 vec_vadduwm(vector unsigned int __a, vector bool int __b) argument
376 vec_vaddfp(vector float __a, vector float __b) argument
384 vec_addc(vector unsigned int __a, vector unsigned int __b) argument
392 vec_vaddcuw(vector unsigned int __a, vector unsigned int __b) argument
400 vec_adds(vector signed char __a, vector signed char __b) argument
406 vec_adds(vector bool char __a, vector signed char __b) argument
412 vec_adds(vector signed char __a, vector bool char __b) argument
418 vec_adds(vector unsigned char __a, vector unsigned char __b) argument
424 vec_adds(vector bool char __a, vector unsigned char __b) argument
430 vec_adds(vector unsigned char __a, vector bool char __b) argument
436 vec_adds(vector short __a, vector short __b) argument
442 vec_adds(vector bool short __a, vector short __b) argument
448 vec_adds(vector short __a, vector bool short __b) argument
454 vec_adds(vector unsigned short __a, vector unsigned short __b) argument
460 vec_adds(vector bool short __a, vector unsigned short __b) argument
466 vec_adds(vector unsigned short __a, vector bool short __b) argument
472 vec_adds(vector int __a, vector int __b) argument
478 vec_adds(vector bool int __a, vector int __b) argument
484 vec_adds(vector int __a, vector bool int __b) argument
490 vec_adds(vector unsigned int __a, vector unsigned int __b) argument
496 vec_adds(vector bool int __a, vector unsigned int __b) argument
502 vec_adds(vector unsigned int __a, vector bool int __b) argument
510 vec_vaddsbs(vector signed char __a, vector signed char __b) argument
516 vec_vaddsbs(vector bool char __a, vector signed char __b) argument
522 vec_vaddsbs(vector signed char __a, vector bool char __b) argument
530 vec_vaddubs(vector unsigned char __a, vector unsigned char __b) argument
536 vec_vaddubs(vector bool char __a, vector unsigned char __b) argument
542 vec_vaddubs(vector unsigned char __a, vector bool char __b) argument
550 vec_vaddshs(vector short __a, vector short __b) argument
556 vec_vaddshs(vector bool short __a, vector short __b) argument
562 vec_vaddshs(vector short __a, vector bool short __b) argument
570 vec_vadduhs(vector unsigned short __a, vector unsigned short __b) argument
576 vec_vadduhs(vector bool short __a, vector unsigned short __b) argument
582 vec_vadduhs(vector unsigned short __a, vector bool short __b) argument
590 vec_vaddsws(vector int __a, vector int __b) argument
596 vec_vaddsws(vector bool int __a, vector int __b) argument
602 vec_vaddsws(vector int __a, vector bool int __b) argument
610 vec_vadduws(vector unsigned int __a, vector unsigned int __b) argument
616 vec_vadduws(vector bool int __a, vector unsigned int __b) argument
622 vec_vadduws(vector unsigned int __a, vector bool int __b) argument
632 vec_and(vector signed char __a, vector signed char __b) argument
638 vec_and(vector bool char __a, vector signed char __b) argument
644 vec_and(vector signed char __a, vector bool char __b) argument
650 vec_and(vector unsigned char __a, vector unsigned char __b) argument
656 vec_and(vector bool char __a, vector unsigned char __b) argument
662 vec_and(vector unsigned char __a, vector bool char __b) argument
668 vec_and(vector bool char __a, vector bool char __b) argument
674 vec_and(vector short __a, vector short __b) argument
680 vec_and(vector bool short __a, vector short __b) argument
686 vec_and(vector short __a, vector bool short __b) argument
692 vec_and(vector unsigned short __a, vector unsigned short __b) argument
698 vec_and(vector bool short __a, vector unsigned short __b) argument
704 vec_and(vector unsigned short __a, vector bool short __b) argument
710 vec_and(vector bool short __a, vector bool short __b) argument
716 vec_and(vector int __a, vector int __b) argument
722 vec_and(vector bool int __a, vector int __b) argument
728 vec_and(vector int __a, vector bool int __b) argument
734 vec_and(vector unsigned int __a, vector unsigned int __b) argument
740 vec_and(vector bool int __a, vector unsigned int __b) argument
746 vec_and(vector unsigned int __a, vector bool int __b) argument
752 vec_and(vector bool int __a, vector bool int __b) argument
758 vec_and(vector float __a, vector float __b) argument
765 vec_and(vector bool int __a, vector float __b) argument
772 vec_and(vector float __a, vector bool int __b) argument
781 vec_vand(vector signed char __a, vector signed char __b) argument
787 vec_vand(vector bool char __a, vector signed char __b) argument
793 vec_vand(vector signed char __a, vector bool char __b) argument
799 vec_vand(vector unsigned char __a, vector unsigned char __b) argument
805 vec_vand(vector bool char __a, vector unsigned char __b) argument
811 vec_vand(vector unsigned char __a, vector bool char __b) argument
817 vec_vand(vector bool char __a, vector bool char __b) argument
823 vec_vand(vector short __a, vector short __b) argument
829 vec_vand(vector bool short __a, vector short __b) argument
835 vec_vand(vector short __a, vector bool short __b) argument
841 vec_vand(vector unsigned short __a, vector unsigned short __b) argument
847 vec_vand(vector bool short __a, vector unsigned short __b) argument
853 vec_vand(vector unsigned short __a, vector bool short __b) argument
859 vec_vand(vector bool short __a, vector bool short __b) argument
865 vec_vand(vector int __a, vector int __b) argument
871 vec_vand(vector bool int __a, vector int __b) argument
877 vec_vand(vector int __a, vector bool int __b) argument
883 vec_vand(vector unsigned int __a, vector unsigned int __b) argument
889 vec_vand(vector bool int __a, vector unsigned int __b) argument
895 vec_vand(vector unsigned int __a, vector bool int __b) argument
901 vec_vand(vector bool int __a, vector bool int __b) argument
907 vec_vand(vector float __a, vector float __b) argument
914 vec_vand(vector bool int __a, vector float __b) argument
921 vec_vand(vector float __a, vector bool int __b) argument
932 vec_andc(vector signed char __a, vector signed char __b) argument
938 vec_andc(vector bool char __a, vector signed char __b) argument
944 vec_andc(vector signed char __a, vector bool char __b) argument
950 vec_andc(vector unsigned char __a, vector unsigned char __b) argument
956 vec_andc(vector bool char __a, vector unsigned char __b) argument
962 vec_andc(vector unsigned char __a, vector bool char __b) argument
968 vec_andc(vector bool char __a, vector bool char __b) argument
974 vec_andc(vector short __a, vector short __b) argument
980 vec_andc(vector bool short __a, vector short __b) argument
986 vec_andc(vector short __a, vector bool short __b) argument
992 vec_andc(vector unsigned short __a, vector unsigned short __b) argument
998 vec_andc(vector bool short __a, vector unsigned short __b) argument
1004 vec_andc(vector unsigned short __a, vector bool short __b) argument
1010 vec_andc(vector bool short __a, vector bool short __b) argument
1016 vec_andc(vector int __a, vector int __b) argument
1022 vec_andc(vector bool int __a, vector int __b) argument
1028 vec_andc(vector int __a, vector bool int __b) argument
1034 vec_andc(vector unsigned int __a, vector unsigned int __b) argument
1040 vec_andc(vector bool int __a, vector unsigned int __b) argument
1046 vec_andc(vector unsigned int __a, vector bool int __b) argument
1052 vec_andc(vector bool int __a, vector bool int __b) argument
1058 vec_andc(vector float __a, vector float __b) argument
1065 vec_andc(vector bool int __a, vector float __b) argument
1072 vec_andc(vector float __a, vector bool int __b) argument
1081 vec_vandc(vector signed char __a, vector signed char __b) argument
1087 vec_vandc(vector bool char __a, vector signed char __b) argument
1093 vec_vandc(vector signed char __a, vector bool char __b) argument
1099 vec_vandc(vector unsigned char __a, vector unsigned char __b) argument
1105 vec_vandc(vector bool char __a, vector unsigned char __b) argument
1111 vec_vandc(vector unsigned char __a, vector bool char __b) argument
1117 vec_vandc(vector bool char __a, vector bool char __b) argument
1123 vec_vandc(vector short __a, vector short __b) argument
1129 vec_vandc(vector bool short __a, vector short __b) argument
1135 vec_vandc(vector short __a, vector bool short __b) argument
1141 vec_vandc(vector unsigned short __a, vector unsigned short __b) argument
1147 vec_vandc(vector bool short __a, vector unsigned short __b) argument
1153 vec_vandc(vector unsigned short __a, vector bool short __b) argument
1159 vec_vandc(vector bool short __a, vector bool short __b) argument
1165 vec_vandc(vector int __a, vector int __b) argument
1171 vec_vandc(vector bool int __a, vector int __b) argument
1177 vec_vandc(vector int __a, vector bool int __b) argument
1183 vec_vandc(vector unsigned int __a, vector unsigned int __b) argument
1189 vec_vandc(vector bool int __a, vector unsigned int __b) argument
1195 vec_vandc(vector unsigned int __a, vector bool int __b) argument
1201 vec_vandc(vector bool int __a, vector bool int __b) argument
1207 vec_vandc(vector float __a, vector float __b) argument
1214 vec_vandc(vector bool int __a, vector float __b) argument
1221 vec_vandc(vector float __a, vector bool int __b) argument
1230 vec_avg(vector signed char __a, vector signed char __b) argument
1236 vec_avg(vector unsigned char __a, vector unsigned char __b) argument
1242 vec_avg(vector short __a, vector short __b) argument
1248 vec_avg(vector unsigned short __a, vector unsigned short __b) argument
1254 vec_avg(vector int __a, vector int __b) argument
1260 vec_avg(vector unsigned int __a, vector unsigned int __b) argument
1268 vec_vavgsb(vector signed char __a, vector signed char __b) argument
1276 vec_vavgub(vector unsigned char __a, vector unsigned char __b) argument
1284 vec_vavgsh(vector short __a, vector short __b) argument
1292 vec_vavguh(vector unsigned short __a, vector unsigned short __b) argument
1300 vec_vavgsw(vector int __a, vector int __b) argument
1308 vec_vavguw(vector unsigned int __a, vector unsigned int __b) argument
1332 vec_cmpb(vector float __a, vector float __b) argument
1340 vec_vcmpbfp(vector float __a, vector float __b) argument
1348 vec_cmpeq(vector signed char __a, vector signed char __b) argument
1355 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) argument
1362 vec_cmpeq(vector short __a, vector short __b) argument
1368 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) argument
1375 vec_cmpeq(vector int __a, vector int __b) argument
1381 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) argument
1388 vec_cmpeq(vector float __a, vector float __b) argument
1396 vec_cmpge(vector float __a, vector float __b) argument
1404 vec_vcmpgefp(vector float __a, vector float __b) argument
1412 vec_cmpgt(vector signed char __a, vector signed char __b) argument
1418 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) argument
1424 vec_cmpgt(vector short __a, vector short __b) argument
1430 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) argument
1436 vec_cmpgt(vector int __a, vector int __b) argument
1442 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) argument
1448 vec_cmpgt(vector float __a, vector float __b) argument
1456 vec_vcmpgtsb(vector signed char __a, vector signed char __b) argument
1464 vec_vcmpgtub(vector unsigned char __a, vector unsigned char __b) argument
1472 vec_vcmpgtsh(vector short __a, vector short __b) argument
1480 vec_vcmpgtuh(vector unsigned short __a, vector unsigned short __b) argument
1488 vec_vcmpgtsw(vector int __a, vector int __b) argument
1496 vec_vcmpgtuw(vector unsigned int __a, vector unsigned int __b) argument
1504 vec_vcmpgtfp(vector float __a, vector float __b) argument
1512 vec_cmple(vector float __a, vector float __b) argument
1520 vec_cmplt(vector signed char __a, vector signed char __b) argument
1526 vec_cmplt(vector unsigned char __a, vector unsigned char __b) argument
1532 vec_cmplt(vector short __a, vector short __b) argument
1538 vec_cmplt(vector unsigned short __a, vector unsigned short __b) argument
1544 vec_cmplt(vector int __a, vector int __b) argument
1550 vec_cmplt(vector unsigned int __a, vector unsigned int __b) argument
1556 vec_cmplt(vector float __a, vector float __b) argument
1564 vec_ctf(vector int __a, int __b) argument
1570 vec_ctf(vector unsigned int __a, int __b) argument
1578 vec_vcfsx(vector int __a, int __b) argument
1586 vec_vcfux(vector unsigned int __a, int __b) argument
1594 vec_cts(vector float __a, int __b) argument
1602 vec_vctsxs(vector float __a, int __b) argument
1610 vec_ctu(vector float __a, int __b) argument
1618 vec_vctuxs(vector float __a, int __b) argument
1642 vec_dst(const void *__a, int __b, int __c) argument
1650 vec_dstst(const void *__a, int __b, int __c) argument
1658 vec_dststt(const void *__a, int __b, int __c) argument
1666 vec_dstt(const void *__a, int __b, int __c) argument
1706 vec_ld(int __a, const vector signed char *__b) argument
1712 vec_ld(int __a, const signed char *__b) argument
1718 vec_ld(int __a, const vector unsigned char *__b) argument
1724 vec_ld(int __a, const unsigned char *__b) argument
1730 vec_ld(int __a, const vector bool char *__b) argument
1736 vec_ld(int __a, const vector short *__b) argument
1742 vec_ld(int __a, const short *__b) argument
1748 vec_ld(int __a, const vector unsigned short *__b) argument
1754 vec_ld(int __a, const unsigned short *__b) argument
1760 vec_ld(int __a, const vector bool short *__b) argument
1766 vec_ld(int __a, const vector pixel *__b) argument
1772 vec_ld(int __a, const vector int *__b) argument
1778 vec_ld(int __a, const int *__b) argument
1784 vec_ld(int __a, const vector unsigned int *__b) argument
1790 vec_ld(int __a, const unsigned int *__b) argument
1796 vec_ld(int __a, const vector bool int *__b) argument
1802 vec_ld(int __a, const vector float *__b) argument
1808 vec_ld(int __a, const float *__b) argument
1816 vec_lvx(int __a, const vector signed char *__b) argument
1822 vec_lvx(int __a, const signed char *__b) argument
1828 vec_lvx(int __a, const vector unsigned char *__b) argument
1834 vec_lvx(int __a, const unsigned char *__b) argument
1840 vec_lvx(int __a, const vector bool char *__b) argument
1846 vec_lvx(int __a, const vector short *__b) argument
1852 vec_lvx(int __a, const short *__b) argument
1858 vec_lvx(int __a, const vector unsigned short *__b) argument
1864 vec_lvx(int __a, const unsigned short *__b) argument
1870 vec_lvx(int __a, const vector bool short *__b) argument
1876 vec_lvx(int __a, const vector pixel *__b) argument
1882 vec_lvx(int __a, const vector int *__b) argument
1888 vec_lvx(int __a, const int *__b) argument
1894 vec_lvx(int __a, const vector unsigned int *__b) argument
1900 vec_lvx(int __a, const unsigned int *__b) argument
1906 vec_lvx(int __a, const vector bool int *__b) argument
1912 vec_lvx(int __a, const vector float *__b) argument
1918 vec_lvx(int __a, const float *__b) argument
1926 vec_lde(int __a, const signed char *__b) argument
1932 vec_lde(int __a, const unsigned char *__b) argument
1938 vec_lde(int __a, const short *__b) argument
1944 vec_lde(int __a, const unsigned short *__b) argument
1950 vec_lde(int __a, const int *__b) argument
1956 vec_lde(int __a, const unsigned int *__b) argument
1962 vec_lde(int __a, const float *__b) argument
1970 vec_lvebx(int __a, const signed char *__b) argument
1976 vec_lvebx(int __a, const unsigned char *__b) argument
1984 vec_lvehx(int __a, const short *__b) argument
1990 vec_lvehx(int __a, const unsigned short *__b) argument
1998 vec_lvewx(int __a, const int *__b) argument
2004 vec_lvewx(int __a, const unsigned int *__b) argument
2010 vec_lvewx(int __a, const float *__b) argument
2018 vec_ldl(int __a, const vector signed char *__b) argument
2024 vec_ldl(int __a, const signed char *__b) argument
2030 vec_ldl(int __a, const vector unsigned char *__b) argument
2036 vec_ldl(int __a, const unsigned char *__b) argument
2042 vec_ldl(int __a, const vector bool char *__b) argument
2048 vec_ldl(int __a, const vector short *__b) argument
2054 vec_ldl(int __a, const short *__b) argument
2060 vec_ldl(int __a, const vector unsigned short *__b) argument
2066 vec_ldl(int __a, const unsigned short *__b) argument
2072 vec_ldl(int __a, const vector bool short *__b) argument
2078 vec_ldl(int __a, const vector pixel *__b) argument
2084 vec_ldl(int __a, const vector int *__b) argument
2090 vec_ldl(int __a, const int *__b) argument
2096 vec_ldl(int __a, const vector unsigned int *__b) argument
2102 vec_ldl(int __a, const unsigned int *__b) argument
2108 vec_ldl(int __a, const vector bool int *__b) argument
2114 vec_ldl(int __a, const vector float *__b) argument
2120 vec_ldl(int __a, const float *__b) argument
2128 vec_lvxl(int __a, const vector signed char *__b) argument
2134 vec_lvxl(int __a, const signed char *__b) argument
2140 vec_lvxl(int __a, const vector unsigned char *__b) argument
2146 vec_lvxl(int __a, const unsigned char *__b) argument
2152 vec_lvxl(int __a, const vector bool char *__b) argument
2158 vec_lvxl(int __a, const vector short *__b) argument
2164 vec_lvxl(int __a, const short *__b) argument
2170 vec_lvxl(int __a, const vector unsigned short *__b) argument
2176 vec_lvxl(int __a, const unsigned short *__b) argument
2182 vec_lvxl(int __a, const vector bool short *__b) argument
2188 vec_lvxl(int __a, const vector pixel *__b) argument
2194 vec_lvxl(int __a, const vector int *__b) argument
2200 vec_lvxl(int __a, const int *__b) argument
2206 vec_lvxl(int __a, const vector unsigned int *__b) argument
2212 vec_lvxl(int __a, const unsigned int *__b) argument
2218 vec_lvxl(int __a, const vector bool int *__b) argument
2224 vec_lvxl(int __a, const vector float *__b) argument
2230 vec_lvxl(int __a, const float *__b) argument
2254 vec_lvsl(int __a, const signed char *__b) argument
2260 vec_lvsl(int __a, const unsigned char *__b) argument
2266 vec_lvsl(int __a, const short *__b) argument
2272 vec_lvsl(int __a, const unsigned short *__b) argument
2278 vec_lvsl(int __a, const int *__b) argument
2284 vec_lvsl(int __a, const unsigned int *__b) argument
2290 vec_lvsl(int __a, const float *__b) argument
2298 vec_lvsr(int __a, const signed char *__b) argument
2304 vec_lvsr(int __a, const unsigned char *__b) argument
2310 vec_lvsr(int __a, const short *__b) argument
2316 vec_lvsr(int __a, const unsigned short *__b) argument
2322 vec_lvsr(int __a, const int *__b) argument
2328 vec_lvsr(int __a, const unsigned int *__b) argument
2334 vec_lvsr(int __a, const float *__b) argument
2342 vec_madd(vector float __a, vector float __b, vector float __c) argument
2350 vec_vmaddfp(vector float __a, vector float __b, vector float __c) argument
2358 vec_madds(vector signed short __a, vector signed short __b, vector signed short __c) argument
2365 vec_vmhaddshs(vector signed short __a, vector signed short __b, vector signed short __c) argument
2375 vec_max(vector signed char __a, vector signed char __b) argument
2381 vec_max(vector bool char __a, vector signed char __b) argument
2387 vec_max(vector signed char __a, vector bool char __b) argument
2393 vec_max(vector unsigned char __a, vector unsigned char __b) argument
2399 vec_max(vector bool char __a, vector unsigned char __b) argument
2405 vec_max(vector unsigned char __a, vector bool char __b) argument
2411 vec_max(vector short __a, vector short __b) argument
2417 vec_max(vector bool short __a, vector short __b) argument
2423 vec_max(vector short __a, vector bool short __b) argument
2429 vec_max(vector unsigned short __a, vector unsigned short __b) argument
2435 vec_max(vector bool short __a, vector unsigned short __b) argument
2441 vec_max(vector unsigned short __a, vector bool short __b) argument
2447 vec_max(vector int __a, vector int __b) argument
2453 vec_max(vector bool int __a, vector int __b) argument
2459 vec_max(vector int __a, vector bool int __b) argument
2465 vec_max(vector unsigned int __a, vector unsigned int __b) argument
2471 vec_max(vector bool int __a, vector unsigned int __b) argument
2477 vec_max(vector unsigned int __a, vector bool int __b) argument
2483 vec_max(vector float __a, vector float __b) argument
2491 vec_vmaxsb(vector signed char __a, vector signed char __b) argument
2497 vec_vmaxsb(vector bool char __a, vector signed char __b) argument
2503 vec_vmaxsb(vector signed char __a, vector bool char __b) argument
2511 vec_vmaxub(vector unsigned char __a, vector unsigned char __b) argument
2517 vec_vmaxub(vector bool char __a, vector unsigned char __b) argument
2523 vec_vmaxub(vector unsigned char __a, vector bool char __b) argument
2531 vec_vmaxsh(vector short __a, vector short __b) argument
2537 vec_vmaxsh(vector bool short __a, vector short __b) argument
2543 vec_vmaxsh(vector short __a, vector bool short __b) argument
2551 vec_vmaxuh(vector unsigned short __a, vector unsigned short __b) argument
2557 vec_vmaxuh(vector bool short __a, vector unsigned short __b) argument
2563 vec_vmaxuh(vector unsigned short __a, vector bool short __b) argument
2571 vec_vmaxsw(vector int __a, vector int __b) argument
2577 vec_vmaxsw(vector bool int __a, vector int __b) argument
2583 vec_vmaxsw(vector int __a, vector bool int __b) argument
2591 vec_vmaxuw(vector unsigned int __a, vector unsigned int __b) argument
2597 vec_vmaxuw(vector bool int __a, vector unsigned int __b) argument
2603 vec_vmaxuw(vector unsigned int __a, vector bool int __b) argument
2611 vec_vmaxfp(vector float __a, vector float __b) argument
2619 vec_mergeh(vector signed char __a, vector signed char __b) argument
2627 vec_mergeh(vector unsigned char __a, vector unsigned char __b) argument
2635 vec_mergeh(vector bool char __a, vector bool char __b) argument
2643 vec_mergeh(vector short __a, vector short __b) argument
2651 vec_mergeh(vector unsigned short __a, vector unsigned short __b) argument
2659 vec_mergeh(vector bool short __a, vector bool short __b) argument
2667 vec_mergeh(vector pixel __a, vector pixel __b) argument
2675 vec_mergeh(vector int __a, vector int __b) argument
2683 vec_mergeh(vector unsigned int __a, vector unsigned int __b) argument
2691 vec_mergeh(vector bool int __a, vector bool int __b) argument
2699 vec_mergeh(vector float __a, vector float __b) argument
2711 vec_vmrghb(vector signed char __a, vector signed char __b) argument
2719 vec_vmrghb(vector unsigned char __a, vector unsigned char __b) argument
2727 vec_vmrghb(vector bool char __a, vector bool char __b) argument
2739 vec_vmrghh(vector short __a, vector short __b) argument
2747 vec_vmrghh(vector unsigned short __a, vector unsigned short __b) argument
2755 vec_vmrghh(vector bool short __a, vector bool short __b) argument
2763 vec_vmrghh(vector pixel __a, vector pixel __b) argument
2775 vec_vmrghw(vector int __a, vector int __b) argument
2783 vec_vmrghw(vector unsigned int __a, vector unsigned int __b) argument
2791 vec_vmrghw(vector bool int __a, vector bool int __b) argument
2799 vec_vmrghw(vector float __a, vector float __b) argument
2809 vec_mergel(vector signed char __a, vector signed char __b) argument
2817 vec_mergel(vector unsigned char __a, vector unsigned char __b) argument
2825 vec_mergel(vector bool char __a, vector bool char __b) argument
2833 vec_mergel(vector short __a, vector short __b) argument
2841 vec_mergel(vector unsigned short __a, vector unsigned short __b) argument
2849 vec_mergel(vector bool short __a, vector bool short __b) argument
2857 vec_mergel(vector pixel __a, vector pixel __b) argument
2865 vec_mergel(vector int __a, vector int __b) argument
2873 vec_mergel(vector unsigned int __a, vector unsigned int __b) argument
2881 vec_mergel(vector bool int __a, vector bool int __b) argument
2889 vec_mergel(vector float __a, vector float __b) argument
2901 vec_vmrglb(vector signed char __a, vector signed char __b) argument
2909 vec_vmrglb(vector unsigned char __a, vector unsigned char __b) argument
2917 vec_vmrglb(vector bool char __a, vector bool char __b) argument
2929 vec_vmrglh(vector short __a, vector short __b) argument
2937 vec_vmrglh(vector unsigned short __a, vector unsigned short __b) argument
2945 vec_vmrglh(vector bool short __a, vector bool short __b) argument
2953 vec_vmrglh(vector pixel __a, vector pixel __b) argument
2965 vec_vmrglw(vector int __a, vector int __b) argument
2973 vec_vmrglw(vector unsigned int __a, vector unsigned int __b) argument
2981 vec_vmrglw(vector bool int __a, vector bool int __b) argument
2989 vec_vmrglw(vector float __a, vector float __b) argument
3007 vec_min(vector signed char __a, vector signed char __b) argument
3013 vec_min(vector bool char __a, vector signed char __b) argument
3019 vec_min(vector signed char __a, vector bool char __b) argument
3025 vec_min(vector unsigned char __a, vector unsigned char __b) argument
3031 vec_min(vector bool char __a, vector unsigned char __b) argument
3037 vec_min(vector unsigned char __a, vector bool char __b) argument
3043 vec_min(vector short __a, vector short __b) argument
3049 vec_min(vector bool short __a, vector short __b) argument
3055 vec_min(vector short __a, vector bool short __b) argument
3061 vec_min(vector unsigned short __a, vector unsigned short __b) argument
3067 vec_min(vector bool short __a, vector unsigned short __b) argument
3073 vec_min(vector unsigned short __a, vector bool short __b) argument
3079 vec_min(vector int __a, vector int __b) argument
3085 vec_min(vector bool int __a, vector int __b) argument
3091 vec_min(vector int __a, vector bool int __b) argument
3097 vec_min(vector unsigned int __a, vector unsigned int __b) argument
3103 vec_min(vector bool int __a, vector unsigned int __b) argument
3109 vec_min(vector unsigned int __a, vector bool int __b) argument
3115 vec_min(vector float __a, vector float __b) argument
3123 vec_vminsb(vector signed char __a, vector signed char __b) argument
3129 vec_vminsb(vector bool char __a, vector signed char __b) argument
3135 vec_vminsb(vector signed char __a, vector bool char __b) argument
3143 vec_vminub(vector unsigned char __a, vector unsigned char __b) argument
3149 vec_vminub(vector bool char __a, vector unsigned char __b) argument
3155 vec_vminub(vector unsigned char __a, vector bool char __b) argument
3163 vec_vminsh(vector short __a, vector short __b) argument
3169 vec_vminsh(vector bool short __a, vector short __b) argument
3175 vec_vminsh(vector short __a, vector bool short __b) argument
3183 vec_vminuh(vector unsigned short __a, vector unsigned short __b) argument
3189 vec_vminuh(vector bool short __a, vector unsigned short __b) argument
3195 vec_vminuh(vector unsigned short __a, vector bool short __b) argument
3203 vec_vminsw(vector int __a, vector int __b) argument
3209 vec_vminsw(vector bool int __a, vector int __b) argument
3215 vec_vminsw(vector int __a, vector bool int __b) argument
3223 vec_vminuw(vector unsigned int __a, vector unsigned int __b) argument
3229 vec_vminuw(vector bool int __a, vector unsigned int __b) argument
3235 vec_vminuw(vector unsigned int __a, vector bool int __b) argument
3243 vec_vminfp(vector float __a, vector float __b) argument
3253 vec_mladd(vector short __a, vector short __b, vector short __c) argument
3259 vec_mladd(vector short __a, vector unsigned short __b, vector unsigned short __c) argument
3265 vec_mladd(vector unsigned short __a, vector short __b, vector short __c) argument
3271 vec_mladd(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c) argument
3281 vec_vmladduhm(vector short __a, vector short __b, vector short __c) argument
3287 vec_vmladduhm(vector short __a, vector unsigned short __b, vector unsigned short __c) argument
3293 vec_vmladduhm(vector unsigned short __a, vector short __b, vector short __c) argument
3299 vec_vmladduhm(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c) argument
3309 vec_mradds(vector short __a, vector short __b, vector short __c) argument
3317 vec_vmhraddshs(vector short __a, vector short __b, vector short __c) argument
3325 vec_msum(vector signed char __a, vector unsigned char __b, vector int __c) argument
3331 vec_msum(vector unsigned char __a, vector unsigned char __b, vector unsigned int __c) argument
3337 vec_msum(vector short __a, vector short __b, vector int __c) argument
3343 vec_msum(vector unsigned short __a, vector unsigned short __b, vector unsigned int __c) argument
3353 vec_vmsummbm(vector signed char __a, vector unsigned char __b, vector int __c) argument
3361 vec_vmsumubm(vector unsigned char __a, vector unsigned char __b, vector unsigned int __c) argument
3371 vec_vmsumshm(vector short __a, vector short __b, vector int __c) argument
3379 vec_vmsumuhm(vector unsigned short __a, vector unsigned short __b, vector unsigned int __c) argument
3389 vec_msums(vector short __a, vector short __b, vector int __c) argument
3395 vec_msums(vector unsigned short __a, vector unsigned short __b, vector unsigned int __c) argument
3405 vec_vmsumshs(vector short __a, vector short __b, vector int __c) argument
3413 vec_vmsumuhs(vector unsigned short __a, vector unsigned short __b, vector unsigned int __c) argument
3491 vec_mule(vector signed char __a, vector signed char __b) argument
3497 vec_mule(vector unsigned char __a, vector unsigned char __b) argument
3503 vec_mule(vector short __a, vector short __b) argument
3509 vec_mule(vector unsigned short __a, vector unsigned short __b) argument
3517 vec_vmulesb(vector signed char __a, vector signed char __b) argument
3525 vec_vmuleub(vector unsigned char __a, vector unsigned char __b) argument
3533 vec_vmulesh(vector short __a, vector short __b) argument
3541 vec_vmuleuh(vector unsigned short __a, vector unsigned short __b) argument
3549 vec_mulo(vector signed char __a, vector signed char __b) argument
3555 vec_mulo(vector unsigned char __a, vector unsigned char __b) argument
3561 vec_mulo(vector short __a, vector short __b) argument
3567 vec_mulo(vector unsigned short __a, vector unsigned short __b) argument
3575 vec_vmulosb(vector signed char __a, vector signed char __b) argument
3583 vec_vmuloub(vector unsigned char __a, vector unsigned char __b) argument
3591 vec_vmulosh(vector short __a, vector short __b) argument
3599 vec_vmulouh(vector unsigned short __a, vector unsigned short __b) argument
3607 vec_nmsub(vector float __a, vector float __b, vector float __c) argument
3615 vec_vnmsubfp(vector float __a, vector float __b, vector float __c) argument
3625 vec_nor(vector signed char __a, vector signed char __b) argument
3631 vec_nor(vector unsigned char __a, vector unsigned char __b) argument
3637 vec_nor(vector bool char __a, vector bool char __b) argument
3643 vec_nor(vector short __a, vector short __b) argument
3649 vec_nor(vector unsigned short __a, vector unsigned short __b) argument
3655 vec_nor(vector bool short __a, vector bool short __b) argument
3661 vec_nor(vector int __a, vector int __b) argument
3667 vec_nor(vector unsigned int __a, vector unsigned int __b) argument
3673 vec_nor(vector bool int __a, vector bool int __b) argument
3679 vec_nor(vector float __a, vector float __b) argument
3688 vec_vnor(vector signed char __a, vector signed char __b) argument
3694 vec_vnor(vector unsigned char __a, vector unsigned char __b) argument
3700 vec_vnor(vector bool char __a, vector bool char __b) argument
3706 vec_vnor(vector short __a, vector short __b) argument
3712 vec_vnor(vector unsigned short __a, vector unsigned short __b) argument
3718 vec_vnor(vector bool short __a, vector bool short __b) argument
3724 vec_vnor(vector int __a, vector int __b) argument
3730 vec_vnor(vector unsigned int __a, vector unsigned int __b) argument
3736 vec_vnor(vector bool int __a, vector bool int __b) argument
3742 vec_vnor(vector float __a, vector float __b) argument
3753 vec_or(vector signed char __a, vector signed char __b) argument
3759 vec_or(vector bool char __a, vector signed char __b) argument
3765 vec_or(vector signed char __a, vector bool char __b) argument
3771 vec_or(vector unsigned char __a, vector unsigned char __b) argument
3777 vec_or(vector bool char __a, vector unsigned char __b) argument
3783 vec_or(vector unsigned char __a, vector bool char __b) argument
3789 vec_or(vector bool char __a, vector bool char __b) argument
3795 vec_or(vector short __a, vector short __b) argument
3801 vec_or(vector bool short __a, vector short __b) argument
3807 vec_or(vector short __a, vector bool short __b) argument
3813 vec_or(vector unsigned short __a, vector unsigned short __b) argument
3819 vec_or(vector bool short __a, vector unsigned short __b) argument
3825 vec_or(vector unsigned short __a, vector bool short __b) argument
3831 vec_or(vector bool short __a, vector bool short __b) argument
3837 vec_or(vector int __a, vector int __b) argument
3843 vec_or(vector bool int __a, vector int __b) argument
3849 vec_or(vector int __a, vector bool int __b) argument
3855 vec_or(vector unsigned int __a, vector unsigned int __b) argument
3861 vec_or(vector bool int __a, vector unsigned int __b) argument
3867 vec_or(vector unsigned int __a, vector bool int __b) argument
3873 vec_or(vector bool int __a, vector bool int __b) argument
3879 vec_or(vector float __a, vector float __b) argument
3886 vec_or(vector bool int __a, vector float __b) argument
3893 vec_or(vector float __a, vector bool int __b) argument
3902 vec_vor(vector signed char __a, vector signed char __b) argument
3908 vec_vor(vector bool char __a, vector signed char __b) argument
3914 vec_vor(vector signed char __a, vector bool char __b) argument
3920 vec_vor(vector unsigned char __a, vector unsigned char __b) argument
3926 vec_vor(vector bool char __a, vector unsigned char __b) argument
3932 vec_vor(vector unsigned char __a, vector bool char __b) argument
3938 vec_vor(vector bool char __a, vector bool char __b) argument
3944 vec_vor(vector short __a, vector short __b) argument
3950 vec_vor(vector bool short __a, vector short __b) argument
3956 vec_vor(vector short __a, vector bool short __b) argument
3962 vec_vor(vector unsigned short __a, vector unsigned short __b) argument
3968 vec_vor(vector bool short __a, vector unsigned short __b) argument
3974 vec_vor(vector unsigned short __a, vector bool short __b) argument
3980 vec_vor(vector bool short __a, vector bool short __b) argument
3986 vec_vor(vector int __a, vector int __b) argument
3992 vec_vor(vector bool int __a, vector int __b) argument
3998 vec_vor(vector int __a, vector bool int __b) argument
4004 vec_vor(vector unsigned int __a, vector unsigned int __b) argument
4010 vec_vor(vector bool int __a, vector unsigned int __b) argument
4016 vec_vor(vector unsigned int __a, vector bool int __b) argument
4022 vec_vor(vector bool int __a, vector bool int __b) argument
4028 vec_vor(vector float __a, vector float __b) argument
4035 vec_vor(vector bool int __a, vector float __b) argument
4042 vec_vor(vector float __a, vector bool int __b) argument
4051 vec_pack(vector signed short __a, vector signed short __b) argument
4059 vec_pack(vector unsigned short __a, vector unsigned short __b) argument
4067 vec_pack(vector bool short __a, vector bool short __b) argument
4075 vec_pack(vector int __a, vector int __b) argument
4083 vec_pack(vector unsigned int __a, vector unsigned int __b) argument
4091 vec_pack(vector bool int __a, vector bool int __b) argument
4103 vec_vpkuhum(vector signed short __a, vector signed short __b) argument
4111 vec_vpkuhum(vector unsigned short __a, vector unsigned short __b) argument
4119 vec_vpkuhum(vector bool short __a, vector bool short __b) argument
4131 vec_vpkuwum(vector int __a, vector int __b) argument
4139 vec_vpkuwum(vector unsigned int __a, vector unsigned int __b) argument
4147 vec_vpkuwum(vector bool int __a, vector bool int __b) argument
4157 vec_packpx(vector unsigned int __a, vector unsigned int __b) argument
4165 vec_vpkpx(vector unsigned int __a, vector unsigned int __b) argument
4173 vec_packs(vector short __a, vector short __b) argument
4179 vec_packs(vector unsigned short __a, vector unsigned short __b) argument
4185 vec_packs(vector int __a, vector int __b) argument
4191 vec_packs(vector unsigned int __a, vector unsigned int __b) argument
4199 vec_vpkshss(vector short __a, vector short __b) argument
4207 vec_vpkuhus(vector unsigned short __a, vector unsigned short __b) argument
4215 vec_vpkswss(vector int __a, vector int __b) argument
4223 vec_vpkuwus(vector unsigned int __a, vector unsigned int __b) argument
4231 vec_packsu(vector short __a, vector short __b) argument
4237 vec_packsu(vector unsigned short __a, vector unsigned short __b) argument
4243 vec_packsu(vector int __a, vector int __b) argument
4249 vec_packsu(vector unsigned int __a, vector unsigned int __b) argument
4257 vec_vpkshus(vector short __a, vector short __b) argument
4263 vec_vpkshus(vector unsigned short __a, vector unsigned short __b) argument
4271 vec_vpkswus(vector int __a, vector int __b) argument
4277 vec_vpkswus(vector unsigned int __a, vector unsigned int __b) argument
4285 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c) argument
4292 vec_perm(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
4301 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) argument
4308 vec_perm(vector short __a, vector short __b, vector unsigned char __c) argument
4315 vec_perm(vector unsigned short __a, vector unsigned short __b, vector unsigned char __c) argument
4324 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c) argument
4331 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c) argument
4338 vec_perm(vector int __a, vector int __b, vector unsigned char __c) argument
4344 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c) argument
4351 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) argument
4358 vec_perm(vector float __a, vector float __b, vector unsigned char __c) argument
4367 vec_vperm(vector signed char __a, vector signed char __b, vector unsigned char __c) argument
4374 vec_vperm(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
4383 vec_vperm(vector bool char __a, vector bool char __b, vector unsigned char __c) argument
4390 vec_vperm(vector short __a, vector short __b, vector unsigned char __c) argument
4397 vec_vperm(vector unsigned short __a, vector unsigned short __b, vector unsigned char __c) argument
4406 vec_vperm(vector bool short __a, vector bool short __b, vector unsigned char __c) argument
4413 vec_vperm(vector pixel __a, vector pixel __b, vector unsigned char __c) argument
4420 vec_vperm(vector int __a, vector int __b, vector unsigned char __c) argument
4426 vec_vperm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c) argument
4433 vec_vperm(vector bool int __a, vector bool int __b, vector unsigned char __c) argument
4440 vec_vperm(vector float __a, vector float __b, vector unsigned char __c) argument
4465 vec_rl(vector signed char __a, vector unsigned char __b) argument
4471 vec_rl(vector unsigned char __a, vector unsigned char __b) argument
4477 vec_rl(vector short __a, vector unsigned short __b) argument
4483 vec_rl(vector unsigned short __a, vector unsigned short __b) argument
4489 vec_rl(vector int __a, vector unsigned int __b) argument
4495 vec_rl(vector unsigned int __a, vector unsigned int __b) argument
4503 vec_vrlb(vector signed char __a, vector unsigned char __b) argument
4509 vec_vrlb(vector unsigned char __a, vector unsigned char __b) argument
4517 vec_vrlh(vector short __a, vector unsigned short __b) argument
4523 vec_vrlh(vector unsigned short __a, vector unsigned short __b) argument
4531 vec_vrlw(vector int __a, vector unsigned int __b) argument
4537 vec_vrlw(vector unsigned int __a, vector unsigned int __b) argument
4579 vec_sel(vector signed char __a, vector signed char __b, vector unsigned char __c) argument
4585 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) argument
4591 vec_sel(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
4597 vec_sel(vector unsigned char __a, vector unsigned char __b, vector bool char __c) argument
4603 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) argument
4609 vec_sel(vector bool char __a, vector bool char __b, vector bool char __c) argument
4615 vec_sel(vector short __a, vector short __b, vector unsigned short __c) argument
4621 vec_sel(vector short __a, vector short __b, vector bool short __c) argument
4627 vec_sel(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c) argument
4635 vec_sel(vector unsigned short __a, vector unsigned short __b, vector bool short __c) argument
4641 vec_sel(vector bool short __a, vector bool short __b, vector unsigned short __c) argument
4647 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c) argument
4653 vec_sel(vector int __a, vector int __b, vector unsigned int __c) argument
4659 vec_sel(vector int __a, vector int __b, vector bool int __c) argument
4665 vec_sel(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) argument
4671 vec_sel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) argument
4677 vec_sel(vector bool int __a, vector bool int __b, vector unsigned int __c) argument
4683 vec_sel(vector bool int __a, vector bool int __b, vector bool int __c) argument
4689 vec_sel(vector float __a, vector float __b, vector unsigned int __c) argument
4697 vec_sel(vector float __a, vector float __b, vector bool int __c) argument
4707 vec_vsel(vector signed char __a, vector signed char __b, vector unsigned char __c) argument
4713 vec_vsel(vector signed char __a, vector signed char __b, vector bool char __c) argument
4719 vec_vsel(vector unsigned char __a, vector unsigned char __b, vector unsigned char __c) argument
4725 vec_vsel(vector unsigned char __a, vector unsigned char __b, vector bool char __c) argument
4731 vec_vsel(vector bool char __a, vector bool char __b, vector unsigned char __c) argument
4737 vec_vsel(vector bool char __a, vector bool char __b, vector bool char __c) argument
4743 vec_vsel(vector short __a, vector short __b, vector unsigned short __c) argument
4749 vec_vsel(vector short __a, vector short __b, vector bool short __c) argument
4755 vec_vsel(vector unsigned short __a, vector unsigned short __b, vector unsigned short __c) argument
4763 vec_vsel(vector unsigned short __a, vector unsigned short __b, vector bool short __c) argument
4769 vec_vsel(vector bool short __a, vector bool short __b, vector unsigned short __c) argument
4775 vec_vsel(vector bool short __a, vector bool short __b, vector bool short __c) argument
4781 vec_vsel(vector int __a, vector int __b, vector unsigned int __c) argument
4787 vec_vsel(vector int __a, vector int __b, vector bool int __c) argument
4793 vec_vsel(vector unsigned int __a, vector unsigned int __b, vector unsigned int __c) argument
4799 vec_vsel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) argument
4805 vec_vsel(vector bool int __a, vector bool int __b, vector unsigned int __c) argument
4811 vec_vsel(vector bool int __a, vector bool int __b, vector bool int __c) argument
4817 vec_vsel(vector float __a, vector float __b, vector unsigned int __c) argument
4825 vec_vsel(vector float __a, vector float __b, vector bool int __c) argument
4835 vec_sl(vector signed char __a, vector unsigned char __b) argument
4841 vec_sl(vector unsigned char __a, vector unsigned char __b) argument
4847 vec_sl(vector short __a, vector unsigned short __b) argument
4853 vec_sl(vector unsigned short __a, vector unsigned short __b) argument
4859 vec_sl(vector int __a, vector unsigned int __b) argument
4865 vec_sl(vector unsigned int __a, vector unsigned int __b) argument
4875 vec_vslb(vector signed char __a, vector unsigned char __b) argument
4881 vec_vslb(vector unsigned char __a, vector unsigned char __b) argument
4891 vec_vslh(vector short __a, vector unsigned short __b) argument
4897 vec_vslh(vector unsigned short __a, vector unsigned short __b) argument
4907 vec_vslw(vector int __a, vector unsigned int __b) argument
4913 vec_vslw(vector unsigned int __a, vector unsigned int __b) argument
4923 vec_sld(vector signed char __a, vector signed char __b, unsigned char __c) argument
4931 vec_sld(vector unsigned char __a, vector unsigned char __b, unsigned char __c) argument
4939 vec_sld(vector short __a, vector short __b, unsigned char __c) argument
4947 vec_sld(vector unsigned short __a, vector unsigned short __b, unsigned char __c) argument
4955 vec_sld(vector pixel __a, vector pixel __b, unsigned char __c) argument
4963 vec_sld(vector int __a, vector int __b, unsigned char __c) argument
4971 vec_sld(vector unsigned int __a, vector unsigned int __b, unsigned char __c) argument
4979 vec_sld(vector float __a, vector float __b, unsigned char __c) argument
4989 vec_vsldoi(vector signed char __a, vector signed char __b, unsigned char __c) argument
4997 vec_vsldoi(vector unsigned char __a, vector unsigned char __b, unsigned char __c) argument
5005 vec_vsldoi(vector short __a, vector short __b, unsigned char __c) argument
5013 vec_vsldoi(vector unsigned short __a, vector unsigned short __b, unsigned char __c) argument
5021 vec_vsldoi(vector pixel __a, vector pixel __b, unsigned char __c) argument
5029 vec_vsldoi(vector int __a, vector int __b, unsigned char __c) argument
5037 vec_vsldoi(vector unsigned int __a, vector unsigned int __b, unsigned char __c) argument
5045 vec_vsldoi(vector float __a, vector float __b, unsigned char __c) argument
5055 vec_sll(vector signed char __a, vector unsigned char __b) argument
5062 vec_sll(vector signed char __a, vector unsigned short __b) argument
5069 vec_sll(vector signed char __a, vector unsigned int __b) argument
5076 vec_sll(vector unsigned char __a, vector unsigned char __b) argument
5083 vec_sll(vector unsigned char __a, vector unsigned short __b) argument
5090 vec_sll(vector unsigned char __a, vector unsigned int __b) argument
5097 vec_sll(vector bool char __a, vector unsigned char __b) argument
5103 vec_sll(vector bool char __a, vector unsigned short __b) argument
5109 vec_sll(vector bool char __a, vector unsigned int __b) argument
5115 vec_sll(vector short __a, vector unsigned char __b) argument
5121 vec_sll(vector short __a, vector unsigned short __b) argument
5127 vec_sll(vector short __a, vector unsigned int __b) argument
5133 vec_sll(vector unsigned short __a, vector unsigned char __b) argument
5140 vec_sll(vector unsigned short __a, vector unsigned short __b) argument
5147 vec_sll(vector unsigned short __a, vector unsigned int __b) argument
5154 vec_sll(vector bool short __a, vector unsigned char __b) argument
5160 vec_sll(vector bool short __a, vector unsigned short __b) argument
5166 vec_sll(vector bool short __a, vector unsigned int __b) argument
5172 vec_sll(vector pixel __a, vector unsigned char __b) argument
5178 vec_sll(vector pixel __a, vector unsigned short __b) argument
5184 vec_sll(vector pixel __a, vector unsigned int __b) argument
5190 vec_sll(vector int __a, vector unsigned char __b) argument
5196 vec_sll(vector int __a, vector unsigned short __b) argument
5202 vec_sll(vector int __a, vector unsigned int __b) argument
5208 vec_sll(vector unsigned int __a, vector unsigned char __b) argument
5215 vec_sll(vector unsigned int __a, vector unsigned short __b) argument
5222 vec_sll(vector unsigned int __a, vector unsigned int __b) argument
5229 vec_sll(vector bool int __a, vector unsigned char __b) argument
5235 vec_sll(vector bool int __a, vector unsigned short __b) argument
5241 vec_sll(vector bool int __a, vector unsigned int __b) argument
5249 vec_vsl(vector signed char __a, vector unsigned char __b) argument
5256 vec_vsl(vector signed char __a, vector unsigned short __b) argument
5263 vec_vsl(vector signed char __a, vector unsigned int __b) argument
5270 vec_vsl(vector unsigned char __a, vector unsigned char __b) argument
5277 vec_vsl(vector unsigned char __a, vector unsigned short __b) argument
5284 vec_vsl(vector unsigned char __a, vector unsigned int __b) argument
5291 vec_vsl(vector bool char __a, vector unsigned char __b) argument
5297 vec_vsl(vector bool char __a, vector unsigned short __b) argument
5303 vec_vsl(vector bool char __a, vector unsigned int __b) argument
5309 vec_vsl(vector short __a, vector unsigned char __b) argument
5315 vec_vsl(vector short __a, vector unsigned short __b) argument
5321 vec_vsl(vector short __a, vector unsigned int __b) argument
5327 vec_vsl(vector unsigned short __a, vector unsigned char __b) argument
5334 vec_vsl(vector unsigned short __a, vector unsigned short __b) argument
5341 vec_vsl(vector unsigned short __a, vector unsigned int __b) argument
5348 vec_vsl(vector bool short __a, vector unsigned char __b) argument
5354 vec_vsl(vector bool short __a, vector unsigned short __b) argument
5360 vec_vsl(vector bool short __a, vector unsigned int __b) argument
5366 vec_vsl(vector pixel __a, vector unsigned char __b) argument
5372 vec_vsl(vector pixel __a, vector unsigned short __b) argument
5378 vec_vsl(vector pixel __a, vector unsigned int __b) argument
5384 vec_vsl(vector int __a, vector unsigned char __b) argument
5390 vec_vsl(vector int __a, vector unsigned short __b) argument
5396 vec_vsl(vector int __a, vector unsigned int __b) argument
5402 vec_vsl(vector unsigned int __a, vector unsigned char __b) argument
5409 vec_vsl(vector unsigned int __a, vector unsigned short __b) argument
5416 vec_vsl(vector unsigned int __a, vector unsigned int __b) argument
5423 vec_vsl(vector bool int __a, vector unsigned char __b) argument
5429 vec_vsl(vector bool int __a, vector unsigned short __b) argument
5435 vec_vsl(vector bool int __a, vector unsigned int __b) argument
5443 vec_slo(vector signed char __a, vector signed char __b) argument
5450 vec_slo(vector signed char __a, vector unsigned char __b) argument
5457 vec_slo(vector unsigned char __a, vector signed char __b) argument
5464 vec_slo(vector unsigned char __a, vector unsigned char __b) argument
5471 vec_slo(vector short __a, vector signed char __b) argument
5477 vec_slo(vector short __a, vector unsigned char __b) argument
5483 vec_slo(vector unsigned short __a, vector signed char __b) argument
5490 vec_slo(vector unsigned short __a, vector unsigned char __b) argument
5497 vec_slo(vector pixel __a, vector signed char __b) argument
5503 vec_slo(vector pixel __a, vector unsigned char __b) argument
5509 vec_slo(vector int __a, vector signed char __b) argument
5515 vec_slo(vector int __a, vector unsigned char __b) argument
5521 vec_slo(vector unsigned int __a, vector signed char __b) argument
5528 vec_slo(vector unsigned int __a, vector unsigned char __b) argument
5535 vec_slo(vector float __a, vector signed char __b) argument
5541 vec_slo(vector float __a, vector unsigned char __b) argument
5549 vec_vslo(vector signed char __a, vector signed char __b) argument
5556 vec_vslo(vector signed char __a, vector unsigned char __b) argument
5563 vec_vslo(vector unsigned char __a, vector signed char __b) argument
5570 vec_vslo(vector unsigned char __a, vector unsigned char __b) argument
5577 vec_vslo(vector short __a, vector signed char __b) argument
5583 vec_vslo(vector short __a, vector unsigned char __b) argument
5589 vec_vslo(vector unsigned short __a, vector signed char __b) argument
5596 vec_vslo(vector unsigned short __a, vector unsigned char __b) argument
5603 vec_vslo(vector pixel __a, vector signed char __b) argument
5609 vec_vslo(vector pixel __a, vector unsigned char __b) argument
5615 vec_vslo(vector int __a, vector signed char __b) argument
5621 vec_vslo(vector int __a, vector unsigned char __b) argument
5627 vec_vslo(vector unsigned int __a, vector signed char __b) argument
5634 vec_vslo(vector unsigned int __a, vector unsigned char __b) argument
5641 vec_vslo(vector float __a, vector signed char __b) argument
5647 vec_vslo(vector float __a, vector unsigned char __b) argument
5655 vec_splat(vector signed char __a, unsigned char __b) argument
5661 vec_splat(vector unsigned char __a, unsigned char __b) argument
5667 vec_splat(vector bool char __a, unsigned char __b) argument
5673 vec_splat(vector short __a, unsigned char __b) argument
5682 vec_splat(vector unsigned short __a, unsigned char __b) argument
5691 vec_splat(vector bool short __a, unsigned char __b) argument
5700 vec_splat(vector pixel __a, unsigned char __b) argument
5709 vec_splat(vector int __a, unsigned char __b) argument
5718 vec_splat(vector unsigned int __a, unsigned char __b) argument
5727 vec_splat(vector bool int __a, unsigned char __b) argument
5736 vec_splat(vector float __a, unsigned char __b) argument
5749 vec_vspltb(vector signed char __a, unsigned char __b) argument
5755 vec_vspltb(vector unsigned char __a, unsigned char __b) argument
5761 vec_vspltb(vector bool char __a, unsigned char __b) argument
5771 vec_vsplth(vector short __a, unsigned char __b) argument
5780 vec_vsplth(vector unsigned short __a, unsigned char __b) argument
5789 vec_vsplth(vector bool short __a, unsigned char __b) argument
5798 vec_vsplth(vector pixel __a, unsigned char __b) argument
5811 vec_vspltw(vector int __a, unsigned char __b) argument
5820 vec_vspltw(vector unsigned int __a, unsigned char __b) argument
5829 vec_vspltw(vector bool int __a, unsigned char __b) argument
5838 vec_vspltw(vector float __a, unsigned char __b) argument
5936 vec_sr(vector signed char __a, vector unsigned char __b) argument
5942 vec_sr(vector unsigned char __a, vector unsigned char __b) argument
5948 vec_sr(vector short __a, vector unsigned short __b) argument
5954 vec_sr(vector unsigned short __a, vector unsigned short __b) argument
5960 vec_sr(vector int __a, vector unsigned int __b) argument
5966 vec_sr(vector unsigned int __a, vector unsigned int __b) argument
5976 vec_vsrb(vector signed char __a, vector unsigned char __b) argument
5982 vec_vsrb(vector unsigned char __a, vector unsigned char __b) argument
5992 vec_vsrh(vector short __a, vector unsigned short __b) argument
5998 vec_vsrh(vector unsigned short __a, vector unsigned short __b) argument
6008 vec_vsrw(vector int __a, vector unsigned int __b) argument
6014 vec_vsrw(vector unsigned int __a, vector unsigned int __b) argument
6022 vec_sra(vector signed char __a, vector unsigned char __b) argument
6028 vec_sra(vector unsigned char __a, vector unsigned char __b) argument
6034 vec_sra(vector short __a, vector unsigned short __b) argument
6040 vec_sra(vector unsigned short __a, vector unsigned short __b) argument
6046 vec_sra(vector int __a, vector unsigned int __b) argument
6052 vec_sra(vector unsigned int __a, vector unsigned int __b) argument
6060 vec_vsrab(vector signed char __a, vector unsigned char __b) argument
6066 vec_vsrab(vector unsigned char __a, vector unsigned char __b) argument
6074 vec_vsrah(vector short __a, vector unsigned short __b) argument
6080 vec_vsrah(vector unsigned short __a, vector unsigned short __b) argument
6088 vec_vsraw(vector int __a, vector unsigned int __b) argument
6094 vec_vsraw(vector unsigned int __a, vector unsigned int __b) argument
6102 vec_srl(vector signed char __a, vector unsigned char __b) argument
6109 vec_srl(vector signed char __a, vector unsigned short __b) argument
6116 vec_srl(vector signed char __a, vector unsigned int __b) argument
6123 vec_srl(vector unsigned char __a, vector unsigned char __b) argument
6130 vec_srl(vector unsigned char __a, vector unsigned short __b) argument
6137 vec_srl(vector unsigned char __a, vector unsigned int __b) argument
6144 vec_srl(vector bool char __a, vector unsigned char __b) argument
6150 vec_srl(vector bool char __a, vector unsigned short __b) argument
6156 vec_srl(vector bool char __a, vector unsigned int __b) argument
6162 vec_srl(vector short __a, vector unsigned char __b) argument
6168 vec_srl(vector short __a, vector unsigned short __b) argument
6174 vec_srl(vector short __a, vector unsigned int __b) argument
6180 vec_srl(vector unsigned short __a, vector unsigned char __b) argument
6187 vec_srl(vector unsigned short __a, vector unsigned short __b) argument
6194 vec_srl(vector unsigned short __a, vector unsigned int __b) argument
6201 vec_srl(vector bool short __a, vector unsigned char __b) argument
6207 vec_srl(vector bool short __a, vector unsigned short __b) argument
6213 vec_srl(vector bool short __a, vector unsigned int __b) argument
6219 vec_srl(vector pixel __a, vector unsigned char __b) argument
6225 vec_srl(vector pixel __a, vector unsigned short __b) argument
6231 vec_srl(vector pixel __a, vector unsigned int __b) argument
6237 vec_srl(vector int __a, vector unsigned char __b) argument
6243 vec_srl(vector int __a, vector unsigned short __b) argument
6249 vec_srl(vector int __a, vector unsigned int __b) argument
6255 vec_srl(vector unsigned int __a, vector unsigned char __b) argument
6262 vec_srl(vector unsigned int __a, vector unsigned short __b) argument
6269 vec_srl(vector unsigned int __a, vector unsigned int __b) argument
6276 vec_srl(vector bool int __a, vector unsigned char __b) argument
6282 vec_srl(vector bool int __a, vector unsigned short __b) argument
6288 vec_srl(vector bool int __a, vector unsigned int __b) argument
6296 vec_vsr(vector signed char __a, vector unsigned char __b) argument
6303 vec_vsr(vector signed char __a, vector unsigned short __b) argument
6310 vec_vsr(vector signed char __a, vector unsigned int __b) argument
6317 vec_vsr(vector unsigned char __a, vector unsigned char __b) argument
6324 vec_vsr(vector unsigned char __a, vector unsigned short __b) argument
6331 vec_vsr(vector unsigned char __a, vector unsigned int __b) argument
6338 vec_vsr(vector bool char __a, vector unsigned char __b) argument
6344 vec_vsr(vector bool char __a, vector unsigned short __b) argument
6350 vec_vsr(vector bool char __a, vector unsigned int __b) argument
6356 vec_vsr(vector short __a, vector unsigned char __b) argument
6362 vec_vsr(vector short __a, vector unsigned short __b) argument
6368 vec_vsr(vector short __a, vector unsigned int __b) argument
6374 vec_vsr(vector unsigned short __a, vector unsigned char __b) argument
6381 vec_vsr(vector unsigned short __a, vector unsigned short __b) argument
6388 vec_vsr(vector unsigned short __a, vector unsigned int __b) argument
6395 vec_vsr(vector bool short __a, vector unsigned char __b) argument
6401 vec_vsr(vector bool short __a, vector unsigned short __b) argument
6407 vec_vsr(vector bool short __a, vector unsigned int __b) argument
6413 vec_vsr(vector pixel __a, vector unsigned char __b) argument
6419 vec_vsr(vector pixel __a, vector unsigned short __b) argument
6425 vec_vsr(vector pixel __a, vector unsigned int __b) argument
6431 vec_vsr(vector int __a, vector unsigned char __b) argument
6437 vec_vsr(vector int __a, vector unsigned short __b) argument
6443 vec_vsr(vector int __a, vector unsigned int __b) argument
6449 vec_vsr(vector unsigned int __a, vector unsigned char __b) argument
6456 vec_vsr(vector unsigned int __a, vector unsigned short __b) argument
6463 vec_vsr(vector unsigned int __a, vector unsigned int __b) argument
6470 vec_vsr(vector bool int __a, vector unsigned char __b) argument
6476 vec_vsr(vector bool int __a, vector unsigned short __b) argument
6482 vec_vsr(vector bool int __a, vector unsigned int __b) argument
6490 vec_sro(vector signed char __a, vector signed char __b) argument
6497 vec_sro(vector signed char __a, vector unsigned char __b) argument
6504 vec_sro(vector unsigned char __a, vector signed char __b) argument
6511 vec_sro(vector unsigned char __a, vector unsigned char __b) argument
6518 vec_sro(vector short __a, vector signed char __b) argument
6524 vec_sro(vector short __a, vector unsigned char __b) argument
6530 vec_sro(vector unsigned short __a, vector signed char __b) argument
6537 vec_sro(vector unsigned short __a, vector unsigned char __b) argument
6544 vec_sro(vector pixel __a, vector signed char __b) argument
6550 vec_sro(vector pixel __a, vector unsigned char __b) argument
6556 vec_sro(vector int __a, vector signed char __b) argument
6562 vec_sro(vector int __a, vector unsigned char __b) argument
6568 vec_sro(vector unsigned int __a, vector signed char __b) argument
6575 vec_sro(vector unsigned int __a, vector unsigned char __b) argument
6582 vec_sro(vector float __a, vector signed char __b) argument
6588 vec_sro(vector float __a, vector unsigned char __b) argument
6596 vec_vsro(vector signed char __a, vector signed char __b) argument
6603 vec_vsro(vector signed char __a, vector unsigned char __b) argument
6610 vec_vsro(vector unsigned char __a, vector signed char __b) argument
6617 vec_vsro(vector unsigned char __a, vector unsigned char __b) argument
6624 vec_vsro(vector short __a, vector signed char __b) argument
6630 vec_vsro(vector short __a, vector unsigned char __b) argument
6636 vec_vsro(vector unsigned short __a, vector signed char __b) argument
6643 vec_vsro(vector unsigned short __a, vector unsigned char __b) argument
6650 vec_vsro(vector pixel __a, vector signed char __b) argument
6656 vec_vsro(vector pixel __a, vector unsigned char __b) argument
6662 vec_vsro(vector int __a, vector signed char __b) argument
6668 vec_vsro(vector int __a, vector unsigned char __b) argument
6674 vec_vsro(vector unsigned int __a, vector signed char __b) argument
6681 vec_vsro(vector unsigned int __a, vector unsigned char __b) argument
6688 vec_vsro(vector float __a, vector signed char __b) argument
6694 vec_vsro(vector float __a, vector unsigned char __b) argument
6702 vec_st(vector signed char __a, int __b, vector signed char *__c) argument
6708 vec_st(vector signed char __a, int __b, signed char *__c) argument
6714 vec_st(vector unsigned char __a, int __b, vector unsigned char *__c) argument
6720 vec_st(vector unsigned char __a, int __b, unsigned char *__c) argument
6726 vec_st(vector bool char __a, int __b, signed char *__c) argument
6732 vec_st(vector bool char __a, int __b, unsigned char *__c) argument
6738 vec_st(vector bool char __a, int __b, vector bool char *__c) argument
6744 vec_st(vector short __a, int __b, vector short *__c) argument
6750 vec_st(vector short __a, int __b, short *__c) argument
6756 vec_st(vector unsigned short __a, int __b, vector unsigned short *__c) argument
6762 vec_st(vector unsigned short __a, int __b, unsigned short *__c) argument
6768 vec_st(vector bool short __a, int __b, short *__c) argument
6774 vec_st(vector bool short __a, int __b, unsigned short *__c) argument
6780 vec_st(vector bool short __a, int __b, vector bool short *__c) argument
6786 vec_st(vector pixel __a, int __b, short *__c) argument
6792 vec_st(vector pixel __a, int __b, unsigned short *__c) argument
6798 vec_st(vector pixel __a, int __b, vector pixel *__c) argument
6804 vec_st(vector int __a, int __b, vector int *__c) argument
6810 vec_st(vector int __a, int __b, int *__c) argument
6816 vec_st(vector unsigned int __a, int __b, vector unsigned int *__c) argument
6822 vec_st(vector unsigned int __a, int __b, unsigned int *__c) argument
6828 vec_st(vector bool int __a, int __b, int *__c) argument
6834 vec_st(vector bool int __a, int __b, unsigned int *__c) argument
6840 vec_st(vector bool int __a, int __b, vector bool int *__c) argument
6846 vec_st(vector float __a, int __b, vector float *__c) argument
6852 vec_st(vector float __a, int __b, float *__c) argument
6860 vec_stvx(vector signed char __a, int __b, vector signed char *__c) argument
6866 vec_stvx(vector signed char __a, int __b, signed char *__c) argument
6872 vec_stvx(vector unsigned char __a, int __b, vector unsigned char *__c) argument
6878 vec_stvx(vector unsigned char __a, int __b, unsigned char *__c) argument
6884 vec_stvx(vector bool char __a, int __b, signed char *__c) argument
6890 vec_stvx(vector bool char __a, int __b, unsigned char *__c) argument
6896 vec_stvx(vector bool char __a, int __b, vector bool char *__c) argument
6902 vec_stvx(vector short __a, int __b, vector short *__c) argument
6908 vec_stvx(vector short __a, int __b, short *__c) argument
6914 vec_stvx(vector unsigned short __a, int __b, vector unsigned short *__c) argument
6920 vec_stvx(vector unsigned short __a, int __b, unsigned short *__c) argument
6926 vec_stvx(vector bool short __a, int __b, short *__c) argument
6932 vec_stvx(vector bool short __a, int __b, unsigned short *__c) argument
6938 vec_stvx(vector bool short __a, int __b, vector bool short *__c) argument
6944 vec_stvx(vector pixel __a, int __b, short *__c) argument
6950 vec_stvx(vector pixel __a, int __b, unsigned short *__c) argument
6956 vec_stvx(vector pixel __a, int __b, vector pixel *__c) argument
6962 vec_stvx(vector int __a, int __b, vector int *__c) argument
6968 vec_stvx(vector int __a, int __b, int *__c) argument
6974 vec_stvx(vector unsigned int __a, int __b, vector unsigned int *__c) argument
6980 vec_stvx(vector unsigned int __a, int __b, unsigned int *__c) argument
6986 vec_stvx(vector bool int __a, int __b, int *__c) argument
6992 vec_stvx(vector bool int __a, int __b, unsigned int *__c) argument
6998 vec_stvx(vector bool int __a, int __b, vector bool int *__c) argument
7004 vec_stvx(vector float __a, int __b, vector float *__c) argument
7010 vec_stvx(vector float __a, int __b, float *__c) argument
7018 vec_ste(vector signed char __a, int __b, signed char *__c) argument
7024 vec_ste(vector unsigned char __a, int __b, unsigned char *__c) argument
7030 vec_ste(vector bool char __a, int __b, signed char *__c) argument
7036 vec_ste(vector bool char __a, int __b, unsigned char *__c) argument
7042 vec_ste(vector short __a, int __b, short *__c) argument
7048 vec_ste(vector unsigned short __a, int __b, unsigned short *__c) argument
7054 vec_ste(vector bool short __a, int __b, short *__c) argument
7060 vec_ste(vector bool short __a, int __b, unsigned short *__c) argument
7066 vec_ste(vector pixel __a, int __b, short *__c) argument
7072 vec_ste(vector pixel __a, int __b, unsigned short *__c) argument
7078 vec_ste(vector int __a, int __b, int *__c) argument
7084 vec_ste(vector unsigned int __a, int __b, unsigned int *__c) argument
7090 vec_ste(vector bool int __a, int __b, int *__c) argument
7096 vec_ste(vector bool int __a, int __b, unsigned int *__c) argument
7102 vec_ste(vector float __a, int __b, float *__c) argument
7110 vec_stvebx(vector signed char __a, int __b, signed char *__c) argument
7116 vec_stvebx(vector unsigned char __a, int __b, unsigned char *__c) argument
7122 vec_stvebx(vector bool char __a, int __b, signed char *__c) argument
7128 vec_stvebx(vector bool char __a, int __b, unsigned char *__c) argument
7136 vec_stvehx(vector short __a, int __b, short *__c) argument
7142 vec_stvehx(vector unsigned short __a, int __b, unsigned short *__c) argument
7148 vec_stvehx(vector bool short __a, int __b, short *__c) argument
7154 vec_stvehx(vector bool short __a, int __b, unsigned short *__c) argument
7160 vec_stvehx(vector pixel __a, int __b, short *__c) argument
7166 vec_stvehx(vector pixel __a, int __b, unsigned short *__c) argument
7174 vec_stvewx(vector int __a, int __b, int *__c) argument
7180 vec_stvewx(vector unsigned int __a, int __b, unsigned int *__c) argument
7186 vec_stvewx(vector bool int __a, int __b, int *__c) argument
7192 vec_stvewx(vector bool int __a, int __b, unsigned int *__c) argument
7198 vec_stvewx(vector float __a, int __b, float *__c) argument
7206 vec_stl(vector signed char __a, int __b, vector signed char *__c) argument
7212 vec_stl(vector signed char __a, int __b, signed char *__c) argument
7218 vec_stl(vector unsigned char __a, int __b, vector unsigned char *__c) argument
7224 vec_stl(vector unsigned char __a, int __b, unsigned char *__c) argument
7230 vec_stl(vector bool char __a, int __b, signed char *__c) argument
7236 vec_stl(vector bool char __a, int __b, unsigned char *__c) argument
7242 vec_stl(vector bool char __a, int __b, vector bool char *__c) argument
7248 vec_stl(vector short __a, int __b, vector short *__c) argument
7254 vec_stl(vector short __a, int __b, short *__c) argument
7260 vec_stl(vector unsigned short __a, int __b, vector unsigned short *__c) argument
7266 vec_stl(vector unsigned short __a, int __b, unsigned short *__c) argument
7272 vec_stl(vector bool short __a, int __b, short *__c) argument
7278 vec_stl(vector bool short __a, int __b, unsigned short *__c) argument
7284 vec_stl(vector bool short __a, int __b, vector bool short *__c) argument
7290 vec_stl(vector pixel __a, int __b, short *__c) argument
7296 vec_stl(vector pixel __a, int __b, unsigned short *__c) argument
7302 vec_stl(vector pixel __a, int __b, vector pixel *__c) argument
7308 vec_stl(vector int __a, int __b, vector int *__c) argument
7314 vec_stl(vector int __a, int __b, int *__c) argument
7320 vec_stl(vector unsigned int __a, int __b, vector unsigned int *__c) argument
7326 vec_stl(vector unsigned int __a, int __b, unsigned int *__c) argument
7332 vec_stl(vector bool int __a, int __b, int *__c) argument
7338 vec_stl(vector bool int __a, int __b, unsigned int *__c) argument
7344 vec_stl(vector bool int __a, int __b, vector bool int *__c) argument
7350 vec_stl(vector float __a, int __b, vector float *__c) argument
7356 vec_stl(vector float __a, int __b, float *__c) argument
7364 vec_stvxl(vector signed char __a, int __b, vector signed char *__c) argument
7370 vec_stvxl(vector signed char __a, int __b, signed char *__c) argument
7376 vec_stvxl(vector unsigned char __a, int __b, vector unsigned char *__c) argument
7382 vec_stvxl(vector unsigned char __a, int __b, unsigned char *__c) argument
7388 vec_stvxl(vector bool char __a, int __b, signed char *__c) argument
7394 vec_stvxl(vector bool char __a, int __b, unsigned char *__c) argument
7400 vec_stvxl(vector bool char __a, int __b, vector bool char *__c) argument
7406 vec_stvxl(vector short __a, int __b, vector short *__c) argument
7412 vec_stvxl(vector short __a, int __b, short *__c) argument
7418 vec_stvxl(vector unsigned short __a, int __b, vector unsigned short *__c) argument
7424 vec_stvxl(vector unsigned short __a, int __b, unsigned short *__c) argument
7430 vec_stvxl(vector bool short __a, int __b, short *__c) argument
7436 vec_stvxl(vector bool short __a, int __b, unsigned short *__c) argument
7442 vec_stvxl(vector bool short __a, int __b, vector bool short *__c) argument
7448 vec_stvxl(vector pixel __a, int __b, short *__c) argument
7454 vec_stvxl(vector pixel __a, int __b, unsigned short *__c) argument
7460 vec_stvxl(vector pixel __a, int __b, vector pixel *__c) argument
7466 vec_stvxl(vector int __a, int __b, vector int *__c) argument
7472 vec_stvxl(vector int __a, int __b, int *__c) argument
7478 vec_stvxl(vector unsigned int __a, int __b, vector unsigned int *__c) argument
7484 vec_stvxl(vector unsigned int __a, int __b, unsigned int *__c) argument
7490 vec_stvxl(vector bool int __a, int __b, int *__c) argument
7496 vec_stvxl(vector bool int __a, int __b, unsigned int *__c) argument
7502 vec_stvxl(vector bool int __a, int __b, vector bool int *__c) argument
7508 vec_stvxl(vector float __a, int __b, vector float *__c) argument
7514 vec_stvxl(vector float __a, int __b, float *__c) argument
7522 vec_sub(vector signed char __a, vector signed char __b) argument
7528 vec_sub(vector bool char __a, vector signed char __b) argument
7534 vec_sub(vector signed char __a, vector bool char __b) argument
7540 vec_sub(vector unsigned char __a, vector unsigned char __b) argument
7546 vec_sub(vector bool char __a, vector unsigned char __b) argument
7552 vec_sub(vector unsigned char __a, vector bool char __b) argument
7558 vec_sub(vector short __a, vector short __b) argument
7564 vec_sub(vector bool short __a, vector short __b) argument
7570 vec_sub(vector short __a, vector bool short __b) argument
7576 vec_sub(vector unsigned short __a, vector unsigned short __b) argument
7582 vec_sub(vector bool short __a, vector unsigned short __b) argument
7588 vec_sub(vector unsigned short __a, vector bool short __b) argument
7594 vec_sub(vector int __a, vector int __b) argument
7600 vec_sub(vector bool int __a, vector int __b) argument
7606 vec_sub(vector int __a, vector bool int __b) argument
7612 vec_sub(vector unsigned int __a, vector unsigned int __b) argument
7618 vec_sub(vector bool int __a, vector unsigned int __b) argument
7624 vec_sub(vector unsigned int __a, vector bool int __b) argument
7630 vec_sub(vector float __a, vector float __b) argument
7640 vec_vsububm(vector signed char __a, vector signed char __b) argument
7646 vec_vsububm(vector bool char __a, vector signed char __b) argument
7652 vec_vsububm(vector signed char __a, vector bool char __b) argument
7658 vec_vsububm(vector unsigned char __a, vector unsigned char __b) argument
7664 vec_vsububm(vector bool char __a, vector unsigned char __b) argument
7670 vec_vsububm(vector unsigned char __a, vector bool char __b) argument
7680 vec_vsubuhm(vector short __a, vector short __b) argument
7686 vec_vsubuhm(vector bool short __a, vector short __b) argument
7692 vec_vsubuhm(vector short __a, vector bool short __b) argument
7698 vec_vsubuhm(vector unsigned short __a, vector unsigned short __b) argument
7704 vec_vsubuhm(vector bool short __a, vector unsigned short __b) argument
7710 vec_vsubuhm(vector unsigned short __a, vector bool short __b) argument
7720 vec_vsubuwm(vector int __a, vector int __b) argument
7726 vec_vsubuwm(vector bool int __a, vector int __b) argument
7732 vec_vsubuwm(vector int __a, vector bool int __b) argument
7738 vec_vsubuwm(vector unsigned int __a, vector unsigned int __b) argument
7744 vec_vsubuwm(vector bool int __a, vector unsigned int __b) argument
7750 vec_vsubuwm(vector unsigned int __a, vector bool int __b) argument
7760 vec_vsubfp(vector float __a, vector float __b) argument
7768 vec_subc(vector unsigned int __a, vector unsigned int __b) argument
7776 vec_vsubcuw(vector unsigned int __a, vector unsigned int __b) argument
7784 vec_subs(vector signed char __a, vector signed char __b) argument
7790 vec_subs(vector bool char __a, vector signed char __b) argument
7796 vec_subs(vector signed char __a, vector bool char __b) argument
7802 vec_subs(vector unsigned char __a, vector unsigned char __b) argument
7808 vec_subs(vector bool char __a, vector unsigned char __b) argument
7814 vec_subs(vector unsigned char __a, vector bool char __b) argument
7820 vec_subs(vector short __a, vector short __b) argument
7826 vec_subs(vector bool short __a, vector short __b) argument
7832 vec_subs(vector short __a, vector bool short __b) argument
7838 vec_subs(vector unsigned short __a, vector unsigned short __b) argument
7844 vec_subs(vector bool short __a, vector unsigned short __b) argument
7850 vec_subs(vector unsigned short __a, vector bool short __b) argument
7856 vec_subs(vector int __a, vector int __b) argument
7862 vec_subs(vector bool int __a, vector int __b) argument
7868 vec_subs(vector int __a, vector bool int __b) argument
7874 vec_subs(vector unsigned int __a, vector unsigned int __b) argument
7880 vec_subs(vector bool int __a, vector unsigned int __b) argument
7886 vec_subs(vector unsigned int __a, vector bool int __b) argument
7894 vec_vsubsbs(vector signed char __a, vector signed char __b) argument
7900 vec_vsubsbs(vector bool char __a, vector signed char __b) argument
7906 vec_vsubsbs(vector signed char __a, vector bool char __b) argument
7914 vec_vsububs(vector unsigned char __a, vector unsigned char __b) argument
7920 vec_vsububs(vector bool char __a, vector unsigned char __b) argument
7926 vec_vsububs(vector unsigned char __a, vector bool char __b) argument
7934 vec_vsubshs(vector short __a, vector short __b) argument
7940 vec_vsubshs(vector bool short __a, vector short __b) argument
7946 vec_vsubshs(vector short __a, vector bool short __b) argument
7954 vec_vsubuhs(vector unsigned short __a, vector unsigned short __b) argument
7960 vec_vsubuhs(vector bool short __a, vector unsigned short __b) argument
7966 vec_vsubuhs(vector unsigned short __a, vector bool short __b) argument
7974 vec_vsubsws(vector int __a, vector int __b) argument
7980 vec_vsubsws(vector bool int __a, vector int __b) argument
7986 vec_vsubsws(vector int __a, vector bool int __b) argument
7994 vec_vsubuws(vector unsigned int __a, vector unsigned int __b) argument
8000 vec_vsubuws(vector bool int __a, vector unsigned int __b) argument
8006 vec_vsubuws(vector unsigned int __a, vector bool int __b) argument
8014 vec_sum4s(vector signed char __a, vector int __b) argument
8020 vec_sum4s(vector unsigned char __a, vector unsigned int __b) argument
8026 vec_sum4s(vector signed short __a, vector int __b) argument
8034 vec_vsum4sbs(vector signed char __a, vector int __b) argument
8042 vec_vsum4ubs(vector unsigned char __a, vector unsigned int __b) argument
8050 vec_vsum4shs(vector signed short __a, vector int __b) argument
8058 vec_sum2s(vector int __a, vector int __b) argument
8066 vec_vsum2sws(vector int __a, vector int __b) argument
8074 vec_sums(vector signed int __a, vector signed int __b) argument
8082 vec_vsumsws(vector signed int __a, vector signed int __b) argument
8240 vec_xor(vector signed char __a, vector signed char __b) argument
8246 vec_xor(vector bool char __a, vector signed char __b) argument
8252 vec_xor(vector signed char __a, vector bool char __b) argument
8258 vec_xor(vector unsigned char __a, vector unsigned char __b) argument
8264 vec_xor(vector bool char __a, vector unsigned char __b) argument
8270 vec_xor(vector unsigned char __a, vector bool char __b) argument
8276 vec_xor(vector bool char __a, vector bool char __b) argument
8282 vec_xor(vector short __a, vector short __b) argument
8288 vec_xor(vector bool short __a, vector short __b) argument
8294 vec_xor(vector short __a, vector bool short __b) argument
8300 vec_xor(vector unsigned short __a, vector unsigned short __b) argument
8306 vec_xor(vector bool short __a, vector unsigned short __b) argument
8312 vec_xor(vector unsigned short __a, vector bool short __b) argument
8318 vec_xor(vector bool short __a, vector bool short __b) argument
8324 vec_xor(vector int __a, vector int __b) argument
8330 vec_xor(vector bool int __a, vector int __b) argument
8336 vec_xor(vector int __a, vector bool int __b) argument
8342 vec_xor(vector unsigned int __a, vector unsigned int __b) argument
8348 vec_xor(vector bool int __a, vector unsigned int __b) argument
8354 vec_xor(vector unsigned int __a, vector bool int __b) argument
8360 vec_xor(vector bool int __a, vector bool int __b) argument
8366 vec_xor(vector float __a, vector float __b) argument
8373 vec_xor(vector bool int __a, vector float __b) argument
8380 vec_xor(vector float __a, vector bool int __b) argument
8389 vec_vxor(vector signed char __a, vector signed char __b) argument
8395 vec_vxor(vector bool char __a, vector signed char __b) argument
8401 vec_vxor(vector signed char __a, vector bool char __b) argument
8407 vec_vxor(vector unsigned char __a, vector unsigned char __b) argument
8413 vec_vxor(vector bool char __a, vector unsigned char __b) argument
8419 vec_vxor(vector unsigned char __a, vector bool char __b) argument
8425 vec_vxor(vector bool char __a, vector bool char __b) argument
8431 vec_vxor(vector short __a, vector short __b) argument
8437 vec_vxor(vector bool short __a, vector short __b) argument
8443 vec_vxor(vector short __a, vector bool short __b) argument
8449 vec_vxor(vector unsigned short __a, vector unsigned short __b) argument
8455 vec_vxor(vector bool short __a, vector unsigned short __b) argument
8461 vec_vxor(vector unsigned short __a, vector bool short __b) argument
8467 vec_vxor(vector bool short __a, vector bool short __b) argument
8473 vec_vxor(vector int __a, vector int __b) argument
8479 vec_vxor(vector bool int __a, vector int __b) argument
8485 vec_vxor(vector int __a, vector bool int __b) argument
8491 vec_vxor(vector unsigned int __a, vector unsigned int __b) argument
8497 vec_vxor(vector bool int __a, vector unsigned int __b) argument
8503 vec_vxor(vector unsigned int __a, vector bool int __b) argument
8509 vec_vxor(vector bool int __a, vector bool int __b) argument
8515 vec_vxor(vector float __a, vector float __b) argument
8522 vec_vxor(vector bool int __a, vector float __b) argument
8529 vec_vxor(vector float __a, vector bool int __b) argument
8540 vec_extract(vector signed char __a, int __b) argument
8546 vec_extract(vector unsigned char __a, int __b) argument
8552 vec_extract(vector short __a, int __b) argument
8558 vec_extract(vector unsigned short __a, int __b) argument
8564 vec_extract(vector int __a, int __b) argument
8570 vec_extract(vector unsigned int __a, int __b) argument
8576 vec_extract(vector float __a, int __b) argument
8584 vec_insert(signed char __a, vector signed char __b, int __c) argument
8591 vec_insert(unsigned char __a, vector unsigned char __b, int __c) argument
8598 vec_insert(short __a, vector short __b, int __c) argument
8605 vec_insert(unsigned short __a, vector unsigned short __b, int __c) argument
8612 vec_insert(int __a, vector int __b, int __c) argument
8619 vec_insert(unsigned int __a, vector unsigned int __b, int __c) argument
8626 vec_insert(float __a, vector float __b, int __c) argument
8635 vec_lvlx(int __a, const signed char *__b) argument
8643 vec_lvlx(int __a, const vector signed char *__b) argument
8651 vec_lvlx(int __a, const unsigned char *__b) argument
8659 vec_lvlx(int __a, const vector unsigned char *__b) argument
8667 vec_lvlx(int __a, const vector bool char *__b) argument
8675 vec_lvlx(int __a, const short *__b) argument
8683 vec_lvlx(int __a, const vector short *__b) argument
8691 vec_lvlx(int __a, const unsigned short *__b) argument
8699 vec_lvlx(int __a, const vector unsigned short *__b) argument
8707 vec_lvlx(int __a, const vector bool short *__b) argument
8715 vec_lvlx(int __a, const vector pixel *__b) argument
8723 vec_lvlx(int __a, const int *__b) argument
8731 vec_lvlx(int __a, const vector int *__b) argument
8739 vec_lvlx(int __a, const unsigned int *__b) argument
8747 vec_lvlx(int __a, const vector unsigned int *__b) argument
8755 vec_lvlx(int __a, const vector bool int *__b) argument
8763 vec_lvlx(int __a, const float *__b) argument
8771 vec_lvlx(int __a, const vector float *__b) argument
8781 vec_lvlxl(int __a, const signed char *__b) argument
8789 vec_lvlxl(int __a, const vector signed char *__b) argument
8797 vec_lvlxl(int __a, const unsigned char *__b) argument
8805 vec_lvlxl(int __a, const vector unsigned char *__b) argument
8813 vec_lvlxl(int __a, const vector bool char *__b) argument
8821 vec_lvlxl(int __a, const short *__b) argument
8829 vec_lvlxl(int __a, const vector short *__b) argument
8837 vec_lvlxl(int __a, const unsigned short *__b) argument
8845 vec_lvlxl(int __a, const vector unsigned short *__b) argument
8853 vec_lvlxl(int __a, const vector bool short *__b) argument
8861 vec_lvlxl(int __a, const vector pixel *__b) argument
8869 vec_lvlxl(int __a, const int *__b) argument
8877 vec_lvlxl(int __a, const vector int *__b) argument
8885 vec_lvlxl(int __a, const unsigned int *__b) argument
8893 vec_lvlxl(int __a, const vector unsigned int *__b) argument
8901 vec_lvlxl(int __a, const vector bool int *__b) argument
8909 vec_lvlxl(int __a, const float *__b) argument
8917 vec_lvlxl(int __a, vector float *__b) argument
8927 vec_lvrx(int __a, const signed char *__b) argument
8935 vec_lvrx(int __a, const vector signed char *__b) argument
8943 vec_lvrx(int __a, const unsigned char *__b) argument
8951 vec_lvrx(int __a, const vector unsigned char *__b) argument
8959 vec_lvrx(int __a, const vector bool char *__b) argument
8967 vec_lvrx(int __a, const short *__b) argument
8975 vec_lvrx(int __a, const vector short *__b) argument
8983 vec_lvrx(int __a, const unsigned short *__b) argument
8991 vec_lvrx(int __a, const vector unsigned short *__b) argument
8999 vec_lvrx(int __a, const vector bool short *__b) argument
9007 vec_lvrx(int __a, const vector pixel *__b) argument
9015 vec_lvrx(int __a, const int *__b) argument
9023 vec_lvrx(int __a, const vector int *__b) argument
9031 vec_lvrx(int __a, const unsigned int *__b) argument
9039 vec_lvrx(int __a, const vector unsigned int *__b) argument
9047 vec_lvrx(int __a, const vector bool int *__b) argument
9055 vec_lvrx(int __a, const float *__b) argument
9063 vec_lvrx(int __a, const vector float *__b) argument
9073 vec_lvrxl(int __a, const signed char *__b) argument
9081 vec_lvrxl(int __a, const vector signed char *__b) argument
9089 vec_lvrxl(int __a, const unsigned char *__b) argument
9097 vec_lvrxl(int __a, const vector unsigned char *__b) argument
9105 vec_lvrxl(int __a, const vector bool char *__b) argument
9113 vec_lvrxl(int __a, const short *__b) argument
9121 vec_lvrxl(int __a, const vector short *__b) argument
9129 vec_lvrxl(int __a, const unsigned short *__b) argument
9137 vec_lvrxl(int __a, const vector unsigned short *__b) argument
9145 vec_lvrxl(int __a, const vector bool short *__b) argument
9153 vec_lvrxl(int __a, const vector pixel *__b) argument
9161 vec_lvrxl(int __a, const int *__b) argument
9169 vec_lvrxl(int __a, const vector int *__b) argument
9177 vec_lvrxl(int __a, const unsigned int *__b) argument
9185 vec_lvrxl(int __a, const vector unsigned int *__b) argument
9193 vec_lvrxl(int __a, const vector bool int *__b) argument
9201 vec_lvrxl(int __a, const float *__b) argument
9209 vec_lvrxl(int __a, const vector float *__b) argument
9219 vec_stvlx(vector signed char __a, int __b, signed char *__c) argument
9228 vec_stvlx(vector signed char __a, int __b, vector signed char *__c) argument
9237 vec_stvlx(vector unsigned char __a, int __b, unsigned char *__c) argument
9246 vec_stvlx(vector unsigned char __a, int __b, vector unsigned char *__c) argument
9255 vec_stvlx(vector bool char __a, int __b, vector bool char *__c) argument
9264 vec_stvlx(vector short __a, int __b, short *__c) argument
9273 vec_stvlx(vector short __a, int __b, vector short *__c) argument
9282 vec_stvlx(vector unsigned short __a, int __b, unsigned short *__c) argument
9291 vec_stvlx(vector unsigned short __a, int __b, vector unsigned short *__c) argument
9300 vec_stvlx(vector bool short __a, int __b, vector bool short *__c) argument
9309 vec_stvlx(vector pixel __a, int __b, vector pixel *__c) argument
9318 vec_stvlx(vector int __a, int __b, int *__c) argument
9327 vec_stvlx(vector int __a, int __b, vector int *__c) argument
9336 vec_stvlx(vector unsigned int __a, int __b, unsigned int *__c) argument
9345 vec_stvlx(vector unsigned int __a, int __b, vector unsigned int *__c) argument
9354 vec_stvlx(vector bool int __a, int __b, vector bool int *__c) argument
9363 vec_stvlx(vector float __a, int __b, vector float *__c) argument
9374 vec_stvlxl(vector signed char __a, int __b, signed char *__c) argument
9383 vec_stvlxl(vector signed char __a, int __b, vector signed char *__c) argument
9392 vec_stvlxl(vector unsigned char __a, int __b, unsigned char *__c) argument
9401 vec_stvlxl(vector unsigned char __a, int __b, vector unsigned char *__c) argument
9410 vec_stvlxl(vector bool char __a, int __b, vector bool char *__c) argument
9419 vec_stvlxl(vector short __a, int __b, short *__c) argument
9428 vec_stvlxl(vector short __a, int __b, vector short *__c) argument
9437 vec_stvlxl(vector unsigned short __a, int __b, unsigned short *__c) argument
9446 vec_stvlxl(vector unsigned short __a, int __b, vector unsigned short *__c) argument
9455 vec_stvlxl(vector bool short __a, int __b, vector bool short *__c) argument
9464 vec_stvlxl(vector pixel __a, int __b, vector pixel *__c) argument
9473 vec_stvlxl(vector int __a, int __b, int *__c) argument
9482 vec_stvlxl(vector int __a, int __b, vector int *__c) argument
9491 vec_stvlxl(vector unsigned int __a, int __b, unsigned int *__c) argument
9500 vec_stvlxl(vector unsigned int __a, int __b, vector unsigned int *__c) argument
9509 vec_stvlxl(vector bool int __a, int __b, vector bool int *__c) argument
9518 vec_stvlxl(vector float __a, int __b, vector float *__c) argument
9529 vec_stvrx(vector signed char __a, int __b, signed char *__c) argument
9538 vec_stvrx(vector signed char __a, int __b, vector signed char *__c) argument
9547 vec_stvrx(vector unsigned char __a, int __b, unsigned char *__c) argument
9556 vec_stvrx(vector unsigned char __a, int __b, vector unsigned char *__c) argument
9565 vec_stvrx(vector bool char __a, int __b, vector bool char *__c) argument
9574 vec_stvrx(vector short __a, int __b, short *__c) argument
9583 vec_stvrx(vector short __a, int __b, vector short *__c) argument
9592 vec_stvrx(vector unsigned short __a, int __b, unsigned short *__c) argument
9601 vec_stvrx(vector unsigned short __a, int __b, vector unsigned short *__c) argument
9610 vec_stvrx(vector bool short __a, int __b, vector bool short *__c) argument
9619 vec_stvrx(vector pixel __a, int __b, vector pixel *__c) argument
9628 vec_stvrx(vector int __a, int __b, int *__c) argument
9637 vec_stvrx(vector int __a, int __b, vector int *__c) argument
9646 vec_stvrx(vector unsigned int __a, int __b, unsigned int *__c) argument
9655 vec_stvrx(vector unsigned int __a, int __b, vector unsigned int *__c) argument
9664 vec_stvrx(vector bool int __a, int __b, vector bool int *__c) argument
9673 vec_stvrx(vector float __a, int __b, vector float *__c) argument
9684 vec_stvrxl(vector signed char __a, int __b, signed char *__c) argument
9693 vec_stvrxl(vector signed char __a, int __b, vector signed char *__c) argument
9702 vec_stvrxl(vector unsigned char __a, int __b, unsigned char *__c) argument
9711 vec_stvrxl(vector unsigned char __a, int __b, vector unsigned char *__c) argument
9720 vec_stvrxl(vector bool char __a, int __b, vector bool char *__c) argument
9729 vec_stvrxl(vector short __a, int __b, short *__c) argument
9738 vec_stvrxl(vector short __a, int __b, vector short *__c) argument
9747 vec_stvrxl(vector unsigned short __a, int __b, unsigned short *__c) argument
9756 vec_stvrxl(vector unsigned short __a, int __b, vector unsigned short *__c) argument
9765 vec_stvrxl(vector bool short __a, int __b, vector bool short *__c) argument
9774 vec_stvrxl(vector pixel __a, int __b, vector pixel *__c) argument
9783 vec_stvrxl(vector int __a, int __b, int *__c) argument
9792 vec_stvrxl(vector int __a, int __b, vector int *__c) argument
9801 vec_stvrxl(vector unsigned int __a, int __b, unsigned int *__c) argument
9810 vec_stvrxl(vector unsigned int __a, int __b, vector unsigned int *__c) argument
9819 vec_stvrxl(vector bool int __a, int __b, vector bool int *__c) argument
9828 vec_stvrxl(vector float __a, int __b, vector float *__c) argument
9839 vec_promote(signed char __a, int __b) argument
9847 vec_promote(unsigned char __a, int __b) argument
9855 vec_promote(short __a, int __b) argument
9863 vec_promote(unsigned short __a, int __b) argument
9871 vec_promote(int __a, int __b) argument
9879 vec_promote(unsigned int __a, int __b) argument
9887 vec_promote(float __a, int __b) argument
9943 vec_all_eq(vector signed char __a, vector signed char __b) argument
9949 vec_all_eq(vector signed char __a, vector bool char __b) argument
9955 vec_all_eq(vector unsigned char __a, vector unsigned char __b) argument
9961 vec_all_eq(vector unsigned char __a, vector bool char __b) argument
9967 vec_all_eq(vector bool char __a, vector signed char __b) argument
9973 vec_all_eq(vector bool char __a, vector unsigned char __b) argument
9979 vec_all_eq(vector bool char __a, vector bool char __b) argument
9985 vec_all_eq(vector short __a, vector short __b) argument
9991 vec_all_eq(vector short __a, vector bool short __b) argument
9997 vec_all_eq(vector unsigned short __a, vector unsigned short __b) argument
10004 vec_all_eq(vector unsigned short __a, vector bool short __b) argument
10011 vec_all_eq(vector bool short __a, vector short __b) argument
10018 vec_all_eq(vector bool short __a, vector unsigned short __b) argument
10025 vec_all_eq(vector bool short __a, vector bool short __b) argument
10032 vec_all_eq(vector pixel __a, vector pixel __b) argument
10039 vec_all_eq(vector int __a, vector int __b) argument
10045 vec_all_eq(vector int __a, vector bool int __b) argument
10051 vec_all_eq(vector unsigned int __a, vector unsigned int __b) argument
10057 vec_all_eq(vector unsigned int __a, vector bool int __b) argument
10063 vec_all_eq(vector bool int __a, vector int __b) argument
10069 vec_all_eq(vector bool int __a, vector unsigned int __b) argument
10075 vec_all_eq(vector bool int __a, vector bool int __b) argument
10081 vec_all_eq(vector float __a, vector float __b) argument
10089 vec_all_ge(vector signed char __a, vector signed char __b) argument
10095 vec_all_ge(vector signed char __a, vector bool char __b) argument
10101 vec_all_ge(vector unsigned char __a, vector unsigned char __b) argument
10107 vec_all_ge(vector unsigned char __a, vector bool char __b) argument
10113 vec_all_ge(vector bool char __a, vector signed char __b) argument
10121 vec_all_ge(vector bool char __a, vector unsigned char __b) argument
10127 vec_all_ge(vector bool char __a, vector bool char __b) argument
10135 vec_all_ge(vector short __a, vector short __b) argument
10141 vec_all_ge(vector short __a, vector bool short __b) argument
10147 vec_all_ge(vector unsigned short __a, vector unsigned short __b) argument
10153 vec_all_ge(vector unsigned short __a, vector bool short __b) argument
10159 vec_all_ge(vector bool short __a, vector short __b) argument
10167 vec_all_ge(vector bool short __a, vector unsigned short __b) argument
10173 vec_all_ge(vector bool short __a, vector bool short __b) argument
10181 vec_all_ge(vector int __a, vector int __b) argument
10187 vec_all_ge(vector int __a, vector bool int __b) argument
10193 vec_all_ge(vector unsigned int __a, vector unsigned int __b) argument
10199 vec_all_ge(vector unsigned int __a, vector bool int __b) argument
10205 vec_all_ge(vector bool int __a, vector int __b) argument
10213 vec_all_ge(vector bool int __a, vector unsigned int __b) argument
10219 vec_all_ge(vector bool int __a, vector bool int __b) argument
10227 vec_all_ge(vector float __a, vector float __b) argument
10235 vec_all_gt(vector signed char __a, vector signed char __b) argument
10241 vec_all_gt(vector signed char __a, vector bool char __b) argument
10247 vec_all_gt(vector unsigned char __a, vector unsigned char __b) argument
10253 vec_all_gt(vector unsigned char __a, vector bool char __b) argument
10259 vec_all_gt(vector bool char __a, vector signed char __b) argument
10267 vec_all_gt(vector bool char __a, vector unsigned char __b) argument
10273 vec_all_gt(vector bool char __a, vector bool char __b) argument
10281 vec_all_gt(vector short __a, vector short __b) argument
10287 vec_all_gt(vector short __a, vector bool short __b) argument
10293 vec_all_gt(vector unsigned short __a, vector unsigned short __b) argument
10299 vec_all_gt(vector unsigned short __a, vector bool short __b) argument
10305 vec_all_gt(vector bool short __a, vector short __b) argument
10313 vec_all_gt(vector bool short __a, vector unsigned short __b) argument
10319 vec_all_gt(vector bool short __a, vector bool short __b) argument
10327 vec_all_gt(vector int __a, vector int __b) argument
10333 vec_all_gt(vector int __a, vector bool int __b) argument
10339 vec_all_gt(vector unsigned int __a, vector unsigned int __b) argument
10345 vec_all_gt(vector unsigned int __a, vector bool int __b) argument
10351 vec_all_gt(vector bool int __a, vector int __b) argument
10359 vec_all_gt(vector bool int __a, vector unsigned int __b) argument
10365 vec_all_gt(vector bool int __a, vector bool int __b) argument
10373 vec_all_gt(vector float __a, vector float __b) argument
10381 vec_all_in(vector float __a, vector float __b) argument
10389 vec_all_le(vector signed char __a, vector signed char __b) argument
10395 vec_all_le(vector signed char __a, vector bool char __b) argument
10401 vec_all_le(vector unsigned char __a, vector unsigned char __b) argument
10407 vec_all_le(vector unsigned char __a, vector bool char __b) argument
10413 vec_all_le(vector bool char __a, vector signed char __b) argument
10421 vec_all_le(vector bool char __a, vector unsigned char __b) argument
10427 vec_all_le(vector bool char __a, vector bool char __b) argument
10435 vec_all_le(vector short __a, vector short __b) argument
10441 vec_all_le(vector short __a, vector bool short __b) argument
10447 vec_all_le(vector unsigned short __a, vector unsigned short __b) argument
10453 vec_all_le(vector unsigned short __a, vector bool short __b) argument
10459 vec_all_le(vector bool short __a, vector short __b) argument
10467 vec_all_le(vector bool short __a, vector unsigned short __b) argument
10473 vec_all_le(vector bool short __a, vector bool short __b) argument
10481 vec_all_le(vector int __a, vector int __b) argument
10487 vec_all_le(vector int __a, vector bool int __b) argument
10493 vec_all_le(vector unsigned int __a, vector unsigned int __b) argument
10499 vec_all_le(vector unsigned int __a, vector bool int __b) argument
10505 vec_all_le(vector bool int __a, vector int __b) argument
10513 vec_all_le(vector bool int __a, vector unsigned int __b) argument
10519 vec_all_le(vector bool int __a, vector bool int __b) argument
10527 vec_all_le(vector float __a, vector float __b) argument
10535 vec_all_lt(vector signed char __a, vector signed char __b) argument
10541 vec_all_lt(vector signed char __a, vector bool char __b) argument
10547 vec_all_lt(vector unsigned char __a, vector unsigned char __b) argument
10553 vec_all_lt(vector unsigned char __a, vector bool char __b) argument
10559 vec_all_lt(vector bool char __a, vector signed char __b) argument
10567 vec_all_lt(vector bool char __a, vector unsigned char __b) argument
10573 vec_all_lt(vector bool char __a, vector bool char __b) argument
10581 vec_all_lt(vector short __a, vector short __b) argument
10587 vec_all_lt(vector short __a, vector bool short __b) argument
10593 vec_all_lt(vector unsigned short __a, vector unsigned short __b) argument
10599 vec_all_lt(vector unsigned short __a, vector bool short __b) argument
10605 vec_all_lt(vector bool short __a, vector short __b) argument
10613 vec_all_lt(vector bool short __a, vector unsigned short __b) argument
10619 vec_all_lt(vector bool short __a, vector bool short __b) argument
10627 vec_all_lt(vector int __a, vector int __b) argument
10633 vec_all_lt(vector int __a, vector bool int __b) argument
10639 vec_all_lt(vector unsigned int __a, vector unsigned int __b) argument
10645 vec_all_lt(vector unsigned int __a, vector bool int __b) argument
10651 vec_all_lt(vector bool int __a, vector int __b) argument
10659 vec_all_lt(vector bool int __a, vector unsigned int __b) argument
10665 vec_all_lt(vector bool int __a, vector bool int __b) argument
10673 vec_all_lt(vector float __a, vector float __b) argument
10689 vec_all_ne(vector signed char __a, vector signed char __b) argument
10695 vec_all_ne(vector signed char __a, vector bool char __b) argument
10701 vec_all_ne(vector unsigned char __a, vector unsigned char __b) argument
10707 vec_all_ne(vector unsigned char __a, vector bool char __b) argument
10713 vec_all_ne(vector bool char __a, vector signed char __b) argument
10719 vec_all_ne(vector bool char __a, vector unsigned char __b) argument
10725 vec_all_ne(vector bool char __a, vector bool char __b) argument
10731 vec_all_ne(vector short __a, vector short __b) argument
10737 vec_all_ne(vector short __a, vector bool short __b) argument
10743 vec_all_ne(vector unsigned short __a, vector unsigned short __b) argument
10750 vec_all_ne(vector unsigned short __a, vector bool short __b) argument
10757 vec_all_ne(vector bool short __a, vector short __b) argument
10764 vec_all_ne(vector bool short __a, vector unsigned short __b) argument
10771 vec_all_ne(vector bool short __a, vector bool short __b) argument
10778 vec_all_ne(vector pixel __a, vector pixel __b) argument
10785 vec_all_ne(vector int __a, vector int __b) argument
10791 vec_all_ne(vector int __a, vector bool int __b) argument
10797 vec_all_ne(vector unsigned int __a, vector unsigned int __b) argument
10803 vec_all_ne(vector unsigned int __a, vector bool int __b) argument
10809 vec_all_ne(vector bool int __a, vector int __b) argument
10815 vec_all_ne(vector bool int __a, vector unsigned int __b) argument
10821 vec_all_ne(vector bool int __a, vector bool int __b) argument
10827 vec_all_ne(vector float __a, vector float __b) argument
10835 vec_all_nge(vector float __a, vector float __b) argument
10843 vec_all_ngt(vector float __a, vector float __b) argument
10851 vec_all_nle(vector float __a, vector float __b) argument
10859 vec_all_nlt(vector float __a, vector float __b) argument
10875 vec_any_eq(vector signed char __a, vector signed char __b) argument
10882 vec_any_eq(vector signed char __a, vector bool char __b) argument
10889 vec_any_eq(vector unsigned char __a, vector unsigned char __b) argument
10896 vec_any_eq(vector unsigned char __a, vector bool char __b) argument
10903 vec_any_eq(vector bool char __a, vector signed char __b) argument
10910 vec_any_eq(vector bool char __a, vector unsigned char __b) argument
10917 vec_any_eq(vector bool char __a, vector bool char __b) argument
10924 vec_any_eq(vector short __a, vector short __b) argument
10930 vec_any_eq(vector short __a, vector bool short __b) argument
10936 vec_any_eq(vector unsigned short __a, vector unsigned short __b) argument
10944 vec_any_eq(vector unsigned short __a, vector bool short __b) argument
10952 vec_any_eq(vector bool short __a, vector short __b) argument
10960 vec_any_eq(vector bool short __a, vector unsigned short __b) argument
10968 vec_any_eq(vector bool short __a, vector bool short __b) argument
10976 vec_any_eq(vector pixel __a, vector pixel __b) argument
10984 vec_any_eq(vector int __a, vector int __b) argument
10990 vec_any_eq(vector int __a, vector bool int __b) argument
10996 vec_any_eq(vector unsigned int __a, vector unsigned int __b) argument
11003 vec_any_eq(vector unsigned int __a, vector bool int __b) argument
11010 vec_any_eq(vector bool int __a, vector int __b) argument
11017 vec_any_eq(vector bool int __a, vector unsigned int __b) argument
11024 vec_any_eq(vector bool int __a, vector bool int __b) argument
11031 vec_any_eq(vector float __a, vector float __b) argument
11039 vec_any_ge(vector signed char __a, vector signed char __b) argument
11045 vec_any_ge(vector signed char __a, vector bool char __b) argument
11051 vec_any_ge(vector unsigned char __a, vector unsigned char __b) argument
11057 vec_any_ge(vector unsigned char __a, vector bool char __b) argument
11063 vec_any_ge(vector bool char __a, vector signed char __b) argument
11071 vec_any_ge(vector bool char __a, vector unsigned char __b) argument
11077 vec_any_ge(vector bool char __a, vector bool char __b) argument
11085 vec_any_ge(vector short __a, vector short __b) argument
11091 vec_any_ge(vector short __a, vector bool short __b) argument
11097 vec_any_ge(vector unsigned short __a, vector unsigned short __b) argument
11103 vec_any_ge(vector unsigned short __a, vector bool short __b) argument
11110 vec_any_ge(vector bool short __a, vector short __b) argument
11118 vec_any_ge(vector bool short __a, vector unsigned short __b) argument
11125 vec_any_ge(vector bool short __a, vector bool short __b) argument
11133 vec_any_ge(vector int __a, vector int __b) argument
11139 vec_any_ge(vector int __a, vector bool int __b) argument
11145 vec_any_ge(vector unsigned int __a, vector unsigned int __b) argument
11151 vec_any_ge(vector unsigned int __a, vector bool int __b) argument
11157 vec_any_ge(vector bool int __a, vector int __b) argument
11165 vec_any_ge(vector bool int __a, vector unsigned int __b) argument
11171 vec_any_ge(vector bool int __a, vector bool int __b) argument
11179 vec_any_ge(vector float __a, vector float __b) argument
11187 vec_any_gt(vector signed char __a, vector signed char __b) argument
11193 vec_any_gt(vector signed char __a, vector bool char __b) argument
11199 vec_any_gt(vector unsigned char __a, vector unsigned char __b) argument
11205 vec_any_gt(vector unsigned char __a, vector bool char __b) argument
11212 vec_any_gt(vector bool char __a, vector signed char __b) argument
11220 vec_any_gt(vector bool char __a, vector unsigned char __b) argument
11227 vec_any_gt(vector bool char __a, vector bool char __b) argument
11235 vec_any_gt(vector short __a, vector short __b) argument
11241 vec_any_gt(vector short __a, vector bool short __b) argument
11247 vec_any_gt(vector unsigned short __a, vector unsigned short __b) argument
11253 vec_any_gt(vector unsigned short __a, vector bool short __b) argument
11260 vec_any_gt(vector bool short __a, vector short __b) argument
11268 vec_any_gt(vector bool short __a, vector unsigned short __b) argument
11275 vec_any_gt(vector bool short __a, vector bool short __b) argument
11283 vec_any_gt(vector int __a, vector int __b) argument
11289 vec_any_gt(vector int __a, vector bool int __b) argument
11295 vec_any_gt(vector unsigned int __a, vector unsigned int __b) argument
11301 vec_any_gt(vector unsigned int __a, vector bool int __b) argument
11307 vec_any_gt(vector bool int __a, vector int __b) argument
11315 vec_any_gt(vector bool int __a, vector unsigned int __b) argument
11321 vec_any_gt(vector bool int __a, vector bool int __b) argument
11329 vec_any_gt(vector float __a, vector float __b) argument
11337 vec_any_le(vector signed char __a, vector signed char __b) argument
11343 vec_any_le(vector signed char __a, vector bool char __b) argument
11349 vec_any_le(vector unsigned char __a, vector unsigned char __b) argument
11355 vec_any_le(vector unsigned char __a, vector bool char __b) argument
11362 vec_any_le(vector bool char __a, vector signed char __b) argument
11370 vec_any_le(vector bool char __a, vector unsigned char __b) argument
11377 vec_any_le(vector bool char __a, vector bool char __b) argument
11385 vec_any_le(vector short __a, vector short __b) argument
11391 vec_any_le(vector short __a, vector bool short __b) argument
11397 vec_any_le(vector unsigned short __a, vector unsigned short __b) argument
11403 vec_any_le(vector unsigned short __a, vector bool short __b) argument
11410 vec_any_le(vector bool short __a, vector short __b) argument
11418 vec_any_le(vector bool short __a, vector unsigned short __b) argument
11425 vec_any_le(vector bool short __a, vector bool short __b) argument
11433 vec_any_le(vector int __a, vector int __b) argument
11439 vec_any_le(vector int __a, vector bool int __b) argument
11445 vec_any_le(vector unsigned int __a, vector unsigned int __b) argument
11451 vec_any_le(vector unsigned int __a, vector bool int __b) argument
11457 vec_any_le(vector bool int __a, vector int __b) argument
11465 vec_any_le(vector bool int __a, vector unsigned int __b) argument
11471 vec_any_le(vector bool int __a, vector bool int __b) argument
11479 vec_any_le(vector float __a, vector float __b) argument
11487 vec_any_lt(vector signed char __a, vector signed char __b) argument
11493 vec_any_lt(vector signed char __a, vector bool char __b) argument
11499 vec_any_lt(vector unsigned char __a, vector unsigned char __b) argument
11505 vec_any_lt(vector unsigned char __a, vector bool char __b) argument
11512 vec_any_lt(vector bool char __a, vector signed char __b) argument
11520 vec_any_lt(vector bool char __a, vector unsigned char __b) argument
11527 vec_any_lt(vector bool char __a, vector bool char __b) argument
11535 vec_any_lt(vector short __a, vector short __b) argument
11541 vec_any_lt(vector short __a, vector bool short __b) argument
11547 vec_any_lt(vector unsigned short __a, vector unsigned short __b) argument
11553 vec_any_lt(vector unsigned short __a, vector bool short __b) argument
11560 vec_any_lt(vector bool short __a, vector short __b) argument
11568 vec_any_lt(vector bool short __a, vector unsigned short __b) argument
11575 vec_any_lt(vector bool short __a, vector bool short __b) argument
11583 vec_any_lt(vector int __a, vector int __b) argument
11589 vec_any_lt(vector int __a, vector bool int __b) argument
11595 vec_any_lt(vector unsigned int __a, vector unsigned int __b) argument
11601 vec_any_lt(vector unsigned int __a, vector bool int __b) argument
11607 vec_any_lt(vector bool int __a, vector int __b) argument
11615 vec_any_lt(vector bool int __a, vector unsigned int __b) argument
11621 vec_any_lt(vector bool int __a, vector bool int __b) argument
11629 vec_any_lt(vector float __a, vector float __b) argument
11645 vec_any_ne(vector signed char __a, vector signed char __b) argument
11652 vec_any_ne(vector signed char __a, vector bool char __b) argument
11659 vec_any_ne(vector unsigned char __a, vector unsigned char __b) argument
11666 vec_any_ne(vector unsigned char __a, vector bool char __b) argument
11673 vec_any_ne(vector bool char __a, vector signed char __b) argument
11680 vec_any_ne(vector bool char __a, vector unsigned char __b) argument
11687 vec_any_ne(vector bool char __a, vector bool char __b) argument
11694 vec_any_ne(vector short __a, vector short __b) argument
11700 vec_any_ne(vector short __a, vector bool short __b) argument
11706 vec_any_ne(vector unsigned short __a, vector unsigned short __b) argument
11714 vec_any_ne(vector unsigned short __a, vector bool short __b) argument
11722 vec_any_ne(vector bool short __a, vector short __b) argument
11730 vec_any_ne(vector bool short __a, vector unsigned short __b) argument
11738 vec_any_ne(vector bool short __a, vector bool short __b) argument
11746 vec_any_ne(vector pixel __a, vector pixel __b) argument
11754 vec_any_ne(vector int __a, vector int __b) argument
11760 vec_any_ne(vector int __a, vector bool int __b) argument
11766 vec_any_ne(vector unsigned int __a, vector unsigned int __b) argument
11773 vec_any_ne(vector unsigned int __a, vector bool int __b) argument
11780 vec_any_ne(vector bool int __a, vector int __b) argument
11787 vec_any_ne(vector bool int __a, vector unsigned int __b) argument
11794 vec_any_ne(vector bool int __a, vector bool int __b) argument
11801 vec_any_ne(vector float __a, vector float __b) argument
11809 vec_any_nge(vector float __a, vector float __b) argument
11817 vec_any_ngt(vector float __a, vector float __b) argument
11825 vec_any_nle(vector float __a, vector float __b) argument
11833 vec_any_nlt(vector float __a, vector float __b) argument
11849 vec_any_out(vector float __a, vector float __b) argument
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/std/
H A Dstd_bitset.h684 reference(bitset& __b, size_t __pos) argument
/freebsd-10.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-10.0-release/contrib/gcc/config/i386/
H A Dmmintrin.h916 _mm_set1_pi8 (char __b) argument
/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Dbitmap_allocator.h1059 const size_type __b = __n * sizeof(value_type); local
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Dmmintrin.h1107 _mm_set1_pi8 (char __b) argument

Completed in 297 milliseconds

12