Lines Matching refs:vec_rl_mask
1693 vsc = vec_rl_mask(vsc, vuc, 0); in test_integer()
1695 vsc = vec_rl_mask(vsc, vuc, 255); in test_integer()
1697 vuc = vec_rl_mask(vuc, vuc, 0); in test_integer()
1699 vuc = vec_rl_mask(vuc, vuc, 255); in test_integer()
1701 vss = vec_rl_mask(vss, vus, 0); in test_integer()
1703 vss = vec_rl_mask(vss, vus, 255); in test_integer()
1705 vus = vec_rl_mask(vus, vus, 0); in test_integer()
1707 vus = vec_rl_mask(vus, vus, 255); in test_integer()
1709 vsi = vec_rl_mask(vsi, vui, 0); in test_integer()
1711 vsi = vec_rl_mask(vsi, vui, 255); in test_integer()
1713 vui = vec_rl_mask(vui, vui, 0); in test_integer()
1715 vui = vec_rl_mask(vui, vui, 255); in test_integer()
1717 vsl = vec_rl_mask(vsl, vul, 0); in test_integer()
1719 vsl = vec_rl_mask(vsl, vul, 255); in test_integer()
1721 vul = vec_rl_mask(vul, vul, 0); in test_integer()
1723 vul = vec_rl_mask(vul, vul, 255); in test_integer()