Searched refs:regno (Results 176 - 200 of 977) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dreload1.cc108 /* During reload_as_needed, element N contains the last pseudo regno reloaded
501 unsigned int regno;
504 EXECUTE_IF_SET_IN_REG_SET (from, FIRST_PSEUDO_REGISTER, regno, rsi)
506 int r = reg_renumber[regno];
517 add_to_hard_reg_set (to, PSEUDO_REGNO_MODE (regno), r);
538 unsigned int regno = REGNO (x);
540 if (regno < FIRST_PSEUDO_REGISTER)
551 if (reg_equiv_constant (regno))
552 *loc = reg_equiv_constant (regno);
553 else if (reg_equiv_invariant (regno))
497 unsigned int regno; local
534 unsigned int regno = REGNO (x); local
712 unsigned regno = REGNO (SET_DEST (set)); local
1587 unsigned regno = REGNO (SET_DEST (set)); local
1838 unsigned int regno = reg_alloc_order[i]; local
2287 mark_home_live_1(int regno, machine_mode mode) argument
2303 mark_home_live(int regno) argument
2526 int regno; local
2953 int regno; local
4152 spill_hard_reg(unsigned int regno, int cant_eliminate) argument
4305 int regno = reg_renumber[i]; local
4350 unsigned int regno = REGNO (SUBREG_REG (x)); local
4800 unsigned int regno; local
4926 mark_reload_reg_in_use(unsigned int regno, int opnum, enum reload_type type, machine_mode mode) argument
4982 clear_reload_reg_in_use(unsigned int regno, int opnum, enum reload_type type, machine_mode mode) argument
5090 reload_reg_free_p(unsigned int regno, int opnum, enum reload_type type) argument
5255 reload_reg_reaches_end_p(unsigned int regno, int reloadnum) argument
5541 int regno, code; local
5701 reload_reg_free_for_value_p(int start_regno, int regno, int opnum, enum reload_type type, rtx value, rtx out, int reloadnum, int ignore_address_reloads) argument
5939 free_for_value_p(int regno, machine_mode mode, int opnum, enum reload_type type, rtx value, rtx out, int reloadnum, int ignore_address_reloads) argument
6013 int regno; local
6164 int regno = regnum + nr - 1; local
6425 int regno = -1; local
6625 int regno = 0; local
6956 int regno = true_regnum (rld[j].reg_rtx); local
7004 int regno; local
7049 unsigned regno = REGNO (reg); local
[all...]
H A Dreload.cc291 push_reg_equiv_alt_mem (int regno, rtx mem)
295 for (it = reg_equiv_alt_mem_list (regno); it; it = XEXP (it, 1))
299 reg_equiv_alt_mem_list (regno)
301 reg_equiv_alt_mem_list (regno));
646 int regno;
656 for (regno = 0; regno < FIRST_PSEUDO_REGISTER - n && ! bad; regno++)
657 if (TEST_HARD_REG_BIT (reg_class_contents[rclass], regno))
659 if (targetm.hard_regno_mode_ok (regno, inne
290 push_reg_equiv_alt_mem(int regno, rtx mem) argument
642 int regno; local
696 int regno; local
841 int regno; local
893 can_reload_into(rtx in, int regno, machine_mode mode) argument
997 int regno = REGNO (in); local
1010 int regno = REGNO (out); local
1582 int regno; local
1753 int i, regno; local
2001 unsigned int regno = REGNO (out) + out_offset; local
2086 unsigned int regno = REGNO (in) + in_offset; local
2395 int all_const = 0, regno; local
4602 unsigned int regno = REGNO (dest); local
4699 int regno = REGNO (x); local
4758 int regno = REGNO (SUBREG_REG (x)); local
4825 make_memloc(rtx ad, int regno) argument
4899 int regno; local
5313 int regno = REGNO (ad); local
5417 int regno; local
5685 int regno; local
5790 int regno = REGNO (XEXP (x, 0)); local
5942 int regno = REGNO (x); local
6157 int regno = REGNO (SUBREG_REG (x)); local
6438 refers_to_regno_for_reload_p(unsigned int regno, unsigned int endregno, rtx x, rtx *loc) argument
6559 int regno, endregno; local
6691 int regno = -1; local
7173 reg_inc_found_and_valid_p(unsigned int regno, unsigned int endregno, rtx insn) argument
7201 regno_clobbered_p(unsigned int regno, rtx_insn *insn, machine_mode mode, int sets) argument
[all...]
H A Dreginfo.cc586 choose_hard_reg_mode (unsigned int regno ATTRIBUTE_UNUSED,
599 if (hard_regno_nregs (regno, mode) == nregs
600 && targetm.hard_regno_mode_ok (regno, mode)
601 && (!abi || !abi->clobbers_reg_p (mode, regno))
606 if (hard_regno_nregs (regno, mode) == nregs
607 && targetm.hard_regno_mode_ok (regno, mode)
608 && (!abi || !abi->clobbers_reg_p (mode, regno))
613 if (hard_regno_nregs (regno, mode) == nregs
614 && targetm.hard_regno_mode_ok (regno, mode)
615 && (!abi || !abi->clobbers_reg_p (mode, regno))
812 reg_preferred_class(int regno) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dreload1.c108 /* During reload_as_needed, element N contains the last pseudo regno reloaded
502 unsigned int regno;
505 EXECUTE_IF_SET_IN_REG_SET (from, FIRST_PSEUDO_REGISTER, regno, rsi)
507 int r = reg_renumber[regno];
518 add_to_hard_reg_set (to, PSEUDO_REGNO_MODE (regno), r);
539 unsigned int regno = REGNO (x);
541 if (regno < FIRST_PSEUDO_REGISTER)
552 if (reg_equiv_constant (regno))
553 *loc = reg_equiv_constant (regno);
554 else if (reg_equiv_invariant (regno))
498 unsigned int regno; local
535 unsigned int regno = REGNO (x); local
713 unsigned regno = REGNO (SET_DEST (set)); local
1588 unsigned regno = REGNO (SET_DEST (set)); local
1839 unsigned int regno = reg_alloc_order[i]; local
2288 mark_home_live_1(int regno, machine_mode mode) argument
2304 mark_home_live(int regno) argument
2527 int regno; local
2955 int regno; local
4155 spill_hard_reg(unsigned int regno, int cant_eliminate) argument
4308 int regno = reg_renumber[i]; local
4354 unsigned int regno = REGNO (SUBREG_REG (x)); local
4804 unsigned int regno; local
4930 mark_reload_reg_in_use(unsigned int regno, int opnum, enum reload_type type, machine_mode mode) argument
4986 clear_reload_reg_in_use(unsigned int regno, int opnum, enum reload_type type, machine_mode mode) argument
5094 reload_reg_free_p(unsigned int regno, int opnum, enum reload_type type) argument
5259 reload_reg_reaches_end_p(unsigned int regno, int reloadnum) argument
5545 int regno, code; local
5705 reload_reg_free_for_value_p(int start_regno, int regno, int opnum, enum reload_type type, rtx value, rtx out, int reloadnum, int ignore_address_reloads) argument
5943 free_for_value_p(int regno, machine_mode mode, int opnum, enum reload_type type, rtx value, rtx out, int reloadnum, int ignore_address_reloads) argument
6017 int regno; local
6168 int regno = regnum + nr - 1; local
6429 int regno = -1; local
6629 int regno = 0; local
6960 int regno = true_regnum (rld[j].reg_rtx); local
7008 int regno; local
7053 unsigned regno = REGNO (reg); local
8136 int regno = REGNO (reg); local
8200 int regno; local
8697 unsigned regno; local
[all...]
H A Dreload.c291 push_reg_equiv_alt_mem (int regno, rtx mem)
295 for (it = reg_equiv_alt_mem_list (regno); it; it = XEXP (it, 1))
299 reg_equiv_alt_mem_list (regno)
301 reg_equiv_alt_mem_list (regno));
646 int regno;
656 for (regno = 0; regno < FIRST_PSEUDO_REGISTER - n && ! bad; regno++)
657 if (TEST_HARD_REG_BIT (reg_class_contents[rclass], regno))
659 if (targetm.hard_regno_mode_ok (regno, inne
290 push_reg_equiv_alt_mem(int regno, rtx mem) argument
642 int regno; local
696 int regno; local
841 int regno; local
893 can_reload_into(rtx in, int regno, machine_mode mode) argument
997 int regno = REGNO (in); local
1010 int regno = REGNO (out); local
1584 int regno; local
1755 int i, regno; local
2003 unsigned int regno = REGNO (out) + out_offset; local
2088 unsigned int regno = REGNO (in) + in_offset; local
2397 int all_const = 0, regno; local
2939 int regno = REGNO (recog_data.operand[i]); local
4630 unsigned int regno = REGNO (dest); local
4727 int regno = REGNO (x); local
4786 int regno = REGNO (SUBREG_REG (x)); local
4853 make_memloc(rtx ad, int regno) argument
4927 int regno; local
5342 int regno = REGNO (ad); local
5446 int regno; local
5712 int regno; local
5817 int regno = REGNO (XEXP (x, 0)); local
5972 int regno = REGNO (x); local
6187 int regno = REGNO (SUBREG_REG (x)); local
6468 refers_to_regno_for_reload_p(unsigned int regno, unsigned int endregno, rtx x, rtx *loc) argument
6589 int regno, endregno; local
6723 int regno = -1; local
7205 reg_inc_found_and_valid_p(unsigned int regno, unsigned int endregno, rtx insn) argument
7233 regno_clobbered_p(unsigned int regno, rtx_insn *insn, machine_mode mode, int sets) argument
7282 int regno; local
[all...]
H A Dreginfo.c559 choose_hard_reg_mode (unsigned int regno ATTRIBUTE_UNUSED,
572 if (hard_regno_nregs (regno, mode) == nregs
573 && targetm.hard_regno_mode_ok (regno, mode)
574 && (!abi || !abi->clobbers_reg_p (mode, regno))
579 if (hard_regno_nregs (regno, mode) == nregs
580 && targetm.hard_regno_mode_ok (regno, mode)
581 && (!abi || !abi->clobbers_reg_p (mode, regno))
586 if (hard_regno_nregs (regno, mode) == nregs
587 && targetm.hard_regno_mode_ok (regno, mode)
588 && (!abi || !abi->clobbers_reg_p (mode, regno))
784 reg_preferred_class(int regno) argument
794 reg_alternate_class(int regno) argument
805 reg_allocno_class(int regno) argument
945 setup_reg_classes(int regno, enum reg_class prefclass, enum reg_class altclass, enum reg_class allocnoclass) argument
1199 unsigned int regno; local
1296 valid_mode_changes_for_regno(unsigned int regno) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-tic6x-low.cc55 bool low_cannot_fetch_register (int regno) override;
57 bool low_cannot_store_register (int regno) override;
239 tic6x_target::low_cannot_fetch_register (int regno) argument
241 return (tic6x_regmap[regno] == -1);
245 tic6x_target::low_cannot_store_register (int regno) argument
247 return (tic6x_regmap[regno] == -1);
306 tic6x_collect_register (struct regcache *regcache, int regno, argument
311 collect_register (regcache, regno, &tmp_reg.reg32);
316 tic6x_supply_register (struct regcache *regcache, int regno, argument
321 supply_register (regcache, regno, re
[all...]
H A Dlinux-m68k-low.cc36 bool low_cannot_fetch_register (int regno) override;
38 bool low_cannot_store_register (int regno) override;
115 m68k_target::low_cannot_store_register (int regno) argument
117 return (regno >= m68k_num_regs);
121 m68k_target::low_cannot_fetch_register (int regno) argument
123 return (regno >= m68k_num_regs);
H A Dlinux-sh-low.cc36 bool low_cannot_fetch_register (int regno) override;
38 bool low_cannot_store_register (int regno) override;
99 sh_target::low_cannot_store_register (int regno) argument
105 sh_target::low_cannot_fetch_register (int regno) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-linux-tdep.c172 mips_elf_gregset_t *gregsetp, int regno)
179 if (regno == -1)
194 if (regno > 0 && regno < 32)
196 dst = regp + regno + EF_REG0;
197 regcache->raw_collect (regno, dst);
201 if (regno == mips_regnum (gdbarch)->lo)
203 else if (regno == mips_regnum (gdbarch)->hi)
205 else if (regno == mips_regnum (gdbarch)->pc)
207 else if (regno
171 mips_fill_gregset(const struct regcache *regcache, mips_elf_gregset_t *gregsetp, int regno) argument
339 mips64_fill_gregset(const struct regcache *regcache, mips64_elf_gregset_t *gregsetp, int regno) argument
458 mips64_fill_fpregset(const struct regcache *regcache, mips64_elf_fpregset_t *fpregsetp, int regno) argument
[all...]
H A Daix-thread.c1117 int regno; local
1119 for (regno = 0; regno < ppc_num_gprs; regno++)
1120 regcache->raw_supply (tdep->ppc_gp0_regnum + regno,
1121 (char *) (vals + regno));
1127 supply_reg32 (struct regcache *regcache, int regno, uint32_t val) argument
1129 regcache->raw_supply (regno, (char *) &val);
1139 int regno; local
1145 for (regno
1154 special_register_p(struct gdbarch *gdbarch, int regno) argument
1275 fetch_regs_kernel_thread(struct regcache *regcache, int regno, pthdb_tid_t tid) argument
1356 fetch_registers(struct regcache *regcache, int regno) argument
1382 int regno; local
1394 int regno; local
1408 int regno; local
1588 store_regs_kernel_thread(const struct regcache *regcache, int regno, pthdb_tid_t tid) argument
1694 store_registers(struct regcache *regcache, int regno) argument
[all...]
H A Dalpha-tdep.c88 alpha_register_name (struct gdbarch *gdbarch, int regno)
103 if (regno < 0)
105 if (regno >= ARRAY_SIZE(register_names))
107 return register_names[regno];
111 alpha_cannot_fetch_register (struct gdbarch *gdbarch, int regno)
113 return (strlen (alpha_register_name (gdbarch, regno)) == 0);
117 alpha_cannot_store_register (struct gdbarch *gdbarch, int regno)
119 return (regno == ALPHA_ZERO_REGNUM
120 || strlen (alpha_register_name (gdbarch, regno)) == 0);
124 alpha_register_type (struct gdbarch *gdbarch, int regno)
87 alpha_register_name(struct gdbarch *gdbarch, int regno) argument
110 alpha_cannot_fetch_register(struct gdbarch *gdbarch, int regno) argument
116 alpha_cannot_store_register(struct gdbarch *gdbarch, int regno) argument
123 alpha_register_type(struct gdbarch *gdbarch, int regno) argument
233 alpha_convert_register_p(struct gdbarch *gdbarch, int regno, struct type *type) argument
1497 alpha_supply_int_regs(struct regcache *regcache, int regno, const void *r0_r30, const void *pc, const void *unique) argument
1522 alpha_fill_int_regs(const struct regcache *regcache, int regno, void *r0_r30, void *pc, void *unique) argument
1540 alpha_supply_fp_regs(struct regcache *regcache, int regno, const void *f0_f30, const void *fpcr) argument
1555 alpha_fill_fp_regs(const struct regcache *regcache, int regno, void *f0_f30, void *fpcr) argument
1605 int regno; local
[all...]
H A Darm-linux-tdep.c484 int regno; local
488 for (regno = ARM_A1_REGNUM; regno < ARM_PC_REGNUM; regno++)
489 if (regnum == -1 || regnum == regno)
490 regcache->raw_supply (regno, gregs + ARM_INT_REGISTER_SIZE * regno);
520 int regno; local
522 for (regno = ARM_A1_REGNUM; regno < ARM_PC_REGNU
550 supply_nwfpe_register(struct regcache *regcache, int regno, const gdb_byte *regs) argument
585 collect_nwfpe_register(const struct regcache *regcache, int regno, gdb_byte *regs) argument
627 int regno; local
644 int regno; local
665 int regno; local
681 int regno; local
[all...]
H A Dcris-tdep.c1016 int regno; local
1056 regno = cris_get_operand2 (insn_next);
1061 /* This check, meant to recognize srp, used to be regno ==
1165 regno = cris_get_operand2 (insn_next);
1166 if ((regno >= 0 && regno < gdbarch_sp_regnum (gdbarch))
1189 regno = cris_get_operand2 (insn_next);
1190 if ((regno >= 0 && regno < gdbarch_sp_regnum (gdbarch))
1193 && cris_get_operand1 (insn_next) == regno)
1430 cris_register_size(struct gdbarch *gdbarch, int regno) argument
1472 cris_cannot_fetch_register(struct gdbarch *gdbarch, int regno) argument
1482 cris_cannot_store_register(struct gdbarch *gdbarch, int regno) argument
1513 crisv32_cannot_fetch_register(struct gdbarch *gdbarch, int regno) argument
1523 crisv32_cannot_store_register(struct gdbarch *gdbarch, int regno) argument
1554 cris_register_type(struct gdbarch *gdbarch, int regno) argument
1575 crisv32_register_type(struct gdbarch *gdbarch, int regno) argument
1637 cris_special_register_name(struct gdbarch *gdbarch, int regno) argument
1660 cris_register_name(struct gdbarch *gdbarch, int regno) argument
1685 crisv32_register_name(struct gdbarch *gdbarch, int regno) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dmovement.h99 unsigned int regno, insn_info *insn,
103 resource_info resource = full_register (regno);
127 if (!bitmap_bit_p (DF_LR_IN (ebb->first_bb ()->cfg_bb ()), regno))
129 else if (bitmap_bit_p (DF_LR_IN (bb->cfg_bb ()), regno))
215 unsigned int regno = def->regno (); local
216 if (!HARD_REGISTER_NUM_P (regno) || is_clobber)
305 unsigned int regno = use->regno (); local
306 if (!HARD_REGISTER_NUM_P (regno))
98 restrict_movement_for_dead_range(insn_range_info &move_range, unsigned int regno, insn_info *insn, IgnorePredicate ignore) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-tic6x-low.cc55 bool low_cannot_fetch_register (int regno) override;
57 bool low_cannot_store_register (int regno) override;
239 tic6x_target::low_cannot_fetch_register (int regno) argument
241 return (tic6x_regmap[regno] == -1);
245 tic6x_target::low_cannot_store_register (int regno) argument
247 return (tic6x_regmap[regno] == -1);
306 tic6x_collect_register (struct regcache *regcache, int regno, argument
311 collect_register (regcache, regno, &tmp_reg.reg32);
316 tic6x_supply_register (struct regcache *regcache, int regno, argument
321 supply_register (regcache, regno, re
[all...]
H A Dlinux-m68k-low.cc36 bool low_cannot_fetch_register (int regno) override;
38 bool low_cannot_store_register (int regno) override;
115 m68k_target::low_cannot_store_register (int regno) argument
117 return (regno >= m68k_num_regs);
121 m68k_target::low_cannot_fetch_register (int regno) argument
123 return (regno >= m68k_num_regs);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-linux-tdep.c172 mips_elf_gregset_t *gregsetp, int regno)
179 if (regno == -1)
194 if (regno > 0 && regno < 32)
196 dst = regp + regno + EF_REG0;
197 regcache->raw_collect (regno, dst);
201 if (regno == mips_regnum (gdbarch)->lo)
203 else if (regno == mips_regnum (gdbarch)->hi)
205 else if (regno == mips_regnum (gdbarch)->pc)
207 else if (regno
171 mips_fill_gregset(const struct regcache *regcache, mips_elf_gregset_t *gregsetp, int regno) argument
339 mips64_fill_gregset(const struct regcache *regcache, mips64_elf_gregset_t *gregsetp, int regno) argument
458 mips64_fill_fpregset(const struct regcache *regcache, mips64_elf_fpregset_t *fpregsetp, int regno) argument
[all...]
H A Daix-thread.c1122 int regno; local
1124 for (regno = 0; regno < ppc_num_gprs; regno++)
1125 regcache->raw_supply (tdep->ppc_gp0_regnum + regno,
1126 (char *) (vals + regno));
1132 supply_reg32 (struct regcache *regcache, int regno, uint32_t val) argument
1134 regcache->raw_supply (regno, (char *) &val);
1144 int regno; local
1150 for (regno
1159 special_register_p(struct gdbarch *gdbarch, int regno) argument
1280 fetch_regs_kernel_thread(struct regcache *regcache, int regno, pthdb_tid_t tid) argument
1361 fetch_registers(struct regcache *regcache, int regno) argument
1388 int regno; local
1401 int regno; local
1415 int regno; local
1595 store_regs_kernel_thread(const struct regcache *regcache, int regno, pthdb_tid_t tid) argument
1701 store_registers(struct regcache *regcache, int regno) argument
[all...]
H A Darm-linux-tdep.c485 int regno; local
489 for (regno = ARM_A1_REGNUM; regno < ARM_PC_REGNUM; regno++)
490 if (regnum == -1 || regnum == regno)
491 regcache->raw_supply (regno, gregs + ARM_INT_REGISTER_SIZE * regno);
521 int regno; local
523 for (regno = ARM_A1_REGNUM; regno < ARM_PC_REGNU
551 supply_nwfpe_register(struct regcache *regcache, int regno, const gdb_byte *regs) argument
586 collect_nwfpe_register(const struct regcache *regcache, int regno, gdb_byte *regs) argument
628 int regno; local
645 int regno; local
666 int regno; local
682 int regno; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.h205 #define REGNO_OK_FOR_INDEX_P(regno) 0
721 #define MUST_SAVE_REGISTER(regno) \
722 ((df_regs_ever_live_p (regno) && !call_used_or_fixed_reg_p (regno)) \
723 || (regno == HARD_FRAME_POINTER_REGNUM && frame_pointer_needed) \
724 || (regno == (GP_REG_FIRST + 31) && df_regs_ever_live_p (GP_REG_FIRST + 31)))
738 #define BASE_REG_P(regno, mode) \
739 (GP_REG_P (regno))
741 #define GP_REG_OR_PSEUDO_STRICT_P(regno, mode) \
742 BASE_REG_P((regno < FIRST_PSEUDO_REGISTE
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/c6x/
H A Dpr-support.c156 int i, regno, nregs; local
166 regno = unwind_frame_regs[12 - i];
170 && unwind_frame_regs[11 - i] == regno + 1
171 && (regno & 1) == 0)
193 regno = unwind_frame_regs[12 - i];
197 && unwind_frame_regs[11 - i] == regno + 1
198 && (regno & 1) == 0)
201 unwind_restore_pair (context, regno, ptr);
208 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, ptr);
224 int regno; local
453 int regno = unwind_frame_regs[op & 0xf]; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.h205 #define REGNO_OK_FOR_INDEX_P(regno) 0
721 #define MUST_SAVE_REGISTER(regno) \
722 ((df_regs_ever_live_p (regno) && !call_used_or_fixed_reg_p (regno)) \
723 || (regno == HARD_FRAME_POINTER_REGNUM && frame_pointer_needed) \
724 || (regno == (GP_REG_FIRST + 31) && df_regs_ever_live_p (GP_REG_FIRST + 31)))
738 #define BASE_REG_P(regno, mode) \
739 (GP_REG_P (regno))
741 #define GP_REG_OR_PSEUDO_STRICT_P(regno, mode) \
742 BASE_REG_P((regno < FIRST_PSEUDO_REGISTE
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/c6x/
H A Dpr-support.c156 int i, regno, nregs; local
166 regno = unwind_frame_regs[12 - i];
170 && unwind_frame_regs[11 - i] == regno + 1
171 && (regno & 1) == 0)
193 regno = unwind_frame_regs[12 - i];
197 && unwind_frame_regs[11 - i] == regno + 1
198 && (regno & 1) == 0)
201 unwind_restore_pair (context, regno, ptr);
208 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, ptr);
224 int regno; local
453 int regno = unwind_frame_regs[op & 0xf]; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/m32c/
H A Dgdb-if.c207 check_regno (enum m32c_sim_reg regno) argument
209 return 0 <= regno && regno < m32c_sim_reg_num_regs;
231 reg_size (enum m32c_sim_reg regno) argument
233 switch (regno)
285 regno);
291 sim_fetch_register (SIM_DESC sd, int regno, unsigned char *buf, int length) argument
297 if (!check_regno (regno))
300 size = reg_size (regno);
305 switch (regno)
403 sim_store_register(SIM_DESC sd, int regno, unsigned char *buf, int length) argument
[all...]

Completed in 402 milliseconds

1234567891011>>