Lines Matching refs:vui
14 volatile vector unsigned int vui; variable
90 ui = vec_extract(vui, idx); in test_core()
117 vui = vec_insert(ui, vui, idx); in test_core()
119 vui = vec_insert(ui, vbi, idx); in test_core()
140 vui = vec_promote(ui, idx); in test_core()
159 vui = vec_insert_and_zero(cptrui); in test_core()
182 vui = vec_perm(vui, vui, vuc); in test_core()
240 vsi = vec_sel(vsi, vsi, vui); in test_core()
242 vui = vec_sel(vui, vui, vui); in test_core()
243 vui = vec_sel(vui, vui, vbi); in test_core()
244 vbi = vec_sel(vbi, vbi, vui); in test_core()
255 vsi = vec_gather_element(vsi, vui, cptrsi, 0); in test_core()
256 vsi = vec_gather_element(vsi, vui, cptrsi, 1); in test_core()
257 vsi = vec_gather_element(vsi, vui, cptrsi, 2); in test_core()
258 vsi = vec_gather_element(vsi, vui, cptrsi, 3); in test_core()
259 vui = vec_gather_element(vui, vui, cptrui, 0); in test_core()
260 vui = vec_gather_element(vui, vui, cptrui, 1); in test_core()
261 vui = vec_gather_element(vui, vui, cptrui, 2); in test_core()
262 vui = vec_gather_element(vui, vui, cptrui, 3); in test_core()
263 vbi = vec_gather_element(vbi, vui, cptrui, 0); in test_core()
264 vbi = vec_gather_element(vbi, vui, cptrui, 1); in test_core()
265 vbi = vec_gather_element(vbi, vui, cptrui, 2); in test_core()
266 vbi = vec_gather_element(vbi, vui, cptrui, 3); in test_core()
276 vec_scatter_element(vsi, vui, ptrsi, 0); in test_core()
277 vec_scatter_element(vsi, vui, ptrsi, 1); in test_core()
278 vec_scatter_element(vsi, vui, ptrsi, 2); in test_core()
279 vec_scatter_element(vsi, vui, ptrsi, 3); in test_core()
280 vec_scatter_element(vui, vui, ptrui, 0); in test_core()
281 vec_scatter_element(vui, vui, ptrui, 1); in test_core()
282 vec_scatter_element(vui, vui, ptrui, 2); in test_core()
283 vec_scatter_element(vui, vui, ptrui, 3); in test_core()
284 vec_scatter_element(vbi, vui, ptrui, 0); in test_core()
285 vec_scatter_element(vbi, vui, ptrui, 1); in test_core()
286 vec_scatter_element(vbi, vui, ptrui, 2); in test_core()
287 vec_scatter_element(vbi, vui, ptrui, 3); in test_core()
302 vui = vec_xld2(idx, cptrui); in test_core()
312 vui = vec_xlw4(idx, cptrui); in test_core()
319 vec_xstd2(vui, idx, ptrui); in test_core()
329 vec_xstw4(vui, idx, ptrui); in test_core()
341 vui = vec_load_bndry(cptrui, 64); in test_core()
372 vui = vec_load_len(cptrui, idx); in test_core()
391 vec_store_len(vui, ptrui, idx); in test_core()
422 vui = vec_genmasks_32(0, 31); in test_core()
424 vui = vec_genmasks_32(7, 20); in test_core()
426 vui = vec_genmasks_32(25, 4); in test_core()
463 vui = vec_splat(vui, 0); in test_core()
465 vui = vec_splat(vui, 3); in test_core()
508 vui = vec_splat_u32(-32768); in test_core()
510 vui = vec_splat_u32(32767); in test_core()
531 vui = vec_splats(ui); in test_core()
558 vui = vec_mergeh(vui, vui); in test_core()
585 vui = vec_mergel(vui, vui); in test_core()
606 vus = vec_pack(vui, vui); in test_core()
612 vui = vec_pack(vul, vul); in test_core()
623 vus = vec_packs(vui, vui); in test_core()
627 vui = vec_packs(vul, vul); in test_core()
636 vus = vec_packs_cc(vui, vui, &cc); in test_core()
640 vui = vec_packs_cc(vul, vul, &cc); in test_core()
649 vus = vec_packsu(vui, vui); in test_core()
651 vui = vec_packsu(vsl, vsl); in test_core()
653 vui = vec_packsu(vul, vul); in test_core()
658 vus = vec_packsu_cc(vui, vui, &cc); in test_core()
660 vui = vec_packsu_cc(vul, vul, &cc); in test_core()
671 vui = vec_unpackh(vus); in test_core()
677 vul = vec_unpackh(vui); in test_core()
690 vui = vec_unpackl(vus); in test_core()
696 vul = vec_unpackl(vui); in test_core()
717 vbi = vec_cmpeq(vui, vui); in test_compare()
740 vbi = vec_cmpge(vui, vui); in test_compare()
759 vbi = vec_cmpgt(vui, vui); in test_compare()
778 vbi = vec_cmple(vui, vui); in test_compare()
797 vbi = vec_cmplt(vui, vui); in test_compare()
840 idx = vec_all_eq(vui, vui); in test_compare()
842 idx = vec_all_eq(vui, vbi); in test_compare()
844 idx = vec_all_eq(vbi, vui); in test_compare()
899 idx = vec_all_ne(vui, vui); in test_compare()
901 idx = vec_all_ne(vui, vbi); in test_compare()
903 idx = vec_all_ne(vbi, vui); in test_compare()
958 idx = vec_all_ge(vui, vui); in test_compare()
960 idx = vec_all_ge(vui, vbi); in test_compare()
962 idx = vec_all_ge(vbi, vui); in test_compare()
1017 idx = vec_all_gt(vui, vui); in test_compare()
1019 idx = vec_all_gt(vui, vbi); in test_compare()
1021 idx = vec_all_gt(vbi, vui); in test_compare()
1076 idx = vec_all_le(vui, vui); in test_compare()
1078 idx = vec_all_le(vui, vbi); in test_compare()
1080 idx = vec_all_le(vbi, vui); in test_compare()
1135 idx = vec_all_lt(vui, vui); in test_compare()
1137 idx = vec_all_lt(vui, vbi); in test_compare()
1139 idx = vec_all_lt(vbi, vui); in test_compare()
1208 idx = vec_any_eq(vui, vui); in test_compare()
1210 idx = vec_any_eq(vui, vbi); in test_compare()
1212 idx = vec_any_eq(vbi, vui); in test_compare()
1267 idx = vec_any_ne(vui, vui); in test_compare()
1269 idx = vec_any_ne(vui, vbi); in test_compare()
1271 idx = vec_any_ne(vbi, vui); in test_compare()
1326 idx = vec_any_ge(vui, vui); in test_compare()
1328 idx = vec_any_ge(vui, vbi); in test_compare()
1330 idx = vec_any_ge(vbi, vui); in test_compare()
1385 idx = vec_any_gt(vui, vui); in test_compare()
1387 idx = vec_any_gt(vui, vbi); in test_compare()
1389 idx = vec_any_gt(vbi, vui); in test_compare()
1444 idx = vec_any_le(vui, vui); in test_compare()
1446 idx = vec_any_le(vui, vbi); in test_compare()
1448 idx = vec_any_le(vbi, vui); in test_compare()
1503 idx = vec_any_lt(vui, vui); in test_compare()
1505 idx = vec_any_lt(vui, vbi); in test_compare()
1507 idx = vec_any_lt(vbi, vui); in test_compare()
1561 vui = vec_andc(vui, vui); in test_integer()
1562 vui = vec_andc(vui, vbi); in test_integer()
1563 vui = vec_andc(vbi, vui); in test_integer()
1593 vui = vec_nor(vui, vui); in test_integer()
1594 vui = vec_nor(vui, vbi); in test_integer()
1595 vui = vec_nor(vbi, vui); in test_integer()
1616 vui = vec_cntlz(vsi); in test_integer()
1618 vui = vec_cntlz(vui); in test_integer()
1633 vui = vec_cnttz(vsi); in test_integer()
1635 vui = vec_cnttz(vui); in test_integer()
1650 vui = vec_popcnt(vsi); in test_integer()
1652 vui = vec_popcnt(vui); in test_integer()
1667 vsi = vec_rl(vsi, vui); in test_integer()
1669 vui = vec_rl(vui, vui); in test_integer()
1686 vui = vec_rli(vui, ul); in test_integer()
1709 vsi = vec_rl_mask(vsi, vui, 0); in test_integer()
1711 vsi = vec_rl_mask(vsi, vui, 255); in test_integer()
1713 vui = vec_rl_mask(vui, vui, 0); in test_integer()
1715 vui = vec_rl_mask(vui, vui, 255); in test_integer()
1730 vsc = vec_sll(vsc, vui); in test_integer()
1736 vuc = vec_sll(vuc, vui); in test_integer()
1742 vbc = vec_sll(vbc, vui); in test_integer()
1748 vss = vec_sll(vss, vui); in test_integer()
1754 vus = vec_sll(vus, vui); in test_integer()
1760 vbs = vec_sll(vbs, vui); in test_integer()
1766 vsi = vec_sll(vsi, vui); in test_integer()
1768 vui = vec_sll(vui, vuc); in test_integer()
1770 vui = vec_sll(vui, vus); in test_integer()
1772 vui = vec_sll(vui, vui); in test_integer()
1778 vbi = vec_sll(vbi, vui); in test_integer()
1784 vsl = vec_sll(vsl, vui); in test_integer()
1790 vul = vec_sll(vul, vui); in test_integer()
1796 vbl = vec_sll(vbl, vui); in test_integer()
1817 vsi = vec_slb(vsi, vui); in test_integer()
1819 vui = vec_slb(vui, vsi); in test_integer()
1821 vui = vec_slb(vui, vui); in test_integer()
1856 vui = vec_sld(vui, vui, 0); in test_integer()
1858 vui = vec_sld(vui, vui, 15); in test_integer()
1893 vui = vec_sldw(vui, vui, 0); in test_integer()
1895 vui = vec_sldw(vui, vui, 3); in test_integer()
1914 vsc = vec_sral(vsc, vui); in test_integer()
1920 vuc = vec_sral(vuc, vui); in test_integer()
1926 vbc = vec_sral(vbc, vui); in test_integer()
1932 vss = vec_sral(vss, vui); in test_integer()
1938 vus = vec_sral(vus, vui); in test_integer()
1944 vbs = vec_sral(vbs, vui); in test_integer()
1950 vsi = vec_sral(vsi, vui); in test_integer()
1952 vui = vec_sral(vui, vuc); in test_integer()
1954 vui = vec_sral(vui, vus); in test_integer()
1956 vui = vec_sral(vui, vui); in test_integer()
1962 vbi = vec_sral(vbi, vui); in test_integer()
1968 vsl = vec_sral(vsl, vui); in test_integer()
1974 vul = vec_sral(vul, vui); in test_integer()
1980 vbl = vec_sral(vbl, vui); in test_integer()
2001 vsi = vec_srab(vsi, vui); in test_integer()
2003 vui = vec_srab(vui, vsi); in test_integer()
2005 vui = vec_srab(vui, vui); in test_integer()
2024 vsc = vec_srl(vsc, vui); in test_integer()
2030 vuc = vec_srl(vuc, vui); in test_integer()
2036 vbc = vec_srl(vbc, vui); in test_integer()
2042 vss = vec_srl(vss, vui); in test_integer()
2048 vus = vec_srl(vus, vui); in test_integer()
2054 vbs = vec_srl(vbs, vui); in test_integer()
2060 vsi = vec_srl(vsi, vui); in test_integer()
2062 vui = vec_srl(vui, vuc); in test_integer()
2064 vui = vec_srl(vui, vus); in test_integer()
2066 vui = vec_srl(vui, vui); in test_integer()
2072 vbi = vec_srl(vbi, vui); in test_integer()
2078 vsl = vec_srl(vsl, vui); in test_integer()
2084 vul = vec_srl(vul, vui); in test_integer()
2090 vbl = vec_srl(vbl, vui); in test_integer()
2111 vsi = vec_srb(vsi, vui); in test_integer()
2113 vui = vec_srb(vui, vsi); in test_integer()
2115 vui = vec_srb(vui, vui); in test_integer()
2150 vui = vec_max(vui, vui); in test_integer()
2151 vui = vec_max(vui, vbi); in test_integer()
2152 vui = vec_max(vbi, vui); in test_integer()
2176 vui = vec_min(vui, vui); in test_integer()
2177 vui = vec_min(vui, vbi); in test_integer()
2178 vui = vec_min(vbi, vui); in test_integer()
2191 vui = vec_addc(vui, vui); in test_integer()
2215 vui = vec_avg(vui, vui); in test_integer()
2222 vui = vec_checksum(vui, vui); in test_integer()
2227 vui = vec_gfmsum(vus, vus); in test_integer()
2229 vul = vec_gfmsum(vui, vui); in test_integer()
2236 vui = vec_gfmsum_accum(vus, vus, vui); in test_integer()
2238 vul = vec_gfmsum_accum(vui, vui, vul); in test_integer()
2252 vsi = vec_mladd(vui, vsi, vsi); in test_integer()
2253 vsi = vec_mladd(vsi, vui, vui); in test_integer()
2254 vui = vec_mladd(vui, vui, vui); in test_integer()
2266 vui = vec_mhadd(vui, vui, vui); in test_integer()
2275 vui = vec_meadd(vus, vus, vui); in test_integer()
2279 vul = vec_meadd(vui, vui, vul); in test_integer()
2288 vui = vec_moadd(vus, vus, vui); in test_integer()
2292 vul = vec_moadd(vui, vui, vul); in test_integer()
2305 vui = vec_mulh(vui, vui); in test_integer()
2314 vui = vec_mule(vus, vus); in test_integer()
2318 vul = vec_mule(vui, vui); in test_integer()
2327 vui = vec_mulo(vus, vus); in test_integer()
2331 vul = vec_mulo(vui, vui); in test_integer()
2338 vui = vec_subc(vui, vui); in test_integer()
2352 vui = vec_sum4(vuc, vuc); in test_integer()
2354 vui = vec_sum4(vus, vus); in test_integer()
2358 vul = vec_sum2(vui, vui); in test_integer()
2360 vuc = vec_sum_u128(vui, vui); in test_integer()
2373 idx = vec_test_mask(vsi, vui); in test_integer()
2375 idx = vec_test_mask(vui, vui); in test_integer()
2400 vui = vec_cp_until_zero(vui); in test_string()
2419 vui = vec_cp_until_zero_cc(vui, &cc); in test_string()
2438 vui = vec_cmpeq_idx(vui, vui); in test_string()
2440 vui = vec_cmpeq_idx(vbi, vbi); in test_string()
2457 vui = vec_cmpeq_idx_cc(vui, vui, &cc); in test_string()
2459 vui = vec_cmpeq_idx_cc(vbi, vbi, &cc); in test_string()
2476 vui = vec_cmpeq_or_0_idx(vui, vui); in test_string()
2478 vui = vec_cmpeq_or_0_idx(vbi, vbi); in test_string()
2495 vui = vec_cmpeq_or_0_idx_cc(vui, vui, &cc); in test_string()
2497 vui = vec_cmpeq_or_0_idx_cc(vbi, vbi, &cc); in test_string()
2514 vui = vec_cmpne_idx(vui, vui); in test_string()
2516 vui = vec_cmpne_idx(vbi, vbi); in test_string()
2533 vui = vec_cmpne_idx_cc(vui, vui, &cc); in test_string()
2535 vui = vec_cmpne_idx_cc(vbi, vbi, &cc); in test_string()
2552 vui = vec_cmpne_or_0_idx(vui, vui); in test_string()
2554 vui = vec_cmpne_or_0_idx(vbi, vbi); in test_string()
2571 vui = vec_cmpne_or_0_idx_cc(vui, vui, &cc); in test_string()
2573 vui = vec_cmpne_or_0_idx_cc(vbi, vbi, &cc); in test_string()
2580 vbi = vec_cmprg(vui, vui, vui); in test_string()
2587 vbi = vec_cmprg_cc(vui, vui, vui, &cc); in test_string()
2594 vui = vec_cmprg_idx(vui, vui, vui); in test_string()
2601 vui = vec_cmprg_idx_cc(vui, vui, vui, &cc); in test_string()
2608 vui = vec_cmprg_or_0_idx(vui, vui, vui); in test_string()
2615 vui = vec_cmprg_or_0_idx_cc(vui, vui, vui, &cc); in test_string()
2622 vbi = vec_cmpnrg(vui, vui, vui); in test_string()
2629 vbi = vec_cmpnrg_cc(vui, vui, vui, &cc); in test_string()
2636 vui = vec_cmpnrg_idx(vui, vui, vui); in test_string()
2643 vui = vec_cmpnrg_idx_cc(vui, vui, vui, &cc); in test_string()
2650 vui = vec_cmpnrg_or_0_idx(vui, vui, vui); in test_string()
2657 vui = vec_cmpnrg_or_0_idx_cc(vui, vui, vui, &cc); in test_string()
2674 vbi = vec_find_any_eq(vui, vui); in test_string()
2693 vbi = vec_find_any_eq_cc(vui, vui, &cc); in test_string()
2712 vui = vec_find_any_eq_idx(vui, vui); in test_string()
2714 vui = vec_find_any_eq_idx(vbi, vbi); in test_string()
2731 vui = vec_find_any_eq_idx_cc(vui, vui, &cc); in test_string()
2733 vui = vec_find_any_eq_idx_cc(vbi, vbi, &cc); in test_string()
2750 vui = vec_find_any_eq_or_0_idx(vui, vui); in test_string()
2752 vui = vec_find_any_eq_or_0_idx(vbi, vbi); in test_string()
2769 vui = vec_find_any_eq_or_0_idx_cc(vui, vui, &cc); in test_string()
2771 vui = vec_find_any_eq_or_0_idx_cc(vbi, vbi, &cc); in test_string()
2788 vbi = vec_find_any_ne(vui, vui); in test_string()
2807 vbi = vec_find_any_ne_cc(vui, vui, &cc); in test_string()
2826 vui = vec_find_any_ne_idx(vui, vui); in test_string()
2828 vui = vec_find_any_ne_idx(vbi, vbi); in test_string()
2845 vui = vec_find_any_ne_idx_cc(vui, vui, &cc); in test_string()
2847 vui = vec_find_any_ne_idx_cc(vbi, vbi, &cc); in test_string()
2864 vui = vec_find_any_ne_or_0_idx(vui, vui); in test_string()
2866 vui = vec_find_any_ne_or_0_idx(vbi, vbi); in test_string()
2883 vui = vec_find_any_ne_or_0_idx_cc(vui, vui, &cc); in test_string()
2885 vui = vec_find_any_ne_or_0_idx_cc(vbi, vbi, &cc); in test_string()