Searched defs:do_fmadd (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 648 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 | 6555 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
|