Lines Matching refs:vec_sld
1836 vsc = vec_sld(vsc, vsc, 0); in test_integer()
1838 vsc = vec_sld(vsc, vsc, 15); in test_integer()
1840 vuc = vec_sld(vuc, vuc, 0); in test_integer()
1842 vuc = vec_sld(vuc, vuc, 15); in test_integer()
1844 vss = vec_sld(vss, vss, 0); in test_integer()
1846 vss = vec_sld(vss, vss, 15); in test_integer()
1848 vus = vec_sld(vus, vus, 0); in test_integer()
1850 vus = vec_sld(vus, vus, 15); in test_integer()
1852 vsi = vec_sld(vsi, vsi, 0); in test_integer()
1854 vsi = vec_sld(vsi, vsi, 15); in test_integer()
1856 vui = vec_sld(vui, vui, 0); in test_integer()
1858 vui = vec_sld(vui, vui, 15); in test_integer()
1860 vsl = vec_sld(vsl, vsl, 0); in test_integer()
1862 vsl = vec_sld(vsl, vsl, 15); in test_integer()
1864 vul = vec_sld(vul, vul, 0); in test_integer()
1866 vul = vec_sld(vul, vul, 15); in test_integer()
1868 vd = vec_sld(vd, vd, 0); in test_integer()
1870 vd = vec_sld(vd, vd, 15); in test_integer()