Searched defs:vec_and (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Daltivec.h192 #define vec_and __builtin_vec_and macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h810 vec_and(vector signed char __a, vector signed char __b) { function
815 vec_and(vector bool char __a, vector signed char __b) { function
820 vec_and(vector signed char __a, vector bool char __b) { function
825 vec_and(vector unsigned char __a, vector unsigned char __b) { function
830 vec_and(vector bool char __a, vector unsigned char __b) { function
835 vec_and(vector unsigned char __a, vector bool char __b) { function
839 static __inline__ vector bool char __ATTRS_o_ai vec_and(vector bool char __a, function
844 static __inline__ vector short __ATTRS_o_ai vec_and(vecto function
849 static __inline__ vector short __ATTRS_o_ai vec_and(vector bool short __a, function
854 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, function
860 vec_and(vector unsigned short __a, vector unsigned short __b) { function
865 vec_and(vector bool short __a, vector unsigned short __b) { function
870 vec_and(vector unsigned short __a, vector bool short __b) { function
875 vec_and(vector bool short __a, vector bool short __b) { function
879 static __inline__ vector int __ATTRS_o_ai vec_and(vector int __a, function
884 static __inline__ vector int __ATTRS_o_ai vec_and(vector bool int __a, function
889 static __inline__ vector int __ATTRS_o_ai vec_and(vector int __a, function
895 vec_and(vector unsigned int __a, vector unsigned int __b) { function
900 vec_and(vector bool int __a, vector unsigned int __b) { function
905 vec_and(vector unsigned int __a, vector bool int __b) { function
909 static __inline__ vector bool int __ATTRS_o_ai vec_and(vector bool int __a, function
914 static __inline__ vector float __ATTRS_o_ai vec_and(vector float __a, function
921 static __inline__ vector float __ATTRS_o_ai vec_and(vector bool int __a, function
928 static __inline__ vector float __ATTRS_o_ai vec_and(vector float __a, function
936 static __inline__ vector double __ATTRS_o_ai vec_and(vector bool long long __a, function
944 vec_and(vector double __a, vector bool long long __b) { function
950 static __inline__ vector double __ATTRS_o_ai vec_and(vector double __a, function
958 vec_and(vector signed long long __a, vector signed long long __b) { function
963 vec_and(vector bool long long __a, vector signed long long __b) { function
968 vec_and(vector signed long long __a, vector bool long long __b) { function
973 vec_and(vector unsigned long long __a, vector unsigned long long __b) { function
978 vec_and(vector bool long long __a, vector unsigned long long __b) { function
983 vec_and(vector unsigned long long __a, vector bool long long __b) { function
988 vec_and(vector bool long long __a, vector bool long long __b) { function
[all...]

Completed in 188 milliseconds