Searched refs:MaskBit (Results 1 – 5 of 5) sorted by relevance
78 uint32_t MaskBit = (Mask >> Bit) & 1; in applyMask() local79 if (MaskBit) { in applyMask()
860 unsigned MaskBit = i % 32; in print() local861 if (getRegMask()[MaskWord] & (1 << MaskBit)) { in print()
4928 MaskBit[] = { in rpt_8F4D() local4954 if (OutputMask&MaskBit[ichoice]) in rpt_8F4D()4967 if (OutputMask&MaskBit[ichoice]) continue; in rpt_8F4D()
304 unsigned MaskBit; in currentITCond() local306 MaskBit = 1; in currentITCond()308 MaskBit = (ITState.Mask >> (5 - ITState.CurPosition)) & 1; in currentITCond()310 return MaskBit ? ITState.Cond : ARMCC::getOppositeCondition(ITState.Cond); in currentITCond()
5902 unsigned MaskBit = ((OpNo - 1) ? 1 : 4); in getDemandedSrcElements() local5904 SrcDemE.setBit((Mask & MaskBit)? 1 : 0); in getDemandedSrcElements()