Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-constrained.c500 vf = vec_trunc(vf); in test_float()
506 vd = vec_trunc(vd); in test_float()
H A Dbuiltins-systemz-zvector-constrained.c308 vd = vec_trunc(vd); in test_float()
H A Dbuiltins-systemz-zvector2.c803 vf = vec_trunc(vf); in test_float()
809 vd = vec_trunc(vd); in test_float()
H A Dbuiltins-systemz-zvector.c4543 vd = vec_trunc(vd); in test_float()
/llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/
H A Dsmmintrin.h117 __r = vec_trunc((__v2df)__A); in _mm_round_pd()
208 __r = vec_trunc((__v4sf)__A); in _mm_round_ps()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-vsx.c1139 res_vf = vec_trunc(vf); in test1()
1143 res_vd = vec_trunc(vd); in test1()
H A Dbuiltins-ppc-altivec.c5768 res_vf = vec_trunc(vf); in test6()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h12585 static __inline__ vector float __ATTRS_o_ai vec_trunc(vector float __a) { in vec_trunc() function
12594 static __inline__ vector double __ATTRS_o_ai vec_trunc(vector double __a) { in vec_trunc() function
12601 return vec_trunc(__a); in vec_roundz()
12606 return vec_trunc(__a); in vec_roundz()
H A Dvecintrin.h9243 vec_trunc(__vector float __a) { in vec_trunc() function
9250 vec_trunc(__vector double __a) { in vec_trunc() function