DONT_CLEAR
bool is_write = (dst_reg == DONT_CLEAR);
if (dst_reg != DONT_CLEAR)
dst_reg = DONT_CLEAR;
bool is_write = (reg == DONT_CLEAR);
if (reg != DONT_CLEAR)
fixup_reg = DONT_CLEAR;