Searched defs:vec_or (Results 1 - 25 of 35) sorted by relevance

12

/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
H A Daltivec.h3748 /* vec_or */
3750 #define __builtin_altivec_vor vec_or
3753 vec_or(vector signed char __a, vector signed char __b) function
3759 vec_or(vector bool char __a, vector signed char __b) function
3765 vec_or(vector signed char __a, vector bool char __b) function
3771 vec_or(vector unsigned char __a, vector unsigned char __b) function
3777 vec_or(vector bool char __a, vector unsigned char __b) function
3783 vec_or(vector unsigned char __a, vector bool char __b) function
3789 vec_or(vector bool char __a, vector bool char __b) function
3795 vec_or(vecto function
3801 vec_or(vector bool short __a, vector short __b) function
3807 vec_or(vector short __a, vector bool short __b) function
3813 vec_or(vector unsigned short __a, vector unsigned short __b) function
3819 vec_or(vector bool short __a, vector unsigned short __b) function
3825 vec_or(vector unsigned short __a, vector bool short __b) function
3831 vec_or(vector bool short __a, vector bool short __b) function
3837 vec_or(vector int __a, vector int __b) function
3843 vec_or(vector bool int __a, vector int __b) function
3849 vec_or(vector int __a, vector bool int __b) function
3855 vec_or(vector unsigned int __a, vector unsigned int __b) function
3861 vec_or(vector bool int __a, vector unsigned int __b) function
3867 vec_or(vector unsigned int __a, vector bool int __b) function
3873 vec_or(vector bool int __a, vector bool int __b) function
3879 vec_or(vector float __a, vector float __b) function
3886 vec_or(vector bool int __a, vector float __b) function
3893 vec_or(vector float __a, vector bool int __b) function
[all...]
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
H A Daltivec.h3748 /* vec_or */
3750 #define __builtin_altivec_vor vec_or
3753 vec_or(vector signed char __a, vector signed char __b) function
3759 vec_or(vector bool char __a, vector signed char __b) function
3765 vec_or(vector signed char __a, vector bool char __b) function
3771 vec_or(vector unsigned char __a, vector unsigned char __b) function
3777 vec_or(vector bool char __a, vector unsigned char __b) function
3783 vec_or(vector unsigned char __a, vector bool char __b) function
3789 vec_or(vector bool char __a, vector bool char __b) function
3795 vec_or(vecto function
3801 vec_or(vector bool short __a, vector short __b) function
3807 vec_or(vector short __a, vector bool short __b) function
3813 vec_or(vector unsigned short __a, vector unsigned short __b) function
3819 vec_or(vector bool short __a, vector unsigned short __b) function
3825 vec_or(vector unsigned short __a, vector bool short __b) function
3831 vec_or(vector bool short __a, vector bool short __b) function
3837 vec_or(vector int __a, vector int __b) function
3843 vec_or(vector bool int __a, vector int __b) function
3849 vec_or(vector int __a, vector bool int __b) function
3855 vec_or(vector unsigned int __a, vector unsigned int __b) function
3861 vec_or(vector bool int __a, vector unsigned int __b) function
3867 vec_or(vector unsigned int __a, vector bool int __b) function
3873 vec_or(vector bool int __a, vector bool int __b) function
3879 vec_or(vector float __a, vector float __b) function
3886 vec_or(vector bool int __a, vector float __b) function
3893 vec_or(vector float __a, vector bool int __b) function
[all...]
/prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
H A Daltivec.h4783 /* vec_or */
4785 #define __builtin_altivec_vor vec_or
4787 static vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4792 static vector signed char __ATTRS_o_ai vec_or(vector bool char __a, function
4797 static vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4802 static vector unsigned char __ATTRS_o_ai vec_or(vector unsigned char __a, function
4807 static vector unsigned char __ATTRS_o_ai vec_or(vector bool char __a, function
4812 static vector unsigned char __ATTRS_o_ai vec_or(vector unsigned char __a, function
4817 static vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
4822 static vector short __ATTRS_o_ai vec_or(vecto function
4826 static vector short __ATTRS_o_ai vec_or(vector bool short __a, function
4831 static vector short __ATTRS_o_ai vec_or(vector short __a, function
4836 static vector unsigned short __ATTRS_o_ai vec_or(vector unsigned short __a, function
4841 static vector unsigned short __ATTRS_o_ai vec_or(vector bool short __a, function
4846 static vector unsigned short __ATTRS_o_ai vec_or(vector unsigned short __a, function
4851 static vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
4856 static vector int __ATTRS_o_ai vec_or(vector int __a, vector int __b) { function
4860 static vector int __ATTRS_o_ai vec_or(vector bool int __a, vector int __b) { function
4864 static vector int __ATTRS_o_ai vec_or(vector int __a, vector bool int __b) { function
4868 static vector unsigned int __ATTRS_o_ai vec_or(vector unsigned int __a, function
4873 static vector unsigned int __ATTRS_o_ai vec_or(vector bool int __a, function
4878 static vector unsigned int __ATTRS_o_ai vec_or(vector unsigned int __a, function
4883 static vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
4888 static vector float __ATTRS_o_ai vec_or(vector float __a, vector float __b) { function
4894 static vector float __ATTRS_o_ai vec_or(vector bool int __a, vector float __b) { function
4900 static vector float __ATTRS_o_ai vec_or(vector float __a, vector bool int __b) { function
4907 static vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
4912 static vector double __ATTRS_o_ai vec_or(vector double __a, function
4917 static vector double __ATTRS_o_ai vec_or(vector double __a, vector double __b) { function
4924 vec_or(vector signed long long __a, vector signed long long __b) { function
4929 vec_or(vector bool long long __a, vector signed long long __b) { function
4933 static vector signed long long __ATTRS_o_ai vec_or(vector signed long long __a, function
4939 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
4944 vec_or(vector bool long long __a, vector unsigned long long __b) { function
4949 vec_or(vector unsigned long long __a, vector bool long long __b) { function
4953 static vector bool long long __ATTRS_o_ai vec_or(vector bool long long __a, function
[all...]
/prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8.256229/include/
H A Daltivec.h4783 /* vec_or */
4785 #define __builtin_altivec_vor vec_or
4787 static vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4792 static vector signed char __ATTRS_o_ai vec_or(vector bool char __a, function
4797 static vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4802 static vector unsigned char __ATTRS_o_ai vec_or(vector unsigned char __a, function
4807 static vector unsigned char __ATTRS_o_ai vec_or(vector bool char __a, function
4812 static vector unsigned char __ATTRS_o_ai vec_or(vector unsigned char __a, function
4817 static vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
4822 static vector short __ATTRS_o_ai vec_or(vecto function
4826 static vector short __ATTRS_o_ai vec_or(vector bool short __a, function
4831 static vector short __ATTRS_o_ai vec_or(vector short __a, function
4836 static vector unsigned short __ATTRS_o_ai vec_or(vector unsigned short __a, function
4841 static vector unsigned short __ATTRS_o_ai vec_or(vector bool short __a, function
4846 static vector unsigned short __ATTRS_o_ai vec_or(vector unsigned short __a, function
4851 static vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
4856 static vector int __ATTRS_o_ai vec_or(vector int __a, vector int __b) { function
4860 static vector int __ATTRS_o_ai vec_or(vector bool int __a, vector int __b) { function
4864 static vector int __ATTRS_o_ai vec_or(vector int __a, vector bool int __b) { function
4868 static vector unsigned int __ATTRS_o_ai vec_or(vector unsigned int __a, function
4873 static vector unsigned int __ATTRS_o_ai vec_or(vector bool int __a, function
4878 static vector unsigned int __ATTRS_o_ai vec_or(vector unsigned int __a, function
4883 static vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
4888 static vector float __ATTRS_o_ai vec_or(vector float __a, vector float __b) { function
4894 static vector float __ATTRS_o_ai vec_or(vector bool int __a, vector float __b) { function
4900 static vector float __ATTRS_o_ai vec_or(vector float __a, vector bool int __b) { function
4907 static vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
4912 static vector double __ATTRS_o_ai vec_or(vector double __a, function
4917 static vector double __ATTRS_o_ai vec_or(vector double __a, vector double __b) { function
4924 vec_or(vector signed long long __a, vector signed long long __b) { function
4929 vec_or(vector bool long long __a, vector signed long long __b) { function
4933 static vector signed long long __ATTRS_o_ai vec_or(vector signed long long __a, function
4939 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
4944 vec_or(vector bool long long __a, vector unsigned long long __b) { function
4949 vec_or(vector unsigned long long __a, vector bool long long __b) { function
4953 static vector bool long long __ATTRS_o_ai vec_or(vector bool long long __a, function
[all...]
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
H A Daltivec.h4908 /* vec_or */
4910 #define __builtin_altivec_vor vec_or
4913 vec_or(vector signed char __a, vector signed char __b) { function
4918 vec_or(vector bool char __a, vector signed char __b) { function
4922 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4928 vec_or(vector unsigned char __a, vector unsigned char __b) { function
4933 vec_or(vector bool char __a, vector unsigned char __b) { function
4938 vec_or(vector unsigned char __a, vector bool char __b) { function
4942 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
4947 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
4952 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
4957 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
4963 vec_or(vector unsigned short __a, vector unsigned short __b) { function
4968 vec_or(vector bool short __a, vector unsigned short __b) { function
4973 vec_or(vector unsigned short __a, vector bool short __b) { function
4977 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
4982 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4987 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
4992 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4998 vec_or(vector unsigned int __a, vector unsigned int __b) { function
5003 vec_or(vector bool int __a, vector unsigned int __b) { function
5008 vec_or(vector unsigned int __a, vector bool int __b) { function
5012 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
5017 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5024 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
5031 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5039 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
5044 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5049 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5057 vec_or(vector signed long long __a, vector signed long long __b) { function
5062 vec_or(vector bool long long __a, vector signed long long __b) { function
5067 vec_or(vector signed long long __a, vector bool long long __b) { function
5072 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
5077 vec_or(vector bool long long __a, vector unsigned long long __b) { function
5082 vec_or(vector unsigned long long __a, vector bool long long __b) { function
5087 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8.271374/include/
H A Daltivec.h4908 /* vec_or */
4910 #define __builtin_altivec_vor vec_or
4913 vec_or(vector signed char __a, vector signed char __b) { function
4918 vec_or(vector bool char __a, vector signed char __b) { function
4922 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4928 vec_or(vector unsigned char __a, vector unsigned char __b) { function
4933 vec_or(vector bool char __a, vector unsigned char __b) { function
4938 vec_or(vector unsigned char __a, vector bool char __b) { function
4942 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
4947 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
4952 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
4957 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
4963 vec_or(vector unsigned short __a, vector unsigned short __b) { function
4968 vec_or(vector bool short __a, vector unsigned short __b) { function
4973 vec_or(vector unsigned short __a, vector bool short __b) { function
4977 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
4982 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4987 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
4992 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4998 vec_or(vector unsigned int __a, vector unsigned int __b) { function
5003 vec_or(vector bool int __a, vector unsigned int __b) { function
5008 vec_or(vector unsigned int __a, vector bool int __b) { function
5012 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
5017 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5024 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
5031 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5039 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
5044 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5049 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5057 vec_or(vector signed long long __a, vector signed long long __b) { function
5062 vec_or(vector bool long long __a, vector signed long long __b) { function
5067 vec_or(vector signed long long __a, vector bool long long __b) { function
5072 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
5077 vec_or(vector bool long long __a, vector unsigned long long __b) { function
5082 vec_or(vector unsigned long long __a, vector bool long long __b) { function
5087 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]
/prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
H A Daltivec.h4908 /* vec_or */
4910 #define __builtin_altivec_vor vec_or
4913 vec_or(vector signed char __a, vector signed char __b) { function
4918 vec_or(vector bool char __a, vector signed char __b) { function
4922 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4928 vec_or(vector unsigned char __a, vector unsigned char __b) { function
4933 vec_or(vector bool char __a, vector unsigned char __b) { function
4938 vec_or(vector unsigned char __a, vector bool char __b) { function
4942 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
4947 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
4952 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
4957 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
4963 vec_or(vector unsigned short __a, vector unsigned short __b) { function
4968 vec_or(vector bool short __a, vector unsigned short __b) { function
4973 vec_or(vector unsigned short __a, vector bool short __b) { function
4977 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
4982 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4987 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
4992 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4998 vec_or(vector unsigned int __a, vector unsigned int __b) { function
5003 vec_or(vector bool int __a, vector unsigned int __b) { function
5008 vec_or(vector unsigned int __a, vector bool int __b) { function
5012 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
5017 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5024 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
5031 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5039 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
5044 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5049 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5057 vec_or(vector signed long long __a, vector signed long long __b) { function
5062 vec_or(vector bool long long __a, vector signed long long __b) { function
5067 vec_or(vector signed long long __a, vector bool long long __b) { function
5072 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
5077 vec_or(vector bool long long __a, vector unsigned long long __b) { function
5082 vec_or(vector unsigned long long __a, vector bool long long __b) { function
5087 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]
/prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8.275480/include/
H A Daltivec.h4908 /* vec_or */
4910 #define __builtin_altivec_vor vec_or
4913 vec_or(vector signed char __a, vector signed char __b) { function
4918 vec_or(vector bool char __a, vector signed char __b) { function
4922 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4928 vec_or(vector unsigned char __a, vector unsigned char __b) { function
4933 vec_or(vector bool char __a, vector unsigned char __b) { function
4938 vec_or(vector unsigned char __a, vector bool char __b) { function
4942 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
4947 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
4952 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
4957 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
4963 vec_or(vector unsigned short __a, vector unsigned short __b) { function
4968 vec_or(vector bool short __a, vector unsigned short __b) { function
4973 vec_or(vector unsigned short __a, vector bool short __b) { function
4977 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
4982 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4987 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
4992 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4998 vec_or(vector unsigned int __a, vector unsigned int __b) { function
5003 vec_or(vector bool int __a, vector unsigned int __b) { function
5008 vec_or(vector unsigned int __a, vector bool int __b) { function
5012 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
5017 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5024 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
5031 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5039 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
5044 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5049 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5057 vec_or(vector signed long long __a, vector signed long long __b) { function
5062 vec_or(vector bool long long __a, vector signed long long __b) { function
5067 vec_or(vector signed long long __a, vector bool long long __b) { function
5072 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
5077 vec_or(vector bool long long __a, vector unsigned long long __b) { function
5082 vec_or(vector unsigned long long __a, vector bool long long __b) { function
5087 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
H A Daltivec.h4908 /* vec_or */
4910 #define __builtin_altivec_vor vec_or
4913 vec_or(vector signed char __a, vector signed char __b) { function
4918 vec_or(vector bool char __a, vector signed char __b) { function
4922 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4928 vec_or(vector unsigned char __a, vector unsigned char __b) { function
4933 vec_or(vector bool char __a, vector unsigned char __b) { function
4938 vec_or(vector unsigned char __a, vector bool char __b) { function
4942 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
4947 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
4952 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
4957 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
4963 vec_or(vector unsigned short __a, vector unsigned short __b) { function
4968 vec_or(vector bool short __a, vector unsigned short __b) { function
4973 vec_or(vector unsigned short __a, vector bool short __b) { function
4977 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
4982 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4987 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
4992 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4998 vec_or(vector unsigned int __a, vector unsigned int __b) { function
5003 vec_or(vector bool int __a, vector unsigned int __b) { function
5008 vec_or(vector unsigned int __a, vector bool int __b) { function
5012 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
5017 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5024 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
5031 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5039 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
5044 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5049 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5057 vec_or(vector signed long long __a, vector signed long long __b) { function
5062 vec_or(vector bool long long __a, vector signed long long __b) { function
5067 vec_or(vector signed long long __a, vector bool long long __b) { function
5072 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
5077 vec_or(vector bool long long __a, vector unsigned long long __b) { function
5082 vec_or(vector unsigned long long __a, vector bool long long __b) { function
5087 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8.275480/include/
H A Daltivec.h4908 /* vec_or */
4910 #define __builtin_altivec_vor vec_or
4913 vec_or(vector signed char __a, vector signed char __b) { function
4918 vec_or(vector bool char __a, vector signed char __b) { function
4922 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4928 vec_or(vector unsigned char __a, vector unsigned char __b) { function
4933 vec_or(vector bool char __a, vector unsigned char __b) { function
4938 vec_or(vector unsigned char __a, vector bool char __b) { function
4942 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
4947 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
4952 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
4957 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
4963 vec_or(vector unsigned short __a, vector unsigned short __b) { function
4968 vec_or(vector bool short __a, vector unsigned short __b) { function
4973 vec_or(vector unsigned short __a, vector bool short __b) { function
4977 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
4982 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4987 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
4992 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4998 vec_or(vector unsigned int __a, vector unsigned int __b) { function
5003 vec_or(vector bool int __a, vector unsigned int __b) { function
5008 vec_or(vector unsigned int __a, vector bool int __b) { function
5012 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
5017 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5024 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
5031 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5039 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
5044 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5049 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5057 vec_or(vector signed long long __a, vector signed long long __b) { function
5062 vec_or(vector bool long long __a, vector signed long long __b) { function
5067 vec_or(vector signed long long __a, vector bool long long __b) { function
5072 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
5077 vec_or(vector bool long long __a, vector unsigned long long __b) { function
5082 vec_or(vector unsigned long long __a, vector bool long long __b) { function
5087 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
H A Daltivec.h4908 /* vec_or */
4910 #define __builtin_altivec_vor vec_or
4913 vec_or(vector signed char __a, vector signed char __b) { function
4918 vec_or(vector bool char __a, vector signed char __b) { function
4922 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4928 vec_or(vector unsigned char __a, vector unsigned char __b) { function
4933 vec_or(vector bool char __a, vector unsigned char __b) { function
4938 vec_or(vector unsigned char __a, vector bool char __b) { function
4942 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
4947 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
4952 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
4957 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
4963 vec_or(vector unsigned short __a, vector unsigned short __b) { function
4968 vec_or(vector bool short __a, vector unsigned short __b) { function
4973 vec_or(vector unsigned short __a, vector bool short __b) { function
4977 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
4982 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4987 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
4992 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4998 vec_or(vector unsigned int __a, vector unsigned int __b) { function
5003 vec_or(vector bool int __a, vector unsigned int __b) { function
5008 vec_or(vector unsigned int __a, vector bool int __b) { function
5012 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
5017 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5024 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
5031 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5039 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
5044 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5049 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5057 vec_or(vector signed long long __a, vector signed long long __b) { function
5062 vec_or(vector bool long long __a, vector signed long long __b) { function
5067 vec_or(vector signed long long __a, vector bool long long __b) { function
5072 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
5077 vec_or(vector bool long long __a, vector unsigned long long __b) { function
5082 vec_or(vector unsigned long long __a, vector bool long long __b) { function
5087 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8.275480/include/
H A Daltivec.h4908 /* vec_or */
4910 #define __builtin_altivec_vor vec_or
4913 vec_or(vector signed char __a, vector signed char __b) { function
4918 vec_or(vector bool char __a, vector signed char __b) { function
4922 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4928 vec_or(vector unsigned char __a, vector unsigned char __b) { function
4933 vec_or(vector bool char __a, vector unsigned char __b) { function
4938 vec_or(vector unsigned char __a, vector bool char __b) { function
4942 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
4947 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
4952 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
4957 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
4963 vec_or(vector unsigned short __a, vector unsigned short __b) { function
4968 vec_or(vector bool short __a, vector unsigned short __b) { function
4973 vec_or(vector unsigned short __a, vector bool short __b) { function
4977 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
4982 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4987 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
4992 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4998 vec_or(vector unsigned int __a, vector unsigned int __b) { function
5003 vec_or(vector bool int __a, vector unsigned int __b) { function
5008 vec_or(vector unsigned int __a, vector bool int __b) { function
5012 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
5017 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5024 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
5031 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5039 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
5044 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5049 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5057 vec_or(vector signed long long __a, vector signed long long __b) { function
5062 vec_or(vector bool long long __a, vector signed long long __b) { function
5067 vec_or(vector signed long long __a, vector bool long long __b) { function
5072 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
5077 vec_or(vector bool long long __a, vector unsigned long long __b) { function
5082 vec_or(vector unsigned long long __a, vector bool long long __b) { function
5087 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]
/prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
H A Daltivec.h5607 /* vec_or */
5609 #define __builtin_altivec_vor vec_or
5612 vec_or(vector signed char __a, vector signed char __b) { function
5617 vec_or(vector bool char __a, vector signed char __b) { function
5621 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
5627 vec_or(vector unsigned char __a, vector unsigned char __b) { function
5632 vec_or(vector bool char __a, vector unsigned char __b) { function
5637 vec_or(vector unsigned char __a, vector bool char __b) { function
5641 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
5646 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
5651 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
5656 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
5662 vec_or(vector unsigned short __a, vector unsigned short __b) { function
5667 vec_or(vector bool short __a, vector unsigned short __b) { function
5672 vec_or(vector unsigned short __a, vector bool short __b) { function
5676 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
5681 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
5686 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
5691 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
5697 vec_or(vector unsigned int __a, vector unsigned int __b) { function
5702 vec_or(vector bool int __a, vector unsigned int __b) { function
5707 vec_or(vector unsigned int __a, vector bool int __b) { function
5711 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
5716 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5723 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
5730 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5738 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
5743 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5748 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5756 vec_or(vector signed long long __a, vector signed long long __b) { function
5761 vec_or(vector bool long long __a, vector signed long long __b) { function
5766 vec_or(vector signed long long __a, vector bool long long __b) { function
5771 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
5776 vec_or(vector bool long long __a, vector unsigned long long __b) { function
5781 vec_or(vector unsigned long long __a, vector bool long long __b) { function
5786 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]
/prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0.285906/include/
H A Daltivec.h5607 /* vec_or */
5609 #define __builtin_altivec_vor vec_or
5612 vec_or(vector signed char __a, vector signed char __b) { function
5617 vec_or(vector bool char __a, vector signed char __b) { function
5621 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
5627 vec_or(vector unsigned char __a, vector unsigned char __b) { function
5632 vec_or(vector bool char __a, vector unsigned char __b) { function
5637 vec_or(vector unsigned char __a, vector bool char __b) { function
5641 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
5646 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
5651 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
5656 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
5662 vec_or(vector unsigned short __a, vector unsigned short __b) { function
5667 vec_or(vector bool short __a, vector unsigned short __b) { function
5672 vec_or(vector unsigned short __a, vector bool short __b) { function
5676 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
5681 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
5686 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
5691 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
5697 vec_or(vector unsigned int __a, vector unsigned int __b) { function
5702 vec_or(vector bool int __a, vector unsigned int __b) { function
5707 vec_or(vector unsigned int __a, vector bool int __b) { function
5711 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
5716 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5723 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
5730 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5738 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
5743 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5748 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5756 vec_or(vector signed long long __a, vector signed long long __b) { function
5761 vec_or(vector bool long long __a, vector signed long long __b) { function
5766 vec_or(vector signed long long __a, vector bool long long __b) { function
5771 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
5776 vec_or(vector bool long long __a, vector unsigned long long __b) { function
5781 vec_or(vector unsigned long long __a, vector bool long long __b) { function
5786 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
H A Daltivec.h5607 /* vec_or */
5609 #define __builtin_altivec_vor vec_or
5612 vec_or(vector signed char __a, vector signed char __b) { function
5617 vec_or(vector bool char __a, vector signed char __b) { function
5621 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
5627 vec_or(vector unsigned char __a, vector unsigned char __b) { function
5632 vec_or(vector bool char __a, vector unsigned char __b) { function
5637 vec_or(vector unsigned char __a, vector bool char __b) { function
5641 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
5646 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
5651 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
5656 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
5662 vec_or(vector unsigned short __a, vector unsigned short __b) { function
5667 vec_or(vector bool short __a, vector unsigned short __b) { function
5672 vec_or(vector unsigned short __a, vector bool short __b) { function
5676 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
5681 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
5686 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
5691 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
5697 vec_or(vector unsigned int __a, vector unsigned int __b) { function
5702 vec_or(vector bool int __a, vector unsigned int __b) { function
5707 vec_or(vector unsigned int __a, vector bool int __b) { function
5711 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
5716 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5723 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
5730 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5738 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
5743 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5748 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5756 vec_or(vector signed long long __a, vector signed long long __b) { function
5761 vec_or(vector bool long long __a, vector signed long long __b) { function
5766 vec_or(vector signed long long __a, vector bool long long __b) { function
5771 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
5776 vec_or(vector bool long long __a, vector unsigned long long __b) { function
5781 vec_or(vector unsigned long long __a, vector bool long long __b) { function
5786 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0.285906/include/
H A Daltivec.h5607 /* vec_or */
5609 #define __builtin_altivec_vor vec_or
5612 vec_or(vector signed char __a, vector signed char __b) { function
5617 vec_or(vector bool char __a, vector signed char __b) { function
5621 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
5627 vec_or(vector unsigned char __a, vector unsigned char __b) { function
5632 vec_or(vector bool char __a, vector unsigned char __b) { function
5637 vec_or(vector unsigned char __a, vector bool char __b) { function
5641 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
5646 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
5651 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
5656 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
5662 vec_or(vector unsigned short __a, vector unsigned short __b) { function
5667 vec_or(vector bool short __a, vector unsigned short __b) { function
5672 vec_or(vector unsigned short __a, vector bool short __b) { function
5676 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
5681 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
5686 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
5691 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
5697 vec_or(vector unsigned int __a, vector unsigned int __b) { function
5702 vec_or(vector bool int __a, vector unsigned int __b) { function
5707 vec_or(vector unsigned int __a, vector bool int __b) { function
5711 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
5716 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5723 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
5730 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5738 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
5743 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5748 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5756 vec_or(vector signed long long __a, vector signed long long __b) { function
5761 vec_or(vector bool long long __a, vector signed long long __b) { function
5766 vec_or(vector signed long long __a, vector bool long long __b) { function
5771 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
5776 vec_or(vector bool long long __a, vector unsigned long long __b) { function
5781 vec_or(vector unsigned long long __a, vector bool long long __b) { function
5786 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]
/prebuilts/clang/host/darwin-x86/clang-stable/lib64/clang/3.8/include/
H A Daltivec.h4908 /* vec_or */
4910 #define __builtin_altivec_vor vec_or
4913 vec_or(vector signed char __a, vector signed char __b) { function
4918 vec_or(vector bool char __a, vector signed char __b) { function
4922 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4928 vec_or(vector unsigned char __a, vector unsigned char __b) { function
4933 vec_or(vector bool char __a, vector unsigned char __b) { function
4938 vec_or(vector unsigned char __a, vector bool char __b) { function
4942 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
4947 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
4952 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
4957 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
4963 vec_or(vector unsigned short __a, vector unsigned short __b) { function
4968 vec_or(vector bool short __a, vector unsigned short __b) { function
4973 vec_or(vector unsigned short __a, vector bool short __b) { function
4977 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
4982 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4987 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
4992 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4998 vec_or(vector unsigned int __a, vector unsigned int __b) { function
5003 vec_or(vector bool int __a, vector unsigned int __b) { function
5008 vec_or(vector unsigned int __a, vector bool int __b) { function
5012 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
5017 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5024 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
5031 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5039 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
5044 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5049 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5057 vec_or(vector signed long long __a, vector signed long long __b) { function
5062 vec_or(vector bool long long __a, vector signed long long __b) { function
5067 vec_or(vector signed long long __a, vector bool long long __b) { function
5072 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
5077 vec_or(vector bool long long __a, vector unsigned long long __b) { function
5082 vec_or(vector unsigned long long __a, vector bool long long __b) { function
5087 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]
/prebuilts/clang/host/darwin-x86/clang-stable/lib64/clang/3.8.275480/include/
H A Daltivec.h4908 /* vec_or */
4910 #define __builtin_altivec_vor vec_or
4913 vec_or(vector signed char __a, vector signed char __b) { function
4918 vec_or(vector bool char __a, vector signed char __b) { function
4922 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4928 vec_or(vector unsigned char __a, vector unsigned char __b) { function
4933 vec_or(vector bool char __a, vector unsigned char __b) { function
4938 vec_or(vector unsigned char __a, vector bool char __b) { function
4942 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
4947 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
4952 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
4957 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
4963 vec_or(vector unsigned short __a, vector unsigned short __b) { function
4968 vec_or(vector bool short __a, vector unsigned short __b) { function
4973 vec_or(vector unsigned short __a, vector bool short __b) { function
4977 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
4982 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4987 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
4992 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4998 vec_or(vector unsigned int __a, vector unsigned int __b) { function
5003 vec_or(vector bool int __a, vector unsigned int __b) { function
5008 vec_or(vector unsigned int __a, vector bool int __b) { function
5012 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
5017 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5024 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
5031 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5039 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
5044 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5049 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5057 vec_or(vector signed long long __a, vector signed long long __b) { function
5062 vec_or(vector bool long long __a, vector signed long long __b) { function
5067 vec_or(vector signed long long __a, vector bool long long __b) { function
5072 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
5077 vec_or(vector bool long long __a, vector unsigned long long __b) { function
5082 vec_or(vector unsigned long long __a, vector bool long long __b) { function
5087 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]
/prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
H A Daltivec.h4783 /* vec_or */
4785 #define __builtin_altivec_vor vec_or
4787 static vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4792 static vector signed char __ATTRS_o_ai vec_or(vector bool char __a, function
4797 static vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4802 static vector unsigned char __ATTRS_o_ai vec_or(vector unsigned char __a, function
4807 static vector unsigned char __ATTRS_o_ai vec_or(vector bool char __a, function
4812 static vector unsigned char __ATTRS_o_ai vec_or(vector unsigned char __a, function
4817 static vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
4822 static vector short __ATTRS_o_ai vec_or(vecto function
4826 static vector short __ATTRS_o_ai vec_or(vector bool short __a, function
4831 static vector short __ATTRS_o_ai vec_or(vector short __a, function
4836 static vector unsigned short __ATTRS_o_ai vec_or(vector unsigned short __a, function
4841 static vector unsigned short __ATTRS_o_ai vec_or(vector bool short __a, function
4846 static vector unsigned short __ATTRS_o_ai vec_or(vector unsigned short __a, function
4851 static vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
4856 static vector int __ATTRS_o_ai vec_or(vector int __a, vector int __b) { function
4860 static vector int __ATTRS_o_ai vec_or(vector bool int __a, vector int __b) { function
4864 static vector int __ATTRS_o_ai vec_or(vector int __a, vector bool int __b) { function
4868 static vector unsigned int __ATTRS_o_ai vec_or(vector unsigned int __a, function
4873 static vector unsigned int __ATTRS_o_ai vec_or(vector bool int __a, function
4878 static vector unsigned int __ATTRS_o_ai vec_or(vector unsigned int __a, function
4883 static vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
4888 static vector float __ATTRS_o_ai vec_or(vector float __a, vector float __b) { function
4894 static vector float __ATTRS_o_ai vec_or(vector bool int __a, vector float __b) { function
4900 static vector float __ATTRS_o_ai vec_or(vector float __a, vector bool int __b) { function
4907 static vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
4912 static vector double __ATTRS_o_ai vec_or(vector double __a, function
4917 static vector double __ATTRS_o_ai vec_or(vector double __a, vector double __b) { function
4924 vec_or(vector signed long long __a, vector signed long long __b) { function
4929 vec_or(vector bool long long __a, vector signed long long __b) { function
4933 static vector signed long long __ATTRS_o_ai vec_or(vector signed long long __a, function
4939 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
4944 vec_or(vector bool long long __a, vector unsigned long long __b) { function
4949 vec_or(vector unsigned long long __a, vector bool long long __b) { function
4953 static vector bool long long __ATTRS_o_ai vec_or(vector bool long long __a, function
[all...]
/prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8.256229/include/
H A Daltivec.h4783 /* vec_or */
4785 #define __builtin_altivec_vor vec_or
4787 static vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4792 static vector signed char __ATTRS_o_ai vec_or(vector bool char __a, function
4797 static vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4802 static vector unsigned char __ATTRS_o_ai vec_or(vector unsigned char __a, function
4807 static vector unsigned char __ATTRS_o_ai vec_or(vector bool char __a, function
4812 static vector unsigned char __ATTRS_o_ai vec_or(vector unsigned char __a, function
4817 static vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
4822 static vector short __ATTRS_o_ai vec_or(vecto function
4826 static vector short __ATTRS_o_ai vec_or(vector bool short __a, function
4831 static vector short __ATTRS_o_ai vec_or(vector short __a, function
4836 static vector unsigned short __ATTRS_o_ai vec_or(vector unsigned short __a, function
4841 static vector unsigned short __ATTRS_o_ai vec_or(vector bool short __a, function
4846 static vector unsigned short __ATTRS_o_ai vec_or(vector unsigned short __a, function
4851 static vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
4856 static vector int __ATTRS_o_ai vec_or(vector int __a, vector int __b) { function
4860 static vector int __ATTRS_o_ai vec_or(vector bool int __a, vector int __b) { function
4864 static vector int __ATTRS_o_ai vec_or(vector int __a, vector bool int __b) { function
4868 static vector unsigned int __ATTRS_o_ai vec_or(vector unsigned int __a, function
4873 static vector unsigned int __ATTRS_o_ai vec_or(vector bool int __a, function
4878 static vector unsigned int __ATTRS_o_ai vec_or(vector unsigned int __a, function
4883 static vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
4888 static vector float __ATTRS_o_ai vec_or(vector float __a, vector float __b) { function
4894 static vector float __ATTRS_o_ai vec_or(vector bool int __a, vector float __b) { function
4900 static vector float __ATTRS_o_ai vec_or(vector float __a, vector bool int __b) { function
4907 static vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
4912 static vector double __ATTRS_o_ai vec_or(vector double __a, function
4917 static vector double __ATTRS_o_ai vec_or(vector double __a, vector double __b) { function
4924 vec_or(vector signed long long __a, vector signed long long __b) { function
4929 vec_or(vector bool long long __a, vector signed long long __b) { function
4933 static vector signed long long __ATTRS_o_ai vec_or(vector signed long long __a, function
4939 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
4944 vec_or(vector bool long long __a, vector unsigned long long __b) { function
4949 vec_or(vector unsigned long long __a, vector bool long long __b) { function
4953 static vector bool long long __ATTRS_o_ai vec_or(vector bool long long __a, function
[all...]
/prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
H A Daltivec.h4908 /* vec_or */
4910 #define __builtin_altivec_vor vec_or
4913 vec_or(vector signed char __a, vector signed char __b) { function
4918 vec_or(vector bool char __a, vector signed char __b) { function
4922 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4928 vec_or(vector unsigned char __a, vector unsigned char __b) { function
4933 vec_or(vector bool char __a, vector unsigned char __b) { function
4938 vec_or(vector unsigned char __a, vector bool char __b) { function
4942 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
4947 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
4952 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
4957 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
4963 vec_or(vector unsigned short __a, vector unsigned short __b) { function
4968 vec_or(vector bool short __a, vector unsigned short __b) { function
4973 vec_or(vector unsigned short __a, vector bool short __b) { function
4977 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
4982 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4987 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
4992 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4998 vec_or(vector unsigned int __a, vector unsigned int __b) { function
5003 vec_or(vector bool int __a, vector unsigned int __b) { function
5008 vec_or(vector unsigned int __a, vector bool int __b) { function
5012 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
5017 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5024 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
5031 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5039 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
5044 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5049 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5057 vec_or(vector signed long long __a, vector signed long long __b) { function
5062 vec_or(vector bool long long __a, vector signed long long __b) { function
5067 vec_or(vector signed long long __a, vector bool long long __b) { function
5072 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
5077 vec_or(vector bool long long __a, vector unsigned long long __b) { function
5082 vec_or(vector unsigned long long __a, vector bool long long __b) { function
5087 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]
/prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8.271374/include/
H A Daltivec.h4908 /* vec_or */
4910 #define __builtin_altivec_vor vec_or
4913 vec_or(vector signed char __a, vector signed char __b) { function
4918 vec_or(vector bool char __a, vector signed char __b) { function
4922 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4928 vec_or(vector unsigned char __a, vector unsigned char __b) { function
4933 vec_or(vector bool char __a, vector unsigned char __b) { function
4938 vec_or(vector unsigned char __a, vector bool char __b) { function
4942 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
4947 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
4952 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
4957 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
4963 vec_or(vector unsigned short __a, vector unsigned short __b) { function
4968 vec_or(vector bool short __a, vector unsigned short __b) { function
4973 vec_or(vector unsigned short __a, vector bool short __b) { function
4977 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
4982 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4987 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
4992 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4998 vec_or(vector unsigned int __a, vector unsigned int __b) { function
5003 vec_or(vector bool int __a, vector unsigned int __b) { function
5008 vec_or(vector unsigned int __a, vector bool int __b) { function
5012 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
5017 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5024 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
5031 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5039 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
5044 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5049 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5057 vec_or(vector signed long long __a, vector signed long long __b) { function
5062 vec_or(vector bool long long __a, vector signed long long __b) { function
5067 vec_or(vector signed long long __a, vector bool long long __b) { function
5072 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
5077 vec_or(vector bool long long __a, vector unsigned long long __b) { function
5082 vec_or(vector unsigned long long __a, vector bool long long __b) { function
5087 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]
/prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
H A Daltivec.h4908 /* vec_or */
4910 #define __builtin_altivec_vor vec_or
4913 vec_or(vector signed char __a, vector signed char __b) { function
4918 vec_or(vector bool char __a, vector signed char __b) { function
4922 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4928 vec_or(vector unsigned char __a, vector unsigned char __b) { function
4933 vec_or(vector bool char __a, vector unsigned char __b) { function
4938 vec_or(vector unsigned char __a, vector bool char __b) { function
4942 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
4947 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
4952 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
4957 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
4963 vec_or(vector unsigned short __a, vector unsigned short __b) { function
4968 vec_or(vector bool short __a, vector unsigned short __b) { function
4973 vec_or(vector unsigned short __a, vector bool short __b) { function
4977 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
4982 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4987 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
4992 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4998 vec_or(vector unsigned int __a, vector unsigned int __b) { function
5003 vec_or(vector bool int __a, vector unsigned int __b) { function
5008 vec_or(vector unsigned int __a, vector bool int __b) { function
5012 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
5017 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5024 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
5031 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5039 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
5044 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5049 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5057 vec_or(vector signed long long __a, vector signed long long __b) { function
5062 vec_or(vector bool long long __a, vector signed long long __b) { function
5067 vec_or(vector signed long long __a, vector bool long long __b) { function
5072 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
5077 vec_or(vector bool long long __a, vector unsigned long long __b) { function
5082 vec_or(vector unsigned long long __a, vector bool long long __b) { function
5087 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]
/prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8.275480/include/
H A Daltivec.h4908 /* vec_or */
4910 #define __builtin_altivec_vor vec_or
4913 vec_or(vector signed char __a, vector signed char __b) { function
4918 vec_or(vector bool char __a, vector signed char __b) { function
4922 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4928 vec_or(vector unsigned char __a, vector unsigned char __b) { function
4933 vec_or(vector bool char __a, vector unsigned char __b) { function
4938 vec_or(vector unsigned char __a, vector bool char __b) { function
4942 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
4947 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
4952 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
4957 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
4963 vec_or(vector unsigned short __a, vector unsigned short __b) { function
4968 vec_or(vector bool short __a, vector unsigned short __b) { function
4973 vec_or(vector unsigned short __a, vector bool short __b) { function
4977 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
4982 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4987 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
4992 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4998 vec_or(vector unsigned int __a, vector unsigned int __b) { function
5003 vec_or(vector bool int __a, vector unsigned int __b) { function
5008 vec_or(vector unsigned int __a, vector bool int __b) { function
5012 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
5017 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5024 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
5031 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5039 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
5044 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5049 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5057 vec_or(vector signed long long __a, vector signed long long __b) { function
5062 vec_or(vector bool long long __a, vector signed long long __b) { function
5067 vec_or(vector signed long long __a, vector bool long long __b) { function
5072 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
5077 vec_or(vector bool long long __a, vector unsigned long long __b) { function
5082 vec_or(vector unsigned long long __a, vector bool long long __b) { function
5087 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]
/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
H A Daltivec.h4908 /* vec_or */
4910 #define __builtin_altivec_vor vec_or
4913 vec_or(vector signed char __a, vector signed char __b) { function
4918 vec_or(vector bool char __a, vector signed char __b) { function
4922 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
4928 vec_or(vector unsigned char __a, vector unsigned char __b) { function
4933 vec_or(vector bool char __a, vector unsigned char __b) { function
4938 vec_or(vector unsigned char __a, vector bool char __b) { function
4942 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
4947 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
4952 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
4957 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
4963 vec_or(vector unsigned short __a, vector unsigned short __b) { function
4968 vec_or(vector bool short __a, vector unsigned short __b) { function
4973 vec_or(vector unsigned short __a, vector bool short __b) { function
4977 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
4982 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4987 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
4992 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
4998 vec_or(vector unsigned int __a, vector unsigned int __b) { function
5003 vec_or(vector bool int __a, vector unsigned int __b) { function
5008 vec_or(vector unsigned int __a, vector bool int __b) { function
5012 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
5017 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5024 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
5031 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
5039 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
5044 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5049 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
5057 vec_or(vector signed long long __a, vector signed long long __b) { function
5062 vec_or(vector bool long long __a, vector signed long long __b) { function
5067 vec_or(vector signed long long __a, vector bool long long __b) { function
5072 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
5077 vec_or(vector bool long long __a, vector unsigned long long __b) { function
5082 vec_or(vector unsigned long long __a, vector bool long long __b) { function
5087 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]

Completed in 987 milliseconds

12