Searched refs:vec_orc (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Daltivec.h7035 vec_orc(vector signed char __a, vector signed char __b) { function
7040 vec_orc(vector signed char __a, vector bool char __b) { function
7045 vec_orc(vector bool char __a, vector signed char __b) { function
7050 vec_orc(vector unsigned char __a, vector unsigned char __b) { function
7055 vec_orc(vector unsigned char __a, vector bool char __b) { function
7060 vec_orc(vector bool char __a, vector unsigned char __b) { function
7064 static __inline__ vector bool char __ATTRS_o_ai vec_orc(vector bool char __a, function
7070 vec_orc(vector signed short __a, vector signed short __b) { function
7075 vec_orc(vector signed short __a, vector bool short __b) { function
7080 vec_orc(vecto function
7085 vec_orc(vector unsigned short __a, vector unsigned short __b) { function
7090 vec_orc(vector unsigned short __a, vector bool short __b) { function
7095 vec_orc(vector bool short __a, vector unsigned short __b) { function
7100 vec_orc(vector bool short __a, vector bool short __b) { function
7105 vec_orc(vector signed int __a, vector signed int __b) { function
7109 static __inline__ vector signed int __ATTRS_o_ai vec_orc(vector signed int __a, function
7115 vec_orc(vector bool int __a, vector signed int __b) { function
7120 vec_orc(vector unsigned int __a, vector unsigned int __b) { function
7125 vec_orc(vector unsigned int __a, vector bool int __b) { function
7130 vec_orc(vector bool int __a, vector unsigned int __b) { function
7134 static __inline__ vector bool int __ATTRS_o_ai vec_orc(vector bool int __a, function
7140 vec_orc(vector bool int __a, vector float __b) { function
7145 vec_orc(vector float __a, vector bool int __b) { function
7149 static __inline__ vector float __ATTRS_o_ai vec_orc(vector float __a, function
7155 vec_orc(vector signed long long __a, vector signed long long __b) { function
7160 vec_orc(vector signed long long __a, vector bool long long __b) { function
7165 vec_orc(vector bool long long __a, vector signed long long __b) { function
7170 vec_orc(vector unsigned long long __a, vector unsigned long long __b) { function
7175 vec_orc(vector unsigned long long __a, vector bool long long __b) { function
7180 vec_orc(vector bool long long __a, vector unsigned long long __b) { function
7185 vec_orc(vector bool long long __a, vector bool long long __b) { function
7190 vec_orc(vector double __a, vector bool long long __b) { function
7195 vec_orc(vector bool long long __a, vector double __b) { function
7199 static __inline__ vector double __ATTRS_o_ai vec_orc(vector double __a, function
[all...]
H A Dvecintrin.h6163 /*-- vec_orc ----------------------------------------------------------------*/
6167 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...]
/openbsd-current/gnu/llvm/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h431 return ((__m128d)vec_orc(__c, __d));

Completed in 241 milliseconds