Searched refs:vec_vand (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h61 #define vec_vand vec_and macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h993 /* vec_vand */
996 vec_vand(vector signed char __a, vector signed char __b) { function
1001 vec_vand(vector bool char __a, vector signed char __b) { function
1006 vec_vand(vector signed char __a, vector bool char __b) { function
1011 vec_vand(vector unsigned char __a, vector unsigned char __b) { function
1016 vec_vand(vector bool char __a, vector unsigned char __b) { function
1021 vec_vand(vector unsigned char __a, vector bool char __b) { function
1025 static __inline__ vector bool char __ATTRS_o_ai vec_vand(vector bool char __a, function
1030 static __inline__ vector short __ATTRS_o_ai vec_vand(vector short __a, function
1035 static __inline__ vector short __ATTRS_o_ai vec_vand(vecto function
1040 static __inline__ vector short __ATTRS_o_ai vec_vand(vector short __a, function
1046 vec_vand(vector unsigned short __a, vector unsigned short __b) { function
1051 vec_vand(vector bool short __a, vector unsigned short __b) { function
1056 vec_vand(vector unsigned short __a, vector bool short __b) { function
1061 vec_vand(vector bool short __a, vector bool short __b) { function
1065 static __inline__ vector int __ATTRS_o_ai vec_vand(vector int __a, function
1070 static __inline__ vector int __ATTRS_o_ai vec_vand(vector bool int __a, function
1075 static __inline__ vector int __ATTRS_o_ai vec_vand(vector int __a, function
1081 vec_vand(vector unsigned int __a, vector unsigned int __b) { function
1086 vec_vand(vector bool int __a, vector unsigned int __b) { function
1091 vec_vand(vector unsigned int __a, vector bool int __b) { function
1095 static __inline__ vector bool int __ATTRS_o_ai vec_vand(vector bool int __a, function
1100 static __inline__ vector float __ATTRS_o_ai vec_vand(vector float __a, function
1107 static __inline__ vector float __ATTRS_o_ai vec_vand(vector bool int __a, function
1114 static __inline__ vector float __ATTRS_o_ai vec_vand(vector float __a, function
1123 vec_vand(vector signed long long __a, vector signed long long __b) { function
1128 vec_vand(vector bool long long __a, vector signed long long __b) { function
1133 vec_vand(vector signed long long __a, vector bool long long __b) { function
1138 vec_vand(vector unsigned long long __a, vector unsigned long long __b) { function
1143 vec_vand(vector bool long long __a, vector unsigned long long __b) { function
1148 vec_vand(vector unsigned long long __a, vector bool long long __b) { function
1153 vec_vand(vector bool long long __a, vector bool long long __b) { function
[all...]

Completed in 355 milliseconds