Lines Matching refs:vul
18 volatile vector unsigned long long vul; variable
125 vul = vec_bperm_u128(vuc, vuc); in test_core()
143 vd = vec_sel(vd, vd, vul); in test_core()
156 vd = vec_gather_element(vd, vul, cptrd, 0); in test_core()
158 vd = vec_gather_element(vd, vul, cptrd, 1); in test_core()
169 vec_scatter_element(vd, vul, ptrd, 0); in test_core()
171 vec_scatter_element(vd, vul, ptrd, 1); in test_core()
512 vul = vec_nand(vul, vul); in test_integer()
541 vul = vec_orc(vul, vul); in test_integer()
570 vul = vec_eqv(vul, vul); in test_integer()
597 vul = vec_popcnt(vsl); in test_integer()
600 vul = vec_popcnt(vul); in test_integer()
613 vd = vec_slb(vd, vul); in test_integer()
639 vd = vec_srab(vd, vul); in test_integer()
652 vd = vec_srb(vd, vul); in test_integer()
659 idx = vec_test_mask(vd, vul); in test_integer()
663 vuc = vec_msum_u128(vul, vul, vuc, 0); in test_integer()
666 vuc = vec_msum_u128(vul, vul, vuc, 4); in test_integer()
669 vuc = vec_msum_u128(vul, vul, vuc, 8); in test_integer()
672 vuc = vec_msum_u128(vul, vul, vuc, 12); in test_integer()
763 vd = vec_double(vul); in test_float()
770 vul = vec_unsigned(vd); in test_float()