Searched refs:vec_vxor (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Daltivec-7.c24 *vecfloat++ = vec_vxor(vecint[0], vecfloat[1]);
25 *vecfloat++ = vec_vxor(vecfloat[0], vecint[1]);
37 *vecushort++ = vec_vxor(vecshort[0], vecushort[1]);
38 *vecushort++ = vec_vxor(vecushort[0], vecshort[1]);
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h100 #define vec_vxor vec_xor macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Daltivec.h13360 /* vec_vxor */
13363 vec_vxor(vector signed char __a, vector signed char __b) { function
13368 vec_vxor(vector bool char __a, vector signed char __b) { function
13373 vec_vxor(vector signed char __a, vector bool char __b) { function
13378 vec_vxor(vector unsigned char __a, vector unsigned char __b) { function
13383 vec_vxor(vector bool char __a, vector unsigned char __b) { function
13388 vec_vxor(vector unsigned char __a, vector bool char __b) { function
13392 static __inline__ vector bool char __ATTRS_o_ai vec_vxor(vector bool char __a, function
13397 static __inline__ vector short __ATTRS_o_ai vec_vxor(vector short __a, function
13402 static __inline__ vector short __ATTRS_o_ai vec_vxor(vecto function
13407 static __inline__ vector short __ATTRS_o_ai vec_vxor(vector short __a, function
13413 vec_vxor(vector unsigned short __a, vector unsigned short __b) { function
13418 vec_vxor(vector bool short __a, vector unsigned short __b) { function
13423 vec_vxor(vector unsigned short __a, vector bool short __b) { function
13428 vec_vxor(vector bool short __a, vector bool short __b) { function
13432 static __inline__ vector int __ATTRS_o_ai vec_vxor(vector int __a, function
13437 static __inline__ vector int __ATTRS_o_ai vec_vxor(vector bool int __a, function
13442 static __inline__ vector int __ATTRS_o_ai vec_vxor(vector int __a, function
13448 vec_vxor(vector unsigned int __a, vector unsigned int __b) { function
13453 vec_vxor(vector bool int __a, vector unsigned int __b) { function
13458 vec_vxor(vector unsigned int __a, vector bool int __b) { function
13462 static __inline__ vector bool int __ATTRS_o_ai vec_vxor(vector bool int __a, function
13467 static __inline__ vector float __ATTRS_o_ai vec_vxor(vector float __a, function
13474 static __inline__ vector float __ATTRS_o_ai vec_vxor(vector bool int __a, function
13481 static __inline__ vector float __ATTRS_o_ai vec_vxor(vector float __a, function
13490 vec_vxor(vector signed long long __a, vector signed long long __b) { function
13495 vec_vxor(vector bool long long __a, vector signed long long __b) { function
13500 vec_vxor(vector signed long long __a, vector bool long long __b) { function
13505 vec_vxor(vector unsigned long long __a, vector unsigned long long __b) { function
13510 vec_vxor(vector bool long long __a, vector unsigned long long __b) { function
13515 vec_vxor(vector unsigned long long __a, vector bool long long __b) { function
13520 vec_vxor(vector bool long long __a, vector bool long long __b) { function
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h117 #define vec_vxor vec_xor macro

Completed in 207 milliseconds