Lines Matching defs:vec_and

877 /* vec_and */
879 #define __builtin_altivec_vand vec_and
882 vec_and(vector signed char __a, vector signed char __b) {
887 vec_and(vector bool char __a, vector signed char __b) {
892 vec_and(vector signed char __a, vector bool char __b) {
897 vec_and(vector unsigned char __a, vector unsigned char __b) {
902 vec_and(vector bool char __a, vector unsigned char __b) {
907 vec_and(vector unsigned char __a, vector bool char __b) {
911 static __inline__ vector bool char __ATTRS_o_ai vec_and(vector bool char __a,
916 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a,
921 static __inline__ vector short __ATTRS_o_ai vec_and(vector bool short __a,
926 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a,
932 vec_and(vector unsigned short __a, vector unsigned short __b) {
937 vec_and(vector bool short __a, vector unsigned short __b) {
942 vec_and(vector unsigned short __a, vector bool short __b) {
947 vec_and(vector bool short __a, vector bool short __b) {
951 static __inline__ vector int __ATTRS_o_ai vec_and(vector int __a,
956 static __inline__ vector int __ATTRS_o_ai vec_and(vector bool int __a,
961 static __inline__ vector int __ATTRS_o_ai vec_and(vector int __a,
967 vec_and(vector unsigned int __a, vector unsigned int __b) {
972 vec_and(vector bool int __a, vector unsigned int __b) {
977 vec_and(vector unsigned int __a, vector bool int __b) {
981 static __inline__ vector bool int __ATTRS_o_ai vec_and(vector bool int __a,
986 static __inline__ vector float __ATTRS_o_ai vec_and(vector float __a,
993 static __inline__ vector float __ATTRS_o_ai vec_and(vector bool int __a,
1000 static __inline__ vector float __ATTRS_o_ai vec_and(vector float __a,
1008 static __inline__ vector double __ATTRS_o_ai vec_and(vector bool long long __a,
1016 vec_and(vector double __a, vector bool long long __b) {
1022 static __inline__ vector double __ATTRS_o_ai vec_and(vector double __a,
1030 vec_and(vector signed long long __a, vector signed long long __b) {
1035 vec_and(vector bool long long __a, vector signed long long __b) {
1040 vec_and(vector signed long long __a, vector bool long long __b) {
1045 vec_and(vector unsigned long long __a, vector unsigned long long __b) {
1050 vec_and(vector bool long long __a, vector unsigned long long __b) {
1055 vec_and(vector unsigned long long __a, vector bool long long __b) {
1060 vec_and(vector bool long long __a, vector bool long long __b) {