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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h10108 /*-- vec_find_any_eq_idx ----------------------------------------------------*/
10111 vec_find_any_eq_idx(vector signed char __a, vector signed char __b) { function
10118 vec_find_any_eq_idx(vector bool char __a, vector bool char __b) { function
10124 vec_find_any_eq_idx(vector unsigned char __a, vector unsigned char __b) { function
10129 vec_find_any_eq_idx(vector signed short __a, vector signed short __b) { function
10136 vec_find_any_eq_idx(vector bool short __a, vector bool short __b) { function
10142 vec_find_any_eq_idx(vector unsigned short __a, vector unsigned short __b) { function
10147 vec_find_any_eq_idx(vector signed int __a, vector signed int __b) { function
10154 vec_find_any_eq_idx(vector bool int __a, vector bool int __b) { function
10160 vec_find_any_eq_idx(vecto function
[all...]

Completed in 192 milliseconds