Home
last modified time | relevance | path

Searched refs:vec_ctd (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector-constrained.c233 vd = vec_ctd(vsl, 0); in test_float()
236 vd = vec_ctd(vul, 0); in test_float()
239 vd = vec_ctd(vsl, 1); in test_float()
243 vd = vec_ctd(vul, 1); in test_float()
247 vd = vec_ctd(vsl, 31); in test_float()
251 vd = vec_ctd(vul, 31); in test_float()
H A Dbuiltins-systemz-zvector-error.c562 vd = vec_ctd(vsl, idx); // expected-error {{no matching function}} in test_float()
565 vd = vec_ctd(vsl, -1); // expected-error {{no matching function}} in test_float()
568 vd = vec_ctd(vsl, 32); // expected-error {{no matching function}} in test_float()
571 vd = vec_ctd(vul, idx); // expected-error {{no matching function}} in test_float()
574 vd = vec_ctd(vul, -1); // expected-error {{no matching function}} in test_float()
577 vd = vec_ctd(vul, 32); // expected-error {{no matching function}} in test_float()
H A Dbuiltins-systemz-zvector.c4468 vd = vec_ctd(vsl, 0); in test_float()
4471 vd = vec_ctd(vul, 0); in test_float()
4474 vd = vec_ctd(vsl, 1); in test_float()
4478 vd = vec_ctd(vul, 1); in test_float()
4482 vd = vec_ctd(vsl, 31); in test_float()
4486 vd = vec_ctd(vul, 31); in test_float()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-vsx.c1346 res_vd = vec_ctd(vsll, 2); in test1()
1352 res_vd = vec_ctd(vull, 2); in test1()
1358 res_vd = vec_ctd(vsi, 2); in test1()
1365 res_vd = vec_ctd(vui, 2); in test1()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h9047 vec_ctd(__vector signed long long __a, int __b) in vec_ctd() function
9057 vec_ctd(__vector unsigned long long __a, int __b) in vec_ctd() function
H A Daltivec.h3251 #define vec_ctd(__a, __b) \ macro