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

/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h6865 vec_or(vector signed char __a, vector signed char __b) { function
6870 vec_or(vector bool char __a, vector signed char __b) { function
6874 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
6880 vec_or(vector unsigned char __a, vector unsigned char __b) { function
6885 vec_or(vector bool char __a, vector unsigned char __b) { function
6890 vec_or(vector unsigned char __a, vector bool char __b) { function
6894 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
6899 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
6904 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
6909 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
6915 vec_or(vector unsigned short __a, vector unsigned short __b) { function
6920 vec_or(vector bool short __a, vector unsigned short __b) { function
6925 vec_or(vector unsigned short __a, vector bool short __b) { function
6929 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
6934 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
6939 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
6944 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
6950 vec_or(vector unsigned int __a, vector unsigned int __b) { function
6955 vec_or(vector bool int __a, vector unsigned int __b) { function
6960 vec_or(vector unsigned int __a, vector bool int __b) { function
6964 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
6969 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
6976 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
6983 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
6991 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
6997 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
7003 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
7010 vec_or(vector signed long long __a, vector signed long long __b) { function
7015 vec_or(vector bool long long __a, vector signed long long __b) { function
7020 vec_or(vector signed long long __a, vector bool long long __b) { function
7025 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
7030 vec_or(vector bool long long __a, vector unsigned long long __b) { function
7035 vec_or(vector unsigned long long __a, vector bool long long __b) { function
7040 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]

Completed in 191 milliseconds