Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Instruction/PPC64/
DEmulateInstructionPPC64.cpp182 uint32_t orig_pc_value = 0; in EvaluateInstruction() local
184 orig_pc_value = in EvaluateInstruction()
201 if (new_pc_value == orig_pc_value) { in EvaluateInstruction()
206 orig_pc_value + 4)) in EvaluateInstruction()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.cpp417 uint32_t orig_pc_value = 0; in EvaluateInstruction() local
419 orig_pc_value = in EvaluateInstruction()
436 if (new_pc_value == orig_pc_value) { in EvaluateInstruction()
441 orig_pc_value + 4)) in EvaluateInstruction()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp14335 uint32_t orig_pc_value = 0; in EvaluateInstruction() local
14337 orig_pc_value = in EvaluateInstruction()
14364 if (after_pc_value == orig_pc_value) { in EvaluateInstruction()