Lines Matching refs:vec_sldw
1873 vsc = vec_sldw(vsc, vsc, 0); in test_integer()
1875 vsc = vec_sldw(vsc, vsc, 3); in test_integer()
1877 vuc = vec_sldw(vuc, vuc, 0); in test_integer()
1879 vuc = vec_sldw(vuc, vuc, 3); in test_integer()
1881 vss = vec_sldw(vss, vss, 0); in test_integer()
1883 vss = vec_sldw(vss, vss, 3); in test_integer()
1885 vus = vec_sldw(vus, vus, 0); in test_integer()
1887 vus = vec_sldw(vus, vus, 3); in test_integer()
1889 vsi = vec_sldw(vsi, vsi, 0); in test_integer()
1891 vsi = vec_sldw(vsi, vsi, 3); in test_integer()
1893 vui = vec_sldw(vui, vui, 0); in test_integer()
1895 vui = vec_sldw(vui, vui, 3); in test_integer()
1897 vsl = vec_sldw(vsl, vsl, 0); in test_integer()
1899 vsl = vec_sldw(vsl, vsl, 3); in test_integer()
1901 vul = vec_sldw(vul, vul, 0); in test_integer()
1903 vul = vec_sldw(vul, vul, 3); in test_integer()
1905 vd = vec_sldw(vd, vd, 0); in test_integer()
1907 vd = vec_sldw(vd, vd, 3); in test_integer()