Lines Matching refs:vec_cmpeq
703 vbc = vec_cmpeq(vsc, vsc); in test_compare()
705 vbc = vec_cmpeq(vuc, vuc); in test_compare()
707 vbc = vec_cmpeq(vbc, vbc); in test_compare()
709 vbs = vec_cmpeq(vss, vss); in test_compare()
711 vbs = vec_cmpeq(vus, vus); in test_compare()
713 vbs = vec_cmpeq(vbs, vbs); in test_compare()
715 vbi = vec_cmpeq(vsi, vsi); in test_compare()
717 vbi = vec_cmpeq(vui, vui); in test_compare()
719 vbi = vec_cmpeq(vbi, vbi); in test_compare()
721 vbl = vec_cmpeq(vsl, vsl); in test_compare()
723 vbl = vec_cmpeq(vul, vul); in test_compare()
725 vbl = vec_cmpeq(vbl, vbl); in test_compare()
727 vbl = vec_cmpeq(vd, vd); in test_compare()