Lines Matching defs:vec_cmpeq
2306 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
2356 vec_cmpeq(__vector signed long long __a, __vector signed long long __b) { in vec_cmpeq() function
2361 vec_cmpeq(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_cmpeq() function
2367 vec_cmpeq(__vector float __a, __vector float __b) { in vec_cmpeq() function
2373 vec_cmpeq(__vector double __a, __vector double __b) { in vec_cmpeq() function