Home
last modified time | relevance | path

Searched defs:vec_xor (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h4907 vec_xor (vector float a1, vector float a2) in vec_xor() function
4913 vec_xor (vector float a1, vector signed int a2) in vec_xor() function
4919 vec_xor (vector signed int a1, vector float a2) in vec_xor() function
4925 vec_xor (vector signed int a1, vector signed int a2) in vec_xor() function
4931 vec_xor (vector signed int a1, vector unsigned int a2) in vec_xor() function
4937 vec_xor (vector unsigned int a1, vector signed int a2) in vec_xor() function
4943 vec_xor (vector unsigned int a1, vector unsigned int a2) in vec_xor() function
4949 vec_xor (vector signed short a1, vector signed short a2) in vec_xor() function
4955 vec_xor (vector signed short a1, vector unsigned short a2) in vec_xor() function
4961 vec_xor (vector unsigned short a1, vector signed short a2) in vec_xor() function
[all …]
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Daltivec.h13180 vec_xor(vector signed char __a, vector signed char __b) { in vec_xor() function
13185 vec_xor(vector bool char __a, vector signed char __b) { in vec_xor() function
13190 vec_xor(vector signed char __a, vector bool char __b) { in vec_xor() function
13195 vec_xor(vector unsigned char __a, vector unsigned char __b) { in vec_xor() function
13200 vec_xor(vector bool char __a, vector unsigned char __b) { in vec_xor() function
13205 vec_xor(vector unsigned char __a, vector bool char __b) { in vec_xor() function
13209 static __inline__ vector bool char __ATTRS_o_ai vec_xor(vector bool char __a, in vec_xor() function
13214 static __inline__ vector short __ATTRS_o_ai vec_xor(vector short __a, in vec_xor() function
13219 static __inline__ vector short __ATTRS_o_ai vec_xor(vector bool short __a, in vec_xor() function
13224 static __inline__ vector short __ATTRS_o_ai vec_xor(vector short __a, in vec_xor() function
[all …]
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h291 #define vec_xor __builtin_vec_xor macro