Home
last modified time | relevance | path

Searched refs:vec_trunc (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector2-constrained.c500 vf = vec_trunc(vf); in test_float()
506 vd = vec_trunc(vd); in test_float()
Dbuiltins-systemz-zvector-constrained.c307 vd = vec_trunc(vd); in test_float()
Dbuiltins-systemz-zvector2.c803 vf = vec_trunc(vf); in test_float()
809 vd = vec_trunc(vd); in test_float()
Dbuiltins-systemz-zvector.c4543 vd = vec_trunc(vd); in test_float()
/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c911 res_vf = vec_trunc(vf); in test1()
915 res_vd = vec_trunc(vd); in test1()
Dbuiltins-systemz-zvector.c2956 vd = vec_trunc(vd); in test_float()
Dbuiltins-ppc-altivec.c5442 res_vf = vec_trunc(vf); in test6()
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c943 res_vf = vec_trunc(vf); in test1()
947 res_vd = vec_trunc(vd); in test1()
Dbuiltins-ppc-altivec.c5750 res_vf = vec_trunc(vf); in test6()
/external/llvm-project/clang/lib/Headers/
Dvecintrin.h9149 vec_trunc(__vector float __a) { in vec_trunc() function
9156 vec_trunc(__vector double __a) { in vec_trunc() function
Daltivec.h11961 static __inline__ vector float __ATTRS_o_ai vec_trunc(vector float __a) { in vec_trunc() function
11970 static __inline__ vector double __ATTRS_o_ai vec_trunc(vector double __a) { in vec_trunc() function
/external/clang/lib/Headers/
Daltivec.h9967 static __inline__ vector float __ATTRS_o_ai vec_trunc(vector float __a) { in vec_trunc() function
9976 static __inline__ vector double __ATTRS_o_ai vec_trunc(vector double __a) { in vec_trunc() function
Dvecintrin.h7385 vec_trunc(vector double __a) { in vec_trunc() function