Home
last modified time | relevance | path

Searched refs:vec_roundz (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-constrained.c497 vf = vec_roundz(vf); in test_float()
503 vd = vec_roundz(vd); in test_float()
H A Dbuiltins-systemz-zvector-constrained.c305 vd = vec_roundz(vd); in test_float()
H A Dbuiltins-systemz-zvector2.c800 vf = vec_roundz(vf); in test_float()
806 vd = vec_roundz(vd); in test_float()
H A Dbuiltins-systemz-zvector.c4540 vd = vec_roundz(vd); in test_float()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-vsx.c1147 res_vf = vec_roundz(vf); in test1()
1151 res_vd = vec_roundz(vd); in test1()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h9229 vec_roundz(__vector float __a) { in vec_roundz() function
9235 vec_roundz(__vector double __a) { in vec_roundz() function
H A Daltivec.h12600 static __inline__ vector float __ATTRS_o_ai vec_roundz(vector float __a) { in vec_roundz() function
12605 static __inline__ vector double __ATTRS_o_ai vec_roundz(vector double __a) { in vec_roundz() function