Home
last modified time | relevance | path

Searched refs:vec_nmsub (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector2-constrained.c432 vf = vec_nmsub(vf, vf, vf); in test_float()
437 vd = vec_nmsub(vd, vd, vd); in test_float()
Dbuiltins-systemz-zvector2.c735 vf = vec_nmsub(vf, vf, vf); in test_float()
740 vd = vec_nmsub(vd, vd, vd); in test_float()
/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c749 res_vf = vec_nmsub(vf, vf, vf); in test1()
757 res_vd = vec_nmsub(vd, vd, vd); in test1()
Dbuiltins-ppc-altivec.c2314 res_vf = vec_nmsub(vf, vf, vf); in test6()
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c764 res_vf = vec_nmsub(vf, vf, vf); in test1()
772 res_vd = vec_nmsub(vd, vd, vd); in test1()
Dbuiltins-ppc-altivec.c2487 res_vf = vec_nmsub(vf, vf, vf); in test6()
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h373 t = vec_nmsub(y_0, b, p4f_ONE);
/external/llvm-project/clang/lib/Headers/
Dvecintrin.h8907 vec_nmsub(__vector float __a, __vector float __b, __vector float __c) { in vec_nmsub() function
8912 vec_nmsub(__vector double __a, __vector double __b, __vector double __c) { in vec_nmsub() function
Daltivec.h6312 static __inline__ vector float __ATTRS_o_ai vec_nmsub(vector float __a, in vec_nmsub() function
6323 static __inline__ vector double __ATTRS_o_ai vec_nmsub(vector double __a, in vec_nmsub() function
/external/clang/lib/Headers/
Daltivec.h4747 static __inline__ vector float __ATTRS_o_ai vec_nmsub(vector float __a, in vec_nmsub() function
4758 static __inline__ vector double __ATTRS_o_ai vec_nmsub(vector double __a, in vec_nmsub() function