Lines Matching defs:vec_xor

98 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(__c, __d);
5944 __d = vec_xor(__c, __d);
5959 __d = vec_xor(__c, __d);
5973 __d = vec_xor(__c, __d);
5989 __d = vec_xor(__c, __d);
6004 __d = vec_xor(__c, __d);
6019 __d = vec_xor(__c, __d);
6033 __d = vec_xor(__c, __d);
10148 /* vec_xor */
10150 #define __builtin_altivec_vxor vec_xor
10152 static vector signed char __ATTRS_o_ai vec_xor(vector signed char __a,
10157 static vector signed char __ATTRS_o_ai vec_xor(vector bool char __a,
10162 static vector signed char __ATTRS_o_ai vec_xor(vector signed char __a,
10167 static vector unsigned char __ATTRS_o_ai vec_xor(vector unsigned char __a,
10172 static vector unsigned char __ATTRS_o_ai vec_xor(vector bool char __a,
10177 static vector unsigned char __ATTRS_o_ai vec_xor(vector unsigned char __a,
10182 static vector bool char __ATTRS_o_ai vec_xor(vector bool char __a,
10187 static vector short __ATTRS_o_ai vec_xor(vector short __a, vector short __b) {
10191 static vector short __ATTRS_o_ai vec_xor(vector bool short __a,
10196 static vector short __ATTRS_o_ai vec_xor(vector short __a,
10201 static vector unsigned short __ATTRS_o_ai vec_xor(vector unsigned short __a,
10206 static vector unsigned short __ATTRS_o_ai vec_xor(vector bool short __a,
10211 static vector unsigned short __ATTRS_o_ai vec_xor(vector unsigned short __a,
10216 static vector bool short __ATTRS_o_ai vec_xor(vector bool short __a,
10221 static vector int __ATTRS_o_ai vec_xor(vector int __a, vector int __b) {
10225 static vector int __ATTRS_o_ai vec_xor(vector bool int __a, vector int __b) {
10229 static vector int __ATTRS_o_ai vec_xor(vector int __a, vector bool int __b) {
10233 static vector unsigned int __ATTRS_o_ai vec_xor(vector unsigned int __a,
10238 static vector unsigned int __ATTRS_o_ai vec_xor(vector bool int __a,
10243 static vector unsigned int __ATTRS_o_ai vec_xor(vector unsigned int __a,
10248 static vector bool int __ATTRS_o_ai vec_xor(vector bool int __a,
10253 static vector float __ATTRS_o_ai vec_xor(vector float __a, vector float __b) {
10259 static vector float __ATTRS_o_ai vec_xor(vector bool int __a,
10266 static vector float __ATTRS_o_ai vec_xor(vector float __a,
10275 vec_xor(vector signed long long __a, vector signed long long __b) {
10280 vec_xor(vector bool long long __a, vector signed long long __b) {
10284 static vector signed long long __ATTRS_o_ai vec_xor(vector signed long long __a,
10290 vec_xor(vector unsigned long long __a, vector unsigned long long __b) {
10295 vec_xor(vector bool long long __a, vector unsigned long long __b) {
10300 vec_xor(vector unsigned long long __a, vector bool long long __b) {
10304 static vector bool long long __ATTRS_o_ai vec_xor(vector bool long long __a,
10310 vec_xor(vector double __a, vector double __b) {
10316 vec_xor(vector double __a, vector bool long long __b) {
10322 vec_xor(vector bool long long __a, vector double __b) {