Searched refs:vec_msub (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
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()
|
D | builtins-systemz-zvector-constrained.c | 215 vd = vec_msub(vd, vd, vd); in test_float()
|
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()
|
D | builtins-systemz-zvector.c | 4451 vd = vec_msub(vd, vd, vd); in test_float()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 701 res_vf = vec_msub(vf, vf, vf); in test1() 707 res_vd = vec_msub(vd, vd, vd); in test1()
|
D | builtins-systemz-zvector.c | 2899 vd = vec_msub(vd, vd, vd); in test_float()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 716 res_vf = vec_msub(vf, vf, vf); in test1() 722 res_vd = vec_msub(vd, vd, vd); in test1()
|
/external/llvm-project/clang/lib/Headers/ |
D | vecintrin.h | 8879 vec_msub(__vector float __a, __vector float __b, __vector float __c) { in vec_msub() function 8885 vec_msub(__vector double __a, __vector double __b, __vector double __c) { in vec_msub() function
|
D | altivec.h | 4435 static __inline__ vector float __ATTRS_o_ai vec_msub(vector float __a, in vec_msub() function 4441 static __inline__ vector double __ATTRS_o_ai vec_msub(vector double __a, in vec_msub() function
|
/external/clang/lib/Headers/ |
D | altivec.h | 3012 static __inline__ vector float __ATTRS_o_ai vec_msub(vector float __a, in vec_msub() function 3018 static __inline__ vector double __ATTRS_o_ai vec_msub(vector double __a, in vec_msub() function
|
D | vecintrin.h | 7282 vec_msub(vector double __a, vector double __b, vector double __c) { in vec_msub() function
|