Home | History | Annotate | Download | only in gdb

Lines Matching defs:next_pc

236   CORE_ADDR next_pc = cur_pc + insn_len;
242 next_pc = rj + loongarch_decode_imm ("10:16<<2", insn, 1);
247 next_pc = cur_pc + loongarch_decode_imm ("0:10|10:16<<2", insn, 1);
256 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1);
265 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1);
274 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1);
283 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1);
292 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1);
301 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1);
308 next_pc = cur_pc + loongarch_decode_imm ("0:5|10:16<<2", insn, 1);
315 next_pc = cur_pc + loongarch_decode_imm ("0:5|10:16<<2", insn, 1);
320 next_pc = tdep->syscall_next_pc (get_current_frame ());
323 return next_pc;
332 CORE_ADDR next_pc;
357 next_pc = loongarch_next_pc (regcache, cur_pc);
358 next_pcs.push_back (next_pc);
364 next_pc = cur_pc + insn_len;
365 next_pcs.push_back (next_pc);
389 CORE_ADDR next_pc = loongarch_next_pc (regcache, cur_pc);
391 return {next_pc};