Lines Matching refs:vsi
10 volatile vector signed int vsi; variable
88 si = vec_extract(vsi, idx); in test_core()
115 vsi = vec_insert(si, vsi, idx); in test_core()
138 vsi = vec_promote(si, idx); in test_core()
157 vsi = vec_insert_and_zero(cptrsi); in test_core()
180 vsi = vec_perm(vsi, vsi, vuc); in test_core()
240 vsi = vec_sel(vsi, vsi, vui); in test_core()
241 vsi = vec_sel(vsi, vsi, vbi); 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()
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()
301 vsi = vec_xld2(idx, cptrsi); in test_core()
311 vsi = vec_xlw4(idx, cptrsi); in test_core()
318 vec_xstd2(vsi, idx, ptrsi); in test_core()
328 vec_xstw4(vsi, idx, ptrsi); in test_core()
339 vsi = vec_load_bndry(cptrsi, 64); in test_core()
370 vsi = vec_load_len(cptrsi, idx); in test_core()
389 vec_store_len(vsi, ptrsi, idx); in test_core()
459 vsi = vec_splat(vsi, 0); in test_core()
461 vsi = vec_splat(vsi, 3); in test_core()
504 vsi = vec_splat_s32(-32768); in test_core()
506 vsi = vec_splat_s32(32767); in test_core()
529 vsi = vec_splats(si); in test_core()
542 vsl = vec_extend_s64(vsi); in test_core()
556 vsi = vec_mergeh(vsi, vsi); in test_core()
583 vsi = vec_mergel(vsi, vsi); in test_core()
604 vss = vec_pack(vsi, vsi); in test_core()
610 vsi = vec_pack(vsl, vsl); in test_core()
621 vss = vec_packs(vsi, vsi); in test_core()
625 vsi = vec_packs(vsl, vsl); in test_core()
634 vss = vec_packs_cc(vsi, vsi, &cc); in test_core()
638 vsi = vec_packs_cc(vsl, vsl, &cc); in test_core()
647 vus = vec_packsu(vsi, vsi); in test_core()
669 vsi = vec_unpackh(vss); in test_core()
675 vsl = vec_unpackh(vsi); in test_core()
688 vsi = vec_unpackl(vss); in test_core()
694 vsl = vec_unpackl(vsi); in test_core()
715 vbi = vec_cmpeq(vsi, vsi); in test_compare()
738 vbi = vec_cmpge(vsi, vsi); in test_compare()
757 vbi = vec_cmpgt(vsi, vsi); in test_compare()
776 vbi = vec_cmple(vsi, vsi); in test_compare()
795 vbi = vec_cmplt(vsi, vsi); in test_compare()
834 idx = vec_all_eq(vsi, vsi); in test_compare()
836 idx = vec_all_eq(vsi, vbi); in test_compare()
838 idx = vec_all_eq(vbi, vsi); in test_compare()
893 idx = vec_all_ne(vsi, vsi); in test_compare()
895 idx = vec_all_ne(vsi, vbi); in test_compare()
897 idx = vec_all_ne(vbi, vsi); in test_compare()
952 idx = vec_all_ge(vsi, vsi); in test_compare()
954 idx = vec_all_ge(vsi, vbi); in test_compare()
956 idx = vec_all_ge(vbi, vsi); in test_compare()
1011 idx = vec_all_gt(vsi, vsi); in test_compare()
1013 idx = vec_all_gt(vsi, vbi); in test_compare()
1015 idx = vec_all_gt(vbi, vsi); in test_compare()
1070 idx = vec_all_le(vsi, vsi); in test_compare()
1072 idx = vec_all_le(vsi, vbi); in test_compare()
1074 idx = vec_all_le(vbi, vsi); in test_compare()
1129 idx = vec_all_lt(vsi, vsi); in test_compare()
1131 idx = vec_all_lt(vsi, vbi); in test_compare()
1133 idx = vec_all_lt(vbi, vsi); in test_compare()
1202 idx = vec_any_eq(vsi, vsi); in test_compare()
1204 idx = vec_any_eq(vsi, vbi); in test_compare()
1206 idx = vec_any_eq(vbi, vsi); in test_compare()
1261 idx = vec_any_ne(vsi, vsi); in test_compare()
1263 idx = vec_any_ne(vsi, vbi); in test_compare()
1265 idx = vec_any_ne(vbi, vsi); in test_compare()
1320 idx = vec_any_ge(vsi, vsi); in test_compare()
1322 idx = vec_any_ge(vsi, vbi); in test_compare()
1324 idx = vec_any_ge(vbi, vsi); in test_compare()
1379 idx = vec_any_gt(vsi, vsi); in test_compare()
1381 idx = vec_any_gt(vsi, vbi); in test_compare()
1383 idx = vec_any_gt(vbi, vsi); in test_compare()
1438 idx = vec_any_le(vsi, vsi); in test_compare()
1440 idx = vec_any_le(vsi, vbi); in test_compare()
1442 idx = vec_any_le(vbi, vsi); in test_compare()
1497 idx = vec_any_lt(vsi, vsi); in test_compare()
1499 idx = vec_any_lt(vsi, vbi); in test_compare()
1501 idx = vec_any_lt(vbi, vsi); in test_compare()
1558 vsi = vec_andc(vsi, vsi); in test_integer()
1559 vsi = vec_andc(vsi, vbi); in test_integer()
1560 vsi = vec_andc(vbi, vsi); in test_integer()
1590 vsi = vec_nor(vsi, vsi); in test_integer()
1591 vsi = vec_nor(vsi, vbi); in test_integer()
1592 vsi = vec_nor(vbi, vsi); in test_integer()
1616 vui = vec_cntlz(vsi); in test_integer()
1633 vui = vec_cnttz(vsi); in test_integer()
1650 vui = vec_popcnt(vsi); in test_integer()
1667 vsi = vec_rl(vsi, vui); in test_integer()
1684 vsi = vec_rli(vsi, 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()
1762 vsi = vec_sll(vsi, vuc); in test_integer()
1764 vsi = vec_sll(vsi, vus); in test_integer()
1766 vsi = vec_sll(vsi, vui); in test_integer()
1815 vsi = vec_slb(vsi, vsi); in test_integer()
1817 vsi = vec_slb(vsi, vui); in test_integer()
1819 vui = vec_slb(vui, vsi); in test_integer()
1852 vsi = vec_sld(vsi, vsi, 0); in test_integer()
1854 vsi = vec_sld(vsi, vsi, 15); in test_integer()
1889 vsi = vec_sldw(vsi, vsi, 0); in test_integer()
1891 vsi = vec_sldw(vsi, vsi, 3); in test_integer()
1946 vsi = vec_sral(vsi, vuc); in test_integer()
1948 vsi = vec_sral(vsi, vus); in test_integer()
1950 vsi = vec_sral(vsi, vui); in test_integer()
1999 vsi = vec_srab(vsi, vsi); in test_integer()
2001 vsi = vec_srab(vsi, vui); in test_integer()
2003 vui = vec_srab(vui, vsi); in test_integer()
2056 vsi = vec_srl(vsi, vuc); in test_integer()
2058 vsi = vec_srl(vsi, vus); in test_integer()
2060 vsi = vec_srl(vsi, vui); in test_integer()
2109 vsi = vec_srb(vsi, vsi); in test_integer()
2111 vsi = vec_srb(vsi, vui); in test_integer()
2113 vui = vec_srb(vui, vsi); in test_integer()
2132 vsi = vec_abs(vsi); in test_integer()
2147 vsi = vec_max(vsi, vsi); in test_integer()
2148 vsi = vec_max(vsi, vbi); in test_integer()
2149 vsi = vec_max(vbi, vsi); in test_integer()
2173 vsi = vec_min(vsi, vsi); in test_integer()
2174 vsi = vec_min(vsi, vbi); in test_integer()
2175 vsi = vec_min(vbi, vsi); in test_integer()
2213 vsi = vec_avg(vsi, vsi); in test_integer()
2251 vsi = vec_mladd(vsi, vsi, vsi); in test_integer()
2252 vsi = vec_mladd(vui, vsi, vsi); in test_integer()
2253 vsi = vec_mladd(vsi, vui, vui); in test_integer()
2264 vsi = vec_mhadd(vsi, vsi, vsi); in test_integer()
2273 vsi = vec_meadd(vss, vss, vsi); in test_integer()
2277 vsl = vec_meadd(vsi, vsi, vsl); in test_integer()
2286 vsi = vec_moadd(vss, vss, vsi); in test_integer()
2290 vsl = vec_moadd(vsi, vsi, vsl); in test_integer()
2303 vsi = vec_mulh(vsi, vsi); in test_integer()
2312 vsi = vec_mule(vss, vss); in test_integer()
2316 vsl = vec_mule(vsi, vsi); in test_integer()
2325 vsi = vec_mulo(vss, vss); in test_integer()
2329 vsl = vec_mulo(vsi, vsi); in test_integer()
2373 idx = vec_test_mask(vsi, vui); in test_integer()
2398 vsi = vec_cp_until_zero(vsi); in test_string()
2417 vsi = vec_cp_until_zero_cc(vsi, &cc); in test_string()
2436 vsi = vec_cmpeq_idx(vsi, vsi); in test_string()
2455 vsi = vec_cmpeq_idx_cc(vsi, vsi, &cc); in test_string()
2474 vsi = vec_cmpeq_or_0_idx(vsi, vsi); in test_string()
2493 vsi = vec_cmpeq_or_0_idx_cc(vsi, vsi, &cc); in test_string()
2512 vsi = vec_cmpne_idx(vsi, vsi); in test_string()
2531 vsi = vec_cmpne_idx_cc(vsi, vsi, &cc); in test_string()
2550 vsi = vec_cmpne_or_0_idx(vsi, vsi); in test_string()
2569 vsi = vec_cmpne_or_0_idx_cc(vsi, vsi, &cc); in test_string()
2672 vbi = vec_find_any_eq(vsi, vsi); in test_string()
2691 vbi = vec_find_any_eq_cc(vsi, vsi, &cc); in test_string()
2710 vsi = vec_find_any_eq_idx(vsi, vsi); in test_string()
2729 vsi = vec_find_any_eq_idx_cc(vsi, vsi, &cc); in test_string()
2748 vsi = vec_find_any_eq_or_0_idx(vsi, vsi); in test_string()
2767 vsi = vec_find_any_eq_or_0_idx_cc(vsi, vsi, &cc); in test_string()
2786 vbi = vec_find_any_ne(vsi, vsi); in test_string()
2805 vbi = vec_find_any_ne_cc(vsi, vsi, &cc); in test_string()
2824 vsi = vec_find_any_ne_idx(vsi, vsi); in test_string()
2843 vsi = vec_find_any_ne_idx_cc(vsi, vsi, &cc); in test_string()
2862 vsi = vec_find_any_ne_or_0_idx(vsi, vsi); in test_string()
2881 vsi = vec_find_any_ne_or_0_idx_cc(vsi, vsi, &cc); in test_string()