Home
last modified time | relevance | path

Searched refs:vec_xor (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/gcc/config/rs6000/
Daltivec.h100 #define vec_vxor vec_xor
291 #define vec_xor __builtin_vec_xor macro
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/
Daltivec.h8237 #define __builtin_altivec_vxor vec_xor
8240 vec_xor(vector signed char __a, vector signed char __b) in vec_xor() function
8246 vec_xor(vector bool char __a, vector signed char __b) in vec_xor() function
8252 vec_xor(vector signed char __a, vector bool char __b) in vec_xor() function
8258 vec_xor(vector unsigned char __a, vector unsigned char __b) in vec_xor() function
8264 vec_xor(vector bool char __a, vector unsigned char __b) in vec_xor() function
8270 vec_xor(vector unsigned char __a, vector bool char __b) in vec_xor() function
8276 vec_xor(vector bool char __a, vector bool char __b) in vec_xor() function
8282 vec_xor(vector short __a, vector short __b) in vec_xor() function
8288 vec_xor(vector bool short __a, vector short __b) in vec_xor() function
[all …]
/freebsd-9-stable/contrib/gcc/doc/
Dextend.texi9509 vector float vec_xor (vector float, vector float);
9510 vector float vec_xor (vector float, vector bool int);
9511 vector float vec_xor (vector bool int, vector float);
9512 vector bool int vec_xor (vector bool int, vector bool int);
9513 vector signed int vec_xor (vector bool int, vector signed int);
9514 vector signed int vec_xor (vector signed int, vector bool int);
9515 vector signed int vec_xor (vector signed int, vector signed int);
9516 vector unsigned int vec_xor (vector bool int, vector unsigned int);
9517 vector unsigned int vec_xor (vector unsigned int, vector bool int);
9518 vector unsigned int vec_xor (vector unsigned int, vector unsigned int);
[all …]
/freebsd-9-stable/contrib/gcc/
DChangeLog-200224938 * config/rs6000/altivec.h (vec_xor): Add variant for both args
24941 (vec_xor): Add variant for both args being vector signed char.