Lines Matching refs:vec_sldb
256 vsc = vec_sldb(vsc, vsc, 0); in test_integer()
259 vsc = vec_sldb(vsc, vsc, 7); in test_integer()
262 vuc = vec_sldb(vuc, vuc, 0); in test_integer()
265 vuc = vec_sldb(vuc, vuc, 7); in test_integer()
268 vss = vec_sldb(vss, vss, 0); in test_integer()
271 vss = vec_sldb(vss, vss, 7); in test_integer()
274 vus = vec_sldb(vus, vus, 0); in test_integer()
277 vus = vec_sldb(vus, vus, 7); in test_integer()
280 vsi = vec_sldb(vsi, vsi, 0); in test_integer()
283 vsi = vec_sldb(vsi, vsi, 7); in test_integer()
286 vui = vec_sldb(vui, vui, 0); in test_integer()
289 vui = vec_sldb(vui, vui, 7); in test_integer()
292 vsl = vec_sldb(vsl, vsl, 0); in test_integer()
295 vsl = vec_sldb(vsl, vsl, 7); in test_integer()
298 vul = vec_sldb(vul, vul, 0); in test_integer()
301 vul = vec_sldb(vul, vul, 7); in test_integer()
304 vf = vec_sldb(vf, vf, 0); in test_integer()
307 vf = vec_sldb(vf, vf, 7); in test_integer()
310 vd = vec_sldb(vd, vd, 0); in test_integer()
313 vd = vec_sldb(vd, vd, 7); in test_integer()