Lines Matching defs:vec_find_any_eq_idx
12081 /*-- vec_find_any_eq_idx ----------------------------------------------------*/
12084 vec_find_any_eq_idx(__vector signed char __a, __vector signed char __b) {
12091 vec_find_any_eq_idx(__vector __bool char __a, __vector __bool char __b) {
12097 vec_find_any_eq_idx(__vector unsigned char __a, __vector unsigned char __b) {
12102 vec_find_any_eq_idx(__vector signed short __a, __vector signed short __b) {
12109 vec_find_any_eq_idx(__vector __bool short __a, __vector __bool short __b) {
12115 vec_find_any_eq_idx(__vector unsigned short __a, __vector unsigned short __b) {
12120 vec_find_any_eq_idx(__vector signed int __a, __vector signed int __b) {
12127 vec_find_any_eq_idx(__vector __bool int __a, __vector __bool int __b) {
12133 vec_find_any_eq_idx(__vector unsigned int __a, __vector unsigned int __b) {