Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_flags.c116 void SET_FLAGS_OxxxxC(CPUX86State *env, uint32_t new_of, uint32_t new_cf) in SET_FLAGS_OxxxxC() argument
118 uint32_t temp_po = new_of ^ new_cf; in SET_FLAGS_OxxxxC()
120 env->hvf_lflags.auxbits |= (temp_po << LF_BIT_PO) | (new_cf << LF_BIT_CF); in SET_FLAGS_OxxxxC()
H A Dx86_flags.h44 void SET_FLAGS_OxxxxC(CPUX86State *env, uint32_t new_of, uint32_t new_cf);