Lines Matching refs:cur
495 uint8_t cur, *pc, *sp; in gdbstub_single_step() local
507 if (gdbstub_read_byte(pc, &cur) < 0) in gdbstub_single_step()
510 gdbstub_bkpt("Single Step from %p { %02x }\n", pc, cur); in gdbstub_single_step()
514 size = gdbstub_insn_sizes[cur]; in gdbstub_single_step()
519 switch (cur) { in gdbstub_single_step()
590 if (gdbstub_read_byte(pc + 1, &cur) < 0) in gdbstub_single_step()
593 if (cur >= 0xf0 && cur <= 0xf7) { in gdbstub_single_step()
595 switch (cur & 3) { in gdbstub_single_step()
603 } else if (cur == 0xfc) { in gdbstub_single_step()
616 } else if (cur == 0xfd) { in gdbstub_single_step()
638 if (gdbstub_read_byte(pc + 1, &cur) < 0) in gdbstub_single_step()
643 if (cur >= 0xe8 && cur <= 0xeb) { in gdbstub_single_step()
654 if (gdbstub_read_byte(pc + 1, &cur) < 0) in gdbstub_single_step()
657 if (cur == 0xff) { in gdbstub_single_step()
673 if (gdbstub_read_byte(pc + 1, &cur) < 0) in gdbstub_single_step()
675 if (cur == 0xff) { in gdbstub_single_step()