Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dint_helper.c174 eflags = cpu_cc_compute_all(env); in helper_aaa()
199 eflags = cpu_cc_compute_all(env); in helper_aas()
223 eflags = cpu_cc_compute_all(env); in helper_daa()
251 eflags = cpu_cc_compute_all(env); in helper_das()
H A Dcc_helper.c232 uint32_t cpu_cc_compute_all(CPUX86State *env) in cpu_cc_compute_all() function
356 eflags = cpu_cc_compute_all(env); in helper_read_eflags()
H A Dmisc_helper.c44 eflags = cpu_cc_compute_all(env); in helper_into()
H A Dseg_helper.c2424 eflags = cpu_cc_compute_all(env) | CC_Z; in helper_verr()
2462 eflags = cpu_cc_compute_all(env) | CC_Z; in helper_verw()
H A Dfpu_helper.c494 eflags = cpu_cc_compute_all(env) & ~(CC_Z | CC_P | CC_C); in helper_fcomi_ST0_FT0()
507 eflags = cpu_cc_compute_all(env) & ~(CC_Z | CC_P | CC_C); in helper_fucomi_ST0_FT0()
/openbmc/qemu/target/i386/
H A Dcpu.h2499 uint32_t cpu_cc_compute_all(CPUX86State *env1);
2505 eflags |= cpu_cc_compute_all(env) | (env->df & DF_MASK); in cpu_compute_eflags()