Searched refs:res_vbc (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 27 vector bool char res_vbc; variable 442 res_vbc = vec_and(vbc, vbc); in test1() 526 res_vbc = vec_vand(vbc, vbc); in test1() 621 res_vbc = vec_andc(vbc, vbc); in test1() 759 res_vbc = vec_vandc(vbc, vbc); in test1() 933 res_vbc = vec_cmpeq(vsc, vsc); in test2() 937 res_vbc = vec_cmpeq(vuc, vuc); in test2() 962 res_vbc = vec_cmpge(vsc, vsc); in test2() 966 res_vbc = vec_cmpge(vuc, vuc); in test2() 999 res_vbc = vec_cmpgt(vsc, vsc); in test5() [all …]
|
D | builtins-ppc-vsx.c | 39 vector bool char res_vbc; variable 403 res_vbc = vec_vsx_ld(0, &vbc); in test1() 521 vec_vsx_st(vbc, 0, &res_vbc); in test1()
|
D | builtins-ppc-p8vector.c | 47 vector bool char res_vbc; variable 1325 res_vbc = vec_orc(vbc, vbc); in test1()
|