Lines Matching refs:vbc

16 volatile vector bool char vbc;  variable
80 uc = vec_extract(vbc, idx); in test_core()
107 vuc = vec_insert(uc, vbc, idx); in test_core()
172 vbc = vec_perm(vbc, vbc, vuc); in test_core()
229 vsc = vec_sel(vsc, vsc, vbc); in test_core()
231 vuc = vec_sel(vuc, vuc, vbc); in test_core()
232 vbc = vec_sel(vbc, vbc, vuc); in test_core()
233 vbc = vec_sel(vbc, vbc, vbc); in test_core()
443 vbc = vec_splat(vbc, 0); in test_core()
445 vbc = vec_splat(vbc, 15); in test_core()
548 vbc = vec_mergeh(vbc, vbc); in test_core()
575 vbc = vec_mergel(vbc, vbc); in test_core()
602 vbc = vec_pack(vbs, vbs); in test_core()
667 vbs = vec_unpackh(vbc); in test_core()
686 vbs = vec_unpackl(vbc); in test_core()
703 vbc = vec_cmpeq(vsc, vsc); in test_compare()
705 vbc = vec_cmpeq(vuc, vuc); in test_compare()
707 vbc = vec_cmpeq(vbc, vbc); in test_compare()
730 vbc = vec_cmpge(vsc, vsc); in test_compare()
732 vbc = vec_cmpge(vuc, vuc); in test_compare()
749 vbc = vec_cmpgt(vsc, vsc); in test_compare()
751 vbc = vec_cmpgt(vuc, vuc); in test_compare()
768 vbc = vec_cmple(vsc, vsc); in test_compare()
770 vbc = vec_cmple(vuc, vuc); in test_compare()
787 vbc = vec_cmplt(vsc, vsc); in test_compare()
789 vbc = vec_cmplt(vuc, vuc); in test_compare()
808 idx = vec_all_eq(vsc, vbc); in test_compare()
810 idx = vec_all_eq(vbc, vsc); in test_compare()
814 idx = vec_all_eq(vuc, vbc); in test_compare()
816 idx = vec_all_eq(vbc, vuc); in test_compare()
818 idx = vec_all_eq(vbc, vbc); in test_compare()
867 idx = vec_all_ne(vsc, vbc); in test_compare()
869 idx = vec_all_ne(vbc, vsc); in test_compare()
873 idx = vec_all_ne(vuc, vbc); in test_compare()
875 idx = vec_all_ne(vbc, vuc); in test_compare()
877 idx = vec_all_ne(vbc, vbc); in test_compare()
926 idx = vec_all_ge(vsc, vbc); in test_compare()
928 idx = vec_all_ge(vbc, vsc); in test_compare()
932 idx = vec_all_ge(vuc, vbc); in test_compare()
934 idx = vec_all_ge(vbc, vuc); in test_compare()
936 idx = vec_all_ge(vbc, vbc); in test_compare()
985 idx = vec_all_gt(vsc, vbc); in test_compare()
987 idx = vec_all_gt(vbc, vsc); in test_compare()
991 idx = vec_all_gt(vuc, vbc); in test_compare()
993 idx = vec_all_gt(vbc, vuc); in test_compare()
995 idx = vec_all_gt(vbc, vbc); in test_compare()
1044 idx = vec_all_le(vsc, vbc); in test_compare()
1046 idx = vec_all_le(vbc, vsc); in test_compare()
1050 idx = vec_all_le(vuc, vbc); in test_compare()
1052 idx = vec_all_le(vbc, vuc); in test_compare()
1054 idx = vec_all_le(vbc, vbc); in test_compare()
1103 idx = vec_all_lt(vsc, vbc); in test_compare()
1105 idx = vec_all_lt(vbc, vsc); in test_compare()
1109 idx = vec_all_lt(vuc, vbc); in test_compare()
1111 idx = vec_all_lt(vbc, vuc); in test_compare()
1113 idx = vec_all_lt(vbc, vbc); in test_compare()
1176 idx = vec_any_eq(vsc, vbc); in test_compare()
1178 idx = vec_any_eq(vbc, vsc); in test_compare()
1182 idx = vec_any_eq(vuc, vbc); in test_compare()
1184 idx = vec_any_eq(vbc, vuc); in test_compare()
1186 idx = vec_any_eq(vbc, vbc); in test_compare()
1235 idx = vec_any_ne(vsc, vbc); in test_compare()
1237 idx = vec_any_ne(vbc, vsc); in test_compare()
1241 idx = vec_any_ne(vuc, vbc); in test_compare()
1243 idx = vec_any_ne(vbc, vuc); in test_compare()
1245 idx = vec_any_ne(vbc, vbc); in test_compare()
1294 idx = vec_any_ge(vsc, vbc); in test_compare()
1296 idx = vec_any_ge(vbc, vsc); in test_compare()
1300 idx = vec_any_ge(vuc, vbc); in test_compare()
1302 idx = vec_any_ge(vbc, vuc); in test_compare()
1304 idx = vec_any_ge(vbc, vbc); in test_compare()
1353 idx = vec_any_gt(vsc, vbc); in test_compare()
1355 idx = vec_any_gt(vbc, vsc); in test_compare()
1359 idx = vec_any_gt(vuc, vbc); in test_compare()
1361 idx = vec_any_gt(vbc, vuc); in test_compare()
1363 idx = vec_any_gt(vbc, vbc); in test_compare()
1412 idx = vec_any_le(vsc, vbc); in test_compare()
1414 idx = vec_any_le(vbc, vsc); in test_compare()
1418 idx = vec_any_le(vuc, vbc); in test_compare()
1420 idx = vec_any_le(vbc, vuc); in test_compare()
1422 idx = vec_any_le(vbc, vbc); in test_compare()
1471 idx = vec_any_lt(vsc, vbc); in test_compare()
1473 idx = vec_any_lt(vbc, vsc); in test_compare()
1477 idx = vec_any_lt(vuc, vbc); in test_compare()
1479 idx = vec_any_lt(vbc, vuc); in test_compare()
1481 idx = vec_any_lt(vbc, vbc); in test_compare()
1545 vsc = vec_andc(vsc, vbc); in test_integer()
1546 vsc = vec_andc(vbc, vsc); in test_integer()
1548 vuc = vec_andc(vuc, vbc); in test_integer()
1549 vuc = vec_andc(vbc, vuc); in test_integer()
1550 vbc = vec_andc(vbc, vbc); in test_integer()
1577 vsc = vec_nor(vsc, vbc); in test_integer()
1578 vsc = vec_nor(vbc, vsc); in test_integer()
1580 vuc = vec_nor(vuc, vbc); in test_integer()
1581 vuc = vec_nor(vbc, vuc); in test_integer()
1582 vbc = vec_nor(vbc, vbc); in test_integer()
1738 vbc = vec_sll(vbc, vuc); in test_integer()
1740 vbc = vec_sll(vbc, vus); in test_integer()
1742 vbc = vec_sll(vbc, vui); in test_integer()
1922 vbc = vec_sral(vbc, vuc); in test_integer()
1924 vbc = vec_sral(vbc, vus); in test_integer()
1926 vbc = vec_sral(vbc, vui); in test_integer()
2032 vbc = vec_srl(vbc, vuc); in test_integer()
2034 vbc = vec_srl(vbc, vus); in test_integer()
2036 vbc = vec_srl(vbc, vui); in test_integer()
2136 vsc = vec_max(vsc, vbc); in test_integer()
2137 vsc = vec_max(vbc, vsc); in test_integer()
2139 vuc = vec_max(vuc, vbc); in test_integer()
2140 vuc = vec_max(vbc, vuc); in test_integer()
2162 vsc = vec_min(vsc, vbc); in test_integer()
2163 vsc = vec_min(vbc, vsc); in test_integer()
2165 vuc = vec_min(vuc, vbc); in test_integer()
2166 vuc = vec_min(vbc, vuc); in test_integer()
2390 vbc = vec_cp_until_zero(vbc); in test_string()
2409 vbc = vec_cp_until_zero_cc(vbc, &cc); in test_string()
2428 vuc = vec_cmpeq_idx(vbc, vbc); in test_string()
2447 vuc = vec_cmpeq_idx_cc(vbc, vbc, &cc); in test_string()
2466 vuc = vec_cmpeq_or_0_idx(vbc, vbc); in test_string()
2485 vuc = vec_cmpeq_or_0_idx_cc(vbc, vbc, &cc); in test_string()
2504 vuc = vec_cmpne_idx(vbc, vbc); in test_string()
2523 vuc = vec_cmpne_idx_cc(vbc, vbc, &cc); in test_string()
2542 vuc = vec_cmpne_or_0_idx(vbc, vbc); in test_string()
2561 vuc = vec_cmpne_or_0_idx_cc(vbc, vbc, &cc); in test_string()
2576 vbc = vec_cmprg(vuc, vuc, vuc); in test_string()
2583 vbc = vec_cmprg_cc(vuc, vuc, vuc, &cc); in test_string()
2618 vbc = vec_cmpnrg(vuc, vuc, vuc); in test_string()
2625 vbc = vec_cmpnrg_cc(vuc, vuc, vuc, &cc); in test_string()
2660 vbc = vec_find_any_eq(vsc, vsc); in test_string()
2662 vbc = vec_find_any_eq(vuc, vuc); in test_string()
2664 vbc = vec_find_any_eq(vbc, vbc); in test_string()
2679 vbc = vec_find_any_eq_cc(vsc, vsc, &cc); in test_string()
2681 vbc = vec_find_any_eq_cc(vuc, vuc, &cc); in test_string()
2683 vbc = vec_find_any_eq_cc(vbc, vbc, &cc); in test_string()
2702 vuc = vec_find_any_eq_idx(vbc, vbc); in test_string()
2721 vuc = vec_find_any_eq_idx_cc(vbc, vbc, &cc); in test_string()
2740 vuc = vec_find_any_eq_or_0_idx(vbc, vbc); in test_string()
2759 vuc = vec_find_any_eq_or_0_idx_cc(vbc, vbc, &cc); in test_string()
2774 vbc = vec_find_any_ne(vsc, vsc); in test_string()
2776 vbc = vec_find_any_ne(vuc, vuc); in test_string()
2778 vbc = vec_find_any_ne(vbc, vbc); in test_string()
2793 vbc = vec_find_any_ne_cc(vsc, vsc, &cc); in test_string()
2795 vbc = vec_find_any_ne_cc(vuc, vuc, &cc); in test_string()
2797 vbc = vec_find_any_ne_cc(vbc, vbc, &cc); in test_string()
2816 vuc = vec_find_any_ne_idx(vbc, vbc); in test_string()
2835 vuc = vec_find_any_ne_idx_cc(vbc, vbc, &cc); in test_string()
2854 vuc = vec_find_any_ne_or_0_idx(vbc, vbc); in test_string()
2873 vuc = vec_find_any_ne_or_0_idx_cc(vbc, vbc, &cc); in test_string()