Searched refs:vec_find_any_eq (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h9986 /*-- vec_find_any_eq --------------------------------------------------------*/
9989 vec_find_any_eq(vector signed char __a, vector signed char __b) { function
9996 vec_find_any_eq(vector bool char __a, vector bool char __b) { function
10003 vec_find_any_eq(vector unsigned char __a, vector unsigned char __b) { function
10008 vec_find_any_eq(vector signed short __a, vector signed short __b) { function
10015 vec_find_any_eq(vector bool short __a, vector bool short __b) { function
10022 vec_find_any_eq(vector unsigned short __a, vector unsigned short __b) { function
10027 vec_find_any_eq(vector signed int __a, vector signed int __b) { function
10034 vec_find_any_eq(vector bool int __a, vector bool int __b) { function
10041 vec_find_any_eq(vecto function
[all...]

Completed in 177 milliseconds