Lines Matching refs:vec_sub
5067 res_vsc = vec_sub(vsc, vsc); in test6()
5071 res_vsc = vec_sub(vbc, vsc); in test6()
5075 res_vsc = vec_sub(vsc, vbc); in test6()
5079 res_vuc = vec_sub(vuc, vuc); in test6()
5083 res_vuc = vec_sub(vbc, vuc); in test6()
5087 res_vuc = vec_sub(vuc, vbc); in test6()
5091 res_vs = vec_sub(vs, vs); in test6()
5095 res_vs = vec_sub(vbs, vs); in test6()
5099 res_vs = vec_sub(vs, vbs); in test6()
5103 res_vus = vec_sub(vus, vus); in test6()
5107 res_vus = vec_sub(vbs, vus); in test6()
5111 res_vus = vec_sub(vus, vbs); in test6()
5115 res_vi = vec_sub(vi, vi); in test6()
5119 res_vi = vec_sub(vbi, vi); in test6()
5123 res_vi = vec_sub(vi, vbi); in test6()
5127 res_vui = vec_sub(vui, vui); in test6()
5131 res_vui = vec_sub(vbi, vui); in test6()
5135 res_vui = vec_sub(vui, vbi); in test6()
5139 res_vf = vec_sub(vf, vf); in test6()