Home
last modified time | relevance | path

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

/qemu/target/i386/tcg/
H A Dfpu_helper.c201 static inline int save_exception_flags(CPUX86State *env) in save_exception_flags() function
223 int old_flags = save_exception_flags(env); in helper_fdiv()
243 int old_flags = save_exception_flags(env); in helper_flds_FT0()
256 int old_flags = save_exception_flags(env); in helper_fldl_FT0()
274 int old_flags = save_exception_flags(env); in helper_flds_ST0()
291 int old_flags = save_exception_flags(env); in helper_fldl_ST0()
341 int old_flags = save_exception_flags(env); in helper_fsts_ST0()
354 int old_flags = save_exception_flags(env); in helper_fstl_ST0()
367 int old_flags = save_exception_flags(env); in helper_fist_ST0()
381 int old_flags = save_exception_flags(env); in helper_fistl_ST0()
[all …]