Home
last modified time | relevance | path

Searched refs:res_vbs (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c30 vector bool short res_vbs; variable
470 res_vbs = vec_and(vbs, vbs); in test1()
554 res_vbs = vec_vand(vbs, vbs); in test1()
663 res_vbs = vec_andc(vbs, vbs); in test1()
801 res_vbs = vec_vandc(vbs, vbs); in test1()
941 res_vbs = vec_cmpeq(vs, vs); in test2()
945 res_vbs = vec_cmpeq(vus, vus); in test2()
970 res_vbs = vec_cmpge(vs, vs); in test2()
974 res_vbs = vec_cmpge(vus, vus); in test2()
1007 res_vbs = vec_cmpgt(vs, vs); in test5()
[all …]
Dbuiltins-ppc-vsx.c42 vector bool short res_vbs; variable
383 res_vbs = vec_vsx_ld(0, &vbs); in test1()
477 vec_vsx_st(vbs, 0, &res_vbs); in test1()
Dbuiltins-ppc-p8vector.c51 vector bool short res_vbs; variable
1367 res_vbs = vec_orc(vbs, vbs); in test1()