Home
last modified time | relevance | path

Searched refs:orig_pc_value (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp172 uint32_t orig_pc_value = 0; in EvaluateInstruction() local
174 orig_pc_value = in EvaluateInstruction()
191 if (new_pc_value == orig_pc_value) { in EvaluateInstruction()
196 orig_pc_value + 4)) in EvaluateInstruction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp407 uint32_t orig_pc_value = 0; in EvaluateInstruction() local
409 orig_pc_value = in EvaluateInstruction()
426 if (new_pc_value == orig_pc_value) { in EvaluateInstruction()
431 orig_pc_value + 4)) in EvaluateInstruction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14298 uint32_t orig_pc_value = 0; in EvaluateInstruction() local
14300 orig_pc_value = in EvaluateInstruction()
14327 if (after_pc_value == orig_pc_value) { in EvaluateInstruction()