Lines Matching refs:vec_xor
5258 res_vsc = vec_xor(vsc, vsc); in test6()
5262 res_vsc = vec_xor(vbc, vsc); in test6()
5266 res_vsc = vec_xor(vsc, vbc); in test6()
5270 res_vuc = vec_xor(vuc, vuc); in test6()
5274 res_vuc = vec_xor(vbc, vuc); in test6()
5278 res_vuc = vec_xor(vuc, vbc); in test6()
5282 res_vbc = vec_xor(vbc, vbc); in test6()
5286 res_vs = vec_xor(vs, vs); in test6()
5290 res_vs = vec_xor(vbs, vs); in test6()
5294 res_vs = vec_xor(vs, vbs); in test6()
5298 res_vus = vec_xor(vus, vus); in test6()
5302 res_vus = vec_xor(vbs, vus); in test6()
5306 res_vus = vec_xor(vus, vbs); in test6()
5310 res_vbs = vec_xor(vbs, vbs); in test6()
5314 res_vi = vec_xor(vi, vi); in test6()
5318 res_vi = vec_xor(vbi, vi); in test6()
5322 res_vi = vec_xor(vi, vbi); in test6()
5326 res_vui = vec_xor(vui, vui); in test6()
5330 res_vui = vec_xor(vbi, vui); in test6()
5334 res_vui = vec_xor(vui, vbi); in test6()
5338 res_vbi = vec_xor(vbi, vbi); in test6()
5342 res_vf = vec_xor(vf, vf); in test6()
5346 res_vf = vec_xor(vbi, vf); in test6()
5350 res_vf = vec_xor(vf, vbi); in test6()