Searched refs:vec_cmpne_idx_cc (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector.c | 2519 vsc = vec_cmpne_idx_cc(vsc, vsc, &cc); in test_string() 2521 vuc = vec_cmpne_idx_cc(vuc, vuc, &cc); in test_string() 2523 vuc = vec_cmpne_idx_cc(vbc, vbc, &cc); in test_string() 2525 vss = vec_cmpne_idx_cc(vss, vss, &cc); in test_string() 2527 vus = vec_cmpne_idx_cc(vus, vus, &cc); in test_string() 2529 vus = vec_cmpne_idx_cc(vbs, vbs, &cc); in test_string() 2531 vsi = vec_cmpne_idx_cc(vsi, vsi, &cc); in test_string() 2533 vui = vec_cmpne_idx_cc(vui, vui, &cc); in test_string() 2535 vui = vec_cmpne_idx_cc(vbi, vbi, &cc); in test_string()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 7799 vec_cmpne_idx_cc(vector signed char __a, vector signed char __b, int *__cc) { in vec_cmpne_idx_cc() function 7806 vec_cmpne_idx_cc(vector bool char __a, vector bool char __b, int *__cc) { in vec_cmpne_idx_cc() function 7812 vec_cmpne_idx_cc(vector unsigned char __a, vector unsigned char __b, in vec_cmpne_idx_cc() function 7818 vec_cmpne_idx_cc(vector signed short __a, vector signed short __b, int *__cc) { in vec_cmpne_idx_cc() function 7825 vec_cmpne_idx_cc(vector bool short __a, vector bool short __b, int *__cc) { in vec_cmpne_idx_cc() function 7831 vec_cmpne_idx_cc(vector unsigned short __a, vector unsigned short __b, in vec_cmpne_idx_cc() function 7837 vec_cmpne_idx_cc(vector signed int __a, vector signed int __b, int *__cc) { in vec_cmpne_idx_cc() function 7844 vec_cmpne_idx_cc(vector bool int __a, vector bool int __b, int *__cc) { in vec_cmpne_idx_cc() function 7850 vec_cmpne_idx_cc(vector unsigned int __a, vector unsigned int __b, int *__cc) { in vec_cmpne_idx_cc() function
|