Lines Matching refs:vec_adds
254 res_vsc = vec_adds(vsc, vsc); in test1()
258 res_vsc = vec_adds(vbc, vsc); in test1()
262 res_vsc = vec_adds(vsc, vbc); in test1()
266 res_vuc = vec_adds(vuc, vuc); in test1()
270 res_vuc = vec_adds(vbc, vuc); in test1()
274 res_vuc = vec_adds(vuc, vbc); in test1()
278 res_vs = vec_adds(vs, vs); in test1()
282 res_vs = vec_adds(vbs, vs); in test1()
286 res_vs = vec_adds(vs, vbs); in test1()
290 res_vus = vec_adds(vus, vus); in test1()
294 res_vus = vec_adds(vbs, vus); in test1()
298 res_vus = vec_adds(vus, vbs); in test1()
302 res_vi = vec_adds(vi, vi); in test1()
306 res_vi = vec_adds(vbi, vi); in test1()
310 res_vi = vec_adds(vi, vbi); in test1()
314 res_vui = vec_adds(vui, vui); in test1()
318 res_vui = vec_adds(vbi, vui); in test1()
322 res_vui = vec_adds(vui, vbi); in test1()