Lines Matching refs:vec_xor
98 static vector unsigned char __ATTRS_o_ai vec_xor(vector unsigned char __a,
5827 __d = vec_xor(__c, __d); in vec_perm()
5842 __d = vec_xor(__c, __d); in vec_perm()
5857 __d = vec_xor(__c, __d); in vec_perm()
5872 __d = vec_xor(__c, __d); in vec_perm()
5887 __d = vec_xor(__c, __d); in vec_perm()
5902 __d = vec_xor(__c, __d); in vec_perm()
5916 __d = vec_xor(__c, __d); in vec_perm()
5931 __d = vec_xor(__c, __d); in vec_perm()
5944 __d = vec_xor(__c, __d); in vec_perm()
5959 __d = vec_xor(__c, __d); in vec_perm()
5973 __d = vec_xor(__c, __d); in vec_perm()
5989 __d = vec_xor(__c, __d); in vec_perm()
6004 __d = vec_xor(__c, __d); in vec_perm()
6019 __d = vec_xor(__c, __d); in vec_perm()
6033 __d = vec_xor(__c, __d); in vec_perm()
10150 #define __builtin_altivec_vxor vec_xor
10152 static vector signed char __ATTRS_o_ai vec_xor(vector signed char __a, in vec_xor() function
10157 static vector signed char __ATTRS_o_ai vec_xor(vector bool char __a, in vec_xor() function
10162 static vector signed char __ATTRS_o_ai vec_xor(vector signed char __a, in vec_xor() function
10167 static vector unsigned char __ATTRS_o_ai vec_xor(vector unsigned char __a, in vec_xor() function
10172 static vector unsigned char __ATTRS_o_ai vec_xor(vector bool char __a, in vec_xor() function
10177 static vector unsigned char __ATTRS_o_ai vec_xor(vector unsigned char __a, in vec_xor() function
10182 static vector bool char __ATTRS_o_ai vec_xor(vector bool char __a, in vec_xor() function
10187 static vector short __ATTRS_o_ai vec_xor(vector short __a, vector short __b) { in vec_xor() function
10191 static vector short __ATTRS_o_ai vec_xor(vector bool short __a, in vec_xor() function
10196 static vector short __ATTRS_o_ai vec_xor(vector short __a, in vec_xor() function
10201 static vector unsigned short __ATTRS_o_ai vec_xor(vector unsigned short __a, in vec_xor() function
10206 static vector unsigned short __ATTRS_o_ai vec_xor(vector bool short __a, in vec_xor() function
10211 static vector unsigned short __ATTRS_o_ai vec_xor(vector unsigned short __a, in vec_xor() function
10216 static vector bool short __ATTRS_o_ai vec_xor(vector bool short __a, in vec_xor() function
10221 static vector int __ATTRS_o_ai vec_xor(vector int __a, vector int __b) { in vec_xor() function
10225 static vector int __ATTRS_o_ai vec_xor(vector bool int __a, vector int __b) { in vec_xor() function
10229 static vector int __ATTRS_o_ai vec_xor(vector int __a, vector bool int __b) { in vec_xor() function
10233 static vector unsigned int __ATTRS_o_ai vec_xor(vector unsigned int __a, in vec_xor() function
10238 static vector unsigned int __ATTRS_o_ai vec_xor(vector bool int __a, in vec_xor() function
10243 static vector unsigned int __ATTRS_o_ai vec_xor(vector unsigned int __a, in vec_xor() function
10248 static vector bool int __ATTRS_o_ai vec_xor(vector bool int __a, in vec_xor() function
10253 static vector float __ATTRS_o_ai vec_xor(vector float __a, vector float __b) { in vec_xor() function
10259 static vector float __ATTRS_o_ai vec_xor(vector bool int __a, in vec_xor() function
10266 static vector float __ATTRS_o_ai vec_xor(vector float __a, in vec_xor() function
10275 vec_xor(vector signed long long __a, vector signed long long __b) { in vec_xor() function
10280 vec_xor(vector bool long long __a, vector signed long long __b) { in vec_xor() function
10284 static vector signed long long __ATTRS_o_ai vec_xor(vector signed long long __a, in vec_xor() function
10290 vec_xor(vector unsigned long long __a, vector unsigned long long __b) { in vec_xor() function
10295 vec_xor(vector bool long long __a, vector unsigned long long __b) { in vec_xor() function
10300 vec_xor(vector unsigned long long __a, vector bool long long __b) { in vec_xor() function
10304 static vector bool long long __ATTRS_o_ai vec_xor(vector bool long long __a, in vec_xor() function
10310 vec_xor(vector double __a, vector double __b) { in vec_xor() function
10316 vec_xor(vector double __a, vector bool long long __b) { in vec_xor() function
10322 vec_xor(vector bool long long __a, vector double __b) { in vec_xor() function