Lines Matching refs:vec_andc
1544 vsc = vec_andc(vsc, vsc); in test_integer()
1545 vsc = vec_andc(vsc, vbc); in test_integer()
1546 vsc = vec_andc(vbc, vsc); in test_integer()
1547 vuc = vec_andc(vuc, vuc); in test_integer()
1548 vuc = vec_andc(vuc, vbc); in test_integer()
1549 vuc = vec_andc(vbc, vuc); in test_integer()
1550 vbc = vec_andc(vbc, vbc); in test_integer()
1551 vss = vec_andc(vss, vss); in test_integer()
1552 vss = vec_andc(vss, vbs); in test_integer()
1553 vss = vec_andc(vbs, vss); in test_integer()
1554 vus = vec_andc(vus, vus); in test_integer()
1555 vus = vec_andc(vus, vbs); in test_integer()
1556 vus = vec_andc(vbs, vus); in test_integer()
1557 vbs = vec_andc(vbs, vbs); in test_integer()
1558 vsi = vec_andc(vsi, vsi); in test_integer()
1559 vsi = vec_andc(vsi, vbi); in test_integer()
1560 vsi = vec_andc(vbi, vsi); in test_integer()
1561 vui = vec_andc(vui, vui); in test_integer()
1562 vui = vec_andc(vui, vbi); in test_integer()
1563 vui = vec_andc(vbi, vui); in test_integer()
1564 vbi = vec_andc(vbi, vbi); in test_integer()
1565 vsl = vec_andc(vsl, vsl); in test_integer()
1566 vsl = vec_andc(vsl, vbl); in test_integer()
1567 vsl = vec_andc(vbl, vsl); in test_integer()
1568 vul = vec_andc(vul, vul); in test_integer()
1569 vul = vec_andc(vul, vbl); in test_integer()
1570 vul = vec_andc(vbl, vul); in test_integer()
1571 vbl = vec_andc(vbl, vbl); in test_integer()
1572 vd = vec_andc(vd, vd); in test_integer()
1573 vd = vec_andc(vd, vbl); in test_integer()
1574 vd = vec_andc(vbl, vd); in test_integer()