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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h4148 vec_any_eq(__vector signed char __a, __vector signed char __b) { function
4156 vec_any_eq(__vector signed char __a, __vector __bool char __b) { function
4164 vec_any_eq(__vector __bool char __a, __vector signed char __b) { function
4171 vec_any_eq(__vector unsigned char __a, __vector unsigned char __b) { function
4180 vec_any_eq(__vector unsigned char __a, __vector __bool char __b) { function
4189 vec_any_eq(__vector __bool char __a, __vector unsigned char __b) { function
4197 vec_any_eq(__vector __bool char __a, __vector __bool char __b) { function
4205 vec_any_eq(__vector signed short __a, __vector signed short __b) { function
4213 vec_any_eq(__vecto function
4221 vec_any_eq(__vector __bool short __a, __vector signed short __b) { function
4228 vec_any_eq(__vector unsigned short __a, __vector unsigned short __b) { function
4237 vec_any_eq(__vector unsigned short __a, __vector __bool short __b) { function
4246 vec_any_eq(__vector __bool short __a, __vector unsigned short __b) { function
4254 vec_any_eq(__vector __bool short __a, __vector __bool short __b) { function
4262 vec_any_eq(__vector signed int __a, __vector signed int __b) { function
4270 vec_any_eq(__vector signed int __a, __vector __bool int __b) { function
4278 vec_any_eq(__vector __bool int __a, __vector signed int __b) { function
4285 vec_any_eq(__vector unsigned int __a, __vector unsigned int __b) { function
4294 vec_any_eq(__vector unsigned int __a, __vector __bool int __b) { function
4303 vec_any_eq(__vector __bool int __a, __vector unsigned int __b) { function
4311 vec_any_eq(__vector __bool int __a, __vector __bool int __b) { function
4319 vec_any_eq(__vector signed long long __a, __vector signed long long __b) { function
4327 vec_any_eq(__vector signed long long __a, __vector __bool long long __b) { function
4335 vec_any_eq(__vector __bool long long __a, __vector signed long long __b) { function
4342 vec_any_eq(__vector unsigned long long __a, __vector unsigned long long __b) { function
4351 vec_any_eq(__vector unsigned long long __a, __vector __bool long long __b) { function
4360 vec_any_eq(__vector __bool long long __a, __vector unsigned long long __b) { function
4368 vec_any_eq(__vector __bool long long __a, __vector __bool long long __b) { function
4377 vec_any_eq(__vector float __a, __vector float __b) { function
4385 vec_any_eq(__vector double __a, __vector double __b) { function
[all...]
H A Daltivec.h14915 static __inline__ int __ATTRS_o_ai vec_any_eq(vector signed char __a, function
14921 static __inline__ int __ATTRS_o_ai vec_any_eq(vector signed char __a, function
14927 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned char __a, function
14933 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned char __a, function
14939 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool char __a, function
14945 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool char __a, function
14951 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool char __a, function
14957 static __inline__ int __ATTRS_o_ai vec_any_eq(vector short __a, function
14962 static __inline__ int __ATTRS_o_ai vec_any_eq(vecto function
14967 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned short __a, function
14973 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned short __a, function
14979 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool short __a, function
14985 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool short __a, function
14991 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool short __a, function
14997 static __inline__ int __ATTRS_o_ai vec_any_eq(vector pixel __a, function
15003 static __inline__ int __ATTRS_o_ai vec_any_eq(vector int __a, vector int __b) { function
15007 static __inline__ int __ATTRS_o_ai vec_any_eq(vector int __a, function
15012 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned int __a, function
15018 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned int __a, function
15024 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool int __a, function
15030 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool int __a, function
15036 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool int __a, function
15043 static __inline__ int __ATTRS_o_ai vec_any_eq(vector signed long long __a, function
15048 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned long long __a, function
15054 static __inline__ int __ATTRS_o_ai vec_any_eq(vector signed long long __a, function
15060 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned long long __a, function
15066 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool long long __a, function
15072 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool long long __a, function
15078 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool long long __a, function
15085 static __inline__ int __ATTRS_o_ai vec_any_eq(vector float __a, function
15095 static __inline__ int __ATTRS_o_ai vec_any_eq(vector double __a, function
[all...]

Completed in 220 milliseconds