Home
last modified time | relevance | path

Searched refs:do_fmadds (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dfpu_helper.c660 static uint64_t do_fmadds(CPUPPCState *env, float64 a, float64 b, in do_fmadds() function
678 { return do_fmadds(env, arg1, arg2, arg3, madd_flags, GETPC()); }