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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h4080 vec_any_eq(vector signed char __a, vector signed char __b) { function
4088 vec_any_eq(vector signed char __a, vector bool char __b) { function
4096 vec_any_eq(vector bool char __a, vector signed char __b) { function
4103 vec_any_eq(vector unsigned char __a, vector unsigned char __b) { function
4112 vec_any_eq(vector unsigned char __a, vector bool char __b) { function
4121 vec_any_eq(vector bool char __a, vector unsigned char __b) { function
4129 vec_any_eq(vector bool char __a, vector bool char __b) { function
4137 vec_any_eq(vector signed short __a, vector signed short __b) { function
4145 vec_any_eq(vecto function
4153 vec_any_eq(vector bool short __a, vector signed short __b) { function
4160 vec_any_eq(vector unsigned short __a, vector unsigned short __b) { function
4169 vec_any_eq(vector unsigned short __a, vector bool short __b) { function
4178 vec_any_eq(vector bool short __a, vector unsigned short __b) { function
4186 vec_any_eq(vector bool short __a, vector bool short __b) { function
4194 vec_any_eq(vector signed int __a, vector signed int __b) { function
4202 vec_any_eq(vector signed int __a, vector bool int __b) { function
4210 vec_any_eq(vector bool int __a, vector signed int __b) { function
4217 vec_any_eq(vector unsigned int __a, vector unsigned int __b) { function
4226 vec_any_eq(vector unsigned int __a, vector bool int __b) { function
4235 vec_any_eq(vector bool int __a, vector unsigned int __b) { function
4243 vec_any_eq(vector bool int __a, vector bool int __b) { function
4251 vec_any_eq(vector signed long long __a, vector signed long long __b) { function
4259 vec_any_eq(vector signed long long __a, vector bool long long __b) { function
4267 vec_any_eq(vector bool long long __a, vector signed long long __b) { function
4274 vec_any_eq(vector unsigned long long __a, vector unsigned long long __b) { function
4283 vec_any_eq(vector unsigned long long __a, vector bool long long __b) { function
4292 vec_any_eq(vector bool long long __a, vector unsigned long long __b) { function
4300 vec_any_eq(vector bool long long __a, vector bool long long __b) { function
4309 vec_any_eq(vector float __a, vector float __b) { function
4317 vec_any_eq(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h14859 static __inline__ int __ATTRS_o_ai vec_any_eq(vector signed char __a, function
14865 static __inline__ int __ATTRS_o_ai vec_any_eq(vector signed char __a, function
14871 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned char __a, function
14877 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned char __a, function
14883 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool char __a, function
14889 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool char __a, function
14895 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool char __a, function
14901 static __inline__ int __ATTRS_o_ai vec_any_eq(vector short __a, function
14906 static __inline__ int __ATTRS_o_ai vec_any_eq(vecto function
14911 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned short __a, function
14917 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned short __a, function
14923 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool short __a, function
14929 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool short __a, function
14935 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool short __a, function
14941 static __inline__ int __ATTRS_o_ai vec_any_eq(vector pixel __a, function
14947 static __inline__ int __ATTRS_o_ai vec_any_eq(vector int __a, vector int __b) { function
14951 static __inline__ int __ATTRS_o_ai vec_any_eq(vector int __a, function
14956 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned int __a, function
14962 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned int __a, function
14968 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool int __a, function
14974 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool int __a, function
14980 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool int __a, function
14987 static __inline__ int __ATTRS_o_ai vec_any_eq(vector signed long long __a, function
14992 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned long long __a, function
14998 static __inline__ int __ATTRS_o_ai vec_any_eq(vector signed long long __a, function
15004 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned long long __a, function
15010 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool long long __a, function
15016 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool long long __a, function
15022 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool long long __a, function
15029 static __inline__ int __ATTRS_o_ai vec_any_eq(vector float __a, function
15039 static __inline__ int __ATTRS_o_ai vec_any_eq(vector double __a, function
[all...]

Completed in 218 milliseconds