Searched refs:res_vbs (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 21 vector bool short res_vbs; variable 451 res_vbs = vec_and(vbs, vbs); in test1() 535 res_vbs = vec_vand(vbs, vbs); in test1() 644 res_vbs = vec_andc(vbs, vbs); in test1() 782 res_vbs = vec_vandc(vbs, vbs); in test1() 922 res_vbs = vec_cmpeq(vs, vs); in test2() 926 res_vbs = vec_cmpeq(vus, vus); in test2() 951 res_vbs = vec_cmpge(vs, vs); in test2() 955 res_vbs = vec_cmpge(vus, vus); in test2() 988 res_vbs = vec_cmpgt(vs, vs); in test5() [all …]
|
D | builtins-ppc-p8vector.c | 50 vector bool short res_vbs; variable 1366 res_vbs = vec_orc(vbs, vbs); in test1()
|