Searched defs:do_fmadd (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/tcg/x86_64/ |
H A D | fma.c | 20 static uint64_t do_fmadd(uint64_t n, uint64_t m, uint64_t a, in do_fmadd() function
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 646 static float64 do_fmadd(CPUPPCState *env, float64 a, float64 b, in do_fmadd() function
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 7091 static bool do_fmadd(DisasContext *s, arg_rrrr_e *a, bool neg_a, bool neg_n) in do_fmadd() function 7164 TRANS(FMADD, do_fmadd, a, false, false) in TRANS() argument
|