/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kMCCodeEmitter.cpp | 240 int64_t InstSize = EncodedInst.getBitWidth(); 242 for (int i = 0; i < 4 && InstSize > 0; ++i, InstSize -= 16) { 217 int64_t InstSize = EncodedInst.getBitWidth(); encodeInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/ |
H A D | MCDisassembler.cpp | 31 uint64_t InstSize) const { in tryAddingSymbolicOperand() 35 OpSize, InstSize); in tryAddingSymbolicOperand()
|
H A D | MCExternalSymbolizer.cpp | 36 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/Hexagon/ |
H A D | HexagonFixupHwLoops.cpp | 139 unsigned InstSize = HII->getSize(*MII); in fixupLoopInstrs() local 160 InstOffset += InstSize; in fixupLoopInstrs()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64ExternalSymbolizer.h | 33 uint64_t InstSize) override;
|
H A D | AArch64ExternalSymbolizer.cpp | 63 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 D | MCExternalSymbolizer.h | 50 uint64_t InstSize) override;
|
H A D | MCSymbolizer.h | 72 uint64_t OpSize, uint64_t InstSize) = 0;
|
H A D | MCDisassembler.h | 207 uint64_t InstSize) const;
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | DisassemblerTypes.h | 49 uint64_t OpSize, uint64_t InstSize,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/Disassembler/ |
H A D | XtensaDisassembler.cpp | 99 uint64_t InstSize, MCInst &MI, in tryAddingSymbolicOperand() argument 103 InstSize); in tryAddingSymbolicOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldChecker.cpp | 363 uint64_t InstSize; in evalNextPC() local 364 if (!decodeInst(Symbol, Inst, InstSize, 0)) in evalNextPC() 378 uint64_t NextPC = SymbolAddr + InstSize + PCOffset; in evalNextPC()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.h | 312 uint64_t InstSize) override;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 327 DiceTable &Dices, uint64_t &InstSize) { in DumpAndSkipDataInCode() argument 340 InstSize = DumpDataInCode(bytes, Length, Kind); in DumpAndSkipDataInCode() 343 InstSize++; in DumpAndSkipDataInCode() 2807 uint64_t OpSize, uint64_t InstSize, int TagType, in SymbolizerGetOpInfo() argument 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() 7680 uint64_t InstSize; in DisassembleMachO() local 7681 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) { in DisassembleMachO() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 860 bool isBranch, uint64_t InstSize, in tryAddingSymbolicOperand() argument 866 InstSize); in tryAddingSymbolicOperand()
|