Lines Matching refs:vec_subs
5229 res_vsc = vec_subs(vsc, vsc); in test6()
5233 res_vsc = vec_subs(vbc, vsc); in test6()
5237 res_vsc = vec_subs(vsc, vbc); in test6()
5241 res_vuc = vec_subs(vuc, vuc); in test6()
5245 res_vuc = vec_subs(vbc, vuc); in test6()
5249 res_vuc = vec_subs(vuc, vbc); in test6()
5253 res_vs = vec_subs(vs, vs); in test6()
5257 res_vs = vec_subs(vbs, vs); in test6()
5261 res_vs = vec_subs(vs, vbs); in test6()
5265 res_vus = vec_subs(vus, vus); in test6()
5269 res_vus = vec_subs(vbs, vus); in test6()
5273 res_vus = vec_subs(vus, vbs); in test6()
5277 res_vi = vec_subs(vi, vi); in test6()
5281 res_vi = vec_subs(vbi, vi); in test6()
5285 res_vi = vec_subs(vi, vbi); in test6()
5289 res_vui = vec_subs(vui, vui); in test6()
5293 res_vui = vec_subs(vbi, vui); in test6()
5297 res_vui = vec_subs(vui, vbi); in test6()