OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartBit
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp
223
unsigned
StartBit
; // the starting bit position
257
Filter(FilterChooser &owner, unsigned
startBit
, unsigned numBits, bool mixed);
403
bool fieldFromInsn(uint64_t &Field, insn_t &Insn, unsigned
StartBit
,
464
void runSingleFilter(unsigned
startBit
, unsigned numBit, bool mixed);
468
void reportRegion(bitAttr_t RA, unsigned
StartBit
, unsigned BitIndex,
495
: Owner(f.Owner),
StartBit
(f.
StartBit
), NumBits(f.NumBits), Mixed(f.Mixed),
502
Filter::Filter(FilterChooser &owner, unsigned
startBit
, unsigned numBits,
504
: Owner(&owner),
StartBit
(
startBit
), NumBits(numBits), Mixed(mixed)
[
all
...]
/external/clang/lib/CodeGen/
TargetInfo.cpp
[
all
...]
Completed in 48 milliseconds