Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dfpu_helper.c56 int softrm; in helper_set_rounding_mode() local
66 softrm = float_round_to_zero; in helper_set_rounding_mode()
69 softrm = float_round_down; in helper_set_rounding_mode()
72 softrm = float_round_up; in helper_set_rounding_mode()
75 softrm = float_round_ties_away; in helper_set_rounding_mode()
86 int softrm; in helper_set_rounding_mode_chkfrm() local
100 softrm = float_round_to_zero; in helper_set_rounding_mode_chkfrm()
103 softrm = float_round_down; in helper_set_rounding_mode_chkfrm()
106 softrm = float_round_up; in helper_set_rounding_mode_chkfrm()
109 softrm = float_round_ties_away; in helper_set_rounding_mode_chkfrm()
[all …]