Searched refs:ReadPC (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/ |
H A D | EmulateInstructionLoongArch.cpp | 97 old_pc = ReadPC(&success); in EvaluateInstruction() 107 lldb::addr_t new_pc = ReadPC(&success); in EvaluateInstruction() 119 m_addr = ReadPC(&success); in ReadInstruction() 134 lldb::addr_t EmulateInstructionLoongArch::ReadPC(bool *success) { in ReadPC() function in lldb_private::EmulateInstructionLoongArch 276 uint64_t pc = ReadPC(&success); in EmulateBEQZ64() 296 uint64_t pc = ReadPC(&success); in EmulateBNEZ64() 316 uint64_t pc = ReadPC(&success); in EmulateBCEQZ64() 338 uint64_t pc = ReadPC(&success); in EmulateBCNEZ64() 361 uint64_t pc = ReadPC(&success); in EmulateJIRL64() 378 uint64_t pc = ReadPC(&success); in EmulateB64() [all …]
|
H A D | EmulateInstructionLoongArch.h | 60 lldb::addr_t ReadPC(bool *success);
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | UnwindLLDB.cpp | 91 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 D | RegisterContextUnwind.cpp | 2317 bool read_successfully = ReadPC (start_pc); in GetStartPC() 2335 bool RegisterContextUnwind::ReadPC(addr_t &pc) { in ReadPC() function in RegisterContextUnwind
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.h | 70 std::optional<lldb::addr_t> ReadPC();
|
H A D | EmulateInstructionRISCV.cpp | 341 const auto pc = emulator.ReadPC(); in AtomicSequence() 683 return transformOptional(m_emu.ReadPC(), in operator ()() 691 return transformOptional(m_emu.ReadPC(), in operator ()() 699 return transformOptional(zipOpt(m_emu.ReadPC(), inst.rs1.Read(m_emu)), in operator ()() 709 return transformOptional(zipOpt(m_emu.ReadPC(), inst.rs1.Read(m_emu), in operator ()() 1612 auto old_pc = ReadPC(); in EvaluateInstruction() 1620 auto new_pc = ReadPC(); in EvaluateInstruction() 1637 auto addr = ReadPC(); in ReadInstruction() 1652 std::optional<addr_t> EmulateInstructionRISCV::ReadPC() { in ReadPC() function in lldb_private::EmulateInstructionRISCV
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | RegisterContextUnwind.h | 68 bool ReadPC(lldb::addr_t &start_pc);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 9007 const MCExpr *ReadPC = MCBinaryExpr::createAdd(InstPC, Const8, in processInstruction() local 9009 const MCExpr *FixupAddr = MCBinaryExpr::createAdd(ReadPC, OpExpr, in processInstruction()
|