OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaskBit
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineOperand.cpp
877
unsigned
MaskBit
= i % 32;
878
if (getRegMask()[MaskWord] & (1 <<
MaskBit
)) {
/src/external/bsd/ntp/dist/ntpd/
refclock_ripencc.c
4930
MaskBit
[] = {
4956
if (OutputMask&
MaskBit
[ichoice])
4969
if (OutputMask&
MaskBit
[ichoice]) continue;
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp
365
unsigned
MaskBit
= extractITMaskBit(ITState.Mask, ITState.CurPosition);
366
return
MaskBit
? ARMCC::getOppositeCondition(ITState.Cond) : ITState.Cond;
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
6789
unsigned
MaskBit
= ((OpNo - 1) ? 1 : 4);
6791
SrcDemE.setBit((Mask &
MaskBit
)? 1 : 0);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 89 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026