Searched refs:cpu_cc_compute_all (Results 1 – 6 of 6) sorted by relevance
174 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()
232 uint32_t cpu_cc_compute_all(CPUX86State *env) in cpu_cc_compute_all() function356 eflags = cpu_cc_compute_all(env); in helper_read_eflags()
44 eflags = cpu_cc_compute_all(env); in helper_into()
2424 eflags = cpu_cc_compute_all(env) | CC_Z; in helper_verr()2462 eflags = cpu_cc_compute_all(env) | CC_Z; in helper_verw()
494 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()
2499 uint32_t cpu_cc_compute_all(CPUX86State *env1);2505 eflags |= cpu_cc_compute_all(env) | (env->df & DF_MASK); in cpu_compute_eflags()