Searched defs:vec_vxor (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | altivec.h | 13363 vec_vxor(vector signed char __a, vector signed char __b) { in vec_vxor() function 13368 vec_vxor(vector bool char __a, vector signed char __b) { in vec_vxor() function 13373 vec_vxor(vector signed char __a, vector bool char __b) { in vec_vxor() function 13378 vec_vxor(vector unsigned char __a, vector unsigned char __b) { in vec_vxor() function 13383 vec_vxor(vector bool char __a, vector unsigned char __b) { in vec_vxor() function 13388 vec_vxor(vector unsigned char __a, vector bool char __b) { in vec_vxor() function 13392 static __inline__ vector bool char __ATTRS_o_ai vec_vxor(vector bool char __a, in vec_vxor() function 13397 static __inline__ vector short __ATTRS_o_ai vec_vxor(vector short __a, in vec_vxor() function 13402 static __inline__ vector short __ATTRS_o_ai vec_vxor(vector bool short __a, in vec_vxor() function 13407 static __inline__ vector short __ATTRS_o_ai vec_vxor(vector short __a, in vec_vxor() function [all …]
|
/openbsd-src/gnu/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 100 #define vec_vxor vec_xor macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 117 #define vec_vxor vec_xor macro
|