Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h2690 vec_all_eq(__vector signed char __a, __vector signed char __b) { in vec_all_eq() function
2699 vec_all_eq(__vector signed char __a, __vector __bool char __b) { in vec_all_eq() function
2708 vec_all_eq(__vector __bool char __a, __vector signed char __b) { in vec_all_eq() function
2716 vec_all_eq(__vector unsigned char __a, __vector unsigned char __b) { in vec_all_eq() function
2724 vec_all_eq(__vector unsigned char __a, __vector __bool char __b) { in vec_all_eq() function
2732 vec_all_eq(__vector __bool char __a, __vector unsigned char __b) { in vec_all_eq() function
2739 vec_all_eq(__vector __bool char __a, __vector __bool char __b) { in vec_all_eq() function
2747 vec_all_eq(__vector signed short __a, __vector signed short __b) { in vec_all_eq() function
2756 vec_all_eq(__vecto function
2765 vec_all_eq(__vector __bool short __a, __vector signed short __b) { vec_all_eq() function
2773 vec_all_eq(__vector unsigned short __a, __vector unsigned short __b) { vec_all_eq() function
2781 vec_all_eq(__vector unsigned short __a, __vector __bool short __b) { vec_all_eq() function
2789 vec_all_eq(__vector __bool short __a, __vector unsigned short __b) { vec_all_eq() function
2796 vec_all_eq(__vector __bool short __a, __vector __bool short __b) { vec_all_eq() function
2804 vec_all_eq(__vector signed int __a, __vector signed int __b) { vec_all_eq() function
2813 vec_all_eq(__vector signed int __a, __vector __bool int __b) { vec_all_eq() function
2822 vec_all_eq(__vector __bool int __a, __vector signed int __b) { vec_all_eq() function
2830 vec_all_eq(__vector unsigned int __a, __vector unsigned int __b) { vec_all_eq() function
2838 vec_all_eq(__vector unsigned int __a, __vector __bool int __b) { vec_all_eq() function
2846 vec_all_eq(__vector __bool int __a, __vector unsigned int __b) { vec_all_eq() function
2853 vec_all_eq(__vector __bool int __a, __vector __bool int __b) { vec_all_eq() function
2861 vec_all_eq(__vector signed long long __a, __vector signed long long __b) { vec_all_eq() function
2870 vec_all_eq(__vector signed long long __a, __vector __bool long long __b) { vec_all_eq() function
2879 vec_all_eq(__vector __bool long long __a, __vector signed long long __b) { vec_all_eq() function
2887 vec_all_eq(__vector unsigned long long __a, __vector unsigned long long __b) { vec_all_eq() function
2895 vec_all_eq(__vector unsigned long long __a, __vector __bool long long __b) { vec_all_eq() function
2903 vec_all_eq(__vector __bool long long __a, __vector unsigned long long __b) { vec_all_eq() function
2910 vec_all_eq(__vector __bool long long __a, __vector __bool long long __b) { vec_all_eq() function
2919 vec_all_eq(__vector float __a, __vector float __b) { vec_all_eq() function
2927 vec_all_eq(__vector double __a, __vector double __b) { vec_all_eq() function
[all...]
H A Daltivec.h14802 static __inline__ int __ATTRS_o_ai vec_all_eq(vector signed char __a, in vec_all_eq() function
14808 static __inline__ int __ATTRS_o_ai vec_all_eq(vector signed char __a, in vec_all_eq() function
14814 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned char __a, in vec_all_eq() function
14820 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned char __a, in vec_all_eq() function
14826 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, in vec_all_eq() function
14832 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, in vec_all_eq() function
14838 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, in vec_all_eq() function
14844 static __inline__ int __ATTRS_o_ai vec_all_eq(vector short __a, in vec_all_eq() function
14849 static __inline__ int __ATTRS_o_ai vec_all_eq(vector short __a, in vec_all_eq() function
14854 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned short __a, in vec_all_eq() function
[all …]