Searched refs:GetOpcode (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/ |
| H A D | ArchitectureMips.cpp | 122 uint64_t breakable_addr = addr - insn->GetOpcode().GetByteSize(); in GetBreakableLoadAddress() 171 insn_size = prev_insn->GetOpcode().GetByteSize(); in GetInstructionAtAddress()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 154 m_inst_emulator_up->SetInstruction(inst->GetOpcode(), inst->GetAddress(), in GetNonCallSiteUnwindPlanFromAssembly() 203 inst->GetOpcode().GetByteSize()) == 0) { in GetNonCallSiteUnwindPlanFromAssembly() 205 inst->GetOpcode().GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly() 207 current_offset + inst->GetOpcode().GetByteSize(), m_state); in GetNonCallSiteUnwindPlanFromAssembly()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MLRegallocEvictAdvisor.h | |
| H A D | MLRegAllocEvictAdvisor.h | 38 MLModelRunner *RegallocRunner, function_ref<int(SlotIndex)> GetOpcode,
|
| H A D | MLRegallocEvictAdvisor.cpp | |
| H A D | MLRegAllocEvictAdvisor.cpp | 1038 function_ref<int(SlotIndex)> GetOpcode, in extractInstructionFeatures() argument 1080 int CurrentOpcode = GetOpcode(CurrentIndex); in extractInstructionFeatures()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBInstructionList.cpp | 189 next_addr->Slide(inst->GetOpcode().GetByteSize()); in GetDescription()
|
| H A D | SBInstruction.cpp | 190 return inst_sp->GetOpcode().GetByteSize(); in GetByteSize()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Disassembler.cpp | 720 insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr); in DumpEmulation() 990 insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr); in Emulate() 1012 uint32_t inst_size = (*pos)->GetOpcode().GetByteSize(); in GetMaxOpcocdeByteSize()
|
| H A D | EmulateInstruction.cpp | 678 return pc + m_emulator_up->GetOpcode().GetByteSize(); in GetBreakpointLocationAddress()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Disassembler.h | 196 const Opcode &GetOpcode() const { return m_opcode; } in GetOpcode() function
|
| H A D | EmulateInstruction.h | 472 const Opcode &GetOpcode() const { return m_opcode; } in GetOpcode() function
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepRange.cpp | 365 size_t last_inst_size = last_inst->GetOpcode().GetByteSize(); in SetNextBranchBreakpoint()
|