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

/external/clang/lib/Headers/
H A Daltivec.h468 /* vec_adds */
471 vec_adds(vector signed char __a, vector signed char __b) { function
476 vec_adds(vector bool char __a, vector signed char __b) { function
481 vec_adds(vector signed char __a, vector bool char __b) { function
486 vec_adds(vector unsigned char __a, vector unsigned char __b) { function
491 vec_adds(vector bool char __a, vector unsigned char __b) { function
496 vec_adds(vector unsigned char __a, vector bool char __b) { function
500 static __inline__ vector short __ATTRS_o_ai vec_adds(vector short __a, function
505 static __inline__ vector short __ATTRS_o_ai vec_adds(vector bool short __a, function
510 static __inline__ vector short __ATTRS_o_ai vec_adds(vecto function
516 vec_adds(vector unsigned short __a, vector unsigned short __b) { function
521 vec_adds(vector bool short __a, vector unsigned short __b) { function
526 vec_adds(vector unsigned short __a, vector bool short __b) { function
530 static __inline__ vector int __ATTRS_o_ai vec_adds(vector int __a, function
535 static __inline__ vector int __ATTRS_o_ai vec_adds(vector bool int __a, function
540 static __inline__ vector int __ATTRS_o_ai vec_adds(vector int __a, function
546 vec_adds(vector unsigned int __a, vector unsigned int __b) { function
551 vec_adds(vector bool int __a, vector unsigned int __b) { function
556 vec_adds(vector unsigned int __a, vector bool int __b) { function
[all...]

Completed in 152 milliseconds