Lines Matching defs:vec_find_any_eq
11954 /*-- vec_find_any_eq --------------------------------------------------------*/
11957 vec_find_any_eq(__vector signed char __a, __vector signed char __b) {
11964 vec_find_any_eq(__vector __bool char __a, __vector __bool char __b) {
11971 vec_find_any_eq(__vector unsigned char __a, __vector unsigned char __b) {
11976 vec_find_any_eq(__vector signed short __a, __vector signed short __b) {
11983 vec_find_any_eq(__vector __bool short __a, __vector __bool short __b) {
11990 vec_find_any_eq(__vector unsigned short __a, __vector unsigned short __b) {
11995 vec_find_any_eq(__vector signed int __a, __vector signed int __b) {
12002 vec_find_any_eq(__vector __bool int __a, __vector __bool int __b) {
12009 vec_find_any_eq(__vector unsigned int __a, __vector unsigned int __b) {