HomeSort by relevance Sort by last modified time
    Searched refs:NumToSkip (Results 1 - 10 of 10) sorted by null

  /external/capstone/arch/XCore/
XCoreGenDisassemblerTables.inc     [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 585 // Any NumToSkip fixups in the current scope can resolve to the
592 // NumToSkip entry itself, so subtract two from the displacement here
596 // Our NumToSkip entries are 16-bits. Make sure our table isn't too
628 // Resolve any NumToSkip fixups in the current scope.
638 // Reserve space for the NumToSkip entry. We'll backpatch the value
651 // Now that we've emitted the body of the handler, update the NumToSkip
653 // two as to account for the width of the NumToSkip field itself.
655 uint32_t NumToSkip = Table.size() - PrevFilter - 2;
656 assert(NumToSkip < 65536U && "disassembler decoding table too large!");
657 Table[PrevFilter] = (uint8_t)NumToSkip;
    [all...]
  /external/capstone/arch/Sparc/
SparcGenDisassemblerTables.inc     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/capstone/arch/PowerPC/
PPCGenDisassemblerTables.inc     [all...]
  /external/capstone/arch/SystemZ/
SystemZGenDisassemblerTables.inc     [all...]
  /external/capstone/arch/Mips/
MipsGenDisassemblerTables.inc     [all...]
  /external/capstone/arch/AArch64/
AArch64GenDisassemblerTables.inc     [all...]
  /external/capstone/arch/ARM/
ARMGenDisassemblerTables.inc     [all...]

Completed in 296 milliseconds