Searched refs:vec_nmadd (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-zvector2-constrained.c | 423 vf = vec_nmadd(vf, vf, vf); in test_float() 427 vd = vec_nmadd(vd, vd, vd); in test_float()
|
D | builtins-systemz-zvector2.c | 726 vf = vec_nmadd(vf, vf, vf); in test_float() 730 vd = vec_nmadd(vd, vd, vd); in test_float()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 737 res_vf = vec_nmadd(vf, vf, vf); in test1() 743 res_vd = vec_nmadd(vd, vd, vd); in test1()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 752 res_vf = vec_nmadd(vf, vf, vf); in test1() 758 res_vd = vec_nmadd(vd, vd, vd); in test1()
|
/external/llvm-project/clang/lib/Headers/ |
D | vecintrin.h | 8893 vec_nmadd(__vector float __a, __vector float __b, __vector float __c) { in vec_nmadd() function 8898 vec_nmadd(__vector double __a, __vector double __b, __vector double __c) { in vec_nmadd() function
|
D | altivec.h | 6297 static __inline__ vector float __ATTRS_o_ai vec_nmadd(vector float __a, in vec_nmadd() function 6303 static __inline__ vector double __ATTRS_o_ai vec_nmadd(vector double __a, in vec_nmadd() function
|
/external/clang/lib/Headers/ |
D | altivec.h | 4732 static __inline__ vector float __ATTRS_o_ai vec_nmadd(vector float __a, in vec_nmadd() function 4738 static __inline__ vector double __ATTRS_o_ai vec_nmadd(vector double __a, in vec_nmadd() function
|