Lines Matching refs:vec_xor
8235 /* vec_xor */
8237 #define __builtin_altivec_vxor vec_xor
8240 vec_xor(vector signed char __a, vector signed char __b)
8246 vec_xor(vector bool char __a, vector signed char __b)
8252 vec_xor(vector signed char __a, vector bool char __b)
8258 vec_xor(vector unsigned char __a, vector unsigned char __b)
8264 vec_xor(vector bool char __a, vector unsigned char __b)
8270 vec_xor(vector unsigned char __a, vector bool char __b)
8276 vec_xor(vector bool char __a, vector bool char __b)
8282 vec_xor(vector short __a, vector short __b)
8288 vec_xor(vector bool short __a, vector short __b)
8294 vec_xor(vector short __a, vector bool short __b)
8300 vec_xor(vector unsigned short __a, vector unsigned short __b)
8306 vec_xor(vector bool short __a, vector unsigned short __b)
8312 vec_xor(vector unsigned short __a, vector bool short __b)
8318 vec_xor(vector bool short __a, vector bool short __b)
8324 vec_xor(vector int __a, vector int __b)
8330 vec_xor(vector bool int __a, vector int __b)
8336 vec_xor(vector int __a, vector bool int __b)
8342 vec_xor(vector unsigned int __a, vector unsigned int __b)
8348 vec_xor(vector bool int __a, vector unsigned int __b)
8354 vec_xor(vector unsigned int __a, vector bool int __b)
8360 vec_xor(vector bool int __a, vector bool int __b)
8366 vec_xor(vector float __a, vector float __b)
8373 vec_xor(vector bool int __a, vector float __b)
8380 vec_xor(vector float __a, vector bool int __b)