Searched refs:vec_cmpne_or_0_idx_cc (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector.c | 2557 vsc = vec_cmpne_or_0_idx_cc(vsc, vsc, &cc); in test_string() 2559 vuc = vec_cmpne_or_0_idx_cc(vuc, vuc, &cc); in test_string() 2561 vuc = vec_cmpne_or_0_idx_cc(vbc, vbc, &cc); in test_string() 2563 vss = vec_cmpne_or_0_idx_cc(vss, vss, &cc); in test_string() 2565 vus = vec_cmpne_or_0_idx_cc(vus, vus, &cc); in test_string() 2567 vus = vec_cmpne_or_0_idx_cc(vbs, vbs, &cc); in test_string() 2569 vsi = vec_cmpne_or_0_idx_cc(vsi, vsi, &cc); in test_string() 2571 vui = vec_cmpne_or_0_idx_cc(vui, vui, &cc); in test_string() 2573 vui = vec_cmpne_or_0_idx_cc(vbi, vbi, &cc); in test_string()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 7913 vec_cmpne_or_0_idx_cc(vector signed char __a, vector signed char __b, in vec_cmpne_or_0_idx_cc() function 7921 vec_cmpne_or_0_idx_cc(vector bool char __a, vector bool char __b, int *__cc) { in vec_cmpne_or_0_idx_cc() function 7927 vec_cmpne_or_0_idx_cc(vector unsigned char __a, vector unsigned char __b, in vec_cmpne_or_0_idx_cc() function 7933 vec_cmpne_or_0_idx_cc(vector signed short __a, vector signed short __b, in vec_cmpne_or_0_idx_cc() function 7941 vec_cmpne_or_0_idx_cc(vector bool short __a, vector bool short __b, int *__cc) { in vec_cmpne_or_0_idx_cc() function 7947 vec_cmpne_or_0_idx_cc(vector unsigned short __a, vector unsigned short __b, in vec_cmpne_or_0_idx_cc() function 7953 vec_cmpne_or_0_idx_cc(vector signed int __a, vector signed int __b, int *__cc) { in vec_cmpne_or_0_idx_cc() function 7960 vec_cmpne_or_0_idx_cc(vector bool int __a, vector bool int __b, int *__cc) { in vec_cmpne_or_0_idx_cc() function 7966 vec_cmpne_or_0_idx_cc(vector unsigned int __a, vector unsigned int __b, in vec_cmpne_or_0_idx_cc() function
|