Searched refs:new_cf (Results 1 – 2 of 2) sorted by relevance
116 void SET_FLAGS_OxxxxC(CPUX86State *env, uint32_t new_of, uint32_t new_cf) in SET_FLAGS_OxxxxC() argument118 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()
44 void SET_FLAGS_OxxxxC(CPUX86State *env, uint32_t new_of, uint32_t new_cf);