Lines Matching refs:vec_cmpeq
1810 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
1860 vec_cmpeq(vector signed long long __a, vector signed long long __b) { in vec_cmpeq() function
1865 vec_cmpeq(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpeq() function
1870 vec_cmpeq(vector double __a, vector double __b) { in vec_cmpeq() function