Searched refs:BitIndex (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/common/
H A Ddmrestag.c172 UINT32 BitIndex,
177 UINT32 BitIndex,
186 UINT32 BitIndex);
191 UINT32 BitIndex);
589 UINT32 BitIndex; local
632 BitIndex = (UINT32) IndexOp->Common.Value.Integer;
638 BitIndex = (UINT32) ACPI_MUL_8 (IndexOp->Common.Value.Integer);
661 ResourceNode = AcpiDmGetResourceNode (BufferNode, BitIndex);
669 AcpiGetTagPathname (IndexOp, BufferNode, ResourceNode, BitIndex);
678 * BitIndex
687 AcpiDmGetResourceNode( ACPI_NAMESPACE_NODE *BufferNode, UINT32 BitIndex) argument
739 AcpiGetTagPathname( ACPI_PARSE_OBJECT *IndexOp, ACPI_NAMESPACE_NODE *BufferNode, ACPI_NAMESPACE_NODE *ResourceNode, UINT32 BitIndex) argument
933 AcpiDmGetResourceTag( UINT32 BitIndex, AML_RESOURCE *Resource, UINT8 ResourceIndex) argument
1032 AcpiDmSearchTagList( UINT32 BitIndex, const ACPI_RESOURCE_TAG *TagList) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp518 void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex,
1477 unsigned BitIndex, bool AllowMixed) {
1479 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, true);
1481 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, false);
1520 unsigned BitIndex;
1543 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex)
1544 if (FilterBitValues[BitIndex] == BIT_TRUE ||
1545 FilterBitValues[BitIndex]
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp205 uint64_t BitIndex = 0; local
206 if (!match(V, m_LShr(m_Value(Candidate), m_ConstantInt(BitIndex))))
214 if (BitIndex >= MOps.Mask.getBitWidth())
218 MOps.Mask.setBit(BitIndex);
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacdisasm.h342 UINT32 BitIndex; member in struct:acpi_resource_tag
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp590 Value *BitIndex = local
592 Value *BitMask = B.CreateShl(ConstantInt::get(BitsType, 1), BitIndex);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp790 /// The BitIndex field is only used for externally invisible declarations.
792 GuardInfo() : Guard(nullptr), BitIndex(0) {}
794 unsigned BitIndex; member in struct:__anon1822::MicrosoftCXXABI::GuardInfo
2507 GuardNum = GI->BitIndex++;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9898 unsigned BitIndex = Idx->getZExtValue() * EltSize; local
9899 unsigned EltIdx = BitIndex / 32;
9900 unsigned LeftoverBitIdx = BitIndex % 32;

Completed in 215 milliseconds