Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dfpu_helper.c374 uint16_t nx_old = get_float_exception_flags(fs) & float_flag_inexact; in helper_fround_s() local
382 flags |= nx_old; in helper_fround_s()
533 uint16_t nx_old = get_float_exception_flags(fs) & float_flag_inexact; in helper_fround_d() local
540 flags |= nx_old; in helper_fround_d()
663 uint16_t nx_old = get_float_exception_flags(fs) & float_flag_inexact; in helper_fround_h() local
671 flags |= nx_old; in helper_fround_h()