Home
last modified time | relevance | path

Searched defs:fpuc (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c770 uint16_t fpuc; in fpu_clear_exceptions() member
841 int16_t fpuc; in test_fcvt() local
921 uint16_t fpuc; in test_fenv() member
931 uint16_t fpuc; in test_fenv() member
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c2702 int i, fpuc, fpus, fptag; in do_xrstor_fpu() local
/openbmc/qemu/target/i386/
H A Dcpu.h1635 uint16_t fpuc; member
2426 static inline void cpu_set_fpuc(CPUX86State *env, uint16_t fpuc) in cpu_set_fpuc()