Searched refs:vec_ctsl (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 | 256 vsl = vec_ctsl(vd, 0); in test_float() 262 vsl = vec_ctsl(vd, 1); in test_float() 270 vsl = vec_ctsl(vd, 31); in test_float()
|
| H A D | builtins-systemz-zvector-error.c | 581 vsl = vec_ctsl(vd, idx); // expected-error {{no matching function}} in test_float() 583 vsl = vec_ctsl(vd, -1); // expected-error {{no matching function}} in test_float() 585 vsl = vec_ctsl(vd, 32); // expected-error {{no matching function}} in test_float()
|
| H A D | builtins-systemz-zvector.c | 4491 vsl = vec_ctsl(vd, 0); in test_float() 4497 vsl = vec_ctsl(vd, 1); in test_float() 4505 vsl = vec_ctsl(vd, 31); in test_float()
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-vsx.c | 1284 res_vsll = vec_ctsl(vf, 3); in test1() 1291 res_vsll = vec_ctsl(vd, 3); in test1()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 3357 #define vec_ctsl(__a, __b) \ macro 3399 #define vec_ctsl(__a, __b) \ macro
|
| H A D | vecintrin.h | 9069 vec_ctsl(__vector double __a, int __b) in vec_ctsl() function
|