| /netbsd-src/sys/external/bsd/acpica/dist/common/ |
| H A D | dmrestag.c | 64 UINT32 BitIndex, 69 UINT32 BitIndex, 78 UINT32 BitIndex); 83 UINT32 BitIndex); 500 UINT32 BitIndex; in AcpiDmCheckResourceReference() local 543 BitIndex = (UINT32) IndexOp->Common.Value.Integer; in AcpiDmCheckResourceReference() 549 BitIndex = (UINT32) ACPI_MUL_8 (IndexOp->Common.Value.Integer); in AcpiDmCheckResourceReference() 572 ResourceNode = AcpiDmGetResourceNode (BufferNode, BitIndex); in AcpiDmCheckResourceReference() 580 AcpiGetTagPathname (IndexOp, BufferNode, ResourceNode, BitIndex); in AcpiDmCheckResourceReference() 600 UINT32 BitIndex) in AcpiDmGetResourceNode() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | FixedLenDecoderEmitter.cpp | 520 void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex, 1483 unsigned BitIndex, bool AllowMixed) { in reportRegion() argument 1485 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, true); in reportRegion() 1487 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, false); in reportRegion() 1526 unsigned BitIndex; in filterProcessor() local 1549 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) in filterProcessor() 1550 if (FilterBitValues[BitIndex] == BIT_TRUE || in filterProcessor() 1551 FilterBitValues[BitIndex] == BIT_FALSE) in filterProcessor() 1561 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor() 1562 switch (bitAttrs[BitIndex]) { in filterProcessor() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 240 const APInt *BitIndex = nullptr; in matchAndOrChain() local 241 if (!match(V, m_LShr(m_Value(Candidate), m_APInt(BitIndex)))) in matchAndOrChain() 249 if (BitIndex && BitIndex->uge(MOps.Mask.getBitWidth())) in matchAndOrChain() 253 MOps.Mask.setBit(BitIndex ? BitIndex->getZExtValue() : 0); in matchAndOrChain()
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/ |
| H A D | acdisasm.h | 257 UINT32 BitIndex; 262 UINT32 BitIndex; global() member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 589 Value *BitIndex = in createMaskedBitTest() local 591 Value *BitMask = B.CreateShl(ConstantInt::get(BitsType, 1), BitIndex); in createMaskedBitTest()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 800 GuardInfo() : Guard(nullptr), BitIndex(0) {} in GuardInfo() 802 unsigned BitIndex; member 2531 GuardNum = GI->BitIndex++; in EmitGuardedInit()
|
| /netbsd-src/sys/external/bsd/acpica/dist/tests/misc/ |
| H A D | grammar.asl | 6660 // test BitIndex.asl 6662 // BitIndex test 6780 Store ("++++++++ BitIndex Test", Debug)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 10221 unsigned BitIndex = Idx->getZExtValue() * EltSize; in performExtractVectorEltCombine() local 10222 unsigned EltIdx = BitIndex / 32; in performExtractVectorEltCombine() 10223 unsigned LeftoverBitIdx = BitIndex % 32; in performExtractVectorEltCombine()
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | m32c.cpu | 2237 (dnop BitIndex "Bit Index for the next insn" (SEM-ONLY MACH32 m32c-isa) h-bit-index f-nil) 7487 (set BitIndex dst)
|
| /netbsd-src/external/gpl3/gdb/dist/cpu/ |
| H A D | m32c.cpu | 2237 (dnop BitIndex "Bit Index for the next insn" (SEM-ONLY MACH32 m32c-isa) h-bit-index f-nil) 7487 (set BitIndex dst)
|
| /netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
| H A D | m32c.cpu | 2237 (dnop BitIndex "Bit Index for the next insn" (SEM-ONLY MACH32 m32c-isa) h-bit-index f-nil) 7487 (set BitIndex dst)
|
| /netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
| H A D | m32c.cpu | 2237 (dnop BitIndex "Bit Index for the next insn" (SEM-ONLY MACH32 m32c-isa) h-bit-index f-nil) 7487 (set BitIndex dst)
|
| /netbsd-src/sys/external/bsd/acpica/dist/ |
| H A D | changes.txt | 12638 Fixed a problem where the CreateField operator could hang if the BitIndex
|