| /src/external/gpl3/gdb.old/dist/sim/microblaze/ |
| interp.c | 130 unsigned_4 oldpc, newpc; local 218 newpc = PC; 277 PC = newpc;
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-microblaze-low.cc | 69 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override; 118 unsigned long newpc = pc; local 120 supply_register_by_name (regcache, "rpc", &newpc);
|
| linux-tic6x-low.cc | 62 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override; 267 union tic6x_register newpc; local 269 newpc.reg32 = pc; 270 supply_register_by_name (regcache, "PC", newpc.buf);
|
| linux-mips-low.cc | 53 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override; 338 union mips_register newpc; local 340 newpc.reg32 = pc; 342 newpc.reg64 = pc; 344 supply_register_by_name (regcache, "pc", newpc.buf);
|
| linux-x86-low.cc | 147 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override; 612 uint64_t newpc = pc; 614 supply_register_by_name (regcache, "rip", &newpc); 618 uint32_t newpc = pc; 620 supply_register_by_name (regcache, "eip", &newpc); 610 uint64_t newpc = pc; local 616 uint32_t newpc = pc; local
|
| linux-ppc-low.cc | 95 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override; 317 unsigned int newpc = pc; local 318 supply_register_by_name (regcache, "pc", &newpc); 322 unsigned long newpc = pc; local 323 supply_register_by_name (regcache, "pc", &newpc);
|
| /src/external/gpl3/gdb/dist/sim/microblaze/ |
| interp.c | 130 unsigned_4 oldpc, newpc; local 218 newpc = PC; 277 PC = newpc;
|
| /src/sys/arch/alpha/alpha/ |
| db_interface.c | 546 db_addr_t newpc; local 554 newpc = db_register_value(regs, insn.jump_format.rb) & ~3; 578 newpc = (pc + 4) + (signed_immediate << 2); 583 newpc = pc; /* XXX */ 586 return (newpc);
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-tic6x-low.cc | 62 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override; 267 union tic6x_register newpc; local 269 newpc.reg32 = pc; 270 supply_register_by_name (regcache, "PC", newpc.buf);
|
| linux-amd64-ipa.cc | 134 unsigned long newpc = pc; local 136 supply_register (regcache, AMD64_RIP_REGNUM, &newpc);
|
| linux-i386-ipa.cc | 158 unsigned int newpc = pc; local 160 supply_register (regcache, I386_EIP_REGNUM, &newpc);
|
| linux-mips-low.cc | 53 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override; 338 union mips_register newpc; local 340 newpc.reg32 = pc; 342 newpc.reg64 = pc; 344 supply_register_by_name (regcache, "pc", newpc.buf);
|
| linux-x86-low.cc | 147 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override; 597 uint64_t newpc = pc; 599 supply_register_by_name (regcache, "rip", &newpc); 603 uint32_t newpc = pc; 605 supply_register_by_name (regcache, "eip", &newpc); 595 uint64_t newpc = pc; local 601 uint32_t newpc = pc; local
|
| linux-ppc-low.cc | 95 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override; 317 unsigned int newpc = pc; local 318 supply_register_by_name (regcache, "pc", &newpc); 322 unsigned long newpc = pc; local 323 supply_register_by_name (regcache, "pc", &newpc);
|
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| dv-bfin_cec.c | 686 bu32 oldpc, newpc; local 752 newpc = cec_read_ret_reg (cpu, ivg); 755 snen = (newpc & 1); 757 SET_PCREG (newpc & ~1);
|
| bfin-sim.c | 1779 bu32 newpc = RETSREG; local 1782 IFETCH_CHECK (newpc); 1785 BFIN_TRACE_BRANCH (cpu, pc, newpc, -1, "RTS"); 1786 SET_PCREG (newpc); 1802 bu32 newpc = RETXREG; local 1806 IFETCH_CHECK (newpc); 1814 bu32 newpc = RETNREG; local 1818 IFETCH_CHECK (newpc); 1899 bu32 newpc = PREG (poprnd); local 1902 IFETCH_CHECK (newpc); 1913 bu32 newpc = PREG (poprnd); local 1930 bu32 newpc = pc + PREG (poprnd); local 1945 bu32 newpc = pc + PREG (poprnd); local 2455 bu32 newpc = pc + pcrel; local 2478 bu32 newpc = pc + pcrel; local 3618 bu32 newpc = pc + pcrel; local [all...] |
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| dv-bfin_cec.c | 686 bu32 oldpc, newpc; local 752 newpc = cec_read_ret_reg (cpu, ivg); 755 snen = (newpc & 1); 757 SET_PCREG (newpc & ~1);
|
| bfin-sim.c | 1779 bu32 newpc = RETSREG; local 1782 IFETCH_CHECK (newpc); 1785 BFIN_TRACE_BRANCH (cpu, pc, newpc, -1, "RTS"); 1786 SET_PCREG (newpc); 1802 bu32 newpc = RETXREG; local 1806 IFETCH_CHECK (newpc); 1814 bu32 newpc = RETNREG; local 1818 IFETCH_CHECK (newpc); 1899 bu32 newpc = PREG (poprnd); local 1902 IFETCH_CHECK (newpc); 1913 bu32 newpc = PREG (poprnd); local 1930 bu32 newpc = pc + PREG (poprnd); local 1945 bu32 newpc = pc + PREG (poprnd); local 2455 bu32 newpc = pc + pcrel; local 2478 bu32 newpc = pc + pcrel; local 3618 bu32 newpc = pc + pcrel; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| cris-tdep.c | 2776 unsigned long newpc; local 2792 newpc = 2800 newpc = read_memory_unsigned_integer (address, 2809 inst_env->reg[REG_PC] = newpc;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| cris-tdep.c | 2776 unsigned long newpc; local 2792 newpc = 2800 newpc = read_memory_unsigned_integer (address, 2809 inst_env->reg[REG_PC] = newpc;
|