Searched refs:MaskBit (Results 1 – 4 of 4) sorted by relevance
853 unsigned MaskBit = i % 32; in print() local854 if (getRegMask()[MaskWord] & (1 << MaskBit)) { in print()
429 unsigned MaskBit = i % 32; in print() local430 if (getRegMask()[MaskWord] & (1 << MaskBit)) { in print()
303 unsigned MaskBit; in currentITCond() local305 MaskBit = 1; in currentITCond()307 MaskBit = (ITState.Mask >> (5 - ITState.CurPosition)) & 1; in currentITCond()309 return MaskBit ? ITState.Cond : ARMCC::getOppositeCondition(ITState.Cond); in currentITCond()
5743 unsigned MaskBit = ((OpNo - 1) ? 1 : 4); in getDemandedSrcElements() local5745 SrcDemE.setBit((Mask & MaskBit)? 1 : 0); in getDemandedSrcElements()