Lines Matching refs:vbl

22 volatile vector bool long long vbl;  variable
121 ul = vec_extract(vbl, idx); in test_core()
161 vul = vec_insert(ul, vbl, idx); in test_core()
257 vbl = vec_perm(vbl, vbl, vuc); in test_core()
288 vbl = vec_permi(vbl, vbl, 0); in test_core()
291 vbl = vec_permi(vbl, vbl, 1); in test_core()
294 vbl = vec_permi(vbl, vbl, 2); in test_core()
297 vbl = vec_permi(vbl, vbl, 3); in test_core()
350 vbl = vec_reve(vbl); in test_core()
393 vsl = vec_sel(vsl, vsl, vbl); in test_core()
397 vul = vec_sel(vul, vul, vbl); in test_core()
399 vbl = vec_sel(vbl, vbl, vul); in test_core()
401 vbl = vec_sel(vbl, vbl, vbl); in test_core()
405 vd = vec_sel(vd, vd, vbl); in test_core()
440 vbl = vec_gather_element(vbl, vul, cptrul, 0); in test_core()
442 vbl = vec_gather_element(vbl, vul, cptrul, 1); in test_core()
481 vec_scatter_element(vbl, vul, ptrul, 0); in test_core()
483 vec_scatter_element(vbl, vul, ptrul, 1); in test_core()
797 vbl = vec_splat(vbl, 0); in test_core()
800 vbl = vec_splat(vbl, 1); in test_core()
911 vbl = vec_mergeh(vbl, vbl); in test_core()
951 vbl = vec_mergel(vbl, vbl); in test_core()
982 vbi = vec_pack(vbl, vbl); in test_core()
1077 vbl = vec_unpackh(vbi); in test_core()
1105 vbl = vec_unpackl(vbi); in test_core()
1140 vbl = vec_cmpeq(vsl, vsl); in test_compare()
1143 vbl = vec_cmpeq(vul, vul); in test_compare()
1146 vbl = vec_cmpeq(vbl, vbl); in test_compare()
1149 vbl = vec_cmpeq(vd, vd); in test_compare()
1171 vbl = vec_cmpge(vsl, vsl); in test_compare()
1174 vbl = vec_cmpge(vul, vul); in test_compare()
1177 vbl = vec_cmpge(vd, vd); in test_compare()
1199 vbl = vec_cmpgt(vsl, vsl); in test_compare()
1202 vbl = vec_cmpgt(vul, vul); in test_compare()
1205 vbl = vec_cmpgt(vd, vd); in test_compare()
1227 vbl = vec_cmple(vsl, vsl); in test_compare()
1230 vbl = vec_cmple(vul, vul); in test_compare()
1233 vbl = vec_cmple(vd, vd); in test_compare()
1255 vbl = vec_cmplt(vsl, vsl); in test_compare()
1258 vbl = vec_cmplt(vul, vul); in test_compare()
1261 vbl = vec_cmplt(vd, vd); in test_compare()
1331 idx = vec_all_eq(vsl, vbl); in test_compare()
1334 idx = vec_all_eq(vbl, vsl); in test_compare()
1340 idx = vec_all_eq(vul, vbl); in test_compare()
1343 idx = vec_all_eq(vbl, vul); in test_compare()
1346 idx = vec_all_eq(vbl, vbl); in test_compare()
1419 idx = vec_all_ne(vsl, vbl); in test_compare()
1422 idx = vec_all_ne(vbl, vsl); in test_compare()
1428 idx = vec_all_ne(vul, vbl); in test_compare()
1431 idx = vec_all_ne(vbl, vul); in test_compare()
1434 idx = vec_all_ne(vbl, vbl); in test_compare()
1507 idx = vec_all_ge(vsl, vbl); in test_compare()
1510 idx = vec_all_ge(vbl, vsl); in test_compare()
1516 idx = vec_all_ge(vul, vbl); in test_compare()
1519 idx = vec_all_ge(vbl, vul); in test_compare()
1522 idx = vec_all_ge(vbl, vbl); in test_compare()
1595 idx = vec_all_gt(vsl, vbl); in test_compare()
1598 idx = vec_all_gt(vbl, vsl); in test_compare()
1604 idx = vec_all_gt(vul, vbl); in test_compare()
1607 idx = vec_all_gt(vbl, vul); in test_compare()
1610 idx = vec_all_gt(vbl, vbl); in test_compare()
1683 idx = vec_all_le(vsl, vbl); in test_compare()
1686 idx = vec_all_le(vbl, vsl); in test_compare()
1692 idx = vec_all_le(vul, vbl); in test_compare()
1695 idx = vec_all_le(vbl, vul); in test_compare()
1698 idx = vec_all_le(vbl, vbl); in test_compare()
1771 idx = vec_all_lt(vsl, vbl); in test_compare()
1774 idx = vec_all_lt(vbl, vsl); in test_compare()
1780 idx = vec_all_lt(vul, vbl); in test_compare()
1783 idx = vec_all_lt(vbl, vul); in test_compare()
1786 idx = vec_all_lt(vbl, vbl); in test_compare()
1879 idx = vec_any_eq(vsl, vbl); in test_compare()
1882 idx = vec_any_eq(vbl, vsl); in test_compare()
1888 idx = vec_any_eq(vul, vbl); in test_compare()
1891 idx = vec_any_eq(vbl, vul); in test_compare()
1894 idx = vec_any_eq(vbl, vbl); in test_compare()
1967 idx = vec_any_ne(vsl, vbl); in test_compare()
1970 idx = vec_any_ne(vbl, vsl); in test_compare()
1976 idx = vec_any_ne(vul, vbl); in test_compare()
1979 idx = vec_any_ne(vbl, vul); in test_compare()
1982 idx = vec_any_ne(vbl, vbl); in test_compare()
2055 idx = vec_any_ge(vsl, vbl); in test_compare()
2058 idx = vec_any_ge(vbl, vsl); in test_compare()
2064 idx = vec_any_ge(vul, vbl); in test_compare()
2067 idx = vec_any_ge(vbl, vul); in test_compare()
2070 idx = vec_any_ge(vbl, vbl); in test_compare()
2143 idx = vec_any_gt(vsl, vbl); in test_compare()
2146 idx = vec_any_gt(vbl, vsl); in test_compare()
2152 idx = vec_any_gt(vul, vbl); in test_compare()
2155 idx = vec_any_gt(vbl, vul); in test_compare()
2158 idx = vec_any_gt(vbl, vbl); in test_compare()
2231 idx = vec_any_le(vsl, vbl); in test_compare()
2234 idx = vec_any_le(vbl, vsl); in test_compare()
2240 idx = vec_any_le(vul, vbl); in test_compare()
2243 idx = vec_any_le(vbl, vul); in test_compare()
2246 idx = vec_any_le(vbl, vbl); in test_compare()
2319 idx = vec_any_lt(vsl, vbl); in test_compare()
2322 idx = vec_any_lt(vbl, vsl); in test_compare()
2328 idx = vec_any_lt(vul, vbl); in test_compare()
2331 idx = vec_any_lt(vbl, vul); in test_compare()
2334 idx = vec_any_lt(vbl, vbl); in test_compare()
2409 vsl = vec_andc(vsl, vbl); in test_integer()
2411 vsl = vec_andc(vbl, vsl); in test_integer()
2415 vul = vec_andc(vul, vbl); in test_integer()
2417 vul = vec_andc(vbl, vul); in test_integer()
2419 vbl = vec_andc(vbl, vbl); in test_integer()
2423 vd = vec_andc(vd, vbl); in test_integer()
2425 vd = vec_andc(vbl, vd); in test_integer()
2472 vsl = vec_nor(vsl, vbl); in test_integer()
2474 vsl = vec_nor(vbl, vsl); in test_integer()
2478 vul = vec_nor(vul, vbl); in test_integer()
2480 vul = vec_nor(vbl, vul); in test_integer()
2482 vbl = vec_nor(vbl, vbl); in test_integer()
2486 vd = vec_nor(vd, vbl); in test_integer()
2488 vd = vec_nor(vbl, vd); in test_integer()
2764 vbl = vec_sll(vbl, vuc); in test_integer()
2767 vbl = vec_sll(vbl, vus); in test_integer()
2770 vbl = vec_sll(vbl, vui); in test_integer()
2895 vbl = vec_sld(vbl, vbl, 0); in test_integer()
2898 vbl = vec_sld(vbl, vbl, 15); in test_integer()
3062 vbl = vec_sral(vbl, vuc); in test_integer()
3065 vbl = vec_sral(vbl, vus); in test_integer()
3068 vbl = vec_sral(vbl, vui); in test_integer()
3226 vbl = vec_srl(vbl, vuc); in test_integer()
3229 vbl = vec_srl(vbl, vus); in test_integer()
3232 vbl = vec_srl(vbl, vui); in test_integer()
3338 vsl = vec_max(vsl, vbl); in test_integer()
3340 vsl = vec_max(vbl, vsl); in test_integer()
3344 vul = vec_max(vul, vbl); in test_integer()
3346 vul = vec_max(vbl, vul); in test_integer()
3389 vsl = vec_min(vsl, vbl); in test_integer()
3391 vsl = vec_min(vbl, vsl); in test_integer()
3395 vul = vec_min(vul, vbl); in test_integer()
3397 vul = vec_min(vbl, vul); in test_integer()
4556 vbl = vec_fp_test_data_class(vd, 0, &cc); in test_float()
4559 vbl = vec_fp_test_data_class(vd, 4095, &cc); in test_float()
4562 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_ZERO_P, &cc); in test_float()
4565 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_ZERO_N, &cc); in test_float()
4568 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_ZERO, &cc); in test_float()
4571 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_NORMAL_P, &cc); in test_float()
4574 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_NORMAL_N, &cc); in test_float()
4577 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_NORMAL, &cc); in test_float()
4580 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_SUBNORMAL_P, &cc); in test_float()
4583 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_SUBNORMAL_N, &cc); in test_float()
4586 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_SUBNORMAL, &cc); in test_float()
4589 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_INFINITY_P, &cc); in test_float()
4592 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_INFINITY_N, &cc); in test_float()
4595 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_INFINITY, &cc); in test_float()
4598 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_QNAN_P, &cc); in test_float()
4601 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_QNAN_N, &cc); in test_float()
4604 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_QNAN, &cc); in test_float()
4607 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_SNAN_P, &cc); in test_float()
4610 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_SNAN_N, &cc); in test_float()
4613 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_SNAN, &cc); in test_float()
4616 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_NAN, &cc); in test_float()
4619 vbl = vec_fp_test_data_class(vd, __VEC_CLASS_FP_NOT_NORMAL, &cc); in test_float()