Searched refs:vec_cmpne_idx (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector.c | 2500 vsc = vec_cmpne_idx(vsc, vsc); in test_string() 2502 vuc = vec_cmpne_idx(vuc, vuc); in test_string() 2504 vuc = vec_cmpne_idx(vbc, vbc); in test_string() 2506 vss = vec_cmpne_idx(vss, vss); in test_string() 2508 vus = vec_cmpne_idx(vus, vus); in test_string() 2510 vus = vec_cmpne_idx(vbs, vbs); in test_string() 2512 vsi = vec_cmpne_idx(vsi, vsi); in test_string() 2514 vui = vec_cmpne_idx(vui, vui); in test_string() 2516 vui = vec_cmpne_idx(vbi, vbi); in test_string()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 7743 vec_cmpne_idx(vector signed char __a, vector signed char __b) { in vec_cmpne_idx() function 7750 vec_cmpne_idx(vector bool char __a, vector bool char __b) { in vec_cmpne_idx() function 7756 vec_cmpne_idx(vector unsigned char __a, vector unsigned char __b) { in vec_cmpne_idx() function 7761 vec_cmpne_idx(vector signed short __a, vector signed short __b) { in vec_cmpne_idx() function 7768 vec_cmpne_idx(vector bool short __a, vector bool short __b) { in vec_cmpne_idx() function 7774 vec_cmpne_idx(vector unsigned short __a, vector unsigned short __b) { in vec_cmpne_idx() function 7779 vec_cmpne_idx(vector signed int __a, vector signed int __b) { in vec_cmpne_idx() function 7786 vec_cmpne_idx(vector bool int __a, vector bool int __b) { in vec_cmpne_idx() function 7792 vec_cmpne_idx(vector unsigned int __a, vector unsigned int __b) { in vec_cmpne_idx() function
|