Searched refs:vec_find_any_eq_idx (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector.c | 2698 vsc = vec_find_any_eq_idx(vsc, vsc); in test_string() 2700 vuc = vec_find_any_eq_idx(vuc, vuc); in test_string() 2702 vuc = vec_find_any_eq_idx(vbc, vbc); in test_string() 2704 vss = vec_find_any_eq_idx(vss, vss); in test_string() 2706 vus = vec_find_any_eq_idx(vus, vus); in test_string() 2708 vus = vec_find_any_eq_idx(vbs, vbs); in test_string() 2710 vsi = vec_find_any_eq_idx(vsi, vsi); in test_string() 2712 vui = vec_find_any_eq_idx(vui, vui); in test_string() 2714 vui = vec_find_any_eq_idx(vbi, vbi); in test_string()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 8336 vec_find_any_eq_idx(vector signed char __a, vector signed char __b) { in vec_find_any_eq_idx() function 8343 vec_find_any_eq_idx(vector bool char __a, vector bool char __b) { in vec_find_any_eq_idx() function 8349 vec_find_any_eq_idx(vector unsigned char __a, vector unsigned char __b) { in vec_find_any_eq_idx() function 8354 vec_find_any_eq_idx(vector signed short __a, vector signed short __b) { in vec_find_any_eq_idx() function 8361 vec_find_any_eq_idx(vector bool short __a, vector bool short __b) { in vec_find_any_eq_idx() function 8367 vec_find_any_eq_idx(vector unsigned short __a, vector unsigned short __b) { in vec_find_any_eq_idx() function 8372 vec_find_any_eq_idx(vector signed int __a, vector signed int __b) { in vec_find_any_eq_idx() function 8379 vec_find_any_eq_idx(vector bool int __a, vector bool int __b) { in vec_find_any_eq_idx() function 8385 vec_find_any_eq_idx(vector unsigned int __a, vector unsigned int __b) { in vec_find_any_eq_idx() function
|