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

/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h191 #define vec_adds __builtin_vec_adds macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h450 vec_adds (vector signed char a1, vector unsigned char a2) function
456 vec_adds (vector unsigned char a1, vector signed char a2) function
462 vec_adds (vector unsigned char a1, vector unsigned char a2) function
468 vec_adds (vector signed char a1, vector signed char a2) function
474 vec_adds (vector signed short a1, vector unsigned short a2) function
480 vec_adds (vector unsigned short a1, vector signed short a2) function
486 vec_adds (vector unsigned short a1, vector unsigned short a2) function
492 vec_adds (vector signed short a1, vector signed short a2) function
498 vec_adds (vecto function
504 vec_adds (vector unsigned int a1, vector signed int a2) function
510 vec_adds (vector unsigned int a1, vector unsigned int a2) function
516 vec_adds (vector signed int a1, vector signed int a2) function
6227 #define vec_adds macro
[all...]
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Daltivec.h626 vec_adds(vector signed char __a, vector signed char __b) { function
631 vec_adds(vector bool char __a, vector signed char __b) { function
636 vec_adds(vector signed char __a, vector bool char __b) { function
641 vec_adds(vector unsigned char __a, vector unsigned char __b) { function
646 vec_adds(vector bool char __a, vector unsigned char __b) { function
651 vec_adds(vector unsigned char __a, vector bool char __b) { function
655 static __inline__ vector short __ATTRS_o_ai vec_adds(vector short __a, function
660 static __inline__ vector short __ATTRS_o_ai vec_adds(vector bool short __a, function
665 static __inline__ vector short __ATTRS_o_ai vec_adds(vecto function
671 vec_adds(vector unsigned short __a, vector unsigned short __b) { function
676 vec_adds(vector bool short __a, vector unsigned short __b) { function
681 vec_adds(vector unsigned short __a, vector bool short __b) { function
685 static __inline__ vector int __ATTRS_o_ai vec_adds(vector int __a, function
690 static __inline__ vector int __ATTRS_o_ai vec_adds(vector bool int __a, function
695 static __inline__ vector int __ATTRS_o_ai vec_adds(vector int __a, function
701 vec_adds(vector unsigned int __a, vector unsigned int __b) { function
706 vec_adds(vector bool int __a, vector unsigned int __b) { function
711 vec_adds(vector unsigned int __a, vector bool int __b) { function
[all...]

Completed in 270 milliseconds