Lines Matching refs:vbi
21 volatile vector bool int vbi; variable
112 ui = vec_extract(vbi, idx); in test_core()
152 vui = vec_insert(ui, vbi, idx); in test_core()
248 vbi = vec_perm(vbi, vbi, vuc); in test_core()
344 vbi = vec_reve(vbi); in test_core()
381 vsi = vec_sel(vsi, vsi, vbi); in test_core()
385 vui = vec_sel(vui, vui, vbi); in test_core()
387 vbi = vec_sel(vbi, vbi, vui); in test_core()
389 vbi = vec_sel(vbi, vbi, vbi); 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()
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()
779 vbi = vec_splat(vbi, 0); in test_core()
782 vbi = vec_splat(vbi, 3); in test_core()
902 vbi = vec_mergeh(vbi, vbi); in test_core()
942 vbi = vec_mergel(vbi, vbi); in test_core()
973 vbs = vec_pack(vbi, vbi); in test_core()
982 vbi = vec_pack(vbl, vbl); in test_core()
1068 vbi = vec_unpackh(vbs); in test_core()
1077 vbl = vec_unpackh(vbi); in test_core()
1096 vbi = vec_unpackl(vbs); in test_core()
1105 vbl = vec_unpackl(vbi); in test_core()
1131 vbi = vec_cmpeq(vsi, vsi); in test_compare()
1134 vbi = vec_cmpeq(vui, vui); in test_compare()
1137 vbi = vec_cmpeq(vbi, vbi); in test_compare()
1165 vbi = vec_cmpge(vsi, vsi); in test_compare()
1168 vbi = vec_cmpge(vui, vui); in test_compare()
1193 vbi = vec_cmpgt(vsi, vsi); in test_compare()
1196 vbi = vec_cmpgt(vui, vui); in test_compare()
1221 vbi = vec_cmple(vsi, vsi); in test_compare()
1224 vbi = vec_cmple(vui, vui); in test_compare()
1249 vbi = vec_cmplt(vsi, vsi); in test_compare()
1252 vbi = vec_cmplt(vui, vui); in test_compare()
1310 idx = vec_all_eq(vsi, vbi); in test_compare()
1313 idx = vec_all_eq(vbi, vsi); in test_compare()
1319 idx = vec_all_eq(vui, vbi); in test_compare()
1322 idx = vec_all_eq(vbi, vui); in test_compare()
1325 idx = vec_all_eq(vbi, vbi); in test_compare()
1398 idx = vec_all_ne(vsi, vbi); in test_compare()
1401 idx = vec_all_ne(vbi, vsi); in test_compare()
1407 idx = vec_all_ne(vui, vbi); in test_compare()
1410 idx = vec_all_ne(vbi, vui); in test_compare()
1413 idx = vec_all_ne(vbi, vbi); in test_compare()
1486 idx = vec_all_ge(vsi, vbi); in test_compare()
1489 idx = vec_all_ge(vbi, vsi); in test_compare()
1495 idx = vec_all_ge(vui, vbi); in test_compare()
1498 idx = vec_all_ge(vbi, vui); in test_compare()
1501 idx = vec_all_ge(vbi, vbi); in test_compare()
1574 idx = vec_all_gt(vsi, vbi); in test_compare()
1577 idx = vec_all_gt(vbi, vsi); in test_compare()
1583 idx = vec_all_gt(vui, vbi); in test_compare()
1586 idx = vec_all_gt(vbi, vui); in test_compare()
1589 idx = vec_all_gt(vbi, vbi); in test_compare()
1662 idx = vec_all_le(vsi, vbi); in test_compare()
1665 idx = vec_all_le(vbi, vsi); in test_compare()
1671 idx = vec_all_le(vui, vbi); in test_compare()
1674 idx = vec_all_le(vbi, vui); in test_compare()
1677 idx = vec_all_le(vbi, vbi); in test_compare()
1750 idx = vec_all_lt(vsi, vbi); in test_compare()
1753 idx = vec_all_lt(vbi, vsi); in test_compare()
1759 idx = vec_all_lt(vui, vbi); in test_compare()
1762 idx = vec_all_lt(vbi, vui); in test_compare()
1765 idx = vec_all_lt(vbi, vbi); in test_compare()
1858 idx = vec_any_eq(vsi, vbi); in test_compare()
1861 idx = vec_any_eq(vbi, vsi); in test_compare()
1867 idx = vec_any_eq(vui, vbi); in test_compare()
1870 idx = vec_any_eq(vbi, vui); in test_compare()
1873 idx = vec_any_eq(vbi, vbi); in test_compare()
1946 idx = vec_any_ne(vsi, vbi); in test_compare()
1949 idx = vec_any_ne(vbi, vsi); in test_compare()
1955 idx = vec_any_ne(vui, vbi); in test_compare()
1958 idx = vec_any_ne(vbi, vui); in test_compare()
1961 idx = vec_any_ne(vbi, vbi); in test_compare()
2034 idx = vec_any_ge(vsi, vbi); in test_compare()
2037 idx = vec_any_ge(vbi, vsi); in test_compare()
2043 idx = vec_any_ge(vui, vbi); in test_compare()
2046 idx = vec_any_ge(vbi, vui); in test_compare()
2049 idx = vec_any_ge(vbi, vbi); in test_compare()
2122 idx = vec_any_gt(vsi, vbi); in test_compare()
2125 idx = vec_any_gt(vbi, vsi); in test_compare()
2131 idx = vec_any_gt(vui, vbi); in test_compare()
2134 idx = vec_any_gt(vbi, vui); in test_compare()
2137 idx = vec_any_gt(vbi, vbi); in test_compare()
2210 idx = vec_any_le(vsi, vbi); in test_compare()
2213 idx = vec_any_le(vbi, vsi); in test_compare()
2219 idx = vec_any_le(vui, vbi); in test_compare()
2222 idx = vec_any_le(vbi, vui); in test_compare()
2225 idx = vec_any_le(vbi, vbi); in test_compare()
2298 idx = vec_any_lt(vsi, vbi); in test_compare()
2301 idx = vec_any_lt(vbi, vsi); in test_compare()
2307 idx = vec_any_lt(vui, vbi); in test_compare()
2310 idx = vec_any_lt(vbi, vui); in test_compare()
2313 idx = vec_any_lt(vbi, vbi); in test_compare()
2395 vsi = vec_andc(vsi, vbi); in test_integer()
2397 vsi = vec_andc(vbi, vsi); in test_integer()
2401 vui = vec_andc(vui, vbi); in test_integer()
2403 vui = vec_andc(vbi, vui); in test_integer()
2405 vbi = vec_andc(vbi, vbi); in test_integer()
2458 vsi = vec_nor(vsi, vbi); in test_integer()
2460 vsi = vec_nor(vbi, vsi); in test_integer()
2464 vui = vec_nor(vui, vbi); in test_integer()
2466 vui = vec_nor(vbi, vui); in test_integer()
2468 vbi = vec_nor(vbi, vbi); in test_integer()
2737 vbi = vec_sll(vbi, vuc); in test_integer()
2740 vbi = vec_sll(vbi, vus); in test_integer()
2743 vbi = vec_sll(vbi, vui); in test_integer()
2877 vbi = vec_sld(vbi, vbi, 0); in test_integer()
2880 vbi = vec_sld(vbi, vbi, 15); in test_integer()
3035 vbi = vec_sral(vbi, vuc); in test_integer()
3038 vbi = vec_sral(vbi, vus); in test_integer()
3041 vbi = vec_sral(vbi, vui); in test_integer()
3199 vbi = vec_srl(vbi, vuc); in test_integer()
3202 vbi = vec_srl(vbi, vus); in test_integer()
3205 vbi = vec_srl(vbi, vui); in test_integer()
3326 vsi = vec_max(vsi, vbi); in test_integer()
3328 vsi = vec_max(vbi, vsi); in test_integer()
3332 vui = vec_max(vui, vbi); in test_integer()
3334 vui = vec_max(vbi, vui); in test_integer()
3377 vsi = vec_min(vsi, vbi); in test_integer()
3379 vsi = vec_min(vbi, vsi); in test_integer()
3383 vui = vec_min(vui, vbi); in test_integer()
3385 vui = vec_min(vbi, vui); in test_integer()
3723 vbi = vec_cp_until_zero(vbi); in test_string()
3751 vbi = vec_cp_until_zero_cc(vbi, &cc); in test_string()
3779 vui = vec_cmpeq_idx(vbi, vbi); in test_string()
3807 vui = vec_cmpeq_idx_cc(vbi, vbi, &cc); in test_string()
3835 vui = vec_cmpeq_or_0_idx(vbi, vbi); in test_string()
3863 vui = vec_cmpeq_or_0_idx_cc(vbi, vbi, &cc); in test_string()
3891 vui = vec_cmpne_idx(vbi, vbi); in test_string()
3919 vui = vec_cmpne_idx_cc(vbi, vbi, &cc); in test_string()
3947 vui = vec_cmpne_or_0_idx(vbi, vbi); 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()
4045 vbi = vec_cmpnrg(vui, vui, vui); in test_string()
4055 vbi = vec_cmpnrg_cc(vui, vui, vui, &cc); in test_string()
4117 vbi = vec_find_any_eq(vsi, vsi); in test_string()
4120 vbi = vec_find_any_eq(vui, vui); in test_string()
4123 vbi = vec_find_any_eq(vbi, vbi); in test_string()
4145 vbi = vec_find_any_eq_cc(vsi, vsi, &cc); in test_string()
4148 vbi = vec_find_any_eq_cc(vui, vui, &cc); in test_string()
4151 vbi = vec_find_any_eq_cc(vbi, vbi, &cc); in test_string()
4179 vui = vec_find_any_eq_idx(vbi, vbi); in test_string()
4207 vui = vec_find_any_eq_idx_cc(vbi, vbi, &cc); in test_string()
4235 vui = vec_find_any_eq_or_0_idx(vbi, vbi); in test_string()
4263 vui = vec_find_any_eq_or_0_idx_cc(vbi, vbi, &cc); in test_string()
4285 vbi = vec_find_any_ne(vsi, vsi); in test_string()
4288 vbi = vec_find_any_ne(vui, vui); in test_string()
4291 vbi = vec_find_any_ne(vbi, vbi); in test_string()
4313 vbi = vec_find_any_ne_cc(vsi, vsi, &cc); in test_string()
4316 vbi = vec_find_any_ne_cc(vui, vui, &cc); in test_string()
4319 vbi = vec_find_any_ne_cc(vbi, vbi, &cc); in test_string()
4347 vui = vec_find_any_ne_idx(vbi, vbi); in test_string()
4375 vui = vec_find_any_ne_idx_cc(vbi, vbi, &cc); in test_string()
4403 vui = vec_find_any_ne_or_0_idx(vbi, vbi); in test_string()
4431 vui = vec_find_any_ne_or_0_idx_cc(vbi, vbi, &cc); in test_string()