Searched refs:regno (Results 51 - 75 of 162) sorted by relevance

1234567

/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dtarget.h94 void (*fetch_registers) (int regno);
100 void (*store_registers) (int regno);
157 #define fetch_inferior_registers(regno) \
158 (*the_target->fetch_registers) (regno)
160 #define store_inferior_registers(regno) \
161 (*the_target->store_registers) (regno)
H A Dlinux-s390-low.c61 s390_cannot_fetch_register (int regno) argument
63 if (s390_regmap[regno] == -1)
70 s390_cannot_store_register (int regno) argument
72 if (s390_regmap[regno] == -1)
/haiku-fatelf/src/bin/gdb/gdb/
H A Dirix5-nat.c82 fill_gregset (gregset_t *gregsetp, int regno) argument
92 if ((regno == -1) || (regno == regi))
97 if ((regno == -1) || (regno == PC_REGNUM))
102 if ((regno == -1) || (regno == mips_regnum (current_gdbarch)->cause))
107 if ((regno == -1)
108 || (regno == mips_regnum (current_gdbarch)->hi))
113 if ((regno
150 fill_fpregset(fpregset_t *fpregsetp, int regno) argument
224 int regno; local
[all...]
H A Dppc-bdm.c47 static void bdm_ppc_fetch_registers (int regno);
49 static void bdm_ppc_store_registers (int regno);
158 bdm_ppc_fetch_registers (int regno)
167 if (regno == -1)
177 first_regno = regno;
178 last_regno = regno;
180 first_bdm_regno = bdm_regmap[regno];
181 last_bdm_regno = bdm_regmap[regno];
252 bdm_ppc_store_registers (int regno)
259 if (regno
155 bdm_ppc_fetch_registers(int regno) argument
249 bdm_ppc_store_registers(int regno) argument
[all...]
H A Dppcbug-rom.c34 int regno = 0; local
45 regno = regname[1] - '0';
47 regno = (regname[1] - '0') * 10 + (regname[2] - '0');
55 regno = 32 + regname[2] - '0';
57 regno = 32 + (regname[2] - '0') * 10 + (regname[3] - '0');
64 regno = 64;
69 regno = 65;
74 regno = 66;
80 regno = 67;
82 regno
[all...]
H A Dremote-sim.c44 #include "sim-regno.h"
76 static void gdbsim_fetch_register (int regno);
78 static void gdbsim_store_register (int regno);
287 gdbsim_fetch_register (int regno) argument
289 if (regno == -1)
291 for (regno = 0; regno < NUM_REGS; regno++)
292 gdbsim_fetch_register (regno);
296 switch (REGISTER_SIM_REGNO (regno))
349 gdbsim_store_register(int regno) argument
[all...]
H A Dmips-linux-tdep.c140 fill_gregset (elf_gregset_t *gregsetp, int regno) argument
146 if (regno == -1)
161 if (regno < 32)
163 dst = regp + regno + EF_REG0;
164 regcache_raw_collect (current_regcache, regno, dst);
168 if (regno == mips_regnum (current_gdbarch)->lo)
170 else if (regno == mips_regnum (current_gdbarch)->hi)
172 else if (regno == mips_regnum (current_gdbarch)->pc)
174 else if (regno == mips_regnum (current_gdbarch)->badvaddr)
176 else if (regno
218 fill_fpregset(elf_fpregset_t *fpregsetp, int regno) argument
248 mips_linux_register_addr(int regno, CORE_ADDR blockend) argument
419 mips64_fill_gregset(mips64_elf_gregset_t *gregsetp, int regno) argument
497 mips64_fill_fpregset(mips64_elf_fpregset_t *fpregsetp, int regno) argument
529 mips64_linux_register_addr(int regno, CORE_ADDR blockend) argument
666 register_addr(int regno, CORE_ADDR blockend) argument
[all...]
H A Dns32k-tdep.c43 ns32k_register_name_32082 (int regno) argument
53 if (regno < 0)
55 if (regno >= sizeof (register_names) / sizeof (*register_names))
58 return (register_names[regno]);
62 ns32k_register_name_32382 (int regno) argument
73 if (regno < 0)
75 if (regno >= sizeof (register_names) / sizeof (*register_names))
78 return (register_names[regno]);
82 ns32k_register_byte_32082 (int regno) argument
84 if (regno >
91 ns32k_register_byte_32382(int regno) argument
105 ns32k_register_raw_size(int regno) argument
114 ns32k_register_virtual_size(int regno) argument
120 ns32k_register_virtual_type(int regno) argument
[all...]
H A Drom68k-rom.c88 rom68k_supply_one_register (int regno, unsigned char *hex) argument
104 store_unsigned_integer (regbuf, register_size (current_gdbarch, regno), value);
105 regcache_raw_supply (current_regcache, regno, regbuf);
115 int regno; local
118 regno = -1;
125 regno = PS_REGNUM;
129 regno = PC_REGNUM;
134 regno = M68K_D0_REGNUM;
140 regno = M68K_A0_REGNUM;
149 regno
[all...]
H A Dmipsnbsd-tdep.c39 mipsnbsd_supply_reg (char *regs, int regno) argument
45 if (regno == i || regno == -1)
57 mipsnbsd_fill_reg (char *regs, int regno) argument
62 if ((regno == i || regno == -1) && ! CANNOT_STORE_REGISTER (i))
68 mipsnbsd_supply_fpreg (char *fpregs, int regno) argument
76 if (regno == i || regno == -1)
88 mipsnbsd_fill_fpreg (char *fpregs, int regno) argument
260 mipsnbsd_cannot_fetch_register(int regno) argument
267 mipsnbsd_cannot_store_register(int regno) argument
[all...]
H A Ddve3900-rom.c70 static void fetch_bitmapped_register (int regno, struct bit_field *bf);
71 static void r3900_fetch_registers (int regno);
72 static void store_bitmapped_register (int regno, struct bit_field *bf);
73 static void r3900_store_registers (int regno);
100 static void (*orig_monitor_fetch_registers) (int regno);
101 static void (*orig_monitor_store_registers) (int regno);
138 int regno; member in struct:reg_entry
380 int regno = -1; local
395 regno = reg_table[i].regno;
456 fetch_bitmapped_register(int regno, struct bit_field *bf) argument
487 r3900_fetch_registers(int regno) argument
504 store_bitmapped_register(int regno, struct bit_field *bf) argument
541 r3900_store_registers(int regno) argument
[all...]
H A Dremote-st.c213 get_hex_regs (int n, int regno) argument
225 regcache_raw_supply (current_regcache, regno++, (char *) &val);
395 get_reg_name (int regno) argument
403 for (p = REGISTER_NAME (regno); *p; p++)
415 int regno; local
420 for (regno = 0; regno <= PC_REGNUM; regno++)
421 st2000_fetch_register (regno);
427 st2000_fetch_register (int regno) argument
448 int regno; local
459 st2000_store_register(int regno) argument
[all...]
H A Dhppah-nat.c65 fetch_inferior_registers (int regno) argument
67 if (regno == -1)
68 for (regno = 0; regno < NUM_REGS; regno++)
69 fetch_register (regno);
71 fetch_register (regno);
82 store_inferior_registers (int regno) argument
90 if (regno >= 0)
94 if (CANNOT_STORE_REGISTER (regno))
208 fetch_register(int regno) argument
[all...]
H A Dh8300-tdep.c735 unsigned regno; local
744 for (regno = 0; regno < 8; regno++)
748 if (deprecated_get_frame_saved_regs (frame)[regno] && regno != E_SP_REGNUM)
749 write_register (regno,
751 (deprecated_get_frame_saved_regs (frame)[regno], BINWORD));
752 else if (deprecated_get_frame_saved_regs (frame)[regno] && regno
888 h8300_register_name(int regno) argument
906 h8300s_register_name(int regno) argument
923 h8300sx_register_name(int regno) argument
940 h8300_print_register(struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, int regno) argument
1016 h8300_print_registers_info(struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, int regno, int cpregs) argument
1064 h8300_register_type(struct gdbarch *gdbarch, int regno) argument
1093 h8300_pseudo_register_read(struct gdbarch *gdbarch, struct regcache *regcache, int regno, void *buf) argument
1105 h8300_pseudo_register_write(struct gdbarch *gdbarch, struct regcache *regcache, int regno, const void *buf) argument
1117 h8300_dbg_reg_to_regnum(int regno) argument
1125 h8300s_dbg_reg_to_regnum(int regno) argument
[all...]
H A Dlynx-nat.c290 fetch_inferior_registers (int regno) argument
296 if (regno == -1)
302 reglo = reghi = regno;
308 for (regno = reglo; regno <= reghi; regno++)
313 ptrace_fun = regno == SP_REGNUM ? PTRACE_PEEKUSP : PTRACE_PEEKTHREAD;
316 for (i = 0; i < register_size (current_gdbarch, regno); i += sizeof (int))
322 (PTRACE_ARG3_TYPE) (ecp + regmap[regno] + i), 0);
328 regcache_raw_supply (current_regcache, regno, bu
338 store_inferior_registers(int regno) argument
592 unsigned int regno; local
[all...]
H A Dsh3-rom.c43 int regno; local
46 regno = -1;
54 regno = SR_REGNUM;
58 regno = PC_REGNUM;
60 regno = PR_REGNUM;
73 regno = VBR_REGNUM;
75 regno = GBR_REGNUM;
80 regno = SSR_REGNUM;
82 regno = SPC_REGNUM;
94 regno
[all...]
H A Dabug-rom.c40 int regno; local
50 regno = PS_REGNUM;
55 regno = PC_REGNUM;
60 regno = regname[1] - '0' + M68K_D0_REGNUM;
65 regno = regname[1] - '0' + M68K_A0_REGNUM;
71 monitor_supply_register (regno, val);
H A Dalphanbsd-tdep.c42 int regno; local
72 for (regno = 0; regno < ALPHA_ZERO_REGNUM; regno++)
73 regcache_raw_supply (current_regcache, regno, regs + (regmap[regno] * 8));
H A Dcpu32bug-rom.c38 int regno; local
48 regno = PS_REGNUM;
53 regno = PC_REGNUM;
58 regno = regname[1] - '0' + M68K_D0_REGNUM;
63 regno = regname[1] - '0' + M68K_A0_REGNUM;
69 monitor_supply_register (regno, val);
H A Ddbug-rom.c42 int regno; local
52 regno = PS_REGNUM;
57 regno = PC_REGNUM;
62 regno = regname[1] - '0' + M68K_D0_REGNUM;
67 regno = regname[1] - '0' + M68K_A0_REGNUM;
73 monitor_supply_register (regno, val);
H A Dremote-est.c40 int regno; local
50 regno = PS_REGNUM;
55 regno = PC_REGNUM;
60 regno = regname[1] - '0' + M68K_D0_REGNUM;
65 regno = regname[1] - '0' + M68K_A0_REGNUM;
71 monitor_supply_register (regno, val);
H A Daix-thread.c1024 int regno; local
1026 for (regno = 0; regno < ppc_num_gprs; regno++)
1027 regcache_raw_supply (current_regcache, tdep->ppc_gp0_regnum + regno,
1028 (char *) (vals + regno));
1034 supply_reg32 (int regno, uint32_t val) argument
1036 regcache_raw_supply (current_regcache, regno, (char *) &val);
1045 int regno; local
1051 for (regno
1058 special_register_p(int regno) argument
1176 fetch_regs_kernel_thread(int regno, pthdb_tid_t tid) argument
1258 aix_thread_fetch_registers(int regno) argument
1283 int regno; local
1295 int regno; local
1308 int regno; local
1489 store_regs_kernel_thread(int regno, pthdb_tid_t tid) argument
1576 aix_thread_store_registers(int regno) argument
[all...]
H A Dremote-e7000.c353 get_hex_regs (int n, int regno)
365 regcache_raw_supply (current_regcache, regno++, (char *) &val);
784 int regno; local
840 regno = PC_REGNUM;
846 regno = CCR_REGNUM;
852 regno = SP_REGNUM;
858 regno = DEPRECATED_FP_REGNUM;
868 regno = (want[0] - '0') * 10 + want[1] - '0';
873 regno = want[0] - '0';
882 register_size (current_gdbarch, regno),
893 int regno; local
937 e7000_fetch_register(int regno) argument
947 int regno; local
958 e7000_store_register(int regno) argument
1995 int regno; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ice1712/
H A Dio.c38 read_ccs_uint8(ice1712 *ice, int8 regno) argument
40 return pci->read_io_8(ice->Controller + regno);
45 read_ccs_uint16(ice1712 *ice, int8 regno) argument
47 return pci->read_io_16(ice->Controller + regno);
52 read_ccs_uint32(ice1712 *ice, int8 regno) argument
54 return pci->read_io_32(ice->Controller + regno);
59 write_ccs_uint8(ice1712 *ice, int8 regno, uint8 value) argument
61 pci->write_io_8(ice->Controller + regno, value);
66 write_ccs_uint16(ice1712 *ice, int8 regno, uint16 value) argument
68 pci->write_io_16(ice->Controller + regno, valu
73 write_ccs_uint32(ice1712 *ice, int8 regno, uint32 value) argument
99 read_ddma_uint8(ice1712 *ice, int8 regno) argument
106 read_ddma_uint16(ice1712 *ice, int8 regno) argument
113 read_ddma_uint32(ice1712 *ice, int8 regno) argument
120 write_ddma_uint8(ice1712 *ice, int8 regno, uint8 value) argument
127 write_ddma_uint16(ice1712 *ice, int8 regno, uint16 value) argument
134 write_ddma_uint32(ice1712 *ice, int8 regno, uint32 value) argument
144 read_ds_uint8(ice1712 *ice, int8 regno) argument
151 read_ds_uint16(ice1712 *ice, int8 regno) argument
158 read_ds_uint32(ice1712 *ice, int8 regno) argument
165 write_ds_uint8(ice1712 *ice, int8 regno, uint8 value) argument
172 write_ds_uint16(ice1712 *ice, int8 regno, uint16 value) argument
179 write_ds_uint32(ice1712 *ice, int8 regno, uint32 value) argument
211 read_mt_uint8(ice1712 *ice, int8 regno) argument
218 read_mt_uint16(ice1712 *ice, int8 regno) argument
225 read_mt_uint32(ice1712 *ice, int8 regno) argument
231 write_mt_uint8(ice1712 *ice, int8 regno, uint8 value) argument
238 write_mt_uint16(ice1712 *ice, int8 regno, uint16 value) argument
245 write_mt_uint32(ice1712 *ice, int8 regno, uint32 value) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/emuxki/
H A Dio.c40 emuxki_reg_read_8(device_config *config, int regno) argument
42 return pci->read_io_8(config->nabmbar + regno);
46 emuxki_reg_read_16(device_config *config, int regno) argument
48 return pci->read_io_16(config->nabmbar + regno);
52 emuxki_reg_read_32(device_config *config, int regno) argument
54 return pci->read_io_32(config->nabmbar + regno);
58 emuxki_reg_write_8(device_config *config, int regno, uint8 value) argument
60 pci->write_io_8(config->nabmbar + regno, value);
64 emuxki_reg_write_16(device_config *config, int regno, uint16 value) argument
66 pci->write_io_16(config->nabmbar + regno, valu
70 emuxki_reg_write_32(device_config *config, int regno, uint32 value) argument
201 emuxki_codec_read(device_config *config, int regno) argument
208 emuxki_codec_write(device_config *config, int regno, uint16 value) argument
[all...]

Completed in 129 milliseconds

1234567