Searched refs:vec_ctul (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-zvector-constrained.c | 259 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 D | builtins-systemz-zvector-error.c | 587 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 D | builtins-systemz-zvector.c | 4494 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 D | builtins-ppc-vsx.c | 1309 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 D | altivec.h | 3377 #define vec_ctul(__a, __b) \ macro 3418 #define vec_ctul(__a, __b) \ macro
|
| H A D | vecintrin.h | 9080 vec_ctul(__vector double __a, int __b) in vec_ctul() function
|