Searched refs:vec_find_any_ne_or_0_idx (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector.c | 2850 vsc = vec_find_any_ne_or_0_idx(vsc, vsc); in test_string() 2852 vuc = vec_find_any_ne_or_0_idx(vuc, vuc); in test_string() 2854 vuc = vec_find_any_ne_or_0_idx(vbc, vbc); in test_string() 2856 vss = vec_find_any_ne_or_0_idx(vss, vss); in test_string() 2858 vus = vec_find_any_ne_or_0_idx(vus, vus); in test_string() 2860 vus = vec_find_any_ne_or_0_idx(vbs, vbs); in test_string() 2862 vsi = vec_find_any_ne_or_0_idx(vsi, vsi); in test_string() 2864 vui = vec_find_any_ne_or_0_idx(vui, vui); in test_string() 2866 vui = vec_find_any_ne_or_0_idx(vbi, vbi); in test_string()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 8817 vec_find_any_ne_or_0_idx(vector signed char __a, vector signed char __b) { in vec_find_any_ne_or_0_idx() function 8824 vec_find_any_ne_or_0_idx(vector bool char __a, vector bool char __b) { in vec_find_any_ne_or_0_idx() function 8830 vec_find_any_ne_or_0_idx(vector unsigned char __a, vector unsigned char __b) { in vec_find_any_ne_or_0_idx() function 8835 vec_find_any_ne_or_0_idx(vector signed short __a, vector signed short __b) { in vec_find_any_ne_or_0_idx() function 8842 vec_find_any_ne_or_0_idx(vector bool short __a, vector bool short __b) { in vec_find_any_ne_or_0_idx() function 8848 vec_find_any_ne_or_0_idx(vector unsigned short __a, vector unsigned short __b) { in vec_find_any_ne_or_0_idx() function 8853 vec_find_any_ne_or_0_idx(vector signed int __a, vector signed int __b) { in vec_find_any_ne_or_0_idx() function 8860 vec_find_any_ne_or_0_idx(vector bool int __a, vector bool int __b) { in vec_find_any_ne_or_0_idx() function 8866 vec_find_any_ne_or_0_idx(vector unsigned int __a, vector unsigned int __b) { in vec_find_any_ne_or_0_idx() function
|