Lines Matching refs:vec_and

805 /* vec_and */
807 #define __builtin_altivec_vand vec_and
810 vec_and(vector signed char __a, vector signed char __b) {
815 vec_and(vector bool char __a, vector signed char __b) {
820 vec_and(vector signed char __a, vector bool char __b) {
825 vec_and(vector unsigned char __a, vector unsigned char __b) {
830 vec_and(vector bool char __a, vector unsigned char __b) {
835 vec_and(vector unsigned char __a, vector bool char __b) {
839 static __inline__ vector bool char __ATTRS_o_ai vec_and(vector bool char __a,
844 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a,
849 static __inline__ vector short __ATTRS_o_ai vec_and(vector bool short __a,
854 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a,
860 vec_and(vector unsigned short __a, vector unsigned short __b) {
865 vec_and(vector bool short __a, vector unsigned short __b) {
870 vec_and(vector unsigned short __a, vector bool short __b) {
875 vec_and(vector bool short __a, vector bool short __b) {
879 static __inline__ vector int __ATTRS_o_ai vec_and(vector int __a,
884 static __inline__ vector int __ATTRS_o_ai vec_and(vector bool int __a,
889 static __inline__ vector int __ATTRS_o_ai vec_and(vector int __a,
895 vec_and(vector unsigned int __a, vector unsigned int __b) {
900 vec_and(vector bool int __a, vector unsigned int __b) {
905 vec_and(vector unsigned int __a, vector bool int __b) {
909 static __inline__ vector bool int __ATTRS_o_ai vec_and(vector bool int __a,
914 static __inline__ vector float __ATTRS_o_ai vec_and(vector float __a,
921 static __inline__ vector float __ATTRS_o_ai vec_and(vector bool int __a,
928 static __inline__ vector float __ATTRS_o_ai vec_and(vector float __a,
936 static __inline__ vector double __ATTRS_o_ai vec_and(vector bool long long __a,
944 vec_and(vector double __a, vector bool long long __b) {
950 static __inline__ vector double __ATTRS_o_ai vec_and(vector double __a,
958 vec_and(vector signed long long __a, vector signed long long __b) {
963 vec_and(vector bool long long __a, vector signed long long __b) {
968 vec_and(vector signed long long __a, vector bool long long __b) {
973 vec_and(vector unsigned long long __a, vector unsigned long long __b) {
978 vec_and(vector bool long long __a, vector unsigned long long __b) {
983 vec_and(vector unsigned long long __a, vector bool long long __b) {
988 vec_and(vector bool long long __a, vector bool long long __b) {