Searched defs:InstSize (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/MC/
H A DMCExternalSymbolizer.cpp37 uint64_t InstSize) {
43 !GetOpInfo(DisInfo, Address, Offset, InstSize, 1, &SymbolicOp)) {
31 tryAddingSymbolicOperand(MCInst &MI, raw_ostream &cStream, int64_t Value, uint64_t Address, bool IsBranch, uint64_t Offset, uint64_t InstSize) argument
H A DMCObjectDisassembler.cpp75 uint64_t InstSize; local
76 for (uint64_t Index = 0; Index < SecSize; Index += InstSize) {
78 if (Dis.getInstruction(Inst, InstSize, memoryObject, Index,
80 Text->addInst(Inst, InstSize);
H A DMCObjectSymbolizer.cpp119 uint64_t Offset, uint64_t InstSize) {
117 tryAddingSymbolicOperand(MCInst &MI, raw_ostream &cStream, int64_t Value, uint64_t Address, bool IsBranch, uint64_t Offset, uint64_t InstSize) argument
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp451 uint64_t InstSize; local
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/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp531 bool isBranch, uint64_t InstSize,
536 /* Offset */ 0, InstSize);
530 tryAddingSymbolicOperand(uint64_t Address, int32_t Value, bool isBranch, uint64_t InstSize, MCInst &MI, const void *Decoder) argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddlist.c189 * integer values starting at 0 is very important, see InstSize array usage)
553 static GLuint InstSize[OPCODE_END_OF_LIST + 1]; variable
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[
[all...]
/external/mesa3d/src/mesa/main/
H A Ddlist.c189 * integer values starting at 0 is very important, see InstSize array usage)
553 static GLuint InstSize[OPCODE_END_OF_LIST + 1]; variable
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[
[all...]

Completed in 291 milliseconds