Searched refs:vsll2 (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | builtins-ppc-32bit-vec-ll.c | 6 vector signed long long vsll1, vsll2, vsll3; variable 18 vec_add(vsll1, vsll2); in test() 22 vec_and(vsll1, vsll2); in test() 26 vec_vand(vsll1, vsll2); in test() 30 vec_andc(vsll1, vsll2); in test() 35 vec_vandc(vsll1, vsll2); in test() 40 vec_cmpeq(vsll1, vsll2); in test() 44 vec_cmpne(vsll1, vsll2); in test() 49 vec_cmpgt(vsll1, vsll2); in test() 53 vec_cmpge(vsll1, vsll2); in test() [all …]
|