Searched refs:vll (Results 1 – 1 of 1) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 9 vector long long vll = { 1, 2 }; variable 23 res_vbll = vec_cmpeq(vll, vll); in test1() 34 res_vbll = vec_cmpgt(vll, vll); in test1() 46 res_i = vec_all_eq(vll, vll); in test1() 51 res_i = vec_all_eq(vll, vbll); in test1() 66 res_i = vec_all_eq(vbll, vll); in test1() 82 res_i = vec_all_ne(vll, vll); in test1() 87 res_i = vec_all_ne(vll, vbll); in test1() 102 res_i = vec_all_ne(vbll, vll); in test1() 118 res_i = vec_any_eq(vll, vll); in test1() [all …]
|