Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dfpu_helper.c648 static float64 do_fmadd(CPUPPCState *env, float64 a, float64 b, in do_fmadd() function
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c6555 static bool do_fmadd(DisasContext *s, arg_rrrr_e *a, bool neg_a, bool neg_n) in do_fmadd() function
6628 TRANS(FMADD, do_fmadd, a, false, false) in TRANS() argument