Home
last modified time | relevance | path

Searched refs:BitIndex (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Ddmrestag.c172 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 DGOFFObjectWriter.cpp35 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 DDecoderEmitter.cpp1555 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 DGOFF.h58 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 DSIModeRegisterDefaults.cpp61 uint32_t BitIndex = ModeVal << 2; in encodeFltRoundsTable() local
62 return static_cast<uint64_t>(FltRoundsVal) << BitIndex; in encodeFltRoundsTable()
H A DSIISelLowering.cpp13162 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 DAggressiveInstCombine.cpp213 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 Dacdisasm.h367 UINT32 BitIndex; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp587 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 DMicrosoftCXXABI.cpp833 unsigned BitIndex = 0; member
2646 GuardNum = GI->BitIndex++; in EmitGuardedInit()
/freebsd-14.2/sys/contrib/dev/acpica/
H A Dchanges.txt12454 Fixed a problem where the CreateField operator could hang if the BitIndex