Searched defs:vec_add (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Daltivec.h190 #define vec_add __builtin_vec_add macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h198 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...]

Completed in 266 milliseconds