• Home
  • Raw
  • Download

Lines Matching refs:vbc

19 volatile vector bool char vbc;  variable
94 uc = vec_extract(vbc, idx); in test_core()
134 vuc = vec_insert(uc, vbc, idx); in test_core()
230 vbc = vec_perm(vbc, vbc, vuc); in test_core()
332 vbc = vec_reve(vbc); in test_core()
357 vsc = vec_sel(vsc, vsc, vbc); in test_core()
361 vuc = vec_sel(vuc, vuc, vbc); in test_core()
363 vbc = vec_sel(vbc, vbc, vuc); in test_core()
365 vbc = vec_sel(vbc, vbc, vbc); in test_core()
743 vbc = vec_splat(vbc, 0); in test_core()
746 vbc = vec_splat(vbc, 15); in test_core()
884 vbc = vec_mergeh(vbc, vbc); in test_core()
924 vbc = vec_mergel(vbc, vbc); in test_core()
964 vbc = vec_pack(vbs, vbs); in test_core()
1059 vbs = vec_unpackh(vbc); in test_core()
1087 vbs = vec_unpackl(vbc); in test_core()
1113 vbc = vec_cmpeq(vsc, vsc); in test_compare()
1116 vbc = vec_cmpeq(vuc, vuc); in test_compare()
1119 vbc = vec_cmpeq(vbc, vbc); in test_compare()
1153 vbc = vec_cmpge(vsc, vsc); in test_compare()
1156 vbc = vec_cmpge(vuc, vuc); in test_compare()
1181 vbc = vec_cmpgt(vsc, vsc); in test_compare()
1184 vbc = vec_cmpgt(vuc, vuc); in test_compare()
1209 vbc = vec_cmple(vsc, vsc); in test_compare()
1212 vbc = vec_cmple(vuc, vuc); in test_compare()
1237 vbc = vec_cmplt(vsc, vsc); in test_compare()
1240 vbc = vec_cmplt(vuc, vuc); in test_compare()
1268 idx = vec_all_eq(vsc, vbc); in test_compare()
1271 idx = vec_all_eq(vbc, vsc); in test_compare()
1277 idx = vec_all_eq(vuc, vbc); in test_compare()
1280 idx = vec_all_eq(vbc, vuc); in test_compare()
1283 idx = vec_all_eq(vbc, vbc); in test_compare()
1356 idx = vec_all_ne(vsc, vbc); in test_compare()
1359 idx = vec_all_ne(vbc, vsc); in test_compare()
1365 idx = vec_all_ne(vuc, vbc); in test_compare()
1368 idx = vec_all_ne(vbc, vuc); in test_compare()
1371 idx = vec_all_ne(vbc, vbc); in test_compare()
1444 idx = vec_all_ge(vsc, vbc); in test_compare()
1447 idx = vec_all_ge(vbc, vsc); in test_compare()
1453 idx = vec_all_ge(vuc, vbc); in test_compare()
1456 idx = vec_all_ge(vbc, vuc); in test_compare()
1459 idx = vec_all_ge(vbc, vbc); in test_compare()
1532 idx = vec_all_gt(vsc, vbc); in test_compare()
1535 idx = vec_all_gt(vbc, vsc); in test_compare()
1541 idx = vec_all_gt(vuc, vbc); in test_compare()
1544 idx = vec_all_gt(vbc, vuc); in test_compare()
1547 idx = vec_all_gt(vbc, vbc); in test_compare()
1620 idx = vec_all_le(vsc, vbc); in test_compare()
1623 idx = vec_all_le(vbc, vsc); in test_compare()
1629 idx = vec_all_le(vuc, vbc); in test_compare()
1632 idx = vec_all_le(vbc, vuc); in test_compare()
1635 idx = vec_all_le(vbc, vbc); in test_compare()
1708 idx = vec_all_lt(vsc, vbc); in test_compare()
1711 idx = vec_all_lt(vbc, vsc); in test_compare()
1717 idx = vec_all_lt(vuc, vbc); in test_compare()
1720 idx = vec_all_lt(vbc, vuc); in test_compare()
1723 idx = vec_all_lt(vbc, vbc); in test_compare()
1816 idx = vec_any_eq(vsc, vbc); in test_compare()
1819 idx = vec_any_eq(vbc, vsc); in test_compare()
1825 idx = vec_any_eq(vuc, vbc); in test_compare()
1828 idx = vec_any_eq(vbc, vuc); in test_compare()
1831 idx = vec_any_eq(vbc, vbc); in test_compare()
1904 idx = vec_any_ne(vsc, vbc); in test_compare()
1907 idx = vec_any_ne(vbc, vsc); in test_compare()
1913 idx = vec_any_ne(vuc, vbc); in test_compare()
1916 idx = vec_any_ne(vbc, vuc); in test_compare()
1919 idx = vec_any_ne(vbc, vbc); in test_compare()
1992 idx = vec_any_ge(vsc, vbc); in test_compare()
1995 idx = vec_any_ge(vbc, vsc); in test_compare()
2001 idx = vec_any_ge(vuc, vbc); in test_compare()
2004 idx = vec_any_ge(vbc, vuc); in test_compare()
2007 idx = vec_any_ge(vbc, vbc); in test_compare()
2080 idx = vec_any_gt(vsc, vbc); in test_compare()
2083 idx = vec_any_gt(vbc, vsc); in test_compare()
2089 idx = vec_any_gt(vuc, vbc); in test_compare()
2092 idx = vec_any_gt(vbc, vuc); in test_compare()
2095 idx = vec_any_gt(vbc, vbc); in test_compare()
2168 idx = vec_any_le(vsc, vbc); in test_compare()
2171 idx = vec_any_le(vbc, vsc); in test_compare()
2177 idx = vec_any_le(vuc, vbc); in test_compare()
2180 idx = vec_any_le(vbc, vuc); in test_compare()
2183 idx = vec_any_le(vbc, vbc); in test_compare()
2256 idx = vec_any_lt(vsc, vbc); in test_compare()
2259 idx = vec_any_lt(vbc, vsc); in test_compare()
2265 idx = vec_any_lt(vuc, vbc); in test_compare()
2268 idx = vec_any_lt(vbc, vuc); in test_compare()
2271 idx = vec_any_lt(vbc, vbc); in test_compare()
2367 vsc = vec_andc(vsc, vbc); in test_integer()
2369 vsc = vec_andc(vbc, vsc); in test_integer()
2373 vuc = vec_andc(vuc, vbc); in test_integer()
2375 vuc = vec_andc(vbc, vuc); in test_integer()
2377 vbc = vec_andc(vbc, vbc); in test_integer()
2430 vsc = vec_nor(vsc, vbc); in test_integer()
2432 vsc = vec_nor(vbc, vsc); in test_integer()
2436 vuc = vec_nor(vuc, vbc); in test_integer()
2438 vuc = vec_nor(vbc, vuc); in test_integer()
2440 vbc = vec_nor(vbc, vbc); in test_integer()
2683 vbc = vec_sll(vbc, vuc); in test_integer()
2686 vbc = vec_sll(vbc, vus); in test_integer()
2689 vbc = vec_sll(vbc, vui); in test_integer()
2841 vbc = vec_sld(vbc, vbc, 0); in test_integer()
2844 vbc = vec_sld(vbc, vbc, 15); in test_integer()
2981 vbc = vec_sral(vbc, vuc); in test_integer()
2984 vbc = vec_sral(vbc, vus); in test_integer()
2987 vbc = vec_sral(vbc, vui); in test_integer()
3145 vbc = vec_srl(vbc, vuc); in test_integer()
3148 vbc = vec_srl(vbc, vus); in test_integer()
3151 vbc = vec_srl(vbc, vui); in test_integer()
3302 vsc = vec_max(vsc, vbc); in test_integer()
3304 vsc = vec_max(vbc, vsc); in test_integer()
3308 vuc = vec_max(vuc, vbc); in test_integer()
3310 vuc = vec_max(vbc, vuc); in test_integer()
3353 vsc = vec_min(vsc, vbc); in test_integer()
3355 vsc = vec_min(vbc, vsc); in test_integer()
3359 vuc = vec_min(vuc, vbc); in test_integer()
3361 vuc = vec_min(vbc, vuc); in test_integer()
3705 vbc = vec_cp_until_zero(vbc); in test_string()
3733 vbc = vec_cp_until_zero_cc(vbc, &cc); in test_string()
3761 vuc = vec_cmpeq_idx(vbc, vbc); in test_string()
3789 vuc = vec_cmpeq_idx_cc(vbc, vbc, &cc); in test_string()
3817 vuc = vec_cmpeq_or_0_idx(vbc, vbc); in test_string()
3845 vuc = vec_cmpeq_or_0_idx_cc(vbc, vbc, &cc); in test_string()
3873 vuc = vec_cmpne_idx(vbc, vbc); in test_string()
3901 vuc = vec_cmpne_idx_cc(vbc, vbc, &cc); in test_string()
3929 vuc = vec_cmpne_or_0_idx(vbc, vbc); in test_string()
3957 vuc = vec_cmpne_or_0_idx_cc(vbc, vbc, &cc); in test_string()
3979 vbc = vec_cmprg(vuc, vuc, vuc); in test_string()
3989 vbc = vec_cmprg_cc(vuc, vuc, vuc, &cc); in test_string()
4039 vbc = vec_cmpnrg(vuc, vuc, vuc); in test_string()
4049 vbc = vec_cmpnrg_cc(vuc, vuc, vuc, &cc); in test_string()
4099 vbc = vec_find_any_eq(vsc, vsc); in test_string()
4102 vbc = vec_find_any_eq(vuc, vuc); in test_string()
4105 vbc = vec_find_any_eq(vbc, vbc); in test_string()
4127 vbc = vec_find_any_eq_cc(vsc, vsc, &cc); in test_string()
4130 vbc = vec_find_any_eq_cc(vuc, vuc, &cc); in test_string()
4133 vbc = vec_find_any_eq_cc(vbc, vbc, &cc); in test_string()
4161 vuc = vec_find_any_eq_idx(vbc, vbc); in test_string()
4189 vuc = vec_find_any_eq_idx_cc(vbc, vbc, &cc); in test_string()
4217 vuc = vec_find_any_eq_or_0_idx(vbc, vbc); in test_string()
4245 vuc = vec_find_any_eq_or_0_idx_cc(vbc, vbc, &cc); in test_string()
4267 vbc = vec_find_any_ne(vsc, vsc); in test_string()
4270 vbc = vec_find_any_ne(vuc, vuc); in test_string()
4273 vbc = vec_find_any_ne(vbc, vbc); in test_string()
4295 vbc = vec_find_any_ne_cc(vsc, vsc, &cc); in test_string()
4298 vbc = vec_find_any_ne_cc(vuc, vuc, &cc); in test_string()
4301 vbc = vec_find_any_ne_cc(vbc, vbc, &cc); in test_string()
4329 vuc = vec_find_any_ne_idx(vbc, vbc); in test_string()
4357 vuc = vec_find_any_ne_idx_cc(vbc, vbc, &cc); in test_string()
4385 vuc = vec_find_any_ne_or_0_idx(vbc, vbc); in test_string()
4413 vuc = vec_find_any_ne_or_0_idx_cc(vbc, vbc, &cc); in test_string()