/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-fma.c | 6 typedef __attribute__((vector_size(2 * sizeof(double)))) double vec_double; typedef 8 volatile vec_double vd;
|
D | builtins-ppc-fpconstrained.c | 16 typedef __attribute__((vector_size(2 * sizeof(double)))) double vec_double; typedef 18 volatile vec_double vd;
|
D | builtins-ppc-vsx.c | 1344 res_vd = vec_double(vsll); in test1() 1348 res_vd = vec_double(vull); in test1()
|
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-vector-constrained.c | 6 typedef __attribute__((vector_size(16))) double vec_double; typedef 9 volatile vec_double vd;
|
D | builtins-systemz-vector3-error.c | 13 typedef __attribute__((vector_size(16))) double vec_double; typedef 24 volatile vec_double vd;
|
D | builtins-systemz-vector2-constrained.c | 5 typedef __attribute__((vector_size(16))) double vec_double; typedef 8 volatile vec_double vd;
|
D | builtins-systemz-vector3.c | 13 typedef __attribute__((vector_size(16))) double vec_double; typedef 24 volatile vec_double vd;
|
D | builtins-systemz-zvector3-constrained.c | 82 vd = vec_double(vsl); in test_float() 85 vd = vec_double(vul); in test_float()
|
D | builtins-systemz-vector2-error.c | 13 typedef __attribute__((vector_size(16))) double vec_double; typedef 24 volatile vec_double vd;
|
D | builtins-systemz-vector2.c | 13 typedef __attribute__((vector_size(16))) double vec_double; typedef 24 volatile vec_double vd;
|
D | builtins-systemz-zvector-constrained.c | 278 vd = vec_double(vsl); in test_float() 281 vd = vec_double(vul); in test_float()
|
D | builtins-systemz-vector-error.c | 13 typedef __attribute__((vector_size(16))) double vec_double; typedef 23 volatile vec_double vd;
|
D | builtins-systemz-zvector2-constrained.c | 457 vd = vec_double(vsl); in test_float() 460 vd = vec_double(vul); in test_float()
|
D | builtins-systemz-zvector3.c | 442 vd = vec_double(vsl); in test_float() 445 vd = vec_double(vul); in test_float()
|
D | builtins-systemz-zvector2.c | 760 vd = vec_double(vsl); in test_float() 763 vd = vec_double(vul); in test_float()
|
D | builtins-systemz-vector.c | 13 typedef __attribute__((vector_size(16))) double vec_double; typedef 23 volatile vec_double vd;
|
D | builtins-systemz-zvector.c | 4514 vd = vec_double(vsl); in test_float() 4517 vd = vec_double(vul); in test_float()
|
/external/clang/test/CodeGen/ |
D | builtins-systemz-vector-error.c | 13 typedef __attribute__((vector_size(16))) double vec_double; typedef 23 volatile vec_double vd;
|
D | builtins-systemz-vector.c | 13 typedef __attribute__((vector_size(16))) double vec_double; typedef 23 volatile vec_double vd;
|
D | builtins-ppc-p8vector.c | 209 res_vd = vec_double(vsll); in test1() 213 res_vd = vec_double(vull); in test1()
|
/external/llvm-project/clang/lib/Headers/ |
D | vecintrin.h | 9018 vec_double(__vector signed long long __a) { in vec_double() function 9023 vec_double(__vector unsigned long long __a) { in vec_double() function
|
D | altivec.h | 3304 vec_double(vector signed long long __a) { in vec_double() function 3309 vec_double(vector unsigned long long __a) { in vec_double() function
|
/external/clang/lib/Headers/ |
D | altivec.h | 2023 vec_double(vector signed long long __a) { in vec_double() function 2029 vec_double(vector unsigned long long __a) { in vec_double() function
|