Lines Matching refs:vec_or

6794 /* vec_or */
6796 #define __builtin_altivec_vor vec_or
6799 vec_or(vector signed char __a, vector signed char __b) {
6804 vec_or(vector bool char __a, vector signed char __b) {
6808 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a,
6814 vec_or(vector unsigned char __a, vector unsigned char __b) {
6819 vec_or(vector bool char __a, vector unsigned char __b) {
6824 vec_or(vector unsigned char __a, vector bool char __b) {
6828 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a,
6833 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a,
6838 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a,
6843 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a,
6849 vec_or(vector unsigned short __a, vector unsigned short __b) {
6854 vec_or(vector bool short __a, vector unsigned short __b) {
6859 vec_or(vector unsigned short __a, vector bool short __b) {
6863 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a,
6868 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a,
6873 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a,
6878 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a,
6884 vec_or(vector unsigned int __a, vector unsigned int __b) {
6889 vec_or(vector bool int __a, vector unsigned int __b) {
6894 vec_or(vector unsigned int __a, vector bool int __b) {
6898 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a,
6903 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a,
6910 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a,
6917 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a,
6925 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a,
6931 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a,
6937 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a,
6944 vec_or(vector signed long long __a, vector signed long long __b) {
6949 vec_or(vector bool long long __a, vector signed long long __b) {
6954 vec_or(vector signed long long __a, vector bool long long __b) {
6959 vec_or(vector unsigned long long __a, vector unsigned long long __b) {
6964 vec_or(vector bool long long __a, vector unsigned long long __b) {
6969 vec_or(vector unsigned long long __a, vector bool long long __b) {
6974 vec_or(vector bool long long __a, vector bool long long __b) {