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

/external/clang/lib/Headers/
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...]
/external/clang/lib/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...]

Completed in 67 milliseconds