Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-fprem.c136 #define FPUS_PE (1 << 5) macro
162 (sw & FPUS_PE) ? 'P' : 'p', in psw()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c60 #define FPUS_PE (1 << 5) macro
194 (new_flags & float_flag_inexact ? FPUS_PE : 0) | in merge_exception_flags()
3234 (mxcsr & FPUS_PE ? float_flag_inexact : 0), in update_mxcsr_status()
3258 (flags & float_flag_inexact ? FPUS_PE : 0) | in update_mxcsr_from_sse_status()
3259 (flags & float_flag_output_denormal ? FPUS_UE | FPUS_PE : in update_mxcsr_from_sse_status()