Home
last modified time | relevance | path

Searched refs:old_pc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp978 uint64_t old_pc = 0, new_pc = 0; in EvaluateInstruction() local
983 old_pc = in EvaluateInstruction()
1001 if (old_pc == new_pc) { in EvaluateInstruction()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1089 uint64_t old_pc = 0, new_pc = 0; in EvaluateInstruction() local
1094 old_pc = in EvaluateInstruction()
1112 if (old_pc == new_pc) { in EvaluateInstruction()