| /src/sys/contrib/dev/acpica/common/ |
| H A D | dmrestag.c | 172 UINT32 BitIndex, 177 UINT32 BitIndex, 186 UINT32 BitIndex); 191 UINT32 BitIndex); 608 UINT32 BitIndex; in AcpiDmCheckResourceReference() local 651 BitIndex = (UINT32) IndexOp->Common.Value.Integer; in AcpiDmCheckResourceReference() 657 BitIndex = (UINT32) ACPI_MUL_8 (IndexOp->Common.Value.Integer); in AcpiDmCheckResourceReference() 680 ResourceNode = AcpiDmGetResourceNode (BufferNode, BitIndex); in AcpiDmCheckResourceReference() 688 AcpiGetTagPathname (IndexOp, BufferNode, ResourceNode, BitIndex); in AcpiDmCheckResourceReference() 708 UINT32 BitIndex) in AcpiDmGetResourceNode() argument [all …]
|
| /src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | GOFFObjectWriter.cpp | 34 constexpr static uint8_t bits(uint8_t BitIndex, uint8_t Length, uint8_t Value, in bits() argument 36 assert(BitIndex < 8 && "Bit index out of bounds!"); in bits() 37 assert(Length + BitIndex <= 8 && "Bit length too long!"); in bits() 39 uint8_t Mask = ((1 << Length) - 1) << (8 - BitIndex - Length); in bits() 40 Value = Value << (8 - BitIndex - Length); in bits() 48 constexpr Flags(uint8_t BitIndex, uint8_t Length, uint8_t Value) in Flags() argument 49 : Val(bits(BitIndex, Length, Value, 0)) {} in Flags() 51 void set(uint8_t BitIndex, uint8_t Length, uint8_t Value) { in set() argument 52 Val = bits(BitIndex, Length, Value, Val); in set()
|
| /src/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 560 void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex, 1562 unsigned BitIndex, bool AllowMixed) { in reportRegion() argument 1564 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, true); in reportRegion() 1566 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, false); in reportRegion() 1605 unsigned BitIndex; in filterProcessor() local 1628 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) in filterProcessor() 1629 if (FilterBitValues[BitIndex] == BIT_TRUE || in filterProcessor() 1630 FilterBitValues[BitIndex] == BIT_FALSE) in filterProcessor() 1640 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor() 1641 switch (bitAttrs[BitIndex]) { in filterProcessor() [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | GOFF.h | 58 static void getBits(const uint8_t *Bytes, uint8_t ByteIndex, uint8_t BitIndex, in getBits() argument 61 assert(BitIndex < 8 && "Bit index out of bounds!"); in getBits() 62 assert(Length + BitIndex <= 8 && "Bit length too long!"); in getBits() 65 Value = (Value >> (8 - BitIndex - Length)) & ((1 << Length) - 1); in getBits()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIModeRegisterDefaults.cpp | 61 uint32_t BitIndex = ModeVal << 2; in encodeFltRoundsTable() local 62 return static_cast<uint64_t>(FltRoundsVal) << BitIndex; in encodeFltRoundsTable()
|
| H A D | SIISelLowering.cpp | 13460 unsigned BitIndex = Idx->getZExtValue() * VecEltSize; in performExtractVectorEltCombine() local 13461 unsigned EltIdx = BitIndex / 32; in performExtractVectorEltCombine() 13462 unsigned LeftoverBitIdx = BitIndex % 32; in performExtractVectorEltCombine()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 225 const APInt *BitIndex = nullptr; in matchAndOrChain() local 226 if (!match(V, m_LShr(m_Value(Candidate), m_APInt(BitIndex)))) in matchAndOrChain() 234 if (BitIndex && BitIndex->uge(MOps.Mask.getBitWidth())) in matchAndOrChain() 238 MOps.Mask.setBit(BitIndex ? BitIndex->getZExtValue() : 0); in matchAndOrChain()
|
| /src/sys/contrib/dev/acpica/include/ |
| H A D | acdisasm.h | 373 UINT32 BitIndex; member
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 587 Value *BitIndex = in createMaskedBitTest() local 589 Value *BitMask = B.CreateShl(ConstantInt::get(BitsType, 1), BitIndex); in createMaskedBitTest()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 831 unsigned BitIndex = 0; member 2659 GuardNum = GI->BitIndex++; in EmitGuardedInit()
|
| /src/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 12775 Fixed a problem where the CreateField operator could hang if the BitIndex
|