Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-fprem.c133 #define FPUS_ZE (1 << 2) macro
165 (sw & FPUS_ZE) ? 'Z' : 'z', in psw()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c57 #define FPUS_ZE (1 << 2) macro
191 (new_flags & float_flag_divbyzero ? FPUS_ZE : 0) | in merge_exception_flags()
3231 (mxcsr & FPUS_ZE ? float_flag_divbyzero : 0) | in update_mxcsr_status()
3255 (flags & float_flag_divbyzero ? FPUS_ZE : 0) | in update_mxcsr_from_sse_status()