Home
last modified time | relevance | path

Searched refs:vec_madd (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector2-constrained.c407 vf = vec_madd(vf, vf, vf); in test_float()
410 vd = vec_madd(vd, vd, vd); in test_float()
H A Dbuiltins-systemz-zvector-constrained.c213 vd = vec_madd(vd, vd, vd); in test_float()
H A Dbuiltins-systemz-zvector2.c710 vf = vec_madd(vf, vf, vf); in test_float()
713 vd = vec_madd(vd, vd, vd); in test_float()
H A Dbuiltins-systemz-zvector.c4448 vd = vec_madd(vd, vd, vd); in test_float()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-vsx.c793 res_vf = vec_madd(vf, vf, vf); in test1()
797 res_vd = vec_madd(vd, vd, vd); in test1()
H A Dbuiltins-ppc-altivec.c1770 res_vf =vec_madd(vf, vf, vf); in test6()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h4744 static __inline__ vector signed short __ATTRS_o_ai vec_madd( in vec_madd() function
4750 vec_madd(vector signed short __a, vector unsigned short __b, in vec_madd() function
4756 vec_madd(vector unsigned short __a, vector signed short __b, in vec_madd() function
4762 vec_madd(vector unsigned short __a, vector unsigned short __b, in vec_madd() function
4767 static __inline__ vector float __ATTRS_o_ai vec_madd(vector float __a, in vec_madd() function
4778 static __inline__ vector double __ATTRS_o_ai vec_madd(vector double __a, in vec_madd() function
H A Dvecintrin.h8959 vec_madd(__vector float __a, __vector float __b, __vector float __c) { in vec_madd() function
8965 vec_madd(__vector double __a, __vector double __b, __vector double __c) { in vec_madd() function