Lines Matching defs:vec_xor

104 vec_xor(vector unsigned char __a, vector unsigned char __b);
7882 // in that the vec_xor can be recognized as a vec_nor (and for P8 and
7890 __d = vec_xor(__c, __d);
7905 __d = vec_xor(__c, __d);
7919 __d = vec_xor(__c, __d);
7934 __d = vec_xor(__c, __d);
7949 __d = vec_xor(__c, __d);
7963 __d = vec_xor(__c, __d);
7978 __d = vec_xor(__c, __d);
7993 __d = vec_xor(__c, __d);
8006 __d = vec_xor(__c, __d);
8020 __d = vec_xor(__c, __d);
8035 __d = vec_xor(__c, __d);
8051 __d = vec_xor(__c, __d);
8066 __d = vec_xor(__c, __d);
8081 __d = vec_xor(__c, __d);
8095 __d = vec_xor(__c, __d);
13077 /* vec_xor */
13079 #define __builtin_altivec_vxor vec_xor
13082 vec_xor(vector signed char __a, vector signed char __b) {
13087 vec_xor(vector bool char __a, vector signed char __b) {
13092 vec_xor(vector signed char __a, vector bool char __b) {
13097 vec_xor(vector unsigned char __a, vector unsigned char __b) {
13102 vec_xor(vector bool char __a, vector unsigned char __b) {
13107 vec_xor(vector unsigned char __a, vector bool char __b) {
13111 static __inline__ vector bool char __ATTRS_o_ai vec_xor(vector bool char __a,
13116 static __inline__ vector short __ATTRS_o_ai vec_xor(vector short __a,
13121 static __inline__ vector short __ATTRS_o_ai vec_xor(vector bool short __a,
13126 static __inline__ vector short __ATTRS_o_ai vec_xor(vector short __a,
13132 vec_xor(vector unsigned short __a, vector unsigned short __b) {
13137 vec_xor(vector bool short __a, vector unsigned short __b) {
13142 vec_xor(vector unsigned short __a, vector bool short __b) {
13147 vec_xor(vector bool short __a, vector bool short __b) {
13151 static __inline__ vector int __ATTRS_o_ai vec_xor(vector int __a,
13156 static __inline__ vector int __ATTRS_o_ai vec_xor(vector bool int __a,
13161 static __inline__ vector int __ATTRS_o_ai vec_xor(vector int __a,
13167 vec_xor(vector unsigned int __a, vector unsigned int __b) {
13172 vec_xor(vector bool int __a, vector unsigned int __b) {
13177 vec_xor(vector unsigned int __a, vector bool int __b) {
13181 static __inline__ vector bool int __ATTRS_o_ai vec_xor(vector bool int __a,
13186 static __inline__ vector float __ATTRS_o_ai vec_xor(vector float __a,
13193 static __inline__ vector float __ATTRS_o_ai vec_xor(vector bool int __a,
13200 static __inline__ vector float __ATTRS_o_ai vec_xor(vector float __a,
13209 vec_xor(vector signed long long __a, vector signed long long __b) {
13214 vec_xor(vector bool long long __a, vector signed long long __b) {
13219 vec_xor(vector signed long long __a, vector bool long long __b) {
13224 vec_xor(vector unsigned long long __a, vector unsigned long long __b) {
13229 vec_xor(vector bool long long __a, vector unsigned long long __b) {
13234 vec_xor(vector unsigned long long __a, vector bool long long __b) {
13239 vec_xor(vector bool long long __a, vector bool long long __b) {
13243 static __inline__ vector double __ATTRS_o_ai vec_xor(vector double __a,
13250 vec_xor(vector double __a, vector bool long long __b) {
13255 static __inline__ vector double __ATTRS_o_ai vec_xor(vector bool long long __a,