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

/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h200 vec_add(vector signed char __a, vector signed char __b) { function
205 vec_add(vector bool char __a, vector signed char __b) { function
210 vec_add(vector signed char __a, vector bool char __b) { function
215 vec_add(vector unsigned char __a, vector unsigned char __b) { function
220 vec_add(vector bool char __a, vector unsigned char __b) { function
225 vec_add(vector unsigned char __a, vector bool char __b) { function
229 static __inline__ vector short __ATTRS_o_ai vec_add(vector short __a, function
234 static __inline__ vector short __ATTRS_o_ai vec_add(vector bool short __a, function
239 static __inline__ vector short __ATTRS_o_ai vec_add(vecto function
245 vec_add(vector unsigned short __a, vector unsigned short __b) { function
250 vec_add(vector bool short __a, vector unsigned short __b) { function
255 vec_add(vector unsigned short __a, vector bool short __b) { function
259 static __inline__ vector int __ATTRS_o_ai vec_add(vector int __a, function
264 static __inline__ vector int __ATTRS_o_ai vec_add(vector bool int __a, function
269 static __inline__ vector int __ATTRS_o_ai vec_add(vector int __a, function
275 vec_add(vector unsigned int __a, vector unsigned int __b) { function
280 vec_add(vector bool int __a, vector unsigned int __b) { function
285 vec_add(vector unsigned int __a, vector bool int __b) { function
291 vec_add(vector signed long long __a, vector signed long long __b) { function
296 vec_add(vector unsigned long long __a, vector unsigned long long __b) { function
302 vec_add(vector signed __int128 __a, vector signed __int128 __b) { function
307 vec_add(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
318 vec_add(vector signed long long __a, vector signed long long __b) { function
336 vec_add(vector unsigned long long __a, vector unsigned long long __b) { function
342 static __inline__ vector float __ATTRS_o_ai vec_add(vector float __a, function
348 static __inline__ vector double __ATTRS_o_ai vec_add(vector double __a, function
[all...]

Completed in 223 milliseconds