Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c692 static FloatRoundMode x86_round_mode[4] = { in set_x86_rounding_mode() local
698 assert(mode < ARRAY_SIZE(x86_round_mode)); in set_x86_rounding_mode()
699 set_float_rounding_mode(x86_round_mode[mode], status); in set_x86_rounding_mode()