Home
last modified time | relevance | path

Searched refs:ReadPC (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.cpp96 auto addr = ReadPC(); in EvaluateInstruction()
107 auto addr = ReadPC(); in EvaluateInstruction()
119 auto addr = ReadPC(); in ReadInstruction()
266 auto addr = ReadPC(); in EmulateBEQZ64()
289 auto addr = ReadPC(); in EmulateBNEZ64()
312 auto addr = ReadPC(); in EmulateBCEQZ64()
337 auto addr = ReadPC(); in EmulateBCNEZ64()
363 auto addr = ReadPC(); in EmulateJIRL64()
381 auto addr = ReadPC(); in EmulateB64()
395 auto addr = ReadPC(); in EmulateBL64()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp599 std::optional<lldb::addr_t> EmulateInstruction::ReadPC() { in ReadPC() function in EmulateInstruction
627 auto entry_pc = m_emulator_up->ReadPC(); in GetBreakpointLocations()
648 auto pc = m_emulator_up->ReadPC(); in GetNextInstructionAddress()
661 auto addr = m_emulator_up->ReadPC(); in GetBreakpointLocationAddress()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp91 if (!reg_ctx_sp->ReadPC(first_cursor_sp->start_pc)) in AddFirstFrame()
245 if (!reg_ctx_sp->ReadPC(cursor_sp->start_pc)) { in GetOneMoreFrame()
H A DRegisterContextUnwind.cpp2318 bool read_successfully = ReadPC (start_pc); in GetStartPC()
2336 bool RegisterContextUnwind::ReadPC(addr_t &pc) { in ReadPC() function in RegisterContextUnwind
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp341 const auto pc = emulator.ReadPC(); in AtomicSequence()
684 return transformOptional(m_emu.ReadPC(), in operator ()()
692 return transformOptional(m_emu.ReadPC(), in operator ()()
700 return transformOptional(zipOpt(m_emu.ReadPC(), inst.rs1.Read(m_emu)), in operator ()()
710 return transformOptional(zipOpt(m_emu.ReadPC(), inst.rs1.Read(m_emu), in operator ()()
1613 auto old_pc = ReadPC(); in EvaluateInstruction()
1621 auto new_pc = ReadPC(); in EvaluateInstruction()
1638 auto addr = ReadPC(); in ReadInstruction()
1787 auto pc = riscv_emulator->ReadPC(); in GetBreakpointLocations()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h68 bool ReadPC(lldb::addr_t &start_pc);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h539 std::optional<lldb::addr_t> ReadPC();
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp9073 const MCExpr *ReadPC = MCBinaryExpr::createAdd(InstPC, Const8, in processInstruction() local
9075 const MCExpr *FixupAddr = MCBinaryExpr::createAdd(ReadPC, OpExpr, in processInstruction()