Searched refs:res_vbi (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-vsx.c45 vector bool int res_vbi; variable
151 res_vbi = vec_cmpeq(vf, vf);
159 res_vbi = vec_cmpge(vf, vf);
167 res_vbi = vec_cmpgt(vf, vf);
175 res_vbi = vec_cmple(vf, vf);
183 res_vbi = vec_cmplt(vf, vf);
321 res_vbi = vec_pack(vbll, vbll);
339 res_vbi = vec_vsx_ld(0, &vbi);
425 vec_vsx_st(vbi, 0, &res_vbi);
H A Dbuiltins-ppc-altivec.c34 vector bool int res_vbi; variable
498 res_vbi = vec_and(vbi, vbi);
582 res_vbi = vec_vand(vbi, vbi);
949 res_vbi = vec_cmpeq(vi, vi);
953 res_vbi = vec_cmpeq(vui, vui);
957 res_vbi = vec_cmpeq(vf, vf);
978 res_vbi = vec_cmpge(vi, vi);
982 res_vbi = vec_cmpge(vui, vui);
986 res_vbi = vec_cmpge(vf, vf);
990 res_vbi
[all...]
H A Dbuiltins-ppc-p8vector.c55 vector bool int res_vbi; variable
126 res_vbi = vec_mergee(vbi, vbi);
140 res_vbi = vec_mergeo(vbi, vbi);
1409 res_vbi = vec_orc(vbi, vbi);

Completed in 107 milliseconds