Home
last modified time | relevance | path

Searched refs:InstSize (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DMCExternalSymbolizer.cpp40 uint64_t InstSize) { in tryAddingSymbolicOperand() argument
46 !GetOpInfo(DisInfo, Address, Offset, InstSize, 1, &SymbolicOp)) { in tryAddingSymbolicOperand()
59 if (!SymbolLookUp || (InstSize == 1 && !IsBranch)) in tryAddingSymbolicOperand()
H A DMCDisassembler.cpp29 uint64_t InstSize) const { in tryAddingSymbolicOperand()
32 Inst, *CommentStream, Value, Address, IsBranch, Offset, InstSize); in tryAddingSymbolicOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp139 unsigned InstSize = HII->getSize(*MII); in fixupLoopInstrs() local
160 InstOffset += InstSize; in fixupLoopInstrs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp61 bool IsBranch, uint64_t Offset, uint64_t InstSize) { in tryAddingSymbolicOperand() argument
75 !GetOpInfo(DisInfo, Address, 0 /* Offset */, InstSize, 1, &SymbolicOp)) { in tryAddingSymbolicOperand()
H A DAArch64ExternalSymbolizer.h32 uint64_t Offset, uint64_t InstSize) override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCDisassembler/
H A DMCExternalSymbolizer.h49 uint64_t Offset, uint64_t InstSize) override;
H A DMCSymbolizer.h71 uint64_t InstSize) = 0;
H A DMCDisassembler.h178 uint64_t Offset, uint64_t InstSize) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h198 uint64_t InstSize) override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp309 uint64_t InstSize; in evalNextPC() local
310 if (!decodeInst(Symbol, Inst, InstSize)) in evalNextPC()
318 uint64_t NextPC = SymbolAddr + InstSize; in evalNextPC()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp334 DiceTable &Dices, uint64_t &InstSize) { in DumpAndSkipDataInCode() argument
347 InstSize = DumpDataInCode(bytes, Length, Kind); in DumpAndSkipDataInCode()
350 InstSize++; in DumpAndSkipDataInCode()
7691 uint64_t InstSize; in DisassembleMachO() local
7692 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) { in DisassembleMachO()
7697 if (DumpAndSkipDataInCode(PC, Bytes.data() + Index, Dices, InstSize)) in DisassembleMachO()
7702 if (DisAsm->getInstruction(Inst, InstSize, Bytes.slice(Index), PC, in DisassembleMachO()
7716 dumpBytes(makeArrayRef(Bytes.data() + Index, InstSize), outs()); in DisassembleMachO()
7725 InstSize = 1; // skip exactly one illegible byte and move on. in DisassembleMachO()
7729 if (InstSize == 0) in DisassembleMachO()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp704 bool isBranch, uint64_t InstSize, in tryAddingSymbolicOperand() argument
709 /* Offset */ 0, InstSize); in tryAddingSymbolicOperand()