Lines Matching refs:res_vbll
58 vector bool long long res_vbll; variable
153 res_vbll = vec_cmpeq(vsll, vsll); in test1()
158 res_vbll = vec_cmpeq(vull, vull); in test1()
164 res_vbll = vec_cmpge(vsll, vsll); in test1()
169 res_vbll = vec_cmpge(vull, vull); in test1()
175 res_vbll = vec_cmple(vsll, vsll); in test1()
180 res_vbll = vec_cmple(vull, vull); in test1()
186 res_vbll = vec_cmpgt(vsll, vsll); in test1()
191 res_vbll = vec_cmpgt(vull, vull); in test1()
197 res_vbll = vec_cmplt(vsll, vsll); in test1()
202 res_vbll = vec_cmplt(vull, vull); in test1()
375 res_vbll = vec_insert(ull, vbll, si); in test1()
952 res_vbll = vec_mergeh(vbll, vbll); in test1()
956 res_vbll = vec_mergel(vbll, vbll); in test1()
1107 res_vbll = vec_unpackh(vbi); in test1()
1118 res_vbll = vec_unpackl(vbi); in test1()
1156 res_vbll = vec_vupkhsw(vbi); in test1()
1166 res_vbll = vec_vupklsw(vbi); in test1()
1450 res_vbll = vec_orc(vbll, vbll); in test1()