Home
last modified time | relevance | path

Searched defs:vec_vand (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/lib/Headers/
H A Daltivec.h1068 vec_vand(vector signed char __a, vector signed char __b) { in vec_vand() function
1073 vec_vand(vector bool char __a, vector signed char __b) { in vec_vand() function
1078 vec_vand(vector signed char __a, vector bool char __b) { in vec_vand() function
1083 vec_vand(vector unsigned char __a, vector unsigned char __b) { in vec_vand() function
1088 vec_vand(vector bool char __a, vector unsigned char __b) { in vec_vand() function
1093 vec_vand(vector unsigned char __a, vector bool char __b) { in vec_vand() function
1097 static __inline__ vector bool char __ATTRS_o_ai vec_vand(vector bool char __a, in vec_vand() function
1102 static __inline__ vector short __ATTRS_o_ai vec_vand(vector short __a, in vec_vand() 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, vec_vand() function
1118 vec_vand(vector unsigned short __a, vector unsigned short __b) { vec_vand() function
1123 vec_vand(vector bool short __a, vector unsigned short __b) { vec_vand() function
1128 vec_vand(vector unsigned short __a, vector bool short __b) { vec_vand() function
1133 vec_vand(vector bool short __a, vector bool short __b) { vec_vand() function
1137 static __inline__ vector int __ATTRS_o_ai vec_vand(vector int __a, vec_vand() function
1142 static __inline__ vector int __ATTRS_o_ai vec_vand(vector bool int __a, vec_vand() function
1147 static __inline__ vector int __ATTRS_o_ai vec_vand(vector int __a, vec_vand() function
1153 vec_vand(vector unsigned int __a, vector unsigned int __b) { vec_vand() function
1158 vec_vand(vector bool int __a, vector unsigned int __b) { vec_vand() function
1163 vec_vand(vector unsigned int __a, vector bool int __b) { vec_vand() function
1167 static __inline__ vector bool int __ATTRS_o_ai vec_vand(vector bool int __a, vec_vand() function
1172 static __inline__ vector float __ATTRS_o_ai vec_vand(vector float __a, vec_vand() function
1179 static __inline__ vector float __ATTRS_o_ai vec_vand(vector bool int __a, vec_vand() function
1186 static __inline__ vector float __ATTRS_o_ai vec_vand(vector float __a, vec_vand() function
1195 vec_vand(vector signed long long __a, vector signed long long __b) { vec_vand() function
1200 vec_vand(vector bool long long __a, vector signed long long __b) { vec_vand() function
1205 vec_vand(vector signed long long __a, vector bool long long __b) { vec_vand() function
1210 vec_vand(vector unsigned long long __a, vector unsigned long long __b) { vec_vand() function
1215 vec_vand(vector bool long long __a, vector unsigned long long __b) { vec_vand() function
1220 vec_vand(vector unsigned long long __a, vector bool long long __b) { vec_vand() function
1225 vec_vand(vector bool long long __a, vector bool long long __b) { vec_vand() function
[all...]