• Home
  • Raw
  • Download

Lines Matching refs:vd

19 volatile vector double vd;  variable
44 d = vec_extract(vd, 0); in test_core()
47 d = vec_extract(vd, idx); in test_core()
61 vd2 = vd; in test_core()
62 vd = vec_insert(d, vd2, 0); in test_core()
65 vd = vec_insert(0.0, vd, 1); in test_core()
68 vd = vec_insert(d, vd, idx); in test_core()
75 vd = vec_promote(d, idx); in test_core()
82 vd = vec_insert_and_zero(cptrd); in test_core()
88 vd = vec_revb(vd); in test_core()
93 vd = vec_reve(vd); in test_core()
104 vd = vec_gather_element(vd, vul, cptrd, 0); in test_core()
106 vd = vec_gather_element(vd, vul, cptrd, 1); in test_core()
117 vec_scatter_element(vd, vul, ptrd, 0); in test_core()
119 vec_scatter_element(vd, vul, ptrd, 1); in test_core()
124 vd = vec_xl(idx, cptrd); in test_core()
129 vec_xst(vd, idx, ptrd); in test_core()
138 vd = vec_splat(vd, 0); in test_core()
141 vd = vec_splat(vd, 1); in test_core()
148 vd = vec_splats(d); in test_core()
155 vd = vec_mergeh(vd, vd); in test_core()
162 vd = vec_mergel(vd, vd); in test_core()
173 vbl = vec_cmpeq(vd, vd); in test_compare()
180 vbl = vec_cmpge(vd, vd); in test_compare()
187 vbl = vec_cmpgt(vd, vd); in test_compare()
194 vbl = vec_cmple(vd, vd); in test_compare()
201 vbl = vec_cmplt(vd, vd); in test_compare()
208 idx = vec_all_eq(vd, vd); in test_compare()
215 idx = vec_all_ne(vd, vd); in test_compare()
222 idx = vec_all_ge(vd, vd); in test_compare()
229 idx = vec_all_gt(vd, vd); in test_compare()
236 idx = vec_all_le(vd, vd); in test_compare()
243 idx = vec_all_lt(vd, vd); in test_compare()
250 idx = vec_all_nge(vd, vd); in test_compare()
257 idx = vec_all_ngt(vd, vd); in test_compare()
264 idx = vec_all_nle(vd, vd); in test_compare()
271 idx = vec_all_nlt(vd, vd); in test_compare()
278 idx = vec_all_nan(vd); in test_compare()
285 idx = vec_all_numeric(vd); in test_compare()
292 idx = vec_any_eq(vd, vd); in test_compare()
299 idx = vec_any_ne(vd, vd); in test_compare()
306 idx = vec_any_ge(vd, vd); in test_compare()
313 idx = vec_any_gt(vd, vd); in test_compare()
320 idx = vec_any_le(vd, vd); in test_compare()
327 idx = vec_any_lt(vd, vd); in test_compare()
334 idx = vec_any_nge(vd, vd); in test_compare()
341 idx = vec_any_ngt(vd, vd); in test_compare()
348 idx = vec_any_nle(vd, vd); in test_compare()
355 idx = vec_any_nlt(vd, vd); in test_compare()
362 idx = vec_any_nan(vd); in test_compare()
369 idx = vec_any_numeric(vd); in test_compare()
380 vd = vec_abs(vd); in test_float()
388 vd = vec_nabs(vd); in test_float()
396 vd = vec_max(vd, vd); in test_float()
403 vd = vec_min(vd, vd); in test_float()
410 vd = vec_madd(vd, vd, vd); in test_float()
418 vd = vec_msub(vd, vd, vd); in test_float()
427 vd = vec_nmadd(vd, vd, vd); in test_float()
437 vd = vec_nmsub(vd, vd, vd); in test_float()
446 vd = vec_sqrt(vd); in test_float()
450 vd = vec_doublee(vf); in test_float()
453 vf = vec_floate(vd); in test_float()
457 vd = vec_double(vsl); in test_float()
460 vd = vec_double(vul); in test_float()
464 vsl = vec_signed(vd); in test_float()
467 vul = vec_unsigned(vd); in test_float()
477 vd = vec_roundp(vd); in test_float()
480 vd = vec_ceil(vd); in test_float()
490 vd = vec_roundm(vd); in test_float()
493 vd = vec_floor(vd); in test_float()
503 vd = vec_roundz(vd); in test_float()
506 vd = vec_trunc(vd); in test_float()
513 vd = vec_roundc(vd); in test_float()
520 vd = vec_rint(vd); in test_float()
527 vd = vec_round(vd); in test_float()
537 vbl = vec_fp_test_data_class(vd, 0, &cc); in test_float()
540 vbl = vec_fp_test_data_class(vd, 4095, &cc); in test_float()