Searched refs:InstSize (Results 1 - 15 of 15) sorted by relevance

/external/llvm/lib/MC/
H A DMCDisassembler.cpp22 uint64_t InstSize) const {
26 IsBranch, Offset, InstSize);
H A DMCExternalSymbolizer.cpp37 uint64_t InstSize) {
43 !GetOpInfo(DisInfo, Address, Offset, InstSize, 1, &SymbolicOp)) {
53 // InstSize, we will not guess it is an address of a symbol. Because in
56 if (!SymbolLookUp || (InstSize == 1 && !IsBranch))
31 tryAddingSymbolicOperand(MCInst &MI, raw_ostream &cStream, int64_t Value, uint64_t Address, bool IsBranch, uint64_t Offset, uint64_t InstSize) argument
/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.h33 uint64_t Offset, uint64_t InstSize) override;
H A DAArch64ExternalSymbolizer.cpp62 bool IsBranch, uint64_t Offset, uint64_t InstSize) {
74 !GetOpInfo(DisInfo, Address, 0 /* Offset */, InstSize, 1, &SymbolicOp)) {
60 tryAddingSymbolicOperand( MCInst &MI, raw_ostream &CommentStream, int64_t Value, uint64_t Address, bool IsBranch, uint64_t Offset, uint64_t InstSize) argument
/external/llvm/include/llvm/MC/
H A DMCExternalSymbolizer.h50 uint64_t Offset, uint64_t InstSize) override;
H A DMCSymbolizer.h68 /// @param InstSize - Size of the instruction in bytes.
73 uint64_t InstSize) = 0;
H A DMCDisassembler.h98 uint64_t Offset, uint64_t InstSize) const;
H A DMCObjectSymbolizer.h53 uint64_t InstSize) override;
/external/llvm/lib/MC/MCAnalysis/
H A DMCObjectDisassembler.cpp123 uint64_t InstSize; local
124 for (uint64_t Index = 0; Index < SecSize; Index += InstSize) {
127 if (Dis.getInstruction(Inst, InstSize, memoryObject, CurAddr, nulls(),
133 Text->addInst(Inst, InstSize);
136 assert(InstSize && "getInstruction() consumed no bytes");
139 InvalidData = Module->createDataAtom(CurAddr, CurAddr+InstSize - 1);
141 for (uint64_t I = 0; I < InstSize; ++I)
361 uint64_t InstSize; local
369 for (uint64_t Addr = BeginAddr; Addr < EndAddr; Addr += InstSize) {
371 if (Dis.getInstruction(Inst, InstSize, *Regio
[all...]
H A DMCObjectSymbolizer.cpp132 uint64_t Offset, uint64_t InstSize) {
130 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.cpp444 uint64_t InstSize; local
445 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) {
448 if (DisAsm->getInstruction(Inst, InstSize, memoryObject, Index,
451 DumpBytes(StringRef(Bytes.data() + Index, InstSize));
456 if (InstSize == 0)
457 InstSize = 1; // skip illegible bytes
/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...]
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp639 unsigned InstSize = (Opc == ARM::tBR_JTr || Opc == ARM::t2BR_JT) ? 2 : 4;
646 return NumEntries * EntrySize + InstSize;
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp537 bool isBranch, uint64_t InstSize,
542 /* Offset */ 0, InstSize);
536 tryAddingSymbolicOperand(uint64_t Address, int32_t Value, bool isBranch, uint64_t InstSize, MCInst &MI, const void *Decoder) argument

Completed in 356 milliseconds