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()
35 OpSize, InstSize); in tryAddingSymbolicOperand()
H A DMCExternalSymbolizer.cpp36 bool IsBranch, uint64_t Offset, uint64_t OpSize, uint64_t InstSize) { in tryAddingSymbolicOperand() argument
42 !GetOpInfo(DisInfo, Address, Offset, OpSize, InstSize, 1, &SymbolicOp)) { in tryAddingSymbolicOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCCodeEmitter.cpp240 int64_t InstSize = EncodedInst.getBitWidth(); in encodeInstruction() local
242 for (int i = 0; i < 4 && InstSize > 0; ++i, InstSize -= 16) { in encodeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp139 unsigned InstSize = HII->getSize(*MII); in fixupLoopInstrs() local
160 InstOffset += InstSize; in fixupLoopInstrs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.h33 uint64_t InstSize) override;
H A DAArch64ExternalSymbolizer.cpp63 bool IsBranch, uint64_t Offset, uint64_t OpSize, uint64_t InstSize) { in tryAddingSymbolicOperand() argument
76 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.h72 uint64_t OpSize, uint64_t InstSize) = 0;
H A DMCDisassembler.h208 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/Xtensa/Disassembler/
H A DXtensaDisassembler.cpp99 uint64_t InstSize, MCInst &MI, in tryAddingSymbolicOperand() argument
103 InstSize); in tryAddingSymbolicOperand()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp363 uint64_t InstSize; in evalNextPC() local
364 if (!decodeInst(Symbol, Inst, InstSize, 0)) in evalNextPC()
372 uint64_t NextPC = SymbolAddr + InstSize; in evalNextPC()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h293 uint64_t InstSize) override;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp327 DiceTable &Dices, uint64_t &InstSize) { in DumpAndSkipDataInCode() argument
340 InstSize = DumpDataInCode(bytes, Length, Kind); in DumpAndSkipDataInCode()
343 InstSize++; in DumpAndSkipDataInCode()
2937 op_info->Value -= Pc + InstSize; in SymbolizerGetOpInfo()
2975 op_info->Value -= Pc + InstSize; in SymbolizerGetOpInfo()
3003 if (Offset != 0 || (InstSize != 4 && InstSize != 2)) in SymbolizerGetOpInfo()
3140 if (Offset != 0 || InstSize != 4) in SymbolizerGetOpInfo()
7568 uint64_t InstSize; in DisassembleMachO() local
7569 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) { in DisassembleMachO()
7606 if (InstSize == 0) in DisassembleMachO()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp857 bool isBranch, uint64_t InstSize, in tryAddingSymbolicOperand() argument
863 InstSize); in tryAddingSymbolicOperand()