Lines Matching refs:vec_xor
5514 res_vsc = vec_xor(vsc, vsc); in test6()
5518 res_vsc = vec_xor(vbc, vsc); in test6()
5522 res_vsc = vec_xor(vsc, vbc); in test6()
5526 res_vuc = vec_xor(vuc, vuc); in test6()
5530 res_vuc = vec_xor(vbc, vuc); in test6()
5534 res_vuc = vec_xor(vuc, vbc); in test6()
5538 res_vbc = vec_xor(vbc, vbc); in test6()
5542 res_vs = vec_xor(vs, vs); in test6()
5546 res_vs = vec_xor(vbs, vs); in test6()
5550 res_vs = vec_xor(vs, vbs); in test6()
5554 res_vus = vec_xor(vus, vus); in test6()
5558 res_vus = vec_xor(vbs, vus); in test6()
5562 res_vus = vec_xor(vus, vbs); in test6()
5566 res_vbs = vec_xor(vbs, vbs); in test6()
5570 res_vi = vec_xor(vi, vi); in test6()
5574 res_vi = vec_xor(vbi, vi); in test6()
5578 res_vi = vec_xor(vi, vbi); in test6()
5582 res_vui = vec_xor(vui, vui); in test6()
5586 res_vui = vec_xor(vbi, vui); in test6()
5590 res_vui = vec_xor(vui, vbi); in test6()
5594 res_vbi = vec_xor(vbi, vbi); in test6()
5598 res_vf = vec_xor(vf, vf); in test6()
5602 res_vf = vec_xor(vbi, vf); in test6()
5606 res_vf = vec_xor(vf, vbi); in test6()