Home
last modified time | relevance | path

Searched refs:vec_doublee (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-vsx.c1617 res_vd = vec_doublee(vsi); in test1()
1626 res_vd = vec_doublee(vui); in test1()
1635 res_vd = vec_doublee(vf); in test1()
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-constrained.c450 vd = vec_doublee(vf); in test_float()
H A Dbuiltins-systemz-zvector2.c753 vd = vec_doublee(vf); in test_float()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h3253 : (vec_doublee((vector signed int)(__a)) * \
3257 : (vec_doublee((vector unsigned int)(__a)) * \
3667 vec_doublee(vector signed int __a) { in vec_doublee() function
3676 vec_doublee(vector unsigned int __a) { in vec_doublee() function
3685 vec_doublee(vector float __a) { in vec_doublee() function
3758 return vec_doublee(__a); in vec_cvf()
H A Dvecintrin.h9091 vec_doublee(__vector float __a) { in vec_doublee() function