Lines Matching refs:vec_xor
5292 res_vsc = vec_xor(vsc, vsc); in test6()
5296 res_vsc = vec_xor(vbc, vsc); in test6()
5300 res_vsc = vec_xor(vsc, vbc); in test6()
5304 res_vuc = vec_xor(vuc, vuc); in test6()
5308 res_vuc = vec_xor(vbc, vuc); in test6()
5312 res_vuc = vec_xor(vuc, vbc); in test6()
5316 res_vbc = vec_xor(vbc, vbc); in test6()
5320 res_vs = vec_xor(vs, vs); in test6()
5324 res_vs = vec_xor(vbs, vs); in test6()
5328 res_vs = vec_xor(vs, vbs); in test6()
5332 res_vus = vec_xor(vus, vus); in test6()
5336 res_vus = vec_xor(vbs, vus); in test6()
5340 res_vus = vec_xor(vus, vbs); in test6()
5344 res_vbs = vec_xor(vbs, vbs); in test6()
5348 res_vi = vec_xor(vi, vi); in test6()
5352 res_vi = vec_xor(vbi, vi); in test6()
5356 res_vi = vec_xor(vi, vbi); in test6()
5360 res_vui = vec_xor(vui, vui); in test6()
5364 res_vui = vec_xor(vbi, vui); in test6()
5368 res_vui = vec_xor(vui, vbi); in test6()
5372 res_vbi = vec_xor(vbi, vbi); in test6()
5376 res_vf = vec_xor(vf, vf); in test6()
5380 res_vf = vec_xor(vbi, vf); in test6()
5384 res_vf = vec_xor(vf, vbi); in test6()