Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector-constrained.c259 vul = vec_ctul(vd, 0); in test_float()
266 vul = vec_ctul(vd, 1); in test_float()
274 vul = vec_ctul(vd, 31); in test_float()
H A Dbuiltins-systemz-zvector-error.c587 vul = vec_ctul(vd, idx); // expected-error {{no matching function}} in test_float()
589 vul = vec_ctul(vd, -1); // expected-error {{no matching function}} in test_float()
591 vul = vec_ctul(vd, 32); // expected-error {{no matching function}} in test_float()
H A Dbuiltins-systemz-zvector.c4494 vul = vec_ctul(vd, 0); in test_float()
4501 vul = vec_ctul(vd, 1); in test_float()
4509 vul = vec_ctul(vd, 31); in test_float()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-vsx.c1309 res_vull = vec_ctul(vf, 3); in test1()
1316 res_vull = vec_ctul(vd, 3); in test1()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h3377 #define vec_ctul(__a, __b) \ macro
3418 #define vec_ctul(__a, __b) \ macro
H A Dvecintrin.h9080 vec_ctul(__vector double __a, int __b) in vec_ctul() function