Searched refs:vec_and (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h61 #define vec_vand vec_and
192 #define vec_and __builtin_vec_and macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h805 /* vec_and */
807 #define __builtin_altivec_vand vec_and
810 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...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h423 return ((__m128d)vec_and(c, d));
1855 return (vec_and ((__v2df) __A, (__v2df) __B));
1879 return (__m128i)vec_and ((__v2di) __A, (__v2di) __B);
H A Dtmmintrin.h416 __v8hi __C = vec_and (vec_unpackh ((__v16qi) __A), __unsigned);
417 __v8hi __D = vec_and (vec_unpackl ((__v16qi) __A), __unsigned);
438 __C = vec_and (__C, __unsigned);
H A Dxmmintrin.h452 return ((__m128)vec_and ((__v4sf)__A, (__v4sf)__B));
550 return ((__m128 ) vec_and (c, d));
766 c = vec_and (c, d);

Completed in 152 milliseconds