Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
HDEmulateInstructionLoongArch.cpp88 bool increase_pc = options & eEmulateInstructionOptionAutoAdvancePC; in EvaluateInstruction() local
96 if (increase_pc) { in EvaluateInstruction()
106 if (increase_pc) { in EvaluateInstruction()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
HDEmulateInstructionRISCV.cpp1606 bool increase_pc = options & eEmulateInstructionOptionAutoAdvancePC; in EvaluateInstruction() local
1609 if (!increase_pc) in EvaluateInstruction()