Home
last modified time | relevance | path

Searched defs:do_fmadd (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/tcg/x86_64/
H A Dfma.c20 static uint64_t do_fmadd(uint64_t n, uint64_t m, uint64_t a, in do_fmadd() function
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c646 static float64 do_fmadd(CPUPPCState *env, float64 a, float64 b, in do_fmadd() function
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c7091 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