Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_flags.c262 bool get_ZF(CPUX86State *env) in get_ZF() function
299 env->eflags |= get_ZF(env) ? CC_Z : 0; in lflags_to_rflags()
H A Dx86_flags.h37 bool get_ZF(CPUX86State *env);
H A Dx86_emu.c477 if ((PREFIX_REP == rep) && !get_ZF(env)) { in string_rep()
480 if ((PREFIX_REPN == rep) && get_ZF(env)) { in string_rep()