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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp867 unsigned MaskBit = i % 32; local
868 if (getRegMask()[MaskWord] & (1 << MaskBit)) {
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_ripencc.c4928 MaskBit[] = { local
4954 if (OutputMask&MaskBit[ichoice])
4967 if (OutputMask&MaskBit[ichoice]) continue;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp366 unsigned MaskBit = extractITMaskBit(ITState.Mask, ITState.CurPosition); local
367 return MaskBit ? ARMCC::getOppositeCondition(ITState.Cond) : ITState.Cond;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6763 unsigned MaskBit = ((OpNo - 1) ? 1 : 4); local
6765 SrcDemE.setBit((Mask & MaskBit)? 1 : 0);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 318 milliseconds