Lines Matching refs:vd
20 volatile vector double vd; variable
100 d = vec_extract(vd, idx); in test_core()
127 vd = vec_insert(d, vd, idx); in test_core()
146 vd = vec_promote(d, idx); in test_core()
165 vd = vec_insert_and_zero(cptrd); in test_core()
192 vd = vec_perm(vd, vd, vuc); in test_core()
219 vd = vec_permi(vd, vd, 0); in test_core()
221 vd = vec_permi(vd, vd, 1); in test_core()
223 vd = vec_permi(vd, vd, 2); in test_core()
225 vd = vec_permi(vd, vd, 3); in test_core()
252 vd = vec_sel(vd, vd, vul); in test_core()
253 vd = vec_sel(vd, vd, vbl); in test_core()
273 vd = vec_gather_element(vd, vul, cptrd, 0); in test_core()
274 vd = vec_gather_element(vd, vul, cptrd, 1); in test_core()
294 vec_scatter_element(vd, vul, ptrd, 0); in test_core()
295 vec_scatter_element(vd, vul, ptrd, 1); in test_core()
305 vd = vec_xld2(idx, cptrd); in test_core()
322 vec_xstd2(vd, idx, ptrd); in test_core()
347 vd = vec_load_bndry(cptrd, 64); in test_core()
378 vd = vec_load_len(cptrd, idx); in test_core()
397 vec_store_len(vd, ptrd, idx); in test_core()
483 vd = vec_splat(vd, 0); in test_core()
485 vd = vec_splat(vd, 1); in test_core()
537 vd = vec_splats(d); in test_core()
568 vd = vec_mergeh(vd, vd); in test_core()
595 vd = vec_mergel(vd, vd); in test_core()
727 vbl = vec_cmpeq(vd, vd); in test_compare()
746 vbl = vec_cmpge(vd, vd); in test_compare()
765 vbl = vec_cmpgt(vd, vd); in test_compare()
784 vbl = vec_cmple(vd, vd); in test_compare()
803 vbl = vec_cmplt(vd, vd); in test_compare()
862 idx = vec_all_eq(vd, vd); in test_compare()
921 idx = vec_all_ne(vd, vd); in test_compare()
980 idx = vec_all_ge(vd, vd); in test_compare()
1039 idx = vec_all_gt(vd, vd); in test_compare()
1098 idx = vec_all_le(vd, vd); in test_compare()
1157 idx = vec_all_lt(vd, vd); in test_compare()
1160 idx = vec_all_nge(vd, vd); in test_compare()
1162 idx = vec_all_ngt(vd, vd); in test_compare()
1164 idx = vec_all_nle(vd, vd); in test_compare()
1166 idx = vec_all_nlt(vd, vd); in test_compare()
1169 idx = vec_all_nan(vd); in test_compare()
1171 idx = vec_all_numeric(vd); in test_compare()
1230 idx = vec_any_eq(vd, vd); in test_compare()
1289 idx = vec_any_ne(vd, vd); in test_compare()
1348 idx = vec_any_ge(vd, vd); in test_compare()
1407 idx = vec_any_gt(vd, vd); in test_compare()
1466 idx = vec_any_le(vd, vd); in test_compare()
1525 idx = vec_any_lt(vd, vd); in test_compare()
1528 idx = vec_any_nge(vd, vd); in test_compare()
1530 idx = vec_any_ngt(vd, vd); in test_compare()
1532 idx = vec_any_nle(vd, vd); in test_compare()
1534 idx = vec_any_nlt(vd, vd); in test_compare()
1537 idx = vec_any_nan(vd); in test_compare()
1539 idx = vec_any_numeric(vd); in test_compare()
1572 vd = vec_andc(vd, vd); in test_integer()
1573 vd = vec_andc(vd, vbl); in test_integer()
1574 vd = vec_andc(vbl, vd); in test_integer()
1604 vd = vec_nor(vd, vd); in test_integer()
1605 vd = vec_nor(vd, vbl); in test_integer()
1606 vd = vec_nor(vbl, vd); in test_integer()
1831 vd = vec_slb(vd, vsl); in test_integer()
1833 vd = vec_slb(vd, vul); in test_integer()
1868 vd = vec_sld(vd, vd, 0); in test_integer()
1870 vd = vec_sld(vd, vd, 15); in test_integer()
1905 vd = vec_sldw(vd, vd, 0); in test_integer()
1907 vd = vec_sldw(vd, vd, 3); in test_integer()
2015 vd = vec_srab(vd, vsl); in test_integer()
2017 vd = vec_srab(vd, vul); in test_integer()
2125 vd = vec_srb(vd, vsl); in test_integer()
2127 vd = vec_srb(vd, vul); in test_integer()
2159 vd = vec_max(vd, vd); in test_integer()
2185 vd = vec_min(vd, vd); in test_integer()
2381 idx = vec_test_mask(vd, vul); in test_integer()
2890 vd = vec_abs(vd); in test_float()
2893 vd = vec_nabs(vd); in test_float()
2897 vd = vec_madd(vd, vd, vd); in test_float()
2899 vd = vec_msub(vd, vd, vd); in test_float()
2902 vd = vec_sqrt(vd); in test_float()
2905 vd = vec_ld2f(cptrf); in test_float()
2908 vec_st2f(vd, ptrf); in test_float()
2912 vd = vec_ctd(vsl, 0); in test_float()
2914 vd = vec_ctd(vul, 0); in test_float()
2916 vd = vec_ctd(vsl, 1); in test_float()
2919 vd = vec_ctd(vul, 1); in test_float()
2922 vd = vec_ctd(vsl, 31); in test_float()
2925 vd = vec_ctd(vul, 31); in test_float()
2929 vsl = vec_ctsl(vd, 0); in test_float()
2931 vul = vec_ctul(vd, 0); in test_float()
2933 vsl = vec_ctsl(vd, 1); in test_float()
2936 vul = vec_ctul(vd, 1); in test_float()
2939 vsl = vec_ctsl(vd, 31); in test_float()
2942 vul = vec_ctul(vd, 31); in test_float()
2946 vd = vec_roundp(vd); in test_float()
2948 vd = vec_ceil(vd); in test_float()
2950 vd = vec_roundm(vd); in test_float()
2952 vd = vec_floor(vd); in test_float()
2954 vd = vec_roundz(vd); in test_float()
2956 vd = vec_trunc(vd); in test_float()
2958 vd = vec_roundc(vd); in test_float()
2960 vd = vec_round(vd); in test_float()
2963 vbl = vec_fp_test_data_class(vd, 0, &cc); in test_float()
2965 vbl = vec_fp_test_data_class(vd, 4095, &cc); in test_float()