Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h13192 vec_xor(vector signed char __a, vector signed char __b) { in vec_xor() function
13197 vec_xor(vector bool char __a, vector signed char __b) { in vec_xor() function
13202 vec_xor(vector signed char __a, vector bool char __b) { in vec_xor() function
13207 vec_xor(vector unsigned char __a, vector unsigned char __b) { in vec_xor() function
13212 vec_xor(vector bool char __a, vector unsigned char __b) { in vec_xor() function
13217 vec_xor(vector unsigned char __a, vector bool char __b) { in vec_xor() function
13221 static __inline__ vector bool char __ATTRS_o_ai vec_xor(vector bool char __a, in vec_xor() function
13226 static __inline__ vector short __ATTRS_o_ai vec_xor(vector short __a, in vec_xor() function
13231 static __inline__ vector short __ATTRS_o_ai vec_xor(vector bool short __a, in vec_xor() function
13236 static __inline__ vector short __ATTRS_o_ai vec_xor(vector short __a, in vec_xor() function
[all …]