Searched refs:OrigMask (Results 1 – 3 of 3) sorted by relevance
4335 unsigned OrigMask = Mask; in processInstruction() local4349 ITState.Mask = OrigMask; // Use the original mask, not the updated one. in processInstruction()
8645 unsigned OrigMask = Mask; in processInstruction() local8657 ITState.Mask = OrigMask; // Use the original mask, not the updated one. in processInstruction()
854 uint64_t Mask = ((uint64_t)(-1LL) >> (64 - Size)), OrigMask = Mask; in optimizeLogicalImm() local929 if (NewImm == 0 || NewImm == OrigMask) { in optimizeLogicalImm()