Lines Matching refs:vul
18 volatile vector unsigned long long vul; variable
86 vul += vec_revb(vec_xl(idx, cptrul)); in test_core()
103 vec_xst(vec_revb(vul), idx, ptrul); in test_core()
120 vul += vec_revb(vec_insert_and_zero(cptrul)); in test_core()
137 vul += vec_revb(vec_splats(ul)); in test_core()
148 vul = vec_splats((unsigned long long)__builtin_bswap64(ul)); in test_core()
166 vul2 = vul; in test_core()
167 vul += vec_revb(vec_insert(ul, vec_revb(vul2), 0)); in test_core()
182 vul2 = vul; in test_core()
183 vul = vec_insert(__builtin_bswap64(ul), vul2, 0); in test_core()
196 ul = vec_extract(vec_revb(vul), 0); in test_core()
207 ul = __builtin_bswap64(vec_extract(vul, 0)); in test_core()
224 vul += vec_reve(vec_xl(idx, cptrul)); in test_core()
245 vec_xst(vec_reve(vul), idx, ptrul); in test_core()
298 vul = vec_sldb(vul, vul, 0); in test_integer()
301 vul = vec_sldb(vul, vul, 7); in test_integer()
359 vul = vec_srdb(vul, vul, 0); in test_integer()
362 vul = vec_srdb(vul, vul, 7); in test_integer()
445 vd = vec_double(vul); in test_float()
461 vul = vec_unsigned(vd); in test_float()