Searched refs:regno (Results 226 - 250 of 977) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-sparc-low.cc59 bool low_cannot_fetch_register (int regno) override;
61 bool low_cannot_store_register (int regno) override;
149 sparc_target::low_cannot_store_register (int regno) argument
151 return (regno >= sparc_num_regs || sparc_regmap[regno] == -1);
155 sparc_target::low_cannot_fetch_register (int regno) argument
157 return (regno >= sparc_num_regs || sparc_regmap[regno] == -1);
H A Dlinux-ia64-low.cc40 bool low_cannot_fetch_register (int regno) override;
42 bool low_cannot_store_register (int regno) override;
44 bool low_fetch_register (regcache *regcache, int regno) override;
311 ia64_target::low_cannot_store_register (int regno) argument
317 ia64_target::low_cannot_fetch_register (int regno) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dfrv-linux-tdep.c171 frv_linux_sigcontext_reg_addr (frame_info_ptr this_frame, int regno, argument
224 switch (regno)
249 if (first_gpr_regnum <= regno && regno <= last_gpr_regnum)
250 return sc_addr + 56 + 4 * (regno - first_gpr_regnum);
251 else if (first_fpr_regnum <= regno && regno <= last_fpr_regnum)
252 return sc_addr + 312 + 4 * (regno - first_fpr_regnum);
H A Dtarget-descriptions.c802 int regno, const char *name)
810 while (regno >= data->arch_regs.size ())
813 data->arch_regs[regno] = tdesc_arch_reg (reg, NULL);
839 int regno, const char *const names[])
844 if (tdesc_numbered_register (feature, data, regno, names[i]))
853 tdesc_found_register (struct tdesc_arch_data *data, int regno)
855 gdb_assert (regno >= 0);
857 return (regno < data->arch_regs.size ()
858 && data->arch_regs[regno].reg != nullptr);
876 tdesc_find_arch_register (struct gdbarch *gdbarch, int regno)
799 tdesc_numbered_register(const struct tdesc_feature *feature, struct tdesc_arch_data *data, int regno, const char *name) argument
836 tdesc_numbered_register_choices(const struct tdesc_feature *feature, struct tdesc_arch_data *data, int regno, const char *const names[]) argument
852 tdesc_found_register(struct tdesc_arch_data *data, int regno) argument
875 tdesc_find_arch_register(struct gdbarch *gdbarch, int regno) argument
886 tdesc_find_register(struct gdbarch *gdbarch, int regno) argument
897 tdesc_register_name(struct gdbarch *gdbarch, int regno) argument
917 tdesc_register_type(struct gdbarch *gdbarch, int regno) argument
990 tdesc_remote_register_number(struct gdbarch *gdbarch, int regno) argument
1012 tdesc_register_in_reggroup_p(struct gdbarch *gdbarch, int regno, const struct reggroup *reggroup) argument
1033 tdesc_register_reggroup_p(struct gdbarch *gdbarch, int regno, const struct reggroup *reggroup) argument
1150 int regno = unk_reg_cb (gdbarch, feature.get (), local
[all...]
H A Dremote-sim.c40 #include "sim-regno.h"
445 gdbsim_target::fetch_registers (struct regcache *regcache, int regno) argument
452 if (regno == -1)
454 for (regno = 0; regno < gdbarch_num_regs (gdbarch); regno++)
455 fetch_registers (regcache, regno);
459 switch (gdbarch_register_sim_regno (gdbarch, regno))
467 regcache->raw_supply_zeroed (regno);
474 int regsize = register_size (gdbarch, regno);
514 store_registers(struct regcache *regcache, int regno) argument
[all...]
H A Dm68hc11-tdep.c295 int regno, gdb_byte *buf)
301 if (regno == M68HC12_HARD_PC_REGNUM)
326 if (soft_regs[regno].name)
328 target_read_memory (soft_regs[regno].addr, buf, 2);
343 int regno, const gdb_byte *buf)
349 if (regno == M68HC12_HARD_PC_REGNUM)
374 if (soft_regs[regno].name)
379 target_write_memory (soft_regs[regno].addr, tmp, regsize);
1002 frame_info_ptr frame, int regno)
1006 if (regno
293 m68hc11_pseudo_register_read(struct gdbarch *gdbarch, readable_regcache *regcache, int regno, gdb_byte *buf) argument
341 m68hc11_pseudo_register_write(struct gdbarch *gdbarch, struct regcache *regcache, int regno, const gdb_byte *buf) argument
999 m68hc11_print_register(struct gdbarch *gdbarch, struct ui_file *file, frame_info_ptr frame, int regno) argument
1086 m68hc11_print_registers_info(struct gdbarch *gdbarch, struct ui_file *file, frame_info_ptr frame, int regno, int cpregs) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-ia64-low.cc40 bool low_cannot_fetch_register (int regno) override;
42 bool low_cannot_store_register (int regno) override;
44 bool low_fetch_register (regcache *regcache, int regno) override;
311 ia64_target::low_cannot_store_register (int regno) argument
317 ia64_target::low_cannot_fetch_register (int regno) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv-shorten-memrefs.cc97 /* Count how many times each regno is referenced as base address for a memory
123 HOST_WIDE_INT regno = REGNO (XEXP (addr, 0)); local
130 if (REG_N_REFS (regno) < 4)
132 m->get_or_insert (regno)++;
164 HOST_WIDE_INT regno = REGNO (XEXP (addr, 0)); local
171 if (m->get_or_insert (regno) > 3)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-protos.h26 extern unsigned int gcn_dwarf_register_number (unsigned int regno);
49 extern machine_mode gcn_hard_regno_caller_save_mode (unsigned int regno,
52 extern bool gcn_hard_regno_mode_ok (int regno, machine_mode mode);
53 extern int gcn_hard_regno_nregs (int regno, machine_mode mode);
68 extern reg_class gcn_regno_reg_class (int regno);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dregrename.c169 reg_names[head->regno], head->nregs);
237 head->regno = this_regno;
253 SET_HARD_REG_BIT (live_in_chains, head->regno + nregs);
254 CLEAR_HARD_REG_BIT (live_hard_regs, head->regno + nregs);
265 reg_names[head->regno], head->id);
303 SET_HARD_REG_BIT (*pset, other->regno + j);
312 unsigned int regno)
316 mode, regno);
392 && check_new_reg_p (old_reg, this_head->tied_chain->regno,
394 return this_head->tied_chain->regno;
311 call_clobbered_in_chain_p(du_head *this_head, machine_mode mode, unsigned int regno) argument
980 unsigned int regno = ORIGINAL_REGNO (*chain->loc); local
1025 unsigned regno, nregs; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dregrename.cc169 reg_names[head->regno], head->nregs);
237 head->regno = this_regno;
253 SET_HARD_REG_BIT (live_in_chains, head->regno + nregs);
254 CLEAR_HARD_REG_BIT (live_hard_regs, head->regno + nregs);
265 reg_names[head->regno], head->id);
303 SET_HARD_REG_BIT (*pset, other->regno + j);
312 unsigned int regno)
316 mode, regno);
392 && check_new_reg_p (old_reg, this_head->tied_chain->regno,
394 return this_head->tied_chain->regno;
311 call_clobbered_in_chain_p(du_head *this_head, machine_mode mode, unsigned int regno) argument
1000 unsigned int regno = ORIGINAL_REGNO (*chain->loc); local
1045 unsigned regno, nregs; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dm68hc11-tdep.c283 int regno, gdb_byte *buf)
289 if (regno == M68HC12_HARD_PC_REGNUM)
314 if (soft_regs[regno].name)
316 target_read_memory (soft_regs[regno].addr, buf, 2);
331 int regno, const gdb_byte *buf)
337 if (regno == M68HC12_HARD_PC_REGNUM)
362 if (soft_regs[regno].name)
367 target_write_memory (soft_regs[regno].addr, tmp, regsize);
988 struct frame_info *frame, int regno)
992 if (regno
281 m68hc11_pseudo_register_read(struct gdbarch *gdbarch, readable_regcache *regcache, int regno, gdb_byte *buf) argument
329 m68hc11_pseudo_register_write(struct gdbarch *gdbarch, struct regcache *regcache, int regno, const gdb_byte *buf) argument
985 m68hc11_print_register(struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, int regno) argument
1069 m68hc11_print_registers_info(struct gdbarch *gdbarch, struct ui_file *file, struct frame_info *frame, int regno, int cpregs) argument
[all...]
H A Dremote-sim.c40 #include "sim-regno.h"
440 gdbsim_target::fetch_registers (struct regcache *regcache, int regno) argument
447 if (regno == -1)
449 for (regno = 0; regno < gdbarch_num_regs (gdbarch); regno++)
450 fetch_registers (regcache, regno);
454 switch (gdbarch_register_sim_regno (gdbarch, regno))
462 regcache->raw_supply_zeroed (regno);
469 int regsize = register_size (gdbarch, regno);
509 store_registers(struct regcache *regcache, int regno) argument
[all...]
H A Dtarget-descriptions.c818 int regno, const char *name)
826 while (regno >= data->arch_regs.size ())
829 data->arch_regs[regno] = tdesc_arch_reg (reg, NULL);
855 int regno, const char *const names[])
860 if (tdesc_numbered_register (feature, data, regno, names[i]))
881 tdesc_find_arch_register (struct gdbarch *gdbarch, int regno)
886 if (regno < data->arch_regs.size ())
887 return &data->arch_regs[regno];
893 tdesc_find_register (struct gdbarch *gdbarch, int regno)
895 struct tdesc_arch_reg *reg = tdesc_find_arch_register (gdbarch, regno);
815 tdesc_numbered_register(const struct tdesc_feature *feature, struct tdesc_arch_data *data, int regno, const char *name) argument
852 tdesc_numbered_register_choices(const struct tdesc_feature *feature, struct tdesc_arch_data *data, int regno, const char *const names[]) argument
880 tdesc_find_arch_register(struct gdbarch *gdbarch, int regno) argument
892 tdesc_find_register(struct gdbarch *gdbarch, int regno) argument
903 tdesc_register_name(struct gdbarch *gdbarch, int regno) argument
924 tdesc_register_type(struct gdbarch *gdbarch, int regno) argument
999 tdesc_remote_register_number(struct gdbarch *gdbarch, int regno) argument
1021 tdesc_register_in_reggroup_p(struct gdbarch *gdbarch, int regno, struct reggroup *reggroup) argument
1042 tdesc_register_reggroup_p(struct gdbarch *gdbarch, int regno, struct reggroup *reggroup) argument
1164 int regno = unk_reg_cb (gdbarch, feature.get (), local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/cr16/
H A Dcr16.c347 unsigned int regno; local
359 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
361 if (fixed_regs[regno])
363 current_frame_info.save_regs[regno] = 0;
370 if (!crtl->is_leaf && call_used_or_fixed_reg_p (regno))
373 current_frame_info.save_regs[regno] = 1;
374 else if (df_regs_ever_live_p (regno))
376 current_frame_info.save_regs[regno]
470 cr16_regno_reg_class(int regno) argument
484 cr16_hard_regno_nregs(unsigned int regno, machine_mode mode) argument
496 cr16_hard_regno_mode_ok(unsigned int regno, machine_mode mode) argument
544 cr16_function_value_regno_p(const unsigned int regno) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/cr16/
H A Dcr16.cc349 unsigned int regno; local
361 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
363 if (fixed_regs[regno])
365 current_frame_info.save_regs[regno] = 0;
372 if (!crtl->is_leaf && call_used_or_fixed_reg_p (regno))
375 current_frame_info.save_regs[regno] = 1;
376 else if (df_regs_ever_live_p (regno))
378 current_frame_info.save_regs[regno]
472 cr16_regno_reg_class(int regno) argument
486 cr16_hard_regno_nregs(unsigned int regno, machine_mode mode) argument
498 cr16_hard_regno_mode_ok(unsigned int regno, machine_mode mode) argument
546 cr16_function_value_regno_p(const unsigned int regno) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Dfalkor-tag-collision-avoidance.c222 unsigned dest = head->regno;
262 unsigned dest_regno = head->regno;
292 unsafe_rename_p (unsigned regno) argument
297 if (regno <= R8_REGNUM
298 || (regno >= V0_REGNUM && regno < V8_REGNUM))
302 switch (regno)
338 if (dest_op_info->heads[i]->regno != dest_regno)
439 unsigned regno = REGNO (reg);
442 if (regno
438 unsigned regno = REGNO (reg); local
548 unsigned regno = REGNO (addr.base); local
624 unsigned regno = REGNO (dest_rtx); local
663 in_same_chain(rtx_insn *insn, rtx_insn *cand, unsigned regno) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dfalkor-tag-collision-avoidance.cc222 unsigned dest = head->regno;
262 unsigned dest_regno = head->regno;
292 unsafe_rename_p (unsigned regno) argument
297 if (regno <= R8_REGNUM
298 || (regno >= V0_REGNUM && regno < V8_REGNUM))
302 switch (regno)
338 if (dest_op_info->heads[i]->regno != dest_regno)
439 unsigned regno = REGNO (reg);
442 if (regno
438 unsigned regno = REGNO (reg); local
548 unsigned regno = REGNO (addr.base); local
624 unsigned regno = REGNO (dest_rtx); local
663 in_same_chain(rtx_insn *insn, rtx_insn *cand, unsigned regno) argument
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dcode.c121 sym->soffset = regno(p->n_left);
146 regno(q) = R3 + argofs;
148 regno(p) = FPREG;
153 regno(q) = R3R4 + argofs;
156 sym->soffset = regno(p);
175 regno(q) = R3 + (*argofsp)++;
178 sym->soffset = regno(p);
203 regno(q) = R3R4 + *argofsp;
205 regno(p) = SPREG;
212 tmpnr = regno(
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dbfin-lex.c1124 _REG.regno = REG_sftreset; return REG;
1129 _REG.regno = REG_omode; return REG;
1134 _REG.regno = REG_idle_req; return REG;
1139 _REG.regno = REG_hwerrcause; return REG;
1144 _REG.regno = REG_excause; return REG;
1149 _REG.regno = REG_emucause; return REG;
1184 _REG.regno = REG_USP; return REG;
1219 _REG.regno = REG_SYSCFG; return REG;
1234 _REG.regno = REG_SP; _REG.flags = F_REG_LOW; return HALF_REG;
1239 _REG.regno
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dbfin-lex.c1115 _REG.regno = REG_sftreset; return REG;
1120 _REG.regno = REG_omode; return REG;
1125 _REG.regno = REG_idle_req; return REG;
1130 _REG.regno = REG_hwerrcause; return REG;
1135 _REG.regno = REG_excause; return REG;
1140 _REG.regno = REG_emucause; return REG;
1175 _REG.regno = REG_USP; return REG;
1210 _REG.regno = REG_SYSCFG; return REG;
1225 _REG.regno = REG_SP; _REG.flags = F_REG_LOW; return HALF_REG;
1230 _REG.regno
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dfr30-asm.c59 int regno;
63 regno = **strp - '0';
68 regno = regno * 10 + (**strp - '0');
72 return regno;
86 int regno;
92 regno = parse_register_number (strp);
93 if (regno == -1)
95 if (regno > 7 && !high_low)
97 if (regno <
58 int regno; local
85 int regno; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dfr30-asm.c59 int regno;
63 regno = **strp - '0';
68 regno = regno * 10 + (**strp - '0');
72 return regno;
86 int regno;
92 regno = parse_register_number (strp);
93 if (regno == -1)
95 if (regno > 7 && !high_low)
97 if (regno <
58 int regno; local
85 int regno; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dfr30-asm.c59 int regno;
63 regno = **strp - '0';
68 regno = regno * 10 + (**strp - '0');
72 return regno;
86 int regno;
92 regno = parse_register_number (strp);
93 if (regno == -1)
95 if (regno > 7 && !high_low)
97 if (regno <
58 int regno; local
85 int regno; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dfr30-asm.c59 int regno;
63 regno = **strp - '0';
68 regno = regno * 10 + (**strp - '0');
72 return regno;
86 int regno;
92 regno = parse_register_number (strp);
93 if (regno == -1)
95 if (regno > 7 && !high_low)
97 if (regno <
58 int regno; local
85 int regno; local
[all...]

Completed in 388 milliseconds

1234567891011>>