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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h6167 vec_orc(__vector __bool char __a, __vector __bool char __b) { function
6172 vec_orc(__vector signed char __a, __vector signed char __b) { function
6177 vec_orc(__vector unsigned char __a, __vector unsigned char __b) { function
6182 vec_orc(__vector __bool short __a, __vector __bool short __b) { function
6187 vec_orc(__vector signed short __a, __vector signed short __b) { function
6192 vec_orc(__vector unsigned short __a, __vector unsigned short __b) { function
6197 vec_orc(__vector __bool int __a, __vector __bool int __b) { function
6202 vec_orc(__vector signed int __a, __vector signed int __b) { function
6207 vec_orc(__vecto function
6212 vec_orc(__vector __bool long long __a, __vector __bool long long __b) { function
6217 vec_orc(__vector signed long long __a, __vector signed long long __b) { function
6222 vec_orc(__vector unsigned long long __a, __vector unsigned long long __b) { function
6227 vec_orc(__vector float __a, __vector float __b) { function
6233 vec_orc(__vector double __a, __vector double __b) { function
[all...]
H A Daltivec.h6981 vec_orc(vector signed char __a, vector signed char __b) { function
6986 vec_orc(vector signed char __a, vector bool char __b) { function
6991 vec_orc(vector bool char __a, vector signed char __b) { function
6996 vec_orc(vector unsigned char __a, vector unsigned char __b) { function
7001 vec_orc(vector unsigned char __a, vector bool char __b) { function
7006 vec_orc(vector bool char __a, vector unsigned char __b) { function
7010 static __inline__ vector bool char __ATTRS_o_ai vec_orc(vector bool char __a, function
7016 vec_orc(vector signed short __a, vector signed short __b) { function
7021 vec_orc(vector signed short __a, vector bool short __b) { function
7026 vec_orc(vecto function
7031 vec_orc(vector unsigned short __a, vector unsigned short __b) { function
7036 vec_orc(vector unsigned short __a, vector bool short __b) { function
7041 vec_orc(vector bool short __a, vector unsigned short __b) { function
7046 vec_orc(vector bool short __a, vector bool short __b) { function
7051 vec_orc(vector signed int __a, vector signed int __b) { function
7055 static __inline__ vector signed int __ATTRS_o_ai vec_orc(vector signed int __a, function
7061 vec_orc(vector bool int __a, vector signed int __b) { function
7066 vec_orc(vector unsigned int __a, vector unsigned int __b) { function
7071 vec_orc(vector unsigned int __a, vector bool int __b) { function
7076 vec_orc(vector bool int __a, vector unsigned int __b) { function
7080 static __inline__ vector bool int __ATTRS_o_ai vec_orc(vector bool int __a, function
7086 vec_orc(vector bool int __a, vector float __b) { function
7091 vec_orc(vector float __a, vector bool int __b) { function
7096 vec_orc(vector signed long long __a, vector signed long long __b) { function
7101 vec_orc(vector signed long long __a, vector bool long long __b) { function
7106 vec_orc(vector bool long long __a, vector signed long long __b) { function
7111 vec_orc(vector unsigned long long __a, vector unsigned long long __b) { function
7116 vec_orc(vector unsigned long long __a, vector bool long long __b) { function
7121 vec_orc(vector bool long long __a, vector unsigned long long __b) { function
7126 vec_orc(vector bool long long __a, vector bool long long __b) { function
7131 vec_orc(vector double __a, vector bool long long __b) { function
7136 vec_orc(vector bool long long __a, vector double __b) { function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h274 #define vec_orc __builtin_s390_vec_orc macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h280 #define vec_orc __builtin_s390_vec_orc macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h376 #define vec_orc __builtin_vec_orc macro

Completed in 509 milliseconds