Searched refs:vec_msub (Results 1 – 4 of 4) sorted by relevance
/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/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
|