Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-constrained.c414 vf = vec_msub(vf, vf, vf); in test_float()
418 vd = vec_msub(vd, vd, vd); in test_float()
H A Dbuiltins-systemz-zvector-constrained.c216 vd = vec_msub(vd, vd, vd); in test_float()
H A Dbuiltins-systemz-zvector2.c717 vf = vec_msub(vf, vf, vf); in test_float()
721 vd = vec_msub(vd, vd, vd); in test_float()
H A Dbuiltins-systemz-zvector.c4451 vd = vec_msub(vd, vd, vd); in test_float()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-vsx.c852 res_vf = vec_msub(vf, vf, vf); in test1()
858 res_vd = vec_msub(vd, vd, vd); in test1()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h8973 vec_msub(__vector float __a, __vector float __b, __vector float __c) { in vec_msub() function
8979 vec_msub(__vector double __a, __vector double __b, __vector double __c) { in vec_msub() function
H A Daltivec.h4810 static __inline__ vector float __ATTRS_o_ai vec_msub(vector float __a, in vec_msub() function
4816 static __inline__ vector double __ATTRS_o_ai vec_msub(vector double __a, in vec_msub() function