Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Headers/
H A Dvecintrin.h5795 vec_andc(__vector __bool char __a, __vector __bool char __b) { vec_andc() function
5800 vec_andc(__vector signed char __a, __vector signed char __b) { vec_andc() function
5806 vec_andc(__vector __bool char __a, __vector signed char __b) { vec_andc() function
5812 vec_andc(__vector signed char __a, __vector __bool char __b) { vec_andc() function
5817 vec_andc(__vector unsigned char __a, __vector unsigned char __b) { vec_andc() function
5823 vec_andc(__vector __bool char __a, __vector unsigned char __b) { vec_andc() function
5829 vec_andc(__vector unsigned char __a, __vector __bool char __b) { vec_andc() function
5834 vec_andc(__vector __bool short __a, __vector __bool short __b) { vec_andc() function
5839 vec_andc(__vector signed short __a, __vector signed short __b) { vec_andc() function
5845 vec_andc(__vector __bool short __a, __vector signed short __b) { vec_andc() function
5851 vec_andc(__vector signed short __a, __vector __bool short __b) { vec_andc() function
5856 vec_andc(__vector unsigned short __a, __vector unsigned short __b) { vec_andc() function
5862 vec_andc(__vector __bool short __a, __vector unsigned short __b) { vec_andc() function
5868 vec_andc(__vector unsigned short __a, __vector __bool short __b) { vec_andc() function
5873 vec_andc(__vector __bool int __a, __vector __bool int __b) { vec_andc() function
5878 vec_andc(__vector signed int __a, __vector signed int __b) { vec_andc() function
5884 vec_andc(__vector __bool int __a, __vector signed int __b) { vec_andc() function
5890 vec_andc(__vector signed int __a, __vector __bool int __b) { vec_andc() function
5895 vec_andc(__vector unsigned int __a, __vector unsigned int __b) { vec_andc() function
5901 vec_andc(__vector __bool int __a, __vector unsigned int __b) { vec_andc() function
5907 vec_andc(__vector unsigned int __a, __vector __bool int __b) { vec_andc() function
5912 vec_andc(__vector __bool long long __a, __vector __bool long long __b) { vec_andc() function
5917 vec_andc(__vector signed long long __a, __vector signed long long __b) { vec_andc() function
5923 vec_andc(__vector __bool long long __a, __vector signed long long __b) { vec_andc() function
5929 vec_andc(__vector signed long long __a, __vector __bool long long __b) { vec_andc() function
5934 vec_andc(__vector unsigned long long __a, __vector unsigned long long __b) { vec_andc() function
5940 vec_andc(__vector __bool long long __a, __vector unsigned long long __b) { vec_andc() function
5946 vec_andc(__vector unsigned long long __a, __vector __bool long long __b) { vec_andc() function
5952 vec_andc(__vector float __a, __vector float __b) { vec_andc() function
5959 vec_andc(__vector double __a, __vector double __b) { vec_andc() function
5966 vec_andc(__vector __bool long long __a, __vector double __b) { vec_andc() function
5973 vec_andc(__vector double __a, __vector __bool long long __b) { vec_andc() function
[all...]
H A Daltivec.h1235 vec_andc(vector signed char __a, vector signed char __b) { in vec_andc() function
1240 vec_andc(vector bool char __a, vector signed char __b) { in vec_andc() function
1245 vec_andc(vector signed char __a, vector bool char __b) { in vec_andc() function
1250 vec_andc(vector unsigned char __a, vector unsigned char __b) { in vec_andc() function
1255 vec_andc(vector bool char __a, vector unsigned char __b) { in vec_andc() function
1260 vec_andc(vector unsigned char __a, vector bool char __b) { in vec_andc() function
1264 static __inline__ vector bool char __ATTRS_o_ai vec_andc(vector bool char __a, in vec_andc() function
1269 static __inline__ vector short __ATTRS_o_ai vec_andc(vecto function
1274 static __inline__ vector short __ATTRS_o_ai vec_andc(vector bool short __a, vec_andc() function
1279 static __inline__ vector short __ATTRS_o_ai vec_andc(vector short __a, vec_andc() function
1285 vec_andc(vector unsigned short __a, vector unsigned short __b) { vec_andc() function
1290 vec_andc(vector bool short __a, vector unsigned short __b) { vec_andc() function
1295 vec_andc(vector unsigned short __a, vector bool short __b) { vec_andc() function
1300 vec_andc(vector bool short __a, vector bool short __b) { vec_andc() function
1304 static __inline__ vector int __ATTRS_o_ai vec_andc(vector int __a, vec_andc() function
1309 static __inline__ vector int __ATTRS_o_ai vec_andc(vector bool int __a, vec_andc() function
1314 static __inline__ vector int __ATTRS_o_ai vec_andc(vector int __a, vec_andc() function
1320 vec_andc(vector unsigned int __a, vector unsigned int __b) { vec_andc() function
1325 vec_andc(vector bool int __a, vector unsigned int __b) { vec_andc() function
1330 vec_andc(vector unsigned int __a, vector bool int __b) { vec_andc() function
1334 static __inline__ vector bool int __ATTRS_o_ai vec_andc(vector bool int __a, vec_andc() function
1339 static __inline__ vector float __ATTRS_o_ai vec_andc(vector float __a, vec_andc() function
1346 static __inline__ vector float __ATTRS_o_ai vec_andc(vector bool int __a, vec_andc() function
1353 static __inline__ vector float __ATTRS_o_ai vec_andc(vector float __a, vec_andc() function
1361 static __inline__ vector double __ATTRS_o_ai vec_andc(vector bool long long __a, vec_andc() function
1369 vec_andc(vector double __a, vector bool long long __b) { vec_andc() function
1375 static __inline__ vector double __ATTRS_o_ai vec_andc(vector double __a, vec_andc() function
1383 vec_andc(vector signed long long __a, vector signed long long __b) { vec_andc() function
1388 vec_andc(vector bool long long __a, vector signed long long __b) { vec_andc() function
1393 vec_andc(vector signed long long __a, vector bool long long __b) { vec_andc() function
1398 vec_andc(vector unsigned long long __a, vector unsigned long long __b) { vec_andc() function
1403 vec_andc(vector bool long long __a, vector unsigned long long __b) { vec_andc() function
1408 vec_andc(vector unsigned long long __a, vector bool long long __b) { vec_andc() function
1413 vec_andc(vector bool long long __a, vector bool long long __b) { vec_andc() function
[all...]