Searched refs:do_fri (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 596 static uint64_t do_fri(CPUPPCState *env, uint64_t arg, in do_fri() function 620 return do_fri(env, arg, float_round_ties_away); in helper_frin() 625 return do_fri(env, arg, float_round_to_zero); in helper_friz() 630 return do_fri(env, arg, float_round_up); in helper_frip() 635 return do_fri(env, arg, float_round_down); in helper_frim()
|