Searched refs:res_vbc (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 18 vector bool char res_vbc; variable 423 res_vbc = vec_and(vbc, vbc); in test1() 507 res_vbc = vec_vand(vbc, vbc); in test1() 602 res_vbc = vec_andc(vbc, vbc); in test1() 740 res_vbc = vec_vandc(vbc, vbc); in test1() 914 res_vbc = vec_cmpeq(vsc, vsc); in test2() 918 res_vbc = vec_cmpeq(vuc, vuc); in test2() 943 res_vbc = vec_cmpge(vsc, vsc); in test2() 947 res_vbc = vec_cmpge(vuc, vuc); in test2() 980 res_vbc = vec_cmpgt(vsc, vsc); in test5() [all …]
|
D | builtins-ppc-p8vector.c | 46 vector bool char res_vbc; variable 1324 res_vbc = vec_orc(vbc, vbc); in test1()
|