Home
last modified time | relevance | path

Searched refs:MaskBit (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DHexagon.cpp78 uint32_t MaskBit = (Mask >> Bit) & 1; in applyMask() local
79 if (MaskBit) { in applyMask()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineOperand.cpp860 unsigned MaskBit = i % 32; in print() local
861 if (getRegMask()[MaskWord] & (1 << MaskBit)) { in print()
/freebsd-12.1/contrib/ntp/ntpd/
H A Drefclock_ripencc.c4928 MaskBit[] = { in rpt_8F4D() local
4954 if (OutputMask&MaskBit[ichoice]) in rpt_8F4D()
4967 if (OutputMask&MaskBit[ichoice]) continue; in rpt_8F4D()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp304 unsigned MaskBit; in currentITCond() local
306 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()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5902 unsigned MaskBit = ((OpNo - 1) ? 1 : 4); in getDemandedSrcElements() local
5904 SrcDemE.setBit((Mask & MaskBit)? 1 : 0); in getDemandedSrcElements()