Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_flags.c39 #define LF_BIT_CF (31) /* lazy Carry Flag */ macro
45 #define LF_MASK_CF (0x01 << LF_BIT_CF)
120 env->hvf_lflags.auxbits |= (temp_po << LF_BIT_PO) | (new_cf << LF_BIT_CF); in SET_FLAGS_OxxxxC()
231 return ((env->hvf_lflags.auxbits + (1U << LF_BIT_PO)) >> LF_BIT_CF) & 1; in get_OF()
236 return (env->hvf_lflags.auxbits >> LF_BIT_CF) & 1; in get_CF()