Searched refs:vec_cmpne_or_0_idx (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector.c | 2538 vsc = vec_cmpne_or_0_idx(vsc, vsc); in test_string() 2540 vuc = vec_cmpne_or_0_idx(vuc, vuc); in test_string() 2542 vuc = vec_cmpne_or_0_idx(vbc, vbc); in test_string() 2544 vss = vec_cmpne_or_0_idx(vss, vss); in test_string() 2546 vus = vec_cmpne_or_0_idx(vus, vus); in test_string() 2548 vus = vec_cmpne_or_0_idx(vbs, vbs); in test_string() 2550 vsi = vec_cmpne_or_0_idx(vsi, vsi); in test_string() 2552 vui = vec_cmpne_or_0_idx(vui, vui); in test_string() 2554 vui = vec_cmpne_or_0_idx(vbi, vbi); in test_string()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 7857 vec_cmpne_or_0_idx(vector signed char __a, vector signed char __b) { in vec_cmpne_or_0_idx() function 7864 vec_cmpne_or_0_idx(vector bool char __a, vector bool char __b) { in vec_cmpne_or_0_idx() function 7870 vec_cmpne_or_0_idx(vector unsigned char __a, vector unsigned char __b) { in vec_cmpne_or_0_idx() function 7875 vec_cmpne_or_0_idx(vector signed short __a, vector signed short __b) { in vec_cmpne_or_0_idx() function 7882 vec_cmpne_or_0_idx(vector bool short __a, vector bool short __b) { in vec_cmpne_or_0_idx() function 7888 vec_cmpne_or_0_idx(vector unsigned short __a, vector unsigned short __b) { in vec_cmpne_or_0_idx() function 7893 vec_cmpne_or_0_idx(vector signed int __a, vector signed int __b) { in vec_cmpne_or_0_idx() function 7900 vec_cmpne_or_0_idx(vector bool int __a, vector bool int __b) { in vec_cmpne_or_0_idx() function 7906 vec_cmpne_or_0_idx(vector unsigned int __a, vector unsigned int __b) { in vec_cmpne_or_0_idx() function
|