Home
last modified time | relevance | path

Searched refs:GetOpcode (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp123 uint64_t breakable_addr = addr - insn->GetOpcode().GetByteSize(); in GetBreakableLoadAddress()
172 insn_size = prev_insn->GetOpcode().GetByteSize(); in GetInstructionAtAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocEvictAdvisor.h36 MLModelRunner *RegallocRunner, function_ref<int(SlotIndex)> GetOpcode,
H A DMLRegAllocEvictAdvisor.cpp945 function_ref<int(SlotIndex)> GetOpcode, in extractInstructionFeatures() argument
987 int CurrentOpcode = GetOpcode(CurrentIndex); in extractInstructionFeatures()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp182 m_inst_emulator_up->SetInstruction(inst->GetOpcode(), in GetNonCallSiteUnwindPlanFromAssembly()
275 current_offset + inst->GetOpcode().GetByteSize()) == 0) { in GetNonCallSiteUnwindPlanFromAssembly()
277 inst->GetOpcode().GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly()
280 {current_offset + inst->GetOpcode().GetByteSize(), in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp152 next_pc = register_context.GetPC() + emulator_up->GetOpcode().GetByteSize(); in SetupSoftwareSingleStepping()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp191 return inst_sp->GetOpcode().GetByteSize(); in GetByteSize()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp686 insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr); in DumpEmulation()
956 insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr); in Emulate()
978 uint32_t inst_size = (*pos)->GetOpcode().GetByteSize(); in GetMaxOpcocdeByteSize()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp341 size_t last_inst_size = last_inst->GetOpcode().GetByteSize(); in SetNextBranchBreakpoint()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h436 const Opcode &GetOpcode() const { return m_opcode; } in GetOpcode() function
H A DDisassembler.h196 const Opcode &GetOpcode() const { return m_opcode; } in GetOpcode() function