Searched refs:vec_nmsub (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-zvector2-constrained.c | 432 vf = vec_nmsub(vf, vf, vf); in test_float() 437 vd = vec_nmsub(vd, vd, vd); in test_float()
|
D | builtins-systemz-zvector2.c | 735 vf = vec_nmsub(vf, vf, vf); in test_float() 740 vd = vec_nmsub(vd, vd, vd); in test_float()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 749 res_vf = vec_nmsub(vf, vf, vf); in test1() 757 res_vd = vec_nmsub(vd, vd, vd); in test1()
|
D | builtins-ppc-altivec.c | 2314 res_vf = vec_nmsub(vf, vf, vf); in test6()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 764 res_vf = vec_nmsub(vf, vf, vf); in test1() 772 res_vd = vec_nmsub(vd, vd, vd); in test1()
|
D | builtins-ppc-altivec.c | 2487 res_vf = vec_nmsub(vf, vf, vf); in test6()
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 373 t = vec_nmsub(y_0, b, p4f_ONE);
|
/external/llvm-project/clang/lib/Headers/ |
D | vecintrin.h | 8907 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
|
D | altivec.h | 6312 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/ |
D | altivec.h | 4747 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
|