Lines Matching refs:vec_subs
5248 res_vsc = vec_subs(vsc, vsc); in test6()
5252 res_vsc = vec_subs(vbc, vsc); in test6()
5256 res_vsc = vec_subs(vsc, vbc); in test6()
5260 res_vuc = vec_subs(vuc, vuc); in test6()
5264 res_vuc = vec_subs(vbc, vuc); in test6()
5268 res_vuc = vec_subs(vuc, vbc); in test6()
5272 res_vs = vec_subs(vs, vs); in test6()
5276 res_vs = vec_subs(vbs, vs); in test6()
5280 res_vs = vec_subs(vs, vbs); in test6()
5284 res_vus = vec_subs(vus, vus); in test6()
5288 res_vus = vec_subs(vbs, vus); in test6()
5292 res_vus = vec_subs(vus, vbs); in test6()
5296 res_vi = vec_subs(vi, vi); in test6()
5300 res_vi = vec_subs(vbi, vi); in test6()
5304 res_vi = vec_subs(vi, vbi); in test6()
5308 res_vui = vec_subs(vui, vui); in test6()
5312 res_vui = vec_subs(vbi, vui); in test6()
5316 res_vui = vec_subs(vui, vbi); in test6()