HomeSort by: relevance | last modified time | path
    Searched refs:BitIndex (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/common/
dmrestag.c 64 UINT32 BitIndex,
69 UINT32 BitIndex,
78 UINT32 BitIndex);
83 UINT32 BitIndex);
500 UINT32 BitIndex;
543 BitIndex = (UINT32) IndexOp->Common.Value.Integer;
549 BitIndex = (UINT32) ACPI_MUL_8 (IndexOp->Common.Value.Integer);
572 ResourceNode = AcpiDmGetResourceNode (BufferNode, BitIndex);
580 AcpiGetTagPathname (IndexOp, BufferNode, ResourceNode, BitIndex);
589 * BitIndex - Index into the resource descripto
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 520 void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex,
602 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex)
603 BitValueArray[StartBit + bitIndex] = BIT_UNSET;
623 for (unsigned bitIndex = 0; bitIndex < NumBits; ++bitIndex) {
624 if (Inst.first & (1ULL << bitIndex))
625 BitValueArray[StartBit + bitIndex] = BIT_TRUE
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
AggressiveInstCombine.cpp 240 const APInt *BitIndex = nullptr;
241 if (!match(V, m_LShr(m_Value(Candidate), m_APInt(BitIndex))))
249 if (BitIndex && BitIndex->uge(MOps.Mask.getBitWidth()))
253 MOps.Mask.setBit(BitIndex ? BitIndex->getZExtValue() : 0);
  /src/sys/external/bsd/acpica/dist/include/
acdisasm.h 272 UINT32 BitIndex;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 589 Value *BitIndex =
591 Value *BitMask = B.CreateShl(ConstantInt::get(BitsType, 1), BitIndex);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 798 /// The BitIndex field is only used for externally invisible declarations.
800 GuardInfo() : Guard(nullptr), BitIndex(0) {}
802 unsigned BitIndex;
2531 GuardNum = GI->BitIndex++;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 10221 unsigned BitIndex = Idx->getZExtValue() * EltSize;
10222 unsigned EltIdx = BitIndex / 32;
10223 unsigned LeftoverBitIdx = BitIndex % 32;

Completed in 78 milliseconds