| /freebsd-14.2/sys/contrib/dev/acpica/common/ |
| H A D | dmrestag.c | 172 UINT32 BitIndex, 177 UINT32 BitIndex, 186 UINT32 BitIndex); 191 UINT32 BitIndex); 599 UINT32 BitIndex; in AcpiDmCheckResourceReference() local 699 UINT32 BitIndex) in AcpiDmGetResourceNode() argument 753 UINT32 BitIndex) in AcpiGetTagPathname() argument 944 UINT32 BitIndex, in AcpiDmGetResourceTag() argument 1020 Tag = AcpiDmSearchTagList (BitIndex, TagList); in AcpiDmGetResourceTag() 1043 UINT32 BitIndex, in AcpiDmSearchTagList() argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | GOFFObjectWriter.cpp | 35 constexpr static uint8_t bits(uint8_t BitIndex, uint8_t Length, uint8_t Value, in bits() argument 37 assert(BitIndex < 8 && "Bit index out of bounds!"); in bits() 38 assert(Length + BitIndex <= 8 && "Bit length too long!"); in bits() 40 uint8_t Mask = ((1 << Length) - 1) << (8 - BitIndex - Length); in bits() 41 Value = Value << (8 - BitIndex - Length); in bits() 49 constexpr Flags(uint8_t BitIndex, uint8_t Length, uint8_t Value) in Flags() argument 50 : Val(bits(BitIndex, Length, Value, 0)) {} in Flags() 52 void set(uint8_t BitIndex, uint8_t Length, uint8_t Value) { in set() argument 53 Val = bits(BitIndex, Length, Value, Val); in set()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 1555 unsigned BitIndex; in filterProcessor() local 1578 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) in filterProcessor() 1590 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor() 1591 switch (bitAttrs[BitIndex]) { in filterProcessor() 1593 if (insn[BitIndex] == BIT_UNSET) in filterProcessor() 1636 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor() 1647 StartBit = BitIndex; in filterProcessor() 1653 StartBit = BitIndex; in filterProcessor() 1674 StartBit = BitIndex; in filterProcessor() 1685 StartBit = BitIndex; in filterProcessor() [all …]
|
| /freebsd-14.2/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()
|
| /freebsd-14.2/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 | 13162 unsigned BitIndex = Idx->getZExtValue() * VecEltSize; in performExtractVectorEltCombine() local 13163 unsigned EltIdx = BitIndex / 32; in performExtractVectorEltCombine() 13164 unsigned LeftoverBitIdx = BitIndex % 32; in performExtractVectorEltCombine()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 213 const APInt *BitIndex = nullptr; in matchAndOrChain() local 214 if (!match(V, m_LShr(m_Value(Candidate), m_APInt(BitIndex)))) in matchAndOrChain() 222 if (BitIndex && BitIndex->uge(MOps.Mask.getBitWidth())) in matchAndOrChain() 226 MOps.Mask.setBit(BitIndex ? BitIndex->getZExtValue() : 0); in matchAndOrChain()
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/ |
| H A D | acdisasm.h | 367 UINT32 BitIndex; member
|
| /freebsd-14.2/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()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 833 unsigned BitIndex = 0; member 2646 GuardNum = GI->BitIndex++; in EmitGuardedInit()
|
| /freebsd-14.2/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 12454 Fixed a problem where the CreateField operator could hang if the BitIndex
|