Lines Matching refs:vui
17 volatile vector unsigned int vui; variable
139 vf = vec_sel(vf, vf, vui); in test_core()
148 vf = vec_gather_element(vf, vui, cptrf, 0); in test_core()
150 vf = vec_gather_element(vf, vui, cptrf, 1); in test_core()
152 vf = vec_gather_element(vf, vui, cptrf, 2); in test_core()
154 vf = vec_gather_element(vf, vui, cptrf, 3); in test_core()
161 vec_scatter_element(vf, vui, ptrf, 0); in test_core()
163 vec_scatter_element(vf, vui, ptrf, 1); in test_core()
165 vec_scatter_element(vf, vui, ptrf, 2); in test_core()
167 vec_scatter_element(vf, vui, ptrf, 3); in test_core()
506 vui = vec_nand(vui, vui); in test_integer()
535 vui = vec_orc(vui, vui); in test_integer()
564 vui = vec_eqv(vui, vui); in test_integer()
591 vui = vec_popcnt(vsi); in test_integer()
594 vui = vec_popcnt(vui); in test_integer()
607 vf = vec_slb(vf, vui); in test_integer()
633 vf = vec_srab(vf, vui); in test_integer()
646 vf = vec_srb(vf, vui); in test_integer()
656 idx = vec_test_mask(vf, vui); in test_integer()