Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h10257 vec_find_any_eq(__vector signed char __a, __vector signed char __b) { in vec_find_any_eq() function
10264 vec_find_any_eq(__vector __bool char __a, __vector __bool char __b) { in vec_find_any_eq() function
10271 vec_find_any_eq(__vector unsigned char __a, __vector unsigned char __b) { in vec_find_any_eq() function
10276 vec_find_any_eq(__vector signed short __a, __vector signed short __b) { in vec_find_any_eq() function
10283 vec_find_any_eq(__vector __bool short __a, __vector __bool short __b) { in vec_find_any_eq() function
10290 vec_find_any_eq(__vector unsigned short __a, __vector unsigned short __b) { in vec_find_any_eq() function
10295 vec_find_any_eq(__vector signed int __a, __vector signed int __b) { in vec_find_any_eq() function
10302 vec_find_any_eq(__vector __bool int __a, __vector __bool int __b) { in vec_find_any_eq() function
10309 vec_find_any_eq(__vector unsigned int __a, __vector unsigned int __b) { in vec_find_any_eq() function