Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Dvecintrin.h1810 vec_cmpeq(vector bool char __a, vector bool char __b) { in vec_cmpeq() function
1815 vec_cmpeq(vector signed char __a, vector signed char __b) { in vec_cmpeq() function
1820 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) { in vec_cmpeq() function
1825 vec_cmpeq(vector bool short __a, vector bool short __b) { in vec_cmpeq() function
1830 vec_cmpeq(vector signed short __a, vector signed short __b) { in vec_cmpeq() function
1835 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) { in vec_cmpeq() function
1840 vec_cmpeq(vector bool int __a, vector bool int __b) { in vec_cmpeq() function
1845 vec_cmpeq(vector signed int __a, vector signed int __b) { in vec_cmpeq() function
1850 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) { in vec_cmpeq() function
1855 vec_cmpeq(vector bool long long __a, vector bool long long __b) { in vec_cmpeq() function
[all …]
Daltivec.h1536 vec_cmpeq(vector signed char __a, vector signed char __b) { in vec_cmpeq() function
1542 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) { in vec_cmpeq() function
1547 static __inline__ vector bool short __ATTRS_o_ai vec_cmpeq(vector short __a, in vec_cmpeq() function
1553 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) { in vec_cmpeq() function
1558 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector int __a, in vec_cmpeq() function
1564 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) { in vec_cmpeq() function
1571 vec_cmpeq(vector signed long long __a, vector signed long long __b) { in vec_cmpeq() function
1576 vec_cmpeq(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpeq() function
1582 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector float __a, in vec_cmpeq() function
1593 vec_cmpeq(vector double __a, vector double __b) { in vec_cmpeq() function
/external/llvm-project/clang/lib/Headers/
Dvecintrin.h2306 vec_cmpeq(__vector __bool char __a, __vector __bool char __b) { in vec_cmpeq() function
2311 vec_cmpeq(__vector signed char __a, __vector signed char __b) { in vec_cmpeq() function
2316 vec_cmpeq(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmpeq() function
2321 vec_cmpeq(__vector __bool short __a, __vector __bool short __b) { in vec_cmpeq() function
2326 vec_cmpeq(__vector signed short __a, __vector signed short __b) { in vec_cmpeq() function
2331 vec_cmpeq(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmpeq() function
2336 vec_cmpeq(__vector __bool int __a, __vector __bool int __b) { in vec_cmpeq() function
2341 vec_cmpeq(__vector signed int __a, __vector signed int __b) { in vec_cmpeq() function
2346 vec_cmpeq(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmpeq() function
2351 vec_cmpeq(__vector __bool long long __a, __vector __bool long long __b) { in vec_cmpeq() function
[all …]
Daltivec.h1625 vec_cmpeq(vector signed char __a, vector signed char __b) { in vec_cmpeq() function
1631 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) { in vec_cmpeq() function
1637 vec_cmpeq(vector bool char __a, vector bool char __b) { in vec_cmpeq() function
1642 static __inline__ vector bool short __ATTRS_o_ai vec_cmpeq(vector short __a, in vec_cmpeq() function
1648 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) { in vec_cmpeq() function
1654 vec_cmpeq(vector bool short __a, vector bool short __b) { in vec_cmpeq() function
1659 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector int __a, in vec_cmpeq() function
1665 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) { in vec_cmpeq() function
1670 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector bool int __a, in vec_cmpeq() function
1678 vec_cmpeq(vector signed long long __a, vector signed long long __b) { in vec_cmpeq() function
[all …]