HomeSort by relevance Sort by last modified time
    Searched refs:StartBit (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 222 unsigned StartBit; // the starting bit position
256 Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, bool mixed);
396 bool fieldFromInsn(uint64_t &Field, insn_t &Insn, unsigned StartBit,
457 void runSingleFilter(unsigned startBit, unsigned numBit, bool mixed);
461 void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex,
488 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed),
495 Filter::Filter(FilterChooser &owner, unsigned startBit, unsigned numBits,
497 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed)
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 50 milliseconds