Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h4243 vec_any_eq(__vector signed char __a, __vector signed char __b) { in vec_any_eq() function
4252 vec_any_eq(__vector signed char __a, __vector __bool char __b) { in vec_any_eq() function
4261 vec_any_eq(__vector __bool char __a, __vector signed char __b) { in vec_any_eq() function
4269 vec_any_eq(__vector unsigned char __a, __vector unsigned char __b) { in vec_any_eq() function
4277 vec_any_eq(__vector unsigned char __a, __vector __bool char __b) { in vec_any_eq() function
4285 vec_any_eq(__vector __bool char __a, __vector unsigned char __b) { in vec_any_eq() function
4292 vec_any_eq(__vector __bool char __a, __vector __bool char __b) { in vec_any_eq() function
4300 vec_any_eq(__vector signed short __a, __vector signed short __b) { in vec_any_eq() function
4309 vec_any_eq(__vecto function
4318 vec_any_eq(__vector __bool short __a, __vector signed short __b) { vec_any_eq() function
4326 vec_any_eq(__vector unsigned short __a, __vector unsigned short __b) { vec_any_eq() function
4334 vec_any_eq(__vector unsigned short __a, __vector __bool short __b) { vec_any_eq() function
4342 vec_any_eq(__vector __bool short __a, __vector unsigned short __b) { vec_any_eq() function
4349 vec_any_eq(__vector __bool short __a, __vector __bool short __b) { vec_any_eq() function
4357 vec_any_eq(__vector signed int __a, __vector signed int __b) { vec_any_eq() function
4366 vec_any_eq(__vector signed int __a, __vector __bool int __b) { vec_any_eq() function
4375 vec_any_eq(__vector __bool int __a, __vector signed int __b) { vec_any_eq() function
4383 vec_any_eq(__vector unsigned int __a, __vector unsigned int __b) { vec_any_eq() function
4391 vec_any_eq(__vector unsigned int __a, __vector __bool int __b) { vec_any_eq() function
4399 vec_any_eq(__vector __bool int __a, __vector unsigned int __b) { vec_any_eq() function
4406 vec_any_eq(__vector __bool int __a, __vector __bool int __b) { vec_any_eq() function
4414 vec_any_eq(__vector signed long long __a, __vector signed long long __b) { vec_any_eq() function
4423 vec_any_eq(__vector signed long long __a, __vector __bool long long __b) { vec_any_eq() function
4432 vec_any_eq(__vector __bool long long __a, __vector signed long long __b) { vec_any_eq() function
4440 vec_any_eq(__vector unsigned long long __a, __vector unsigned long long __b) { vec_any_eq() function
4448 vec_any_eq(__vector unsigned long long __a, __vector __bool long long __b) { vec_any_eq() function
4456 vec_any_eq(__vector __bool long long __a, __vector unsigned long long __b) { vec_any_eq() function
4463 vec_any_eq(__vector __bool long long __a, __vector __bool long long __b) { vec_any_eq() function
4472 vec_any_eq(__vector float __a, __vector float __b) { vec_any_eq() function
4480 vec_any_eq(__vector double __a, __vector double __b) { vec_any_eq() function
[all...]
H A Daltivec.h16052 static __inline__ int __ATTRS_o_ai vec_any_eq(vector signed char __a, in vec_any_eq() function
16058 static __inline__ int __ATTRS_o_ai vec_any_eq(vector signed char __a, in vec_any_eq() function
16064 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned char __a, in vec_any_eq() function
16070 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned char __a, in vec_any_eq() function
16076 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool char __a, in vec_any_eq() function
16082 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool char __a, in vec_any_eq() function
16088 static __inline__ int __ATTRS_o_ai vec_any_eq(vector bool char __a, in vec_any_eq() function
16094 static __inline__ int __ATTRS_o_ai vec_any_eq(vector short __a, in vec_any_eq() function
16099 static __inline__ int __ATTRS_o_ai vec_any_eq(vector short __a, in vec_any_eq() function
16104 static __inline__ int __ATTRS_o_ai vec_any_eq(vector unsigned short __a, in vec_any_eq() function
[all …]