Home
last modified time | relevance | path

Searched refs:vec_double (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-fma.c6 typedef __attribute__((vector_size(2 * sizeof(double)))) double vec_double; typedef
8 volatile vec_double vd;
H A Dbuiltins-ppc-fpconstrained.c19 typedef __attribute__((vector_size(2 * sizeof(double)))) double vec_double; typedef
21 volatile vec_double vd;
H A Dbuiltins-ppc-32bit-vec-ll.c87 vec_double(vsll1); in test()
H A Dbuiltins-ppc-vsx.c1609 res_vd = vec_double(vsll); in test1()
1613 res_vd = vec_double(vull); in test1()
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-vector-constrained.c6 typedef __attribute__((vector_size(16))) double vec_double; typedef
9 volatile vec_double vd;
H A Dbuiltins-systemz-vector3-error.c13 typedef __attribute__((vector_size(16))) double vec_double; typedef
24 volatile vec_double vd;
H A Dbuiltins-systemz-vector4.c13 typedef __attribute__((vector_size(16))) double vec_double; typedef
24 volatile vec_double vd;
H A Dbuiltins-systemz-vector4-error.c13 typedef __attribute__((vector_size(16))) double vec_double; typedef
24 volatile vec_double vd;
H A Dbuiltins-systemz-vector2-constrained.c5 typedef __attribute__((vector_size(16))) double vec_double; typedef
8 volatile vec_double vd;
H A Dbuiltins-systemz-vector3.c13 typedef __attribute__((vector_size(16))) double vec_double; typedef
24 volatile vec_double vd;
H A Dbuiltins-systemz-zvector3-constrained.c82 vd = vec_double(vsl); in test_float()
85 vd = vec_double(vul); in test_float()
H A Dbuiltins-systemz-vector2-error.c13 typedef __attribute__((vector_size(16))) double vec_double; typedef
24 volatile vec_double vd;
H A Dbuiltins-systemz-vector2.c13 typedef __attribute__((vector_size(16))) double vec_double; typedef
24 volatile vec_double vd;
H A Dbuiltins-systemz-zvector-constrained.c279 vd = vec_double(vsl); in test_float()
282 vd = vec_double(vul); in test_float()
H A Dbuiltins-systemz-vector-error.c13 typedef __attribute__((vector_size(16))) double vec_double; typedef
23 volatile vec_double vd;
H A Dbuiltins-systemz-zvector2-constrained.c457 vd = vec_double(vsl); in test_float()
460 vd = vec_double(vul); in test_float()
H A Dbuiltins-systemz-zvector3.c442 vd = vec_double(vsl); in test_float()
445 vd = vec_double(vul); in test_float()
H A Dbuiltins-systemz-zvector2.c760 vd = vec_double(vsl); in test_float()
763 vd = vec_double(vul); in test_float()
H A Dbuiltins-systemz-vector.c13 typedef __attribute__((vector_size(16))) double vec_double; typedef
23 volatile vec_double vd;
H A Dbuiltins-systemz-zvector.c4514 vd = vec_double(vsl); in test_float()
4517 vd = vec_double(vul); in test_float()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h9112 vec_double(__vector signed long long __a) { in vec_double() function
9117 vec_double(__vector unsigned long long __a) { in vec_double() function
H A Daltivec.h3657 vec_double(vector signed long long __a) { in vec_double() function
3662 vec_double(vector unsigned long long __a) { in vec_double() function