Searched refs:LF_BIT_CF (Results 1 – 1 of 1) sorted by relevance
39 #define LF_BIT_CF (31) /* lazy Carry Flag */ macro45 #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()