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

  /external/llvm/include/llvm/MC/
MCExternalSymbolizer.h 51 uint64_t Offset, uint64_t InstSize);
MCSymbolizer.h 64 /// @param InstSize - Size of the instruction in bytes.
69 uint64_t InstSize) = 0;
MCObjectSymbolizer.h 61 uint64_t Offset, uint64_t InstSize);
MCDisassembler.h 112 uint64_t Offset, uint64_t InstSize) const;
  /external/llvm/lib/MC/
MCDisassembler.cpp 39 uint64_t InstSize) const {
43 IsBranch, Offset, InstSize);
MCObjectDisassembler.cpp 75 uint64_t InstSize;
76 for (uint64_t Index = 0; Index < SecSize; Index += InstSize) {
78 if (Dis.getInstruction(Inst, InstSize, memoryObject, Index,
80 Text->addInst(Inst, InstSize);
MCExternalSymbolizer.cpp 37 uint64_t InstSize) {
43 !GetOpInfo(DisInfo, Address, Offset, InstSize, 1, &SymbolicOp)) {
MCObjectSymbolizer.cpp 119 uint64_t Offset, uint64_t InstSize) {
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 451 uint64_t InstSize;
452 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) {
455 if (DisAsm->getInstruction(Inst, InstSize, memoryObject, Index,
458 DumpBytes(StringRef(Bytes.data() + Index, InstSize));
463 if (InstSize == 0)
464 InstSize = 1; // skip illegible bytes
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dlist.c 189 * integer values starting at 0 is very important, see InstSize array usage)
553 static GLuint InstSize[OPCODE_END_OF_LIST + 1];
662 n += InstSize[n[0].opcode];
666 n += InstSize[n[0].opcode];
670 n += InstSize[n[0].opcode];
674 n += InstSize[n[0].opcode];
678 n += InstSize[n[0].opcode];
682 n += InstSize[n[0].opcode];
686 n += InstSize[n[0].opcode];
690 n += InstSize[n[0].opcode]
    [all...]
  /external/mesa3d/src/mesa/main/
dlist.c 189 * integer values starting at 0 is very important, see InstSize array usage)
553 static GLuint InstSize[OPCODE_END_OF_LIST + 1];
662 n += InstSize[n[0].opcode];
666 n += InstSize[n[0].opcode];
670 n += InstSize[n[0].opcode];
674 n += InstSize[n[0].opcode];
678 n += InstSize[n[0].opcode];
682 n += InstSize[n[0].opcode];
686 n += InstSize[n[0].opcode];
690 n += InstSize[n[0].opcode]
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 617 unsigned InstSize = (Opc == ARM::tBR_JTr || Opc == ARM::t2BR_JT) ? 2 : 4;
624 return NumEntries * EntrySize + InstSize;
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 531 bool isBranch, uint64_t InstSize,
536 /* Offset */ 0, InstSize);
    [all...]

Completed in 221 milliseconds