Searched refs:vec_add (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h190 #define vec_add __builtin_vec_add macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h195 /* vec_add */
198 vec_add(vector signed char __a, vector signed char __b) { function
203 vec_add(vector bool char __a, vector signed char __b) { function
208 vec_add(vector signed char __a, vector bool char __b) { function
213 vec_add(vector unsigned char __a, vector unsigned char __b) { function
218 vec_add(vector bool char __a, vector unsigned char __b) { function
223 vec_add(vector unsigned char __a, vector bool char __b) { function
227 static __inline__ vector short __ATTRS_o_ai vec_add(vector short __a, function
232 static __inline__ vector short __ATTRS_o_ai vec_add(vector bool short __a, function
237 static __inline__ vector short __ATTRS_o_ai vec_add(vecto function
243 vec_add(vector unsigned short __a, vector unsigned short __b) { function
248 vec_add(vector bool short __a, vector unsigned short __b) { function
253 vec_add(vector unsigned short __a, vector bool short __b) { function
257 static __inline__ vector int __ATTRS_o_ai vec_add(vector int __a, function
262 static __inline__ vector int __ATTRS_o_ai vec_add(vector bool int __a, function
267 static __inline__ vector int __ATTRS_o_ai vec_add(vector int __a, function
273 vec_add(vector unsigned int __a, vector unsigned int __b) { function
278 vec_add(vector bool int __a, vector unsigned int __b) { function
283 vec_add(vector unsigned int __a, vector bool int __b) { function
289 vec_add(vector signed long long __a, vector signed long long __b) { function
294 vec_add(vector unsigned long long __a, vector unsigned long long __b) { function
299 vec_add(vector signed __int128 __a, vector signed __int128 __b) { function
304 vec_add(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
309 static __inline__ vector float __ATTRS_o_ai vec_add(vector float __a, function
315 static __inline__ vector double __ATTRS_o_ai vec_add(vector double __a, function
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dmmintrin.h396 c = vec_add(a, b);
432 c = vec_add(a, b);
464 c = vec_add(a, b);
H A Dpmmintrin.h51 return (__m128) vec_add (__X, even_neg_Y);
59 return (__m128d) vec_add (__X, even_neg_Y);
77 return (__m128) vec_add (vec_perm ((__v4sf) __X, (__v4sf) __Y, xform2),
103 return (__m128d) vec_add (vec_mergeh ((__v2df) __X, (__v2df)__Y),
H A Dtmmintrin.h167 return (__m128i) vec_add (__C, __D);
180 return (__m128i) vec_add (__C, __D);
194 __C = vec_add (__C, __D);
209 __C = vec_add (__C, __D);
350 __v16qi __conv = vec_add (__selectneg, __selectpos);
362 __v8hi __conv = vec_add (__selectneg, __selectpos);
374 __v4si __conv = vec_add (__selectneg, __selectpos);
466 __C = vec_add (__C, __ones);
468 __D = vec_add (__D, __ones);
485 __C = vec_add (__
[all...]

Completed in 173 milliseconds