• Home
  • Raw
  • Download

Lines Matching refs:vus

13 volatile vector unsigned short vus;  variable
84 us = vec_extract(vus, idx); in test_core()
111 vus = vec_insert(us, vus, idx); in test_core()
113 vus = vec_insert(us, vbs, idx); in test_core()
136 vus = vec_promote(us, idx); in test_core()
155 vus = vec_insert_and_zero(cptrus); in test_core()
176 vus = vec_perm(vus, vus, vuc); in test_core()
234 vss = vec_sel(vss, vss, vus); in test_core()
236 vus = vec_sel(vus, vus, vus); in test_core()
237 vus = vec_sel(vus, vus, vbs); in test_core()
238 vbs = vec_sel(vbs, vbs, vus); in test_core()
300 vus = vec_xld2(idx, cptrus); in test_core()
310 vus = vec_xlw4(idx, cptrus); in test_core()
317 vec_xstd2(vus, idx, ptrus); in test_core()
327 vec_xstw4(vus, idx, ptrus); in test_core()
337 vus = vec_load_bndry(cptrus, 64); in test_core()
368 vus = vec_load_len(cptrus, idx); in test_core()
387 vec_store_len(vus, ptrus, idx); in test_core()
416 vus = vec_genmasks_16(0, 15); in test_core()
418 vus = vec_genmasks_16(2, 11); in test_core()
420 vus = vec_genmasks_16(9, 2); in test_core()
451 vus = vec_splat(vus, 0); in test_core()
453 vus = vec_splat(vus, 7); in test_core()
500 vus = vec_splat_u16(1); in test_core()
502 vus = vec_splat_u16(65534); in test_core()
527 vus = vec_splats(us); in test_core()
552 vus = vec_mergeh(vus, vus); in test_core()
579 vus = vec_mergel(vus, vus); in test_core()
600 vuc = vec_pack(vus, vus); in test_core()
606 vus = vec_pack(vui, vui); in test_core()
619 vuc = vec_packs(vus, vus); in test_core()
623 vus = vec_packs(vui, vui); in test_core()
632 vuc = vec_packs_cc(vus, vus, &cc); in test_core()
636 vus = vec_packs_cc(vui, vui, &cc); in test_core()
645 vuc = vec_packsu(vus, vus); in test_core()
647 vus = vec_packsu(vsi, vsi); in test_core()
649 vus = vec_packsu(vui, vui); in test_core()
656 vuc = vec_packsu_cc(vus, vus, &cc); in test_core()
658 vus = vec_packsu_cc(vui, vui, &cc); in test_core()
665 vus = vec_unpackh(vuc); in test_core()
671 vui = vec_unpackh(vus); in test_core()
684 vus = vec_unpackl(vuc); in test_core()
690 vui = vec_unpackl(vus); in test_core()
711 vbs = vec_cmpeq(vus, vus); in test_compare()
736 vbs = vec_cmpge(vus, vus); in test_compare()
755 vbs = vec_cmpgt(vus, vus); in test_compare()
774 vbs = vec_cmple(vus, vus); in test_compare()
793 vbs = vec_cmplt(vus, vus); in test_compare()
826 idx = vec_all_eq(vus, vus); in test_compare()
828 idx = vec_all_eq(vus, vbs); in test_compare()
830 idx = vec_all_eq(vbs, vus); in test_compare()
885 idx = vec_all_ne(vus, vus); in test_compare()
887 idx = vec_all_ne(vus, vbs); in test_compare()
889 idx = vec_all_ne(vbs, vus); in test_compare()
944 idx = vec_all_ge(vus, vus); in test_compare()
946 idx = vec_all_ge(vus, vbs); in test_compare()
948 idx = vec_all_ge(vbs, vus); in test_compare()
1003 idx = vec_all_gt(vus, vus); in test_compare()
1005 idx = vec_all_gt(vus, vbs); in test_compare()
1007 idx = vec_all_gt(vbs, vus); in test_compare()
1062 idx = vec_all_le(vus, vus); in test_compare()
1064 idx = vec_all_le(vus, vbs); in test_compare()
1066 idx = vec_all_le(vbs, vus); in test_compare()
1121 idx = vec_all_lt(vus, vus); in test_compare()
1123 idx = vec_all_lt(vus, vbs); in test_compare()
1125 idx = vec_all_lt(vbs, vus); in test_compare()
1194 idx = vec_any_eq(vus, vus); in test_compare()
1196 idx = vec_any_eq(vus, vbs); in test_compare()
1198 idx = vec_any_eq(vbs, vus); in test_compare()
1253 idx = vec_any_ne(vus, vus); in test_compare()
1255 idx = vec_any_ne(vus, vbs); in test_compare()
1257 idx = vec_any_ne(vbs, vus); in test_compare()
1312 idx = vec_any_ge(vus, vus); in test_compare()
1314 idx = vec_any_ge(vus, vbs); in test_compare()
1316 idx = vec_any_ge(vbs, vus); in test_compare()
1371 idx = vec_any_gt(vus, vus); in test_compare()
1373 idx = vec_any_gt(vus, vbs); in test_compare()
1375 idx = vec_any_gt(vbs, vus); in test_compare()
1430 idx = vec_any_le(vus, vus); in test_compare()
1432 idx = vec_any_le(vus, vbs); in test_compare()
1434 idx = vec_any_le(vbs, vus); in test_compare()
1489 idx = vec_any_lt(vus, vus); in test_compare()
1491 idx = vec_any_lt(vus, vbs); in test_compare()
1493 idx = vec_any_lt(vbs, vus); in test_compare()
1554 vus = vec_andc(vus, vus); in test_integer()
1555 vus = vec_andc(vus, vbs); in test_integer()
1556 vus = vec_andc(vbs, vus); in test_integer()
1586 vus = vec_nor(vus, vus); in test_integer()
1587 vus = vec_nor(vus, vbs); in test_integer()
1588 vus = vec_nor(vbs, vus); in test_integer()
1612 vus = vec_cntlz(vss); in test_integer()
1614 vus = vec_cntlz(vus); in test_integer()
1629 vus = vec_cnttz(vss); in test_integer()
1631 vus = vec_cnttz(vus); in test_integer()
1646 vus = vec_popcnt(vss); in test_integer()
1648 vus = vec_popcnt(vus); in test_integer()
1663 vss = vec_rl(vss, vus); in test_integer()
1665 vus = vec_rl(vus, vus); in test_integer()
1682 vus = vec_rli(vus, ul); in test_integer()
1701 vss = vec_rl_mask(vss, vus, 0); in test_integer()
1703 vss = vec_rl_mask(vss, vus, 255); in test_integer()
1705 vus = vec_rl_mask(vus, vus, 0); in test_integer()
1707 vus = vec_rl_mask(vus, vus, 255); in test_integer()
1728 vsc = vec_sll(vsc, vus); in test_integer()
1734 vuc = vec_sll(vuc, vus); in test_integer()
1740 vbc = vec_sll(vbc, vus); in test_integer()
1746 vss = vec_sll(vss, vus); in test_integer()
1750 vus = vec_sll(vus, vuc); in test_integer()
1752 vus = vec_sll(vus, vus); in test_integer()
1754 vus = vec_sll(vus, vui); in test_integer()
1758 vbs = vec_sll(vbs, vus); in test_integer()
1764 vsi = vec_sll(vsi, vus); in test_integer()
1770 vui = vec_sll(vui, vus); in test_integer()
1776 vbi = vec_sll(vbi, vus); in test_integer()
1782 vsl = vec_sll(vsl, vus); in test_integer()
1788 vul = vec_sll(vul, vus); in test_integer()
1794 vbl = vec_sll(vbl, vus); in test_integer()
1809 vss = vec_slb(vss, vus); in test_integer()
1811 vus = vec_slb(vus, vss); in test_integer()
1813 vus = vec_slb(vus, vus); in test_integer()
1848 vus = vec_sld(vus, vus, 0); in test_integer()
1850 vus = vec_sld(vus, vus, 15); in test_integer()
1885 vus = vec_sldw(vus, vus, 0); in test_integer()
1887 vus = vec_sldw(vus, vus, 3); in test_integer()
1912 vsc = vec_sral(vsc, vus); in test_integer()
1918 vuc = vec_sral(vuc, vus); in test_integer()
1924 vbc = vec_sral(vbc, vus); in test_integer()
1930 vss = vec_sral(vss, vus); in test_integer()
1934 vus = vec_sral(vus, vuc); in test_integer()
1936 vus = vec_sral(vus, vus); in test_integer()
1938 vus = vec_sral(vus, vui); in test_integer()
1942 vbs = vec_sral(vbs, vus); in test_integer()
1948 vsi = vec_sral(vsi, vus); in test_integer()
1954 vui = vec_sral(vui, vus); in test_integer()
1960 vbi = vec_sral(vbi, vus); in test_integer()
1966 vsl = vec_sral(vsl, vus); in test_integer()
1972 vul = vec_sral(vul, vus); in test_integer()
1978 vbl = vec_sral(vbl, vus); in test_integer()
1993 vss = vec_srab(vss, vus); in test_integer()
1995 vus = vec_srab(vus, vss); in test_integer()
1997 vus = vec_srab(vus, vus); in test_integer()
2022 vsc = vec_srl(vsc, vus); in test_integer()
2028 vuc = vec_srl(vuc, vus); in test_integer()
2034 vbc = vec_srl(vbc, vus); in test_integer()
2040 vss = vec_srl(vss, vus); in test_integer()
2044 vus = vec_srl(vus, vuc); in test_integer()
2046 vus = vec_srl(vus, vus); in test_integer()
2048 vus = vec_srl(vus, vui); in test_integer()
2052 vbs = vec_srl(vbs, vus); in test_integer()
2058 vsi = vec_srl(vsi, vus); in test_integer()
2064 vui = vec_srl(vui, vus); in test_integer()
2070 vbi = vec_srl(vbi, vus); in test_integer()
2076 vsl = vec_srl(vsl, vus); in test_integer()
2082 vul = vec_srl(vul, vus); in test_integer()
2088 vbl = vec_srl(vbl, vus); in test_integer()
2103 vss = vec_srb(vss, vus); in test_integer()
2105 vus = vec_srb(vus, vss); in test_integer()
2107 vus = vec_srb(vus, vus); in test_integer()
2144 vus = vec_max(vus, vus); in test_integer()
2145 vus = vec_max(vus, vbs); in test_integer()
2146 vus = vec_max(vbs, vus); in test_integer()
2170 vus = vec_min(vus, vus); in test_integer()
2171 vus = vec_min(vus, vbs); in test_integer()
2172 vus = vec_min(vbs, vus); in test_integer()
2189 vus = vec_addc(vus, vus); in test_integer()
2211 vus = vec_avg(vus, vus); in test_integer()
2225 vus = vec_gfmsum(vuc, vuc); in test_integer()
2227 vui = vec_gfmsum(vus, vus); in test_integer()
2234 vus = vec_gfmsum_accum(vuc, vuc, vus); in test_integer()
2236 vui = vec_gfmsum_accum(vus, vus, vui); in test_integer()
2248 vss = vec_mladd(vus, vss, vss); in test_integer()
2249 vss = vec_mladd(vss, vus, vus); in test_integer()
2250 vus = vec_mladd(vus, vus, vus); in test_integer()
2262 vus = vec_mhadd(vus, vus, vus); in test_integer()
2271 vus = vec_meadd(vuc, vuc, vus); in test_integer()
2275 vui = vec_meadd(vus, vus, vui); in test_integer()
2284 vus = vec_moadd(vuc, vuc, vus); in test_integer()
2288 vui = vec_moadd(vus, vus, vui); in test_integer()
2301 vus = vec_mulh(vus, vus); in test_integer()
2310 vus = vec_mule(vuc, vuc); in test_integer()
2314 vui = vec_mule(vus, vus); in test_integer()
2323 vus = vec_mulo(vuc, vuc); in test_integer()
2327 vui = vec_mulo(vus, vus); in test_integer()
2336 vus = vec_subc(vus, vus); in test_integer()
2354 vui = vec_sum4(vus, vus); in test_integer()
2356 vul = vec_sum2(vus, vus); in test_integer()
2369 idx = vec_test_mask(vss, vus); in test_integer()
2371 idx = vec_test_mask(vus, vus); in test_integer()
2394 vus = vec_cp_until_zero(vus); in test_string()
2413 vus = vec_cp_until_zero_cc(vus, &cc); in test_string()
2432 vus = vec_cmpeq_idx(vus, vus); in test_string()
2434 vus = vec_cmpeq_idx(vbs, vbs); in test_string()
2451 vus = vec_cmpeq_idx_cc(vus, vus, &cc); in test_string()
2453 vus = vec_cmpeq_idx_cc(vbs, vbs, &cc); in test_string()
2470 vus = vec_cmpeq_or_0_idx(vus, vus); in test_string()
2472 vus = vec_cmpeq_or_0_idx(vbs, vbs); in test_string()
2489 vus = vec_cmpeq_or_0_idx_cc(vus, vus, &cc); in test_string()
2491 vus = vec_cmpeq_or_0_idx_cc(vbs, vbs, &cc); in test_string()
2508 vus = vec_cmpne_idx(vus, vus); in test_string()
2510 vus = vec_cmpne_idx(vbs, vbs); in test_string()
2527 vus = vec_cmpne_idx_cc(vus, vus, &cc); in test_string()
2529 vus = vec_cmpne_idx_cc(vbs, vbs, &cc); in test_string()
2546 vus = vec_cmpne_or_0_idx(vus, vus); in test_string()
2548 vus = vec_cmpne_or_0_idx(vbs, vbs); in test_string()
2565 vus = vec_cmpne_or_0_idx_cc(vus, vus, &cc); in test_string()
2567 vus = vec_cmpne_or_0_idx_cc(vbs, vbs, &cc); in test_string()
2578 vbs = vec_cmprg(vus, vus, vus); in test_string()
2585 vbs = vec_cmprg_cc(vus, vus, vus, &cc); in test_string()
2592 vus = vec_cmprg_idx(vus, vus, vus); in test_string()
2599 vus = vec_cmprg_idx_cc(vus, vus, vus, &cc); in test_string()
2606 vus = vec_cmprg_or_0_idx(vus, vus, vus); in test_string()
2613 vus = vec_cmprg_or_0_idx_cc(vus, vus, vus, &cc); in test_string()
2620 vbs = vec_cmpnrg(vus, vus, vus); in test_string()
2627 vbs = vec_cmpnrg_cc(vus, vus, vus, &cc); in test_string()
2634 vus = vec_cmpnrg_idx(vus, vus, vus); in test_string()
2641 vus = vec_cmpnrg_idx_cc(vus, vus, vus, &cc); in test_string()
2648 vus = vec_cmpnrg_or_0_idx(vus, vus, vus); in test_string()
2655 vus = vec_cmpnrg_or_0_idx_cc(vus, vus, vus, &cc); in test_string()
2668 vbs = vec_find_any_eq(vus, vus); in test_string()
2687 vbs = vec_find_any_eq_cc(vus, vus, &cc); in test_string()
2706 vus = vec_find_any_eq_idx(vus, vus); in test_string()
2708 vus = vec_find_any_eq_idx(vbs, vbs); in test_string()
2725 vus = vec_find_any_eq_idx_cc(vus, vus, &cc); in test_string()
2727 vus = vec_find_any_eq_idx_cc(vbs, vbs, &cc); in test_string()
2744 vus = vec_find_any_eq_or_0_idx(vus, vus); in test_string()
2746 vus = vec_find_any_eq_or_0_idx(vbs, vbs); in test_string()
2763 vus = vec_find_any_eq_or_0_idx_cc(vus, vus, &cc); in test_string()
2765 vus = vec_find_any_eq_or_0_idx_cc(vbs, vbs, &cc); in test_string()
2782 vbs = vec_find_any_ne(vus, vus); in test_string()
2801 vbs = vec_find_any_ne_cc(vus, vus, &cc); in test_string()
2820 vus = vec_find_any_ne_idx(vus, vus); in test_string()
2822 vus = vec_find_any_ne_idx(vbs, vbs); in test_string()
2839 vus = vec_find_any_ne_idx_cc(vus, vus, &cc); in test_string()
2841 vus = vec_find_any_ne_idx_cc(vbs, vbs, &cc); in test_string()
2858 vus = vec_find_any_ne_or_0_idx(vus, vus); in test_string()
2860 vus = vec_find_any_ne_or_0_idx(vbs, vbs); in test_string()
2877 vus = vec_find_any_ne_or_0_idx_cc(vus, vus, &cc); in test_string()
2879 vus = vec_find_any_ne_or_0_idx_cc(vbs, vbs, &cc); in test_string()