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

/external/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector.c2698 vsc = vec_find_any_eq_idx(vsc, vsc);
2700 vuc = vec_find_any_eq_idx(vuc, vuc);
2702 vuc = vec_find_any_eq_idx(vbc, vbc);
2704 vss = vec_find_any_eq_idx(vss, vss);
2706 vus = vec_find_any_eq_idx(vus, vus);
2708 vus = vec_find_any_eq_idx(vbs, vbs);
2710 vsi = vec_find_any_eq_idx(vsi, vsi);
2712 vui = vec_find_any_eq_idx(vui, vui);
2714 vui = vec_find_any_eq_idx(vbi, vbi);
/external/clang/lib/Headers/
H A Dvecintrin.h8333 /*-- vec_find_any_eq_idx ----------------------------------------------------*/
8336 vec_find_any_eq_idx(vector signed char __a, vector signed char __b) { function
8343 vec_find_any_eq_idx(vector bool char __a, vector bool char __b) { function
8349 vec_find_any_eq_idx(vector unsigned char __a, vector unsigned char __b) { function
8354 vec_find_any_eq_idx(vector signed short __a, vector signed short __b) { function
8361 vec_find_any_eq_idx(vector bool short __a, vector bool short __b) { function
8367 vec_find_any_eq_idx(vector unsigned short __a, vector unsigned short __b) { function
8372 vec_find_any_eq_idx(vector signed int __a, vector signed int __b) { function
8379 vec_find_any_eq_idx(vector bool int __a, vector bool int __b) { function
8385 vec_find_any_eq_idx(vecto function
[all...]
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dvecintrin.h8333 /*-- vec_find_any_eq_idx ----------------------------------------------------*/
8336 vec_find_any_eq_idx(vector signed char __a, vector signed char __b) { function
8343 vec_find_any_eq_idx(vector bool char __a, vector bool char __b) { function
8349 vec_find_any_eq_idx(vector unsigned char __a, vector unsigned char __b) { function
8354 vec_find_any_eq_idx(vector signed short __a, vector signed short __b) { function
8361 vec_find_any_eq_idx(vector bool short __a, vector bool short __b) { function
8367 vec_find_any_eq_idx(vector unsigned short __a, vector unsigned short __b) { function
8372 vec_find_any_eq_idx(vector signed int __a, vector signed int __b) { function
8379 vec_find_any_eq_idx(vector bool int __a, vector bool int __b) { function
8385 vec_find_any_eq_idx(vecto function
[all...]

Completed in 114 milliseconds