Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-fprem.c135 #define FPUS_UE (1 << 4) macro
163 (sw & FPUS_UE) ? 'U' : 'u', in psw()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c59 #define FPUS_UE (1 << 4) macro
193 (new_flags & float_flag_underflow ? FPUS_UE : 0) | in merge_exception_flags()
3233 (mxcsr & FPUS_UE ? float_flag_underflow : 0) | in update_mxcsr_status()
3257 (flags & float_flag_underflow ? FPUS_UE : 0) | in update_mxcsr_from_sse_status()
3259 (flags & float_flag_output_denormal ? FPUS_UE | FPUS_PE : in update_mxcsr_from_sse_status()