Searched refs:vec_madd (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-zvector2-constrained.c | 407 vf = vec_madd(vf, vf, vf); in test_float() 410 vd = vec_madd(vd, vd, vd); in test_float()
|
| H A D | builtins-systemz-zvector-constrained.c | 213 vd = vec_madd(vd, vd, vd); in test_float()
|
| H A D | builtins-systemz-zvector2.c | 710 vf = vec_madd(vf, vf, vf); in test_float() 713 vd = vec_madd(vd, vd, vd); in test_float()
|
| H A D | builtins-systemz-zvector.c | 4448 vd = vec_madd(vd, vd, vd); in test_float()
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-vsx.c | 793 res_vf = vec_madd(vf, vf, vf); in test1() 797 res_vd = vec_madd(vd, vd, vd); in test1()
|
| H A D | builtins-ppc-altivec.c | 1770 res_vf =vec_madd(vf, vf, vf); in test6()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 4744 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 D | vecintrin.h | 8959 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
|