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

/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Daltivec.h195 #define vec_cmpeq __builtin_vec_cmpeq macro
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dvecintrin.h1807 /*-- vec_cmpeq --------------------------------------------------------------*/
1810 vec_cmpeq(vector bool char __a, vector bool char __b) { function
1815 vec_cmpeq(vector signed char __a, vector signed char __b) { function
1820 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) { function
1825 vec_cmpeq(vector bool short __a, vector bool short __b) { function
1830 vec_cmpeq(vector signed short __a, vector signed short __b) { function
1835 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) { function
1840 vec_cmpeq(vector bool int __a, vector bool int __b) { function
1845 vec_cmpeq(vector signed int __a, vector signed int __b) { function
1850 vec_cmpeq(vecto function
1855 vec_cmpeq(vector bool long long __a, vector bool long long __b) { function
1860 vec_cmpeq(vector signed long long __a, vector signed long long __b) { function
1865 vec_cmpeq(vector unsigned long long __a, vector unsigned long long __b) { function
1870 vec_cmpeq(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h1491 /* vec_cmpeq */
1493 static vector bool char __ATTRS_o_ai vec_cmpeq(vector signed char __a, function
1499 static vector bool char __ATTRS_o_ai vec_cmpeq(vector unsigned char __a, function
1505 static vector bool short __ATTRS_o_ai vec_cmpeq(vector short __a, function
1510 static vector bool short __ATTRS_o_ai vec_cmpeq(vector unsigned short __a, function
1516 static vector bool int __ATTRS_o_ai vec_cmpeq(vector int __a, vector int __b) { function
1520 static vector bool int __ATTRS_o_ai vec_cmpeq(vector unsigned int __a, function
1528 vec_cmpeq(vector signed long long __a, vector signed long long __b) { function
1533 vec_cmpeq(vector unsigned long long __a, vector unsigned long long __b) { function
1539 static vector bool int __ATTRS_o_ai vec_cmpeq(vecto function
1550 vec_cmpeq(vector double __a, vector double __b) { function
[all...]

Completed in 107 milliseconds