Lines Matching refs:vui

17 volatile vector unsigned int vui;  variable
109 ui = vec_extract(vui, idx); in test_core()
149 vui = vec_insert(ui, vui, idx); in test_core()
152 vui = vec_insert(ui, vbi, idx); in test_core()
183 vui = vec_promote(ui, idx); in test_core()
211 vui = vec_insert_and_zero(cptrui); in test_core()
245 vui = vec_perm(vui, vui, vuc); in test_core()
319 vui = vec_revb(vui); in test_core()
342 vui = vec_reve(vui); in test_core()
379 vsi = vec_sel(vsi, vsi, vui); in test_core()
383 vui = vec_sel(vui, vui, vui); in test_core()
385 vui = vec_sel(vui, vui, vbi); in test_core()
387 vbi = vec_sel(vbi, vbi, vui); in test_core()
408 vsi = vec_gather_element(vsi, vui, cptrsi, 0); in test_core()
410 vsi = vec_gather_element(vsi, vui, cptrsi, 1); in test_core()
412 vsi = vec_gather_element(vsi, vui, cptrsi, 2); in test_core()
414 vsi = vec_gather_element(vsi, vui, cptrsi, 3); in test_core()
416 vui = vec_gather_element(vui, vui, cptrui, 0); in test_core()
418 vui = vec_gather_element(vui, vui, cptrui, 1); in test_core()
420 vui = vec_gather_element(vui, vui, cptrui, 2); in test_core()
422 vui = vec_gather_element(vui, vui, cptrui, 3); in test_core()
424 vbi = vec_gather_element(vbi, vui, cptrui, 0); in test_core()
426 vbi = vec_gather_element(vbi, vui, cptrui, 1); in test_core()
428 vbi = vec_gather_element(vbi, vui, cptrui, 2); in test_core()
430 vbi = vec_gather_element(vbi, vui, cptrui, 3); in test_core()
449 vec_scatter_element(vsi, vui, ptrsi, 0); in test_core()
451 vec_scatter_element(vsi, vui, ptrsi, 1); in test_core()
453 vec_scatter_element(vsi, vui, ptrsi, 2); in test_core()
455 vec_scatter_element(vsi, vui, ptrsi, 3); in test_core()
457 vec_scatter_element(vui, vui, ptrui, 0); in test_core()
459 vec_scatter_element(vui, vui, ptrui, 1); in test_core()
461 vec_scatter_element(vui, vui, ptrui, 2); in test_core()
463 vec_scatter_element(vui, vui, ptrui, 3); in test_core()
465 vec_scatter_element(vbi, vui, ptrui, 0); in test_core()
467 vec_scatter_element(vbi, vui, ptrui, 1); in test_core()
469 vec_scatter_element(vbi, vui, ptrui, 2); in test_core()
471 vec_scatter_element(vbi, vui, ptrui, 3); in test_core()
500 vui = vec_xl(idx, cptrui); in test_core()
519 vui = vec_xld2(idx, cptrui); in test_core()
538 vui = vec_xlw4(idx, cptrui); in test_core()
551 vec_xst(vui, idx, ptrui); in test_core()
570 vec_xstd2(vui, idx, ptrui); in test_core()
589 vec_xstw4(vui, idx, ptrui); in test_core()
607 vui = vec_load_bndry(cptrui, 64); in test_core()
653 vui = vec_load_len(cptrui, idx); in test_core()
681 vec_store_len(vui, ptrui, idx); in test_core()
718 vui = vec_genmasks_32(0, 31); in test_core()
720 vui = vec_genmasks_32(7, 20); in test_core()
722 vui = vec_genmasks_32(25, 4); in test_core()
773 vui = vec_splat(vui, 0); in test_core()
776 vui = vec_splat(vui, 3); in test_core()
830 vui = vec_splat_u32(-32768); in test_core()
832 vui = vec_splat_u32(32767); in test_core()
858 vui = vec_splats(ui); in test_core()
899 vui = vec_mergeh(vui, vui); in test_core()
939 vui = vec_mergel(vui, vui); in test_core()
970 vus = vec_pack(vui, vui); in test_core()
979 vui = vec_pack(vul, vul); in test_core()
995 vus = vec_packs(vui, vui); in test_core()
1001 vui = vec_packs(vul, vul); in test_core()
1014 vus = vec_packs_cc(vui, vui, &cc); in test_core()
1020 vui = vec_packs_cc(vul, vul, &cc); in test_core()
1033 vus = vec_packsu(vui, vui); in test_core()
1036 vui = vec_packsu(vsl, vsl); in test_core()
1039 vui = vec_packsu(vul, vul); in test_core()
1046 vus = vec_packsu_cc(vui, vui, &cc); in test_core()
1049 vui = vec_packsu_cc(vul, vul, &cc); in test_core()
1065 vui = vec_unpackh(vus); in test_core()
1074 vul = vec_unpackh(vui); in test_core()
1093 vui = vec_unpackl(vus); in test_core()
1102 vul = vec_unpackl(vui); in test_core()
1134 vbi = vec_cmpeq(vui, vui); in test_compare()
1168 vbi = vec_cmpge(vui, vui); in test_compare()
1196 vbi = vec_cmpgt(vui, vui); in test_compare()
1224 vbi = vec_cmple(vui, vui); in test_compare()
1252 vbi = vec_cmplt(vui, vui); in test_compare()
1316 idx = vec_all_eq(vui, vui); in test_compare()
1319 idx = vec_all_eq(vui, vbi); in test_compare()
1322 idx = vec_all_eq(vbi, vui); in test_compare()
1404 idx = vec_all_ne(vui, vui); in test_compare()
1407 idx = vec_all_ne(vui, vbi); in test_compare()
1410 idx = vec_all_ne(vbi, vui); in test_compare()
1492 idx = vec_all_ge(vui, vui); in test_compare()
1495 idx = vec_all_ge(vui, vbi); in test_compare()
1498 idx = vec_all_ge(vbi, vui); in test_compare()
1580 idx = vec_all_gt(vui, vui); in test_compare()
1583 idx = vec_all_gt(vui, vbi); in test_compare()
1586 idx = vec_all_gt(vbi, vui); in test_compare()
1668 idx = vec_all_le(vui, vui); in test_compare()
1671 idx = vec_all_le(vui, vbi); in test_compare()
1674 idx = vec_all_le(vbi, vui); in test_compare()
1756 idx = vec_all_lt(vui, vui); in test_compare()
1759 idx = vec_all_lt(vui, vbi); in test_compare()
1762 idx = vec_all_lt(vbi, vui); in test_compare()
1864 idx = vec_any_eq(vui, vui); in test_compare()
1867 idx = vec_any_eq(vui, vbi); in test_compare()
1870 idx = vec_any_eq(vbi, vui); in test_compare()
1952 idx = vec_any_ne(vui, vui); in test_compare()
1955 idx = vec_any_ne(vui, vbi); in test_compare()
1958 idx = vec_any_ne(vbi, vui); in test_compare()
2040 idx = vec_any_ge(vui, vui); in test_compare()
2043 idx = vec_any_ge(vui, vbi); in test_compare()
2046 idx = vec_any_ge(vbi, vui); in test_compare()
2128 idx = vec_any_gt(vui, vui); in test_compare()
2131 idx = vec_any_gt(vui, vbi); in test_compare()
2134 idx = vec_any_gt(vbi, vui); in test_compare()
2216 idx = vec_any_le(vui, vui); in test_compare()
2219 idx = vec_any_le(vui, vbi); in test_compare()
2222 idx = vec_any_le(vbi, vui); in test_compare()
2304 idx = vec_any_lt(vui, vui); in test_compare()
2307 idx = vec_any_lt(vui, vbi); in test_compare()
2310 idx = vec_any_lt(vbi, vui); in test_compare()
2399 vui = vec_andc(vui, vui); in test_integer()
2401 vui = vec_andc(vui, vbi); in test_integer()
2403 vui = vec_andc(vbi, vui); in test_integer()
2462 vui = vec_nor(vui, vui); in test_integer()
2464 vui = vec_nor(vui, vbi); in test_integer()
2466 vui = vec_nor(vbi, vui); in test_integer()
2503 vui = vec_cntlz(vsi); in test_integer()
2506 vui = vec_cntlz(vui); in test_integer()
2528 vui = vec_cnttz(vsi); in test_integer()
2531 vui = vec_cnttz(vui); in test_integer()
2553 vui = vec_popcnt(vsi); in test_integer()
2556 vui = vec_popcnt(vui); in test_integer()
2578 vsi = vec_rl(vsi, vui); in test_integer()
2581 vui = vec_rl(vui, vui); in test_integer()
2606 vui = vec_rli(vui, ul); in test_integer()
2640 vsi = vec_rl_mask(vsi, vui, 0); in test_integer()
2643 vsi = vec_rl_mask(vsi, vui, 255); in test_integer()
2646 vui = vec_rl_mask(vui, vui, 0); in test_integer()
2649 vui = vec_rl_mask(vui, vui, 255); in test_integer()
2671 vsc = vec_sll(vsc, vui); in test_integer()
2680 vuc = vec_sll(vuc, vui); in test_integer()
2689 vbc = vec_sll(vbc, vui); in test_integer()
2698 vss = vec_sll(vss, vui); in test_integer()
2707 vus = vec_sll(vus, vui); in test_integer()
2716 vbs = vec_sll(vbs, vui); in test_integer()
2725 vsi = vec_sll(vsi, vui); in test_integer()
2728 vui = vec_sll(vui, vuc); in test_integer()
2731 vui = vec_sll(vui, vus); in test_integer()
2734 vui = vec_sll(vui, vui); in test_integer()
2743 vbi = vec_sll(vbi, vui); in test_integer()
2752 vsl = vec_sll(vsl, vui); in test_integer()
2761 vul = vec_sll(vul, vui); in test_integer()
2770 vbl = vec_sll(vbl, vui); in test_integer()
2801 vsi = vec_slb(vsi, vui); in test_integer()
2804 vui = vec_slb(vui, vsi); in test_integer()
2807 vui = vec_slb(vui, vui); in test_integer()
2871 vui = vec_sld(vui, vui, 0); in test_integer()
2874 vui = vec_sld(vui, vui, 15); in test_integer()
2938 vui = vec_sldw(vui, vui, 0); in test_integer()
2941 vui = vec_sldw(vui, vui, 3); in test_integer()
2969 vsc = vec_sral(vsc, vui); in test_integer()
2978 vuc = vec_sral(vuc, vui); in test_integer()
2987 vbc = vec_sral(vbc, vui); in test_integer()
2996 vss = vec_sral(vss, vui); in test_integer()
3005 vus = vec_sral(vus, vui); in test_integer()
3014 vbs = vec_sral(vbs, vui); in test_integer()
3023 vsi = vec_sral(vsi, vui); in test_integer()
3026 vui = vec_sral(vui, vuc); in test_integer()
3029 vui = vec_sral(vui, vus); in test_integer()
3032 vui = vec_sral(vui, vui); in test_integer()
3041 vbi = vec_sral(vbi, vui); in test_integer()
3050 vsl = vec_sral(vsl, vui); in test_integer()
3059 vul = vec_sral(vul, vui); in test_integer()
3068 vbl = vec_sral(vbl, vui); in test_integer()
3099 vsi = vec_srab(vsi, vui); in test_integer()
3102 vui = vec_srab(vui, vsi); in test_integer()
3105 vui = vec_srab(vui, vui); in test_integer()
3133 vsc = vec_srl(vsc, vui); in test_integer()
3142 vuc = vec_srl(vuc, vui); in test_integer()
3151 vbc = vec_srl(vbc, vui); in test_integer()
3160 vss = vec_srl(vss, vui); in test_integer()
3169 vus = vec_srl(vus, vui); in test_integer()
3178 vbs = vec_srl(vbs, vui); in test_integer()
3187 vsi = vec_srl(vsi, vui); in test_integer()
3190 vui = vec_srl(vui, vuc); in test_integer()
3193 vui = vec_srl(vui, vus); in test_integer()
3196 vui = vec_srl(vui, vui); in test_integer()
3205 vbi = vec_srl(vbi, vui); in test_integer()
3214 vsl = vec_srl(vsl, vui); in test_integer()
3223 vul = vec_srl(vul, vui); in test_integer()
3232 vbl = vec_srl(vbl, vui); in test_integer()
3263 vsi = vec_srb(vsi, vui); in test_integer()
3266 vui = vec_srb(vui, vsi); in test_integer()
3269 vui = vec_srb(vui, vui); in test_integer()
3330 vui = vec_max(vui, vui); in test_integer()
3332 vui = vec_max(vui, vbi); in test_integer()
3334 vui = vec_max(vbi, vui); in test_integer()
3381 vui = vec_min(vui, vui); in test_integer()
3383 vui = vec_min(vui, vbi); in test_integer()
3385 vui = vec_min(vbi, vui); in test_integer()
3408 vui = vec_addc(vui, vui); in test_integer()
3443 vui = vec_avg(vui, vui); in test_integer()
3453 vui = vec_checksum(vui, vui); in test_integer()
3460 vui = vec_gfmsum(vus, vus); in test_integer()
3463 vul = vec_gfmsum(vui, vui); in test_integer()
3473 vui = vec_gfmsum_accum(vus, vus, vui); in test_integer()
3476 vul = vec_gfmsum_accum(vui, vui, vul); in test_integer()
3501 vsi = vec_mladd(vui, vsi, vsi); in test_integer()
3503 vsi = vec_mladd(vsi, vui, vui); in test_integer()
3505 vui = vec_mladd(vui, vui, vui); in test_integer()
3523 vui = vec_mhadd(vui, vui, vui); in test_integer()
3536 vui = vec_meadd(vus, vus, vui); in test_integer()
3542 vul = vec_meadd(vui, vui, vul); in test_integer()
3555 vui = vec_moadd(vus, vus, vui); in test_integer()
3561 vul = vec_moadd(vui, vui, vul); in test_integer()
3580 vui = vec_mulh(vui, vui); in test_integer()
3593 vui = vec_mule(vus, vus); in test_integer()
3599 vul = vec_mule(vui, vui); in test_integer()
3612 vui = vec_mulo(vus, vus); in test_integer()
3618 vul = vec_mulo(vui, vui); in test_integer()
3628 vui = vec_subc(vui, vui); in test_integer()
3648 vui = vec_sum4(vuc, vuc); in test_integer()
3651 vui = vec_sum4(vus, vus); in test_integer()
3657 vul = vec_sum2(vui, vui); in test_integer()
3660 vuc = vec_sum_u128(vui, vui); in test_integer()
3679 idx = vec_test_mask(vsi, vui); in test_integer()
3682 idx = vec_test_mask(vui, vui); in test_integer()
3720 vui = vec_cp_until_zero(vui); in test_string()
3748 vui = vec_cp_until_zero_cc(vui, &cc); in test_string()
3776 vui = vec_cmpeq_idx(vui, vui); in test_string()
3779 vui = vec_cmpeq_idx(vbi, vbi); in test_string()
3804 vui = vec_cmpeq_idx_cc(vui, vui, &cc); in test_string()
3807 vui = vec_cmpeq_idx_cc(vbi, vbi, &cc); in test_string()
3832 vui = vec_cmpeq_or_0_idx(vui, vui); in test_string()
3835 vui = vec_cmpeq_or_0_idx(vbi, vbi); in test_string()
3860 vui = vec_cmpeq_or_0_idx_cc(vui, vui, &cc); in test_string()
3863 vui = vec_cmpeq_or_0_idx_cc(vbi, vbi, &cc); in test_string()
3888 vui = vec_cmpne_idx(vui, vui); in test_string()
3891 vui = vec_cmpne_idx(vbi, vbi); in test_string()
3916 vui = vec_cmpne_idx_cc(vui, vui, &cc); in test_string()
3919 vui = vec_cmpne_idx_cc(vbi, vbi, &cc); in test_string()
3944 vui = vec_cmpne_or_0_idx(vui, vui); in test_string()
3947 vui = vec_cmpne_or_0_idx(vbi, vbi); in test_string()
3972 vui = vec_cmpne_or_0_idx_cc(vui, vui, &cc); in test_string()
3975 vui = vec_cmpne_or_0_idx_cc(vbi, vbi, &cc); in test_string()
3985 vbi = vec_cmprg(vui, vui, vui); in test_string()
3995 vbi = vec_cmprg_cc(vui, vui, vui, &cc); in test_string()
4005 vui = vec_cmprg_idx(vui, vui, vui); in test_string()
4015 vui = vec_cmprg_idx_cc(vui, vui, vui, &cc); in test_string()
4025 vui = vec_cmprg_or_0_idx(vui, vui, vui); in test_string()
4035 vui = vec_cmprg_or_0_idx_cc(vui, vui, vui, &cc); in test_string()
4045 vbi = vec_cmpnrg(vui, vui, vui); in test_string()
4055 vbi = vec_cmpnrg_cc(vui, vui, vui, &cc); in test_string()
4065 vui = vec_cmpnrg_idx(vui, vui, vui); in test_string()
4075 vui = vec_cmpnrg_idx_cc(vui, vui, vui, &cc); in test_string()
4085 vui = vec_cmpnrg_or_0_idx(vui, vui, vui); in test_string()
4095 vui = vec_cmpnrg_or_0_idx_cc(vui, vui, vui, &cc); in test_string()
4120 vbi = vec_find_any_eq(vui, vui); in test_string()
4148 vbi = vec_find_any_eq_cc(vui, vui, &cc); in test_string()
4176 vui = vec_find_any_eq_idx(vui, vui); in test_string()
4179 vui = vec_find_any_eq_idx(vbi, vbi); in test_string()
4204 vui = vec_find_any_eq_idx_cc(vui, vui, &cc); in test_string()
4207 vui = vec_find_any_eq_idx_cc(vbi, vbi, &cc); in test_string()
4232 vui = vec_find_any_eq_or_0_idx(vui, vui); in test_string()
4235 vui = vec_find_any_eq_or_0_idx(vbi, vbi); in test_string()
4260 vui = vec_find_any_eq_or_0_idx_cc(vui, vui, &cc); in test_string()
4263 vui = vec_find_any_eq_or_0_idx_cc(vbi, vbi, &cc); in test_string()
4288 vbi = vec_find_any_ne(vui, vui); in test_string()
4316 vbi = vec_find_any_ne_cc(vui, vui, &cc); in test_string()
4344 vui = vec_find_any_ne_idx(vui, vui); in test_string()
4347 vui = vec_find_any_ne_idx(vbi, vbi); in test_string()
4372 vui = vec_find_any_ne_idx_cc(vui, vui, &cc); in test_string()
4375 vui = vec_find_any_ne_idx_cc(vbi, vbi, &cc); in test_string()
4400 vui = vec_find_any_ne_or_0_idx(vui, vui); in test_string()
4403 vui = vec_find_any_ne_or_0_idx(vbi, vbi); in test_string()
4428 vui = vec_find_any_ne_or_0_idx_cc(vui, vui, &cc); in test_string()
4431 vui = vec_find_any_ne_or_0_idx_cc(vbi, vbi, &cc); in test_string()