Searched refs:res_i (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 39 int res_i; variable 423 res_i = vec_all_eq(vsll, vsll); in test1() 428 res_i = vec_all_eq(vsll, vbll); in test1() 433 res_i = vec_all_eq(vull, vull); in test1() 438 res_i = vec_all_eq(vull, vbll); in test1() 443 res_i = vec_all_eq(vbll, vsll); in test1() 448 res_i = vec_all_eq(vbll, vull); in test1() 453 res_i = vec_all_eq(vbll, vbll); in test1() 458 res_i = vec_all_eq(vda, vda); in test1() 463 res_i = vec_all_ne(vsll, vsll); in test1() [all …]
|
D | builtins-ppc-altivec.c | 42 int res_i; variable 5733 res_i = vec_extract(vi, param_i); in test6() 7641 res_i = vec_all_eq(vsc, vsc); in test6() 7645 res_i = vec_all_eq(vsc, vbc); in test6() 7649 res_i = vec_all_eq(vuc, vuc); in test6() 7653 res_i = vec_all_eq(vuc, vbc); in test6() 7657 res_i = vec_all_eq(vbc, vsc); in test6() 7661 res_i = vec_all_eq(vbc, vuc); in test6() 7665 res_i = vec_all_eq(vbc, vbc); in test6() 7669 res_i = vec_all_eq(vs, vs); in test6() [all …]
|
/external/clang/test/Parser/ |
D | altivec.c | 137 int res_i; in f() local 139 res_i = (vv_sc == vv_sc); in f() 140 res_i = (vv_uc != vv_uc); in f() 141 res_i = (vv_s > vv_s); in f() 142 res_i = (vv_us >= vv_us); in f() 143 res_i = (vv_i < vv_i); in f() 144 res_i = (vv_ui <= vv_ui); in f() 145 res_i = (vv_f <= vv_f); in f()
|
/external/llvm/test/ExecutionEngine/ |
D | test-interp-vec-loadstore.ll | 70 %res_i = and i1 %E_i, %F_i 73 br i1 %res_i, label %Print_int, label %Double
|