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

/external/clang/lib/Headers/
H A Daltivec.h98 static vector unsigned char __ATTRS_o_ai vec_xor(vector unsigned char __a,
5818 // in that the vec_xor can be recognized as a vec_nor (and for P8 and
5827 __d = vec_xor(__c, __d);
5842 __d = vec_xor(__c, __d);
5857 __d = vec_xor(__c, __d);
5872 __d = vec_xor(__c, __d);
5887 __d = vec_xor(__c, __d);
5902 __d = vec_xor(__c, __d);
5916 __d = vec_xor(__c, __d);
5931 __d = vec_xor(__
10152 static vector signed char __ATTRS_o_ai vec_xor(vector signed char __a, function
10157 static vector signed char __ATTRS_o_ai vec_xor(vector bool char __a, function
10162 static vector signed char __ATTRS_o_ai vec_xor(vector signed char __a, function
10167 static vector unsigned char __ATTRS_o_ai vec_xor(vector unsigned char __a, function
10172 static vector unsigned char __ATTRS_o_ai vec_xor(vector bool char __a, function
10177 static vector unsigned char __ATTRS_o_ai vec_xor(vector unsigned char __a, function
10182 static vector bool char __ATTRS_o_ai vec_xor(vector bool char __a, function
10187 static vector short __ATTRS_o_ai vec_xor(vector short __a, vector short __b) { function
10191 static vector short __ATTRS_o_ai vec_xor(vector bool short __a, function
10196 static vector short __ATTRS_o_ai vec_xor(vector short __a, function
10201 static vector unsigned short __ATTRS_o_ai vec_xor(vector unsigned short __a, function
10206 static vector unsigned short __ATTRS_o_ai vec_xor(vector bool short __a, function
10211 static vector unsigned short __ATTRS_o_ai vec_xor(vector unsigned short __a, function
10216 static vector bool short __ATTRS_o_ai vec_xor(vector bool short __a, function
10221 static vector int __ATTRS_o_ai vec_xor(vector int __a, vector int __b) { function
10225 static vector int __ATTRS_o_ai vec_xor(vector bool int __a, vector int __b) { function
10229 static vector int __ATTRS_o_ai vec_xor(vector int __a, vector bool int __b) { function
10233 static vector unsigned int __ATTRS_o_ai vec_xor(vector unsigned int __a, function
10238 static vector unsigned int __ATTRS_o_ai vec_xor(vector bool int __a, function
10243 static vector unsigned int __ATTRS_o_ai vec_xor(vector unsigned int __a, function
10248 static vector bool int __ATTRS_o_ai vec_xor(vector bool int __a, function
10253 static vector float __ATTRS_o_ai vec_xor(vector float __a, vector float __b) { function
10259 static vector float __ATTRS_o_ai vec_xor(vector bool int __a, function
10266 static vector float __ATTRS_o_ai vec_xor(vector float __a, function
10275 vec_xor(vector signed long long __a, vector signed long long __b) { function
10280 vec_xor(vector bool long long __a, vector signed long long __b) { function
10284 static vector signed long long __ATTRS_o_ai vec_xor(vector signed long long __a, function
10290 vec_xor(vector unsigned long long __a, vector unsigned long long __b) { function
10295 vec_xor(vector bool long long __a, vector unsigned long long __b) { function
10300 vec_xor(vector unsigned long long __a, vector bool long long __b) { function
10304 static vector bool long long __ATTRS_o_ai vec_xor(vector bool long long __a, function
10310 vec_xor(vector double __a, vector double __b) { function
10316 vec_xor(vector double __a, vector bool long long __b) { function
10322 vec_xor(vector bool long long __a, vector double __b) { function
[all...]

Completed in 125 milliseconds