Home
last modified time | relevance | path

Searched defs:vec_find_any_eq (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h279 #define vec_find_any_eq __builtin_s390_vec_find_any_eq macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h285 #define vec_find_any_eq __builtin_s390_vec_find_any_eq macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h10186 vec_find_any_eq(__vector signed char __a, __vector signed char __b) { in vec_find_any_eq() function
10193 vec_find_any_eq(__vector __bool char __a, __vector __bool char __b) { in vec_find_any_eq() function
10200 vec_find_any_eq(__vector unsigned char __a, __vector unsigned char __b) { in vec_find_any_eq() function
10205 vec_find_any_eq(__vector signed short __a, __vector signed short __b) { in vec_find_any_eq() function
10212 vec_find_any_eq(__vector __bool short __a, __vector __bool short __b) { in vec_find_any_eq() function
10219 vec_find_any_eq(__vector unsigned short __a, __vector unsigned short __b) { in vec_find_any_eq() function
10224 vec_find_any_eq(__vector signed int __a, __vector signed int __b) { in vec_find_any_eq() function
10231 vec_find_any_eq(__vector __bool int __a, __vector __bool int __b) { in vec_find_any_eq() function
10238 vec_find_any_eq(__vector unsigned int __a, __vector unsigned int __b) { in vec_find_any_eq() function