| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | shnbsd-tdep.c | 63 if (regno == PC_REGNUM || regno == -1) in shnbsd_supply_reg() 64 regcache_raw_supply (current_regcache, PC_REGNUM, regs + (0 * 4)); in shnbsd_supply_reg() 92 if (regno == PC_REGNUM || regno == -1) in shnbsd_fill_reg() 93 regcache_raw_collect (current_regcache, PC_REGNUM, regs + (0 * 4)); in shnbsd_fill_reg()
|
| D | ppcnbsd-tdep.c | 81 if (regno == PC_REGNUM || regno == -1) in ppcnbsd_supply_reg() 82 regcache_raw_supply (current_regcache, PC_REGNUM, in ppcnbsd_supply_reg() 115 if (regno == PC_REGNUM || regno == -1) in ppcnbsd_fill_reg() 116 regcache_raw_collect (current_regcache, PC_REGNUM, regs + REG_PC_OFFSET); in ppcnbsd_fill_reg() 294 trad_frame_set_reg_addr (this_cache, PC_REGNUM, offset); /* SRR0? */ in ppcnbsd_sigtramp_cache_init()
|
| D | ppc64obsd-tdep.c | 85 if (regnum == -1 || regnum == PC_REGNUM) in ppc64_supply_gregset() 86 ppc64_supply_reg (regcache, PC_REGNUM, gregs, offsets->pc_offset); in ppc64_supply_gregset() 129 if (regnum == -1 || regnum == PC_REGNUM) in ppc64_collect_gregset() 130 ppc64_collect_reg (regcache, PC_REGNUM, gregs, offsets->pc_offset); in ppc64_collect_gregset() 309 trad_frame_set_reg_addr (cache, PC_REGNUM, addr); /* SRR0? */ in ppc64obsd_sigtramp_frame_cache()
|
| D | ns32knbsd-nat.c | 63 RF (PC_REGNUM, inferior_registers.r_pc); in fetch_inferior_registers() 95 RS (PC_REGNUM, inferior_registers.r_pc); in store_inferior_registers() 155 RF (PC_REGNUM, core_reg->intreg.r_pc); in fetch_core_registers() 228 RF (PC_REGNUM, sf.sf_pc); in fetch_kcore_registers() 263 RF (PC_REGNUM, null); in clear_regs()
|
| D | remote-vx68.c | 94 memcpy (&deprecated_registers[DEPRECATED_REGISTER_BYTE (PC_REGNUM)], in vx_read_register() 144 &deprecated_registers[DEPRECATED_REGISTER_BYTE (PC_REGNUM)], in vx_write_register()
|
| D | std-regs.c | 101 if (PC_REGNUM >= 0) in value_of_builtin_frame_pc_reg() 102 return value_of_register (PC_REGNUM, frame); in value_of_builtin_frame_pc_reg()
|
| D | ppcnbsd-nat.c | 52 || regno == PC_REGNUM); in getregs_supplies() 171 regcache_raw_supply (regcache, PC_REGNUM, &cf.lr); in ppcnbsd_supply_pcb()
|
| D | aix-thread.c | 1062 return regno == PC_REGNUM in special_register_p() 1083 regcache_raw_supply (current_regcache, PC_REGNUM, (char *) &iar); in supply_sprs64() 1104 regcache_raw_supply (current_regcache, PC_REGNUM, (char *) &iar); in supply_sprs32() 1336 gdb_assert (sizeof (*iar) == register_size (current_gdbarch, PC_REGNUM)); in fill_sprs64() 1338 if (register_cached (PC_REGNUM)) in fill_sprs64() 1339 regcache_raw_collect (current_regcache, PC_REGNUM, iar); in fill_sprs64() 1372 gdb_assert (sizeof (*iar) == register_size (current_gdbarch, PC_REGNUM)); in fill_sprs32() 1374 if (register_cached (PC_REGNUM)) in fill_sprs32() 1375 regcache_raw_collect (current_regcache, PC_REGNUM, iar); in fill_sprs32() 1458 if (register_cached (PC_REGNUM)) in store_regs_user_thread()
|
| D | sh-tdep.c | 1320 paddr (read_register (PC_REGNUM)), in sh_generic_show_regs() 1347 paddr (read_register (PC_REGNUM)), in sh3_show_regs() 1378 paddr (read_register (PC_REGNUM)), in sh2e_show_regs() 1413 paddr (read_register (PC_REGNUM)), in sh2a_show_regs() 1492 paddr (read_register (PC_REGNUM)), in sh2a_nofpu_show_regs() 1548 paddr (read_register (PC_REGNUM)), in sh3e_show_regs() 1584 paddr (read_register (PC_REGNUM)), in sh3_dsp_show_regs() 1632 paddr (read_register (PC_REGNUM)), in sh4_show_regs() 1689 paddr (read_register (PC_REGNUM)), in sh4_nofpu_show_regs() 1719 paddr (read_register (PC_REGNUM)), in sh_dsp_show_regs() [all …]
|
| D | remote-e7000.c | 838 #ifdef PC_REGNUM in fetch_regs_from_dump() 840 regno = PC_REGNUM; in fetch_regs_from_dump() 975 else if (regno == PC_REGNUM) in e7000_store_register() 991 if (regno == PC_REGNUM) in e7000_store_register() 1967 register_size (current_gdbarch, PC_REGNUM), in sub2_from_pc() 1968 read_register (PC_REGNUM) - 2); in sub2_from_pc() 1969 regcache_raw_supply (current_regcache, PC_REGNUM, buf); in sub2_from_pc() 1970 sprintf (buf2, ".PC %s\r", phex_nz (read_register (PC_REGNUM), 0)); in sub2_from_pc()
|
| D | ppc-linux-nat.c | 197 if (regno == PC_REGNUM) in ppc_register_u_addr() 461 fetch_register (tid, PC_REGNUM); in fetch_ppc_registers() 745 store_register (tid, PC_REGNUM); in store_ppc_registers() 824 if ((regno == -1) || regno == PC_REGNUM) in fill_gregset() 825 right_fill_reg (PC_REGNUM, regp + PT_NIP); in fill_gregset()
|
| D | mipsnbsd-tdep.c | 43 for (i = 0; i <= PC_REGNUM; i++) in mipsnbsd_supply_reg() 61 for (i = 0; i <= PC_REGNUM; i++) in mipsnbsd_fill_reg()
|
| D | ns32k-tdep.c | 390 deprecated_get_frame_saved_regs (frame)[PC_REGNUM] = get_frame_base (frame) + 4; in ns32k_frame_init_saved_regs() 396 deprecated_get_frame_saved_regs (frame)[PC_REGNUM] = sp; in ns32k_frame_init_saved_regs() 417 write_register (PC_REGNUM, read_memory_integer (fp + 4, 4)); in ns32k_pop_frame()
|
| D | m68k-tdep.c | 98 if (regnum == M68K_FPI_REGNUM || regnum == PC_REGNUM) in m68k_register_type() 745 frame_unwind_register (next_frame, PC_REGNUM, buf); in m68k_unwind_pc() 969 regcache_raw_supply (current_regcache, PC_REGNUM, (char *) (regp + R_PC)); in supply_gregset() 985 if (regno == -1 || regno == PC_REGNUM) in fill_gregset() 986 regcache_raw_collect (current_regcache, PC_REGNUM, regp + R_PC); in fill_gregset()
|
| D | shnbsd-nat.c | 37 || (regno) == PC_REGNUM || (regno) == PR_REGNUM \
|
| D | mipsnbsd-nat.c | 36 return ((regno) >= ZERO_REGNUM && (regno) <= PC_REGNUM); in getregs_supplies()
|
| D | rs6000-nat.c | 168 else if (regno == PC_REGNUM) in regmap() 368 fetch_register (PC_REGNUM); in fetch_inferior_registers() 409 store_register (PC_REGNUM); in store_inferior_registers() 597 regcache_raw_supply (current_regcache, PC_REGNUM, in fetch_core_registers() 624 regcache_raw_supply (current_regcache, PC_REGNUM, in fetch_core_registers()
|
| D | alphanbsd-tdep.c | 75 regcache_raw_supply (current_regcache, PC_REGNUM, regs + (28 * 8)); in fetch_core_registers()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/nlm/ |
| D | ppc.c | 33 mem2hex (&frame->ExceptionPC, ®s[PC_REGNUM * 4 * 2], 4 * 1, 0); in frame_to_registers() 51 hex2mem (®s[PC_REGNUM * 4 * 2], &frame->ExceptionPC, 4 * 1, 0); in registers_to_frame() 231 sprintf (ptr, "%02x:", PC_REGNUM); in do_status()
|
| D | i386.h | 3 #define PC_REGNUM 8 /* Contains program counter */ macro
|
| D | i386.c | 87 sprintf (ptr, "%02x:", PC_REGNUM); in do_status()
|
| D | ppc.h | 144 #define PC_REGNUM 64 /* Contains program counter */ macro
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/config/mips/ |
| D | nm-irix5.h | 51 if (regno < PC_REGNUM) \
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | m68hc11-dis.c | 25 #define PC_REGNUM 3 macro 95 if (reg == PC_REGNUM && info->mach == bfd_mach_m6812 && mov_insn) in print_indexed_operand() 100 if (reg == PC_REGNUM) in print_indexed_operand() 189 if (reg == PC_REGNUM) in print_indexed_operand()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | m68hc11-dis.c | 25 #define PC_REGNUM 3 macro 95 if (reg == PC_REGNUM && info->mach == bfd_mach_m6812 && mov_insn) in print_indexed_operand() 100 if (reg == PC_REGNUM) in print_indexed_operand() 189 if (reg == PC_REGNUM) in print_indexed_operand()
|