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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h2528 vec_all_eq(vector signed char __a, vector signed char __b) { function
2536 vec_all_eq(vector signed char __a, vector bool char __b) { function
2544 vec_all_eq(vector bool char __a, vector signed char __b) { function
2551 vec_all_eq(vector unsigned char __a, vector unsigned char __b) { function
2560 vec_all_eq(vector unsigned char __a, vector bool char __b) { function
2569 vec_all_eq(vector bool char __a, vector unsigned char __b) { function
2577 vec_all_eq(vector bool char __a, vector bool char __b) { function
2585 vec_all_eq(vector signed short __a, vector signed short __b) { function
2593 vec_all_eq(vecto function
2601 vec_all_eq(vector bool short __a, vector signed short __b) { function
2608 vec_all_eq(vector unsigned short __a, vector unsigned short __b) { function
2617 vec_all_eq(vector unsigned short __a, vector bool short __b) { function
2626 vec_all_eq(vector bool short __a, vector unsigned short __b) { function
2634 vec_all_eq(vector bool short __a, vector bool short __b) { function
2642 vec_all_eq(vector signed int __a, vector signed int __b) { function
2650 vec_all_eq(vector signed int __a, vector bool int __b) { function
2658 vec_all_eq(vector bool int __a, vector signed int __b) { function
2665 vec_all_eq(vector unsigned int __a, vector unsigned int __b) { function
2674 vec_all_eq(vector unsigned int __a, vector bool int __b) { function
2683 vec_all_eq(vector bool int __a, vector unsigned int __b) { function
2691 vec_all_eq(vector bool int __a, vector bool int __b) { function
2699 vec_all_eq(vector signed long long __a, vector signed long long __b) { function
2707 vec_all_eq(vector signed long long __a, vector bool long long __b) { function
2715 vec_all_eq(vector bool long long __a, vector signed long long __b) { function
2722 vec_all_eq(vector unsigned long long __a, vector unsigned long long __b) { function
2731 vec_all_eq(vector unsigned long long __a, vector bool long long __b) { function
2740 vec_all_eq(vector bool long long __a, vector unsigned long long __b) { function
2748 vec_all_eq(vector bool long long __a, vector bool long long __b) { function
2757 vec_all_eq(vector float __a, vector float __b) { function
2765 vec_all_eq(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h13718 static __inline__ int __ATTRS_o_ai vec_all_eq(vector signed char __a, function
13724 static __inline__ int __ATTRS_o_ai vec_all_eq(vector signed char __a, function
13730 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned char __a, function
13736 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned char __a, function
13742 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, function
13748 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, function
13754 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, function
13760 static __inline__ int __ATTRS_o_ai vec_all_eq(vector short __a, function
13765 static __inline__ int __ATTRS_o_ai vec_all_eq(vecto function
13770 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned short __a, function
13776 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned short __a, function
13782 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool short __a, function
13788 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool short __a, function
13794 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool short __a, function
13800 static __inline__ int __ATTRS_o_ai vec_all_eq(vector pixel __a, function
13806 static __inline__ int __ATTRS_o_ai vec_all_eq(vector int __a, vector int __b) { function
13810 static __inline__ int __ATTRS_o_ai vec_all_eq(vector int __a, function
13815 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned int __a, function
13821 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned int __a, function
13827 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool int __a, function
13833 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool int __a, function
13839 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool int __a, function
13846 static __inline__ int __ATTRS_o_ai vec_all_eq(vector signed long long __a, function
13851 static __inline__ int __ATTRS_o_ai vec_all_eq(vector long long __a, function
13856 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned long long __a, function
13862 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned long long __a, function
13868 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool long long __a, function
13874 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool long long __a, function
13880 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool long long __a, function
13887 static __inline__ int __ATTRS_o_ai vec_all_eq(vector float __a, function
13897 static __inline__ int __ATTRS_o_ai vec_all_eq(vector double __a, function
[all...]

Completed in 503 milliseconds