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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h2774 vec_all_ne(vector signed char __a, vector signed char __b) { function
2782 vec_all_ne(vector signed char __a, vector bool char __b) { function
2790 vec_all_ne(vector bool char __a, vector signed char __b) { function
2797 vec_all_ne(vector unsigned char __a, vector unsigned char __b) { function
2806 vec_all_ne(vector unsigned char __a, vector bool char __b) { function
2815 vec_all_ne(vector bool char __a, vector unsigned char __b) { function
2823 vec_all_ne(vector bool char __a, vector bool char __b) { function
2831 vec_all_ne(vector signed short __a, vector signed short __b) { function
2839 vec_all_ne(vecto function
2847 vec_all_ne(vector bool short __a, vector signed short __b) { function
2854 vec_all_ne(vector unsigned short __a, vector unsigned short __b) { function
2863 vec_all_ne(vector unsigned short __a, vector bool short __b) { function
2872 vec_all_ne(vector bool short __a, vector unsigned short __b) { function
2880 vec_all_ne(vector bool short __a, vector bool short __b) { function
2888 vec_all_ne(vector signed int __a, vector signed int __b) { function
2896 vec_all_ne(vector signed int __a, vector bool int __b) { function
2904 vec_all_ne(vector bool int __a, vector signed int __b) { function
2911 vec_all_ne(vector unsigned int __a, vector unsigned int __b) { function
2920 vec_all_ne(vector unsigned int __a, vector bool int __b) { function
2929 vec_all_ne(vector bool int __a, vector unsigned int __b) { function
2937 vec_all_ne(vector bool int __a, vector bool int __b) { function
2945 vec_all_ne(vector signed long long __a, vector signed long long __b) { function
2953 vec_all_ne(vector signed long long __a, vector bool long long __b) { function
2961 vec_all_ne(vector bool long long __a, vector signed long long __b) { function
2968 vec_all_ne(vector unsigned long long __a, vector unsigned long long __b) { function
2977 vec_all_ne(vector unsigned long long __a, vector bool long long __b) { function
2986 vec_all_ne(vector bool long long __a, vector unsigned long long __b) { function
2994 vec_all_ne(vector bool long long __a, vector bool long long __b) { function
3003 vec_all_ne(vector float __a, vector float __b) { function
3011 vec_all_ne(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h14614 static __inline__ int __ATTRS_o_ai vec_all_ne(vector signed char __a, function
14620 static __inline__ int __ATTRS_o_ai vec_all_ne(vector signed char __a, function
14626 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned char __a, function
14632 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned char __a, function
14638 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool char __a, function
14644 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool char __a, function
14650 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool char __a, function
14656 static __inline__ int __ATTRS_o_ai vec_all_ne(vector short __a, function
14661 static __inline__ int __ATTRS_o_ai vec_all_ne(vecto function
14666 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned short __a, function
14672 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned short __a, function
14678 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool short __a, function
14684 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool short __a, function
14690 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool short __a, function
14696 static __inline__ int __ATTRS_o_ai vec_all_ne(vector pixel __a, function
14702 static __inline__ int __ATTRS_o_ai vec_all_ne(vector int __a, vector int __b) { function
14706 static __inline__ int __ATTRS_o_ai vec_all_ne(vector int __a, function
14711 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned int __a, function
14717 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned int __a, function
14723 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool int __a, function
14729 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool int __a, function
14735 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool int __a, function
14742 static __inline__ int __ATTRS_o_ai vec_all_ne(vector signed long long __a, function
14747 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned long long __a, function
14753 static __inline__ int __ATTRS_o_ai vec_all_ne(vector signed long long __a, function
14759 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned long long __a, function
14765 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool long long __a, function
14771 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool long long __a, function
14777 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool long long __a, function
14784 static __inline__ int __ATTRS_o_ai vec_all_ne(vector float __a, function
14794 static __inline__ int __ATTRS_o_ai vec_all_ne(vector double __a, function
[all...]

Completed in 219 milliseconds