Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-fprem.c131 #define FPUS_IE (1 << 0) macro
167 (sw & FPUS_IE) ? 'I' : 'i'); in psw()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c55 #define FPUS_IE (1 << 0) macro
190 ((new_flags & float_flag_invalid ? FPUS_IE : 0) | in merge_exception_flags()
3230 set_float_exception_flags((mxcsr & FPUS_IE ? float_flag_invalid : 0) | in update_mxcsr_status()
3254 env->mxcsr |= ((flags & float_flag_invalid ? FPUS_IE : 0) | in update_mxcsr_from_sse_status()