Searched refs:vec_msub (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-zvector2-constrained.c | 414 vf = vec_msub(vf, vf, vf); in test_float() 418 vd = vec_msub(vd, vd, vd); in test_float()
|
| H A D | builtins-systemz-zvector-constrained.c | 216 vd = vec_msub(vd, vd, vd); in test_float()
|
| H A D | builtins-systemz-zvector2.c | 717 vf = vec_msub(vf, vf, vf); in test_float() 721 vd = vec_msub(vd, vd, vd); in test_float()
|
| H A D | builtins-systemz-zvector.c | 4451 vd = vec_msub(vd, vd, vd); in test_float()
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-vsx.c | 852 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 D | vecintrin.h | 8973 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 D | altivec.h | 4810 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
|