Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp31 uint64_t InstSize) const { in tryAddingSymbolicOperand()
36 OpSize, InstSize); in tryAddingSymbolicOperand()
H A DMCExternalSymbolizer.cpp37 bool IsBranch, uint64_t Offset, uint64_t OpSize, uint64_t InstSize) { in tryAddingSymbolicOperand() argument
43 !GetOpInfo(DisInfo, Address, Offset, OpSize, InstSize, 1, &SymbolicOp)) { in tryAddingSymbolicOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp131 unsigned InstSize = HII->getSize(*MII); in fixupLoopInstrs() local
152 InstOffset += InstSize; in fixupLoopInstrs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.h33 uint64_t InstSize) override;
H A DAArch64ExternalSymbolizer.cpp62 bool IsBranch, uint64_t Offset, uint64_t OpSize, uint64_t InstSize) { in tryAddingSymbolicOperand() argument
75 if (!GetOpInfo || !GetOpInfo(DisInfo, Address, /*Offset=*/0, OpSize, InstSize, in tryAddingSymbolicOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCExternalSymbolizer.h50 uint64_t InstSize) override;
H A DMCSymbolizer.h73 uint64_t OpSize, uint64_t InstSize) = 0;
H A DMCDisassembler.h220 uint64_t InstSize) const;
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DDisassemblerTypes.h49 uint64_t OpSize, uint64_t InstSize,
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCCodeEmitter.cpp253 unsigned InstSize = EncodedInst.getBitWidth(); in encodeInstruction() local
254 for (unsigned i = 0; i != InstSize; i += 16) in encodeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h244 uint64_t InstSize) override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/Disassembler/
H A DXtensaDisassembler.cpp229 uint64_t InstSize, MCInst &MI, in tryAddingSymbolicOperand() argument
233 /*OpSize=*/0, InstSize); in tryAddingSymbolicOperand()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp362 uint64_t InstSize; in evalNextPC() local
363 if (!decodeInst(Symbol, Inst, InstSize, 0)) in evalNextPC()
377 uint64_t NextPC = SymbolAddr + InstSize + PCOffset; in evalNextPC()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp323 DiceTable &Dices, uint64_t &InstSize) { in DumpAndSkipDataInCode() argument
336 InstSize = DumpDataInCode(bytes, Length, Kind); in DumpAndSkipDataInCode()
339 InstSize++; in DumpAndSkipDataInCode()
2811 uint64_t OpSize, uint64_t InstSize, int TagType, in SymbolizerGetOpInfo() argument
2941 op_info->Value -= Pc + InstSize; in SymbolizerGetOpInfo()
2979 op_info->Value -= Pc + InstSize; in SymbolizerGetOpInfo()
3007 if (Offset != 0 || (InstSize != 4 && InstSize != 2)) in SymbolizerGetOpInfo()
3144 if (Offset != 0 || InstSize != 4) in SymbolizerGetOpInfo()
7689 uint64_t InstSize; in DisassembleMachO() local
7690 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) { in DisassembleMachO()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp860 bool isBranch, uint64_t InstSize, in tryAddingSymbolicOperand() argument
866 InstSize); in tryAddingSymbolicOperand()