Searched refs:vec_find_any_eq_or_0_idx (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector.c | 2736 vsc = vec_find_any_eq_or_0_idx(vsc, vsc); in test_string() 2738 vuc = vec_find_any_eq_or_0_idx(vuc, vuc); in test_string() 2740 vuc = vec_find_any_eq_or_0_idx(vbc, vbc); in test_string() 2742 vss = vec_find_any_eq_or_0_idx(vss, vss); in test_string() 2744 vus = vec_find_any_eq_or_0_idx(vus, vus); in test_string() 2746 vus = vec_find_any_eq_or_0_idx(vbs, vbs); in test_string() 2748 vsi = vec_find_any_eq_or_0_idx(vsi, vsi); in test_string() 2750 vui = vec_find_any_eq_or_0_idx(vui, vui); in test_string() 2752 vui = vec_find_any_eq_or_0_idx(vbi, vbi); in test_string()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 8455 vec_find_any_eq_or_0_idx(vector signed char __a, vector signed char __b) { in vec_find_any_eq_or_0_idx() function 8462 vec_find_any_eq_or_0_idx(vector bool char __a, vector bool char __b) { in vec_find_any_eq_or_0_idx() function 8468 vec_find_any_eq_or_0_idx(vector unsigned char __a, vector unsigned char __b) { in vec_find_any_eq_or_0_idx() function 8473 vec_find_any_eq_or_0_idx(vector signed short __a, vector signed short __b) { in vec_find_any_eq_or_0_idx() function 8480 vec_find_any_eq_or_0_idx(vector bool short __a, vector bool short __b) { in vec_find_any_eq_or_0_idx() function 8486 vec_find_any_eq_or_0_idx(vector unsigned short __a, vector unsigned short __b) { in vec_find_any_eq_or_0_idx() function 8491 vec_find_any_eq_or_0_idx(vector signed int __a, vector signed int __b) { in vec_find_any_eq_or_0_idx() function 8498 vec_find_any_eq_or_0_idx(vector bool int __a, vector bool int __b) { in vec_find_any_eq_or_0_idx() function 8504 vec_find_any_eq_or_0_idx(vector unsigned int __a, vector unsigned int __b) { in vec_find_any_eq_or_0_idx() function
|