Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector-constrained.c256 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 Dbuiltins-systemz-zvector-error.c581 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 Dbuiltins-systemz-zvector.c4491 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 Dbuiltins-ppc-vsx.c1284 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 Daltivec.h3357 #define vec_ctsl(__a, __b) \ macro
3399 #define vec_ctsl(__a, __b) \ macro
H A Dvecintrin.h9069 vec_ctsl(__vector double __a, int __b) in vec_ctsl() function