Lines Matching refs:vbs
20 volatile vector bool short vbs; variable
103 us = vec_extract(vbs, idx); in test_core()
143 vus = vec_insert(us, vbs, idx); in test_core()
239 vbs = vec_perm(vbs, vbs, vuc); in test_core()
338 vbs = vec_reve(vbs); in test_core()
369 vss = vec_sel(vss, vss, vbs); in test_core()
373 vus = vec_sel(vus, vus, vbs); in test_core()
375 vbs = vec_sel(vbs, vbs, vus); in test_core()
377 vbs = vec_sel(vbs, vbs, vbs); in test_core()
761 vbs = vec_splat(vbs, 0); in test_core()
764 vbs = vec_splat(vbs, 7); in test_core()
893 vbs = vec_mergeh(vbs, vbs); in test_core()
933 vbs = vec_mergel(vbs, vbs); in test_core()
964 vbc = vec_pack(vbs, vbs); in test_core()
973 vbs = vec_pack(vbi, vbi); in test_core()
1059 vbs = vec_unpackh(vbc); in test_core()
1068 vbi = vec_unpackh(vbs); in test_core()
1087 vbs = vec_unpackl(vbc); in test_core()
1096 vbi = vec_unpackl(vbs); in test_core()
1122 vbs = vec_cmpeq(vss, vss); in test_compare()
1125 vbs = vec_cmpeq(vus, vus); in test_compare()
1128 vbs = vec_cmpeq(vbs, vbs); in test_compare()
1159 vbs = vec_cmpge(vss, vss); in test_compare()
1162 vbs = vec_cmpge(vus, vus); in test_compare()
1187 vbs = vec_cmpgt(vss, vss); in test_compare()
1190 vbs = vec_cmpgt(vus, vus); in test_compare()
1215 vbs = vec_cmple(vss, vss); in test_compare()
1218 vbs = vec_cmple(vus, vus); in test_compare()
1243 vbs = vec_cmplt(vss, vss); in test_compare()
1246 vbs = vec_cmplt(vus, vus); in test_compare()
1289 idx = vec_all_eq(vss, vbs); in test_compare()
1292 idx = vec_all_eq(vbs, vss); in test_compare()
1298 idx = vec_all_eq(vus, vbs); in test_compare()
1301 idx = vec_all_eq(vbs, vus); in test_compare()
1304 idx = vec_all_eq(vbs, vbs); in test_compare()
1377 idx = vec_all_ne(vss, vbs); in test_compare()
1380 idx = vec_all_ne(vbs, vss); in test_compare()
1386 idx = vec_all_ne(vus, vbs); in test_compare()
1389 idx = vec_all_ne(vbs, vus); in test_compare()
1392 idx = vec_all_ne(vbs, vbs); in test_compare()
1465 idx = vec_all_ge(vss, vbs); in test_compare()
1468 idx = vec_all_ge(vbs, vss); in test_compare()
1474 idx = vec_all_ge(vus, vbs); in test_compare()
1477 idx = vec_all_ge(vbs, vus); in test_compare()
1480 idx = vec_all_ge(vbs, vbs); in test_compare()
1553 idx = vec_all_gt(vss, vbs); in test_compare()
1556 idx = vec_all_gt(vbs, vss); in test_compare()
1562 idx = vec_all_gt(vus, vbs); in test_compare()
1565 idx = vec_all_gt(vbs, vus); in test_compare()
1568 idx = vec_all_gt(vbs, vbs); in test_compare()
1641 idx = vec_all_le(vss, vbs); in test_compare()
1644 idx = vec_all_le(vbs, vss); in test_compare()
1650 idx = vec_all_le(vus, vbs); in test_compare()
1653 idx = vec_all_le(vbs, vus); in test_compare()
1656 idx = vec_all_le(vbs, vbs); in test_compare()
1729 idx = vec_all_lt(vss, vbs); in test_compare()
1732 idx = vec_all_lt(vbs, vss); in test_compare()
1738 idx = vec_all_lt(vus, vbs); in test_compare()
1741 idx = vec_all_lt(vbs, vus); in test_compare()
1744 idx = vec_all_lt(vbs, vbs); in test_compare()
1837 idx = vec_any_eq(vss, vbs); in test_compare()
1840 idx = vec_any_eq(vbs, vss); in test_compare()
1846 idx = vec_any_eq(vus, vbs); in test_compare()
1849 idx = vec_any_eq(vbs, vus); in test_compare()
1852 idx = vec_any_eq(vbs, vbs); in test_compare()
1925 idx = vec_any_ne(vss, vbs); in test_compare()
1928 idx = vec_any_ne(vbs, vss); in test_compare()
1934 idx = vec_any_ne(vus, vbs); in test_compare()
1937 idx = vec_any_ne(vbs, vus); in test_compare()
1940 idx = vec_any_ne(vbs, vbs); in test_compare()
2013 idx = vec_any_ge(vss, vbs); in test_compare()
2016 idx = vec_any_ge(vbs, vss); in test_compare()
2022 idx = vec_any_ge(vus, vbs); in test_compare()
2025 idx = vec_any_ge(vbs, vus); in test_compare()
2028 idx = vec_any_ge(vbs, vbs); in test_compare()
2101 idx = vec_any_gt(vss, vbs); in test_compare()
2104 idx = vec_any_gt(vbs, vss); in test_compare()
2110 idx = vec_any_gt(vus, vbs); in test_compare()
2113 idx = vec_any_gt(vbs, vus); in test_compare()
2116 idx = vec_any_gt(vbs, vbs); in test_compare()
2189 idx = vec_any_le(vss, vbs); in test_compare()
2192 idx = vec_any_le(vbs, vss); in test_compare()
2198 idx = vec_any_le(vus, vbs); in test_compare()
2201 idx = vec_any_le(vbs, vus); in test_compare()
2204 idx = vec_any_le(vbs, vbs); in test_compare()
2277 idx = vec_any_lt(vss, vbs); in test_compare()
2280 idx = vec_any_lt(vbs, vss); in test_compare()
2286 idx = vec_any_lt(vus, vbs); in test_compare()
2289 idx = vec_any_lt(vbs, vus); in test_compare()
2292 idx = vec_any_lt(vbs, vbs); in test_compare()
2381 vss = vec_andc(vss, vbs); in test_integer()
2383 vss = vec_andc(vbs, vss); in test_integer()
2387 vus = vec_andc(vus, vbs); in test_integer()
2389 vus = vec_andc(vbs, vus); in test_integer()
2391 vbs = vec_andc(vbs, vbs); in test_integer()
2444 vss = vec_nor(vss, vbs); in test_integer()
2446 vss = vec_nor(vbs, vss); in test_integer()
2450 vus = vec_nor(vus, vbs); in test_integer()
2452 vus = vec_nor(vbs, vus); in test_integer()
2454 vbs = vec_nor(vbs, vbs); in test_integer()
2710 vbs = vec_sll(vbs, vuc); in test_integer()
2713 vbs = vec_sll(vbs, vus); in test_integer()
2716 vbs = vec_sll(vbs, vui); in test_integer()
2859 vbs = vec_sld(vbs, vbs, 0); in test_integer()
2862 vbs = vec_sld(vbs, vbs, 15); in test_integer()
3008 vbs = vec_sral(vbs, vuc); in test_integer()
3011 vbs = vec_sral(vbs, vus); in test_integer()
3014 vbs = vec_sral(vbs, vui); in test_integer()
3172 vbs = vec_srl(vbs, vuc); in test_integer()
3175 vbs = vec_srl(vbs, vus); in test_integer()
3178 vbs = vec_srl(vbs, vui); in test_integer()
3314 vss = vec_max(vss, vbs); in test_integer()
3316 vss = vec_max(vbs, vss); in test_integer()
3320 vus = vec_max(vus, vbs); in test_integer()
3322 vus = vec_max(vbs, vus); in test_integer()
3365 vss = vec_min(vss, vbs); in test_integer()
3367 vss = vec_min(vbs, vss); in test_integer()
3371 vus = vec_min(vus, vbs); in test_integer()
3373 vus = vec_min(vbs, vus); in test_integer()
3714 vbs = vec_cp_until_zero(vbs); in test_string()
3742 vbs = vec_cp_until_zero_cc(vbs, &cc); in test_string()
3770 vus = vec_cmpeq_idx(vbs, vbs); in test_string()
3798 vus = vec_cmpeq_idx_cc(vbs, vbs, &cc); in test_string()
3826 vus = vec_cmpeq_or_0_idx(vbs, vbs); in test_string()
3854 vus = vec_cmpeq_or_0_idx_cc(vbs, vbs, &cc); in test_string()
3882 vus = vec_cmpne_idx(vbs, vbs); in test_string()
3910 vus = vec_cmpne_idx_cc(vbs, vbs, &cc); in test_string()
3938 vus = vec_cmpne_or_0_idx(vbs, vbs); in test_string()
3966 vus = vec_cmpne_or_0_idx_cc(vbs, vbs, &cc); in test_string()
3982 vbs = vec_cmprg(vus, vus, vus); in test_string()
3992 vbs = vec_cmprg_cc(vus, vus, vus, &cc); in test_string()
4042 vbs = vec_cmpnrg(vus, vus, vus); in test_string()
4052 vbs = vec_cmpnrg_cc(vus, vus, vus, &cc); in test_string()
4108 vbs = vec_find_any_eq(vss, vss); in test_string()
4111 vbs = vec_find_any_eq(vus, vus); in test_string()
4114 vbs = vec_find_any_eq(vbs, vbs); in test_string()
4136 vbs = vec_find_any_eq_cc(vss, vss, &cc); in test_string()
4139 vbs = vec_find_any_eq_cc(vus, vus, &cc); in test_string()
4142 vbs = vec_find_any_eq_cc(vbs, vbs, &cc); in test_string()
4170 vus = vec_find_any_eq_idx(vbs, vbs); in test_string()
4198 vus = vec_find_any_eq_idx_cc(vbs, vbs, &cc); in test_string()
4226 vus = vec_find_any_eq_or_0_idx(vbs, vbs); in test_string()
4254 vus = vec_find_any_eq_or_0_idx_cc(vbs, vbs, &cc); in test_string()
4276 vbs = vec_find_any_ne(vss, vss); in test_string()
4279 vbs = vec_find_any_ne(vus, vus); in test_string()
4282 vbs = vec_find_any_ne(vbs, vbs); in test_string()
4304 vbs = vec_find_any_ne_cc(vss, vss, &cc); in test_string()
4307 vbs = vec_find_any_ne_cc(vus, vus, &cc); in test_string()
4310 vbs = vec_find_any_ne_cc(vbs, vbs, &cc); in test_string()
4338 vus = vec_find_any_ne_idx(vbs, vbs); in test_string()
4366 vus = vec_find_any_ne_idx_cc(vbs, vbs, &cc); in test_string()
4394 vus = vec_find_any_ne_or_0_idx(vbs, vbs); in test_string()
4422 vus = vec_find_any_ne_or_0_idx_cc(vbs, vbs, &cc); in test_string()