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

/external/clang/lib/Headers/
H A Daltivec.h5234 /* vec_vor */
5237 vec_vor(vector signed char __a, vector signed char __b) { function
5242 vec_vor(vector bool char __a, vector signed char __b) { function
5247 vec_vor(vector signed char __a, vector bool char __b) { function
5252 vec_vor(vector unsigned char __a, vector unsigned char __b) { function
5257 vec_vor(vector bool char __a, vector unsigned char __b) { function
5262 vec_vor(vector unsigned char __a, vector bool char __b) { function
5266 static __inline__ vector bool char __ATTRS_o_ai vec_vor(vector bool char __a, function
5271 static __inline__ vector short __ATTRS_o_ai vec_vor(vector short __a, function
5276 static __inline__ vector short __ATTRS_o_ai vec_vor(vecto function
5281 static __inline__ vector short __ATTRS_o_ai vec_vor(vector short __a, function
5287 vec_vor(vector unsigned short __a, vector unsigned short __b) { function
5292 vec_vor(vector bool short __a, vector unsigned short __b) { function
5297 vec_vor(vector unsigned short __a, vector bool short __b) { function
5302 vec_vor(vector bool short __a, vector bool short __b) { function
5306 static __inline__ vector int __ATTRS_o_ai vec_vor(vector int __a, function
5311 static __inline__ vector int __ATTRS_o_ai vec_vor(vector bool int __a, function
5316 static __inline__ vector int __ATTRS_o_ai vec_vor(vector int __a, function
5322 vec_vor(vector unsigned int __a, vector unsigned int __b) { function
5327 vec_vor(vector bool int __a, vector unsigned int __b) { function
5332 vec_vor(vector unsigned int __a, vector bool int __b) { function
5336 static __inline__ vector bool int __ATTRS_o_ai vec_vor(vector bool int __a, function
5341 static __inline__ vector float __ATTRS_o_ai vec_vor(vector float __a, function
5348 static __inline__ vector float __ATTRS_o_ai vec_vor(vector bool int __a, function
5355 static __inline__ vector float __ATTRS_o_ai vec_vor(vector float __a, function
5364 vec_vor(vector signed long long __a, vector signed long long __b) { function
5369 vec_vor(vector bool long long __a, vector signed long long __b) { function
5374 vec_vor(vector signed long long __a, vector bool long long __b) { function
5379 vec_vor(vector unsigned long long __a, vector unsigned long long __b) { function
5384 vec_vor(vector bool long long __a, vector unsigned long long __b) { function
5389 vec_vor(vector unsigned long long __a, vector bool long long __b) { function
5394 vec_vor(vector bool long long __a, vector bool long long __b) { function
[all...]

Completed in 150 milliseconds