Searched refs:vec_vand (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h61 #define vec_vand vec_and macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Daltivec.h1065 /* vec_vand */
1068 vec_vand(vector signed char __a, vector signed char __b) { function
1073 vec_vand(vector bool char __a, vector signed char __b) { function
1078 vec_vand(vector signed char __a, vector bool char __b) { function
1083 vec_vand(vector unsigned char __a, vector unsigned char __b) { function
1088 vec_vand(vector bool char __a, vector unsigned char __b) { function
1093 vec_vand(vector unsigned char __a, vector bool char __b) { function
1097 static __inline__ vector bool char __ATTRS_o_ai vec_vand(vector bool char __a, function
1102 static __inline__ vector short __ATTRS_o_ai vec_vand(vector short __a, function
1107 static __inline__ vector short __ATTRS_o_ai vec_vand(vecto function
1112 static __inline__ vector short __ATTRS_o_ai vec_vand(vector short __a, function
1118 vec_vand(vector unsigned short __a, vector unsigned short __b) { function
1123 vec_vand(vector bool short __a, vector unsigned short __b) { function
1128 vec_vand(vector unsigned short __a, vector bool short __b) { function
1133 vec_vand(vector bool short __a, vector bool short __b) { function
1137 static __inline__ vector int __ATTRS_o_ai vec_vand(vector int __a, function
1142 static __inline__ vector int __ATTRS_o_ai vec_vand(vector bool int __a, function
1147 static __inline__ vector int __ATTRS_o_ai vec_vand(vector int __a, function
1153 vec_vand(vector unsigned int __a, vector unsigned int __b) { function
1158 vec_vand(vector bool int __a, vector unsigned int __b) { function
1163 vec_vand(vector unsigned int __a, vector bool int __b) { function
1167 static __inline__ vector bool int __ATTRS_o_ai vec_vand(vector bool int __a, function
1172 static __inline__ vector float __ATTRS_o_ai vec_vand(vector float __a, function
1179 static __inline__ vector float __ATTRS_o_ai vec_vand(vector bool int __a, function
1186 static __inline__ vector float __ATTRS_o_ai vec_vand(vector float __a, function
1195 vec_vand(vector signed long long __a, vector signed long long __b) { function
1200 vec_vand(vector bool long long __a, vector signed long long __b) { function
1205 vec_vand(vector signed long long __a, vector bool long long __b) { function
1210 vec_vand(vector unsigned long long __a, vector unsigned long long __b) { function
1215 vec_vand(vector bool long long __a, vector unsigned long long __b) { function
1220 vec_vand(vector unsigned long long __a, vector bool long long __b) { function
1225 vec_vand(vector bool long long __a, vector bool long long __b) { function
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h78 #define vec_vand vec_and macro

Completed in 286 milliseconds