Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector2-constrained.c423 vf = vec_nmadd(vf, vf, vf); in test_float()
427 vd = vec_nmadd(vd, vd, vd); in test_float()
Dbuiltins-systemz-zvector2.c726 vf = vec_nmadd(vf, vf, vf); in test_float()
730 vd = vec_nmadd(vd, vd, vd); in test_float()
/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c737 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/
Dbuiltins-ppc-vsx.c752 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/
Dvecintrin.h8893 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
Daltivec.h6297 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/
Daltivec.h4732 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