Searched refs:res_vbi (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 25 vector bool int res_vbi; variable 479 res_vbi = vec_and(vbi, vbi); in test1() 563 res_vbi = vec_vand(vbi, vbi); in test1() 930 res_vbi = vec_cmpeq(vi, vi); in test2() 934 res_vbi = vec_cmpeq(vui, vui); in test2() 938 res_vbi = vec_cmpeq(vf, vf); in test2() 959 res_vbi = vec_cmpge(vi, vi); in test2() 963 res_vbi = vec_cmpge(vui, vui); in test2() 967 res_vbi = vec_cmpge(vf, vf); in test2() 971 res_vbi = vec_vcmpgefp(vf, vf); in test2() [all …]
|
D | builtins-ppc-vsx.c | 20 vector bool int res_vbi; variable 107 res_vbi = vec_cmpeq(vf, vf); in test1() 115 res_vbi = vec_cmpge(vf, vf); in test1() 123 res_vbi = vec_cmpgt(vf, vf); in test1() 131 res_vbi = vec_cmple(vf, vf); in test1() 139 res_vbi = vec_cmplt(vf, vf); in test1() 277 res_vbi = vec_pack(vbll, vbll); in test1()
|
D | builtins-ppc-p8vector.c | 54 vector bool int res_vbi; variable 125 res_vbi = vec_mergee(vbi, vbi); in test1() 139 res_vbi = vec_mergeo(vbi, vbi); in test1() 1408 res_vbi = vec_orc(vbi, vbi); in test1()
|