Lines Matching refs:vul
14 volatile vector unsigned long long vul; variable
53 vd = vec_sel(vd, vd, vul); in test_core()
58 vd = vec_gather_element(vd, vul, cptrd, 0); in test_core()
60 vd = vec_gather_element(vd, vul, cptrd, 1); in test_core()
63 vec_scatter_element(vd, vul, ptrd, 0); in test_core()
65 vec_scatter_element(vd, vul, ptrd, 1); in test_core()
235 vd = vec_ctd(vul, 0); in test_float()
242 vd = vec_ctd(vul, 1); in test_float()
250 vd = vec_ctd(vul, 31); in test_float()
258 vul = vec_ctul(vd, 0); in test_float()
265 vul = vec_ctul(vd, 1); in test_float()
273 vul = vec_ctul(vd, 31); in test_float()
281 vd = vec_double(vul); in test_float()
288 vul = vec_unsigned(vd); in test_float()