Searched refs:vec_cmpne_idx (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector.c2500 vsc = vec_cmpne_idx(vsc, vsc);
2502 vuc = vec_cmpne_idx(vuc, vuc);
2504 vuc = vec_cmpne_idx(vbc, vbc);
2506 vss = vec_cmpne_idx(vss, vss);
2508 vus = vec_cmpne_idx(vus, vus);
2510 vus = vec_cmpne_idx(vbs, vbs);
2512 vsi = vec_cmpne_idx(vsi, vsi);
2514 vui = vec_cmpne_idx(vui, vui);
2516 vui = vec_cmpne_idx(vbi, vbi);
/external/clang/lib/Headers/
H A Dvecintrin.h7740 /*-- vec_cmpne_idx ----------------------------------------------------------*/
7743 vec_cmpne_idx(vector signed char __a, vector signed char __b) { function
7750 vec_cmpne_idx(vector bool char __a, vector bool char __b) { function
7756 vec_cmpne_idx(vector unsigned char __a, vector unsigned char __b) { function
7761 vec_cmpne_idx(vector signed short __a, vector signed short __b) { function
7768 vec_cmpne_idx(vector bool short __a, vector bool short __b) { function
7774 vec_cmpne_idx(vector unsigned short __a, vector unsigned short __b) { function
7779 vec_cmpne_idx(vector signed int __a, vector signed int __b) { function
7786 vec_cmpne_idx(vector bool int __a, vector bool int __b) { function
7792 vec_cmpne_idx(vecto function
[all...]

Completed in 124 milliseconds