Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.h101 #define vec_vxor vec_xor macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h13265 vec_vxor(vector signed char __a, vector signed char __b) { in vec_vxor() function
13270 vec_vxor(vector bool char __a, vector signed char __b) { in vec_vxor() function
13275 vec_vxor(vector signed char __a, vector bool char __b) { in vec_vxor() function
13280 vec_vxor(vector unsigned char __a, vector unsigned char __b) { in vec_vxor() function
13285 vec_vxor(vector bool char __a, vector unsigned char __b) { in vec_vxor() function
13290 vec_vxor(vector unsigned char __a, vector bool char __b) { in vec_vxor() function
13294 static __inline__ vector bool char __ATTRS_o_ai vec_vxor(vector bool char __a, in vec_vxor() function
13299 static __inline__ vector short __ATTRS_o_ai vec_vxor(vector short __a, in vec_vxor() function
13304 static __inline__ vector short __ATTRS_o_ai vec_vxor(vector bool short __a, in vec_vxor() function
13309 static __inline__ vector short __ATTRS_o_ai vec_vxor(vector short __a, in vec_vxor() function
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h100 #define vec_vxor vec_xor macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200224762 (vec_vxor): New.