Searched refs:regno (Results 1 - 25 of 977) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Daarch32-linux-nat.c34 int regno; local
36 for (regno = ARM_A1_REGNUM; regno < ARM_PC_REGNUM; regno++)
37 regcache->raw_supply (regno, &regs[regno]);
60 int regno; local
62 for (regno = ARM_A1_REGNUM; regno <= ARM_PC_REGNUM; regno
87 int regno; local
102 int regno; local
[all...]
H A Dsh-nbsd-nat.c46 #define GETREGS_SUPPLIES(gdbarch, regno) \
47 (((regno) >= R0_REGNUM && (regno) <= (R0_REGNUM + 15)) \
48 || (regno) == gdbarch_pc_regnum (gdbarch) || (regno) == PR_REGNUM \
49 || (regno) == MACH_REGNUM || (regno) == MACL_REGNUM \
50 || (regno) == SR_REGNUM || (regno) == GBR_REGNUM)
56 sh_nbsd_nat_target::fetch_registers (struct regcache *regcache, int regno) argument
79 store_registers(struct regcache *regcache, int regno) argument
[all...]
H A Dalpha-bsd-tdep.c30 alphabsd_supply_reg (struct regcache *regcache, const char *regs, int regno) argument
33 alpha_supply_int_regs (regcache, regno, regs, regs + 31 * 8, NULL);
37 alphabsd_fill_reg (const struct regcache *regcache, char *regs, int regno) argument
40 alpha_fill_int_regs (regcache, regno, regs, regs + 31 * 8, NULL);
45 const char *fpregs, int regno)
48 alpha_supply_fp_regs (regcache, regno, fpregs, fpregs + 32 * 8);
52 alphabsd_fill_fpreg (const struct regcache *regcache, char *fpregs, int regno) argument
55 alpha_fill_fp_regs (regcache, regno, fpregs, fpregs + 32 * 8);
44 alphabsd_supply_fpreg(struct regcache *regcache, const char *fpregs, int regno) argument
H A Dm68k-linux-nat.c91 getregs_supplies (int regno)
93 return 0 <= regno && regno < NUM_GREGS;
97 getfpregs_supplies (int regno)
99 return M68K_FP0_REGNUM <= regno && regno <= M68K_FPI_REGNUM;
119 fetch_register (struct regcache *regcache, int regno)
127 regaddr = 4 * regmap[regno];
128 for (i = 0; i < register_size (gdbarch, regno); i += sizeof (long))
136 gdbarch_register_name (gdbarch, regno),
90 getregs_supplies(int regno) argument
96 getfpregs_supplies(int regno) argument
117 fetch_register(struct regcache *regcache, int regno) argument
145 old_fetch_inferior_registers(struct regcache *regcache, int regno) argument
165 store_register(const struct regcache *regcache, int regno) argument
197 old_store_inferior_registers(const struct regcache *regcache, int regno) argument
237 fill_gregset(const struct regcache *regcache, elf_gregset_t *gregsetp, int regno) argument
278 store_regs(const struct regcache *regcache, int tid, int regno) argument
297 store_regs(const struct regcache *regcache, int tid, int regno) argument
332 fill_fpregset(const struct regcache *regcache, elf_fpregset_t *fpregsetp, int regno) argument
371 store_fpregs(const struct regcache *regcache, int tid, int regno) argument
390 store_fpregs(const struct regcache *regcache, int tid, int regno) argument
403 fetch_registers(struct regcache *regcache, int regno) argument
456 store_registers(struct regcache *regcache, int regno) argument
[all...]
H A Dalpha-bsd-nat.c45 getregs_supplies (int regno) argument
47 return ((regno >= ALPHA_V0_REGNUM && regno <= ALPHA_ZERO_REGNUM)
48 || regno >= ALPHA_PC_REGNUM);
55 alpha_bsd_nat_target::fetch_registers (struct regcache *regcache, int regno) argument
59 if (regno == -1 || getregs_supplies (regno))
67 alphabsd_supply_reg (regcache, (char *) &gregs, regno);
68 if (regno != -1)
72 if (regno
89 store_registers(struct regcache *regcache, int regno) argument
[all...]
H A Dalpha-linux-nat.c41 int regno, int store_p) override;
60 gdb_gregset_t *gregsetp, int regno)
65 alpha_fill_int_regs (regcache, regno, regp, regp + 31, regp + 32);
82 gdb_fpregset_t *fpregsetp, int regno)
87 alpha_fill_fp_regs (regcache, regno, regp, regp + 31);
92 int regno, int store_p)
94 if (regno == gdbarch_pc_regnum (gdbarch))
96 if (regno == ALPHA_UNIQUE_REGNUM)
98 if (regno < gdbarch_fp0_regnum (gdbarch))
99 return GPR_BASE + regno;
59 fill_gregset(const struct regcache *regcache, gdb_gregset_t *gregsetp, int regno) argument
81 fill_fpregset(const struct regcache *regcache, gdb_fpregset_t *fpregsetp, int regno) argument
91 register_u_offset(struct gdbarch *gdbarch, int regno, int store_p) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Daarch32-linux-nat.c34 int regno; local
36 for (regno = ARM_A1_REGNUM; regno < ARM_PC_REGNUM; regno++)
37 regcache->raw_supply (regno, &regs[regno]);
60 int regno; local
62 for (regno = ARM_A1_REGNUM; regno <= ARM_PC_REGNUM; regno
87 int regno; local
102 int regno; local
[all...]
H A Dsh-netbsd-nat.c43 #define GETREGS_SUPPLIES(gdbarch, regno) \
44 (((regno) >= R0_REGNUM && (regno) <= (R0_REGNUM + 15)) \
45 || (regno) == gdbarch_pc_regnum (gdbarch) || (regno) == PR_REGNUM \
46 || (regno) == MACH_REGNUM || (regno) == MACL_REGNUM \
47 || (regno) == SR_REGNUM || (regno) == GBR_REGNUM)
53 sh_nbsd_nat_target::fetch_registers (struct regcache *regcache, int regno) argument
76 store_registers(struct regcache *regcache, int regno) argument
[all...]
H A Dalpha-bsd-tdep.c30 alphabsd_supply_reg (struct regcache *regcache, const char *regs, int regno) argument
33 alpha_supply_int_regs (regcache, regno, regs, regs + 31 * 8, NULL);
37 alphabsd_fill_reg (const struct regcache *regcache, char *regs, int regno) argument
40 alpha_fill_int_regs (regcache, regno, regs, regs + 31 * 8, NULL);
45 const char *fpregs, int regno)
48 alpha_supply_fp_regs (regcache, regno, fpregs, fpregs + 32 * 8);
52 alphabsd_fill_fpreg (const struct regcache *regcache, char *fpregs, int regno) argument
55 alpha_fill_fp_regs (regcache, regno, fpregs, fpregs + 32 * 8);
44 alphabsd_supply_fpreg(struct regcache *regcache, const char *fpregs, int regno) argument
H A Dm68k-linux-nat.c91 getregs_supplies (int regno)
93 return 0 <= regno && regno < NUM_GREGS;
97 getfpregs_supplies (int regno)
99 return M68K_FP0_REGNUM <= regno && regno <= M68K_FPI_REGNUM;
119 fetch_register (struct regcache *regcache, int regno)
127 regaddr = 4 * regmap[regno];
128 for (i = 0; i < register_size (gdbarch, regno); i += sizeof (long))
136 gdbarch_register_name (gdbarch, regno),
90 getregs_supplies(int regno) argument
96 getfpregs_supplies(int regno) argument
117 fetch_register(struct regcache *regcache, int regno) argument
145 old_fetch_inferior_registers(struct regcache *regcache, int regno) argument
165 store_register(const struct regcache *regcache, int regno) argument
197 old_store_inferior_registers(const struct regcache *regcache, int regno) argument
237 fill_gregset(const struct regcache *regcache, elf_gregset_t *gregsetp, int regno) argument
278 store_regs(const struct regcache *regcache, int tid, int regno) argument
297 store_regs(const struct regcache *regcache, int tid, int regno) argument
332 fill_fpregset(const struct regcache *regcache, elf_fpregset_t *fpregsetp, int regno) argument
371 store_fpregs(const struct regcache *regcache, int tid, int regno) argument
390 store_fpregs(const struct regcache *regcache, int tid, int regno) argument
403 fetch_registers(struct regcache *regcache, int regno) argument
455 store_registers(struct regcache *regcache, int regno) argument
[all...]
H A Dalpha-bsd-nat.c45 getregs_supplies (int regno) argument
47 return ((regno >= ALPHA_V0_REGNUM && regno <= ALPHA_ZERO_REGNUM)
48 || regno >= ALPHA_PC_REGNUM);
55 alpha_bsd_nat_target::fetch_registers (struct regcache *regcache, int regno) argument
59 if (regno == -1 || getregs_supplies (regno))
67 alphabsd_supply_reg (regcache, (char *) &gregs, regno);
68 if (regno != -1)
72 if (regno
89 store_registers(struct regcache *regcache, int regno) argument
[all...]
H A Dalpha-linux-nat.c41 int regno, int store_p) override;
60 gdb_gregset_t *gregsetp, int regno)
65 alpha_fill_int_regs (regcache, regno, regp, regp + 31, regp + 32);
82 gdb_fpregset_t *fpregsetp, int regno)
87 alpha_fill_fp_regs (regcache, regno, regp, regp + 31);
92 int regno, int store_p)
94 if (regno == gdbarch_pc_regnum (gdbarch))
96 if (regno == ALPHA_UNIQUE_REGNUM)
98 if (regno < gdbarch_fp0_regnum (gdbarch))
99 return GPR_BASE + regno;
59 fill_gregset(const struct regcache *regcache, gdb_gregset_t *gregsetp, int regno) argument
81 fill_fpregset(const struct regcache *regcache, gdb_fpregset_t *fpregsetp, int regno) argument
91 register_u_offset(struct gdbarch *gdbarch, int regno, int store_p) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/sh64/
H A Dcpu.c49 sh64_h_gr_get (SIM_CPU *current_cpu, UINT regno) argument
51 return GET_H_GR (regno);
57 sh64_h_gr_set (SIM_CPU *current_cpu, UINT regno, DI newval) argument
59 SET_H_GR (regno, newval);
65 sh64_h_grc_get (SIM_CPU *current_cpu, UINT regno) argument
67 return GET_H_GRC (regno);
73 sh64_h_grc_set (SIM_CPU *current_cpu, UINT regno, SI newval) argument
75 SET_H_GRC (regno, newval);
81 sh64_h_cr_get (SIM_CPU *current_cpu, UINT regno) argument
83 return GET_H_CR (regno);
89 sh64_h_cr_set(SIM_CPU *current_cpu, UINT regno, DI newval) argument
225 sh64_h_fr_get(SIM_CPU *current_cpu, UINT regno) argument
233 sh64_h_fr_set(SIM_CPU *current_cpu, UINT regno, SF newval) argument
241 sh64_h_fp_get(SIM_CPU *current_cpu, UINT regno) argument
249 sh64_h_fp_set(SIM_CPU *current_cpu, UINT regno, SF newval) argument
257 sh64_h_fv_get(SIM_CPU *current_cpu, UINT regno) argument
265 sh64_h_fv_set(SIM_CPU *current_cpu, UINT regno, SF newval) argument
273 sh64_h_fmtx_get(SIM_CPU *current_cpu, UINT regno) argument
281 sh64_h_fmtx_set(SIM_CPU *current_cpu, UINT regno, SF newval) argument
289 sh64_h_dr_get(SIM_CPU *current_cpu, UINT regno) argument
297 sh64_h_dr_set(SIM_CPU *current_cpu, UINT regno, DF newval) argument
305 sh64_h_fsd_get(SIM_CPU *current_cpu, UINT regno) argument
313 sh64_h_fsd_set(SIM_CPU *current_cpu, UINT regno, DF newval) argument
321 sh64_h_fmov_get(SIM_CPU *current_cpu, UINT regno) argument
329 sh64_h_fmov_set(SIM_CPU *current_cpu, UINT regno, DF newval) argument
337 sh64_h_tr_get(SIM_CPU *current_cpu, UINT regno) argument
345 sh64_h_tr_set(SIM_CPU *current_cpu, UINT regno, DI newval) argument
385 sh64_h_frc_get(SIM_CPU *current_cpu, UINT regno) argument
393 sh64_h_frc_set(SIM_CPU *current_cpu, UINT regno, SF newval) argument
401 sh64_h_drc_get(SIM_CPU *current_cpu, UINT regno) argument
409 sh64_h_drc_set(SIM_CPU *current_cpu, UINT regno, DF newval) argument
417 sh64_h_xf_get(SIM_CPU *current_cpu, UINT regno) argument
425 sh64_h_xf_set(SIM_CPU *current_cpu, UINT regno, SF newval) argument
433 sh64_h_xd_get(SIM_CPU *current_cpu, UINT regno) argument
441 sh64_h_xd_set(SIM_CPU *current_cpu, UINT regno, DF newval) argument
449 sh64_h_fvc_get(SIM_CPU *current_cpu, UINT regno) argument
457 sh64_h_fvc_set(SIM_CPU *current_cpu, UINT regno, SF newval) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/frv/
H A Dcpu.c337 frvbf_h_gr_get (SIM_CPU *current_cpu, UINT regno) argument
339 return GET_H_GR (regno);
345 frvbf_h_gr_set (SIM_CPU *current_cpu, UINT regno, USI newval) argument
347 SET_H_GR (regno, newval);
353 frvbf_h_gr_double_get (SIM_CPU *current_cpu, UINT regno) argument
355 return GET_H_GR_DOUBLE (regno);
361 frvbf_h_gr_double_set (SIM_CPU *current_cpu, UINT regno, DI newval) argument
363 SET_H_GR_DOUBLE (regno, newval);
369 frvbf_h_gr_hi_get (SIM_CPU *current_cpu, UINT regno) argument
371 return GET_H_GR_HI (regno);
377 frvbf_h_gr_hi_set(SIM_CPU *current_cpu, UINT regno, UHI newval) argument
385 frvbf_h_gr_lo_get(SIM_CPU *current_cpu, UINT regno) argument
393 frvbf_h_gr_lo_set(SIM_CPU *current_cpu, UINT regno, UHI newval) argument
401 frvbf_h_fr_get(SIM_CPU *current_cpu, UINT regno) argument
409 frvbf_h_fr_set(SIM_CPU *current_cpu, UINT regno, SF newval) argument
417 frvbf_h_fr_double_get(SIM_CPU *current_cpu, UINT regno) argument
425 frvbf_h_fr_double_set(SIM_CPU *current_cpu, UINT regno, DF newval) argument
433 frvbf_h_fr_int_get(SIM_CPU *current_cpu, UINT regno) argument
441 frvbf_h_fr_int_set(SIM_CPU *current_cpu, UINT regno, USI newval) argument
449 frvbf_h_fr_hi_get(SIM_CPU *current_cpu, UINT regno) argument
457 frvbf_h_fr_hi_set(SIM_CPU *current_cpu, UINT regno, UHI newval) argument
465 frvbf_h_fr_lo_get(SIM_CPU *current_cpu, UINT regno) argument
473 frvbf_h_fr_lo_set(SIM_CPU *current_cpu, UINT regno, UHI newval) argument
481 frvbf_h_fr_0_get(SIM_CPU *current_cpu, UINT regno) argument
489 frvbf_h_fr_0_set(SIM_CPU *current_cpu, UINT regno, UHI newval) argument
497 frvbf_h_fr_1_get(SIM_CPU *current_cpu, UINT regno) argument
505 frvbf_h_fr_1_set(SIM_CPU *current_cpu, UINT regno, UHI newval) argument
513 frvbf_h_fr_2_get(SIM_CPU *current_cpu, UINT regno) argument
521 frvbf_h_fr_2_set(SIM_CPU *current_cpu, UINT regno, UHI newval) argument
529 frvbf_h_fr_3_get(SIM_CPU *current_cpu, UINT regno) argument
537 frvbf_h_fr_3_set(SIM_CPU *current_cpu, UINT regno, UHI newval) argument
545 frvbf_h_cpr_get(SIM_CPU *current_cpu, UINT regno) argument
553 frvbf_h_cpr_set(SIM_CPU *current_cpu, UINT regno, SI newval) argument
561 frvbf_h_cpr_double_get(SIM_CPU *current_cpu, UINT regno) argument
569 frvbf_h_cpr_double_set(SIM_CPU *current_cpu, UINT regno, DI newval) argument
577 frvbf_h_spr_get(SIM_CPU *current_cpu, UINT regno) argument
585 frvbf_h_spr_set(SIM_CPU *current_cpu, UINT regno, USI newval) argument
593 frvbf_h_accg_get(SIM_CPU *current_cpu, UINT regno) argument
601 frvbf_h_accg_set(SIM_CPU *current_cpu, UINT regno, USI newval) argument
609 frvbf_h_acc40S_get(SIM_CPU *current_cpu, UINT regno) argument
617 frvbf_h_acc40S_set(SIM_CPU *current_cpu, UINT regno, DI newval) argument
625 frvbf_h_acc40U_get(SIM_CPU *current_cpu, UINT regno) argument
633 frvbf_h_acc40U_set(SIM_CPU *current_cpu, UINT regno, UDI newval) argument
641 frvbf_h_iacc0_get(SIM_CPU *current_cpu, UINT regno) argument
649 frvbf_h_iacc0_set(SIM_CPU *current_cpu, UINT regno, DI newval) argument
657 frvbf_h_iccr_get(SIM_CPU *current_cpu, UINT regno) argument
665 frvbf_h_iccr_set(SIM_CPU *current_cpu, UINT regno, UQI newval) argument
673 frvbf_h_fccr_get(SIM_CPU *current_cpu, UINT regno) argument
681 frvbf_h_fccr_set(SIM_CPU *current_cpu, UINT regno, UQI newval) argument
689 frvbf_h_cccr_get(SIM_CPU *current_cpu, UINT regno) argument
697 frvbf_h_cccr_set(SIM_CPU *current_cpu, UINT regno, UQI newval) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/frv/
H A Dcpu.c337 frvbf_h_gr_get (SIM_CPU *current_cpu, UINT regno) argument
339 return GET_H_GR (regno);
345 frvbf_h_gr_set (SIM_CPU *current_cpu, UINT regno, USI newval) argument
347 SET_H_GR (regno, newval);
353 frvbf_h_gr_double_get (SIM_CPU *current_cpu, UINT regno) argument
355 return GET_H_GR_DOUBLE (regno);
361 frvbf_h_gr_double_set (SIM_CPU *current_cpu, UINT regno, DI newval) argument
363 SET_H_GR_DOUBLE (regno, newval);
369 frvbf_h_gr_hi_get (SIM_CPU *current_cpu, UINT regno) argument
371 return GET_H_GR_HI (regno);
377 frvbf_h_gr_hi_set(SIM_CPU *current_cpu, UINT regno, UHI newval) argument
385 frvbf_h_gr_lo_get(SIM_CPU *current_cpu, UINT regno) argument
393 frvbf_h_gr_lo_set(SIM_CPU *current_cpu, UINT regno, UHI newval) argument
401 frvbf_h_fr_get(SIM_CPU *current_cpu, UINT regno) argument
409 frvbf_h_fr_set(SIM_CPU *current_cpu, UINT regno, SF newval) argument
417 frvbf_h_fr_double_get(SIM_CPU *current_cpu, UINT regno) argument
425 frvbf_h_fr_double_set(SIM_CPU *current_cpu, UINT regno, DF newval) argument
433 frvbf_h_fr_int_get(SIM_CPU *current_cpu, UINT regno) argument
441 frvbf_h_fr_int_set(SIM_CPU *current_cpu, UINT regno, USI newval) argument
449 frvbf_h_fr_hi_get(SIM_CPU *current_cpu, UINT regno) argument
457 frvbf_h_fr_hi_set(SIM_CPU *current_cpu, UINT regno, UHI newval) argument
465 frvbf_h_fr_lo_get(SIM_CPU *current_cpu, UINT regno) argument
473 frvbf_h_fr_lo_set(SIM_CPU *current_cpu, UINT regno, UHI newval) argument
481 frvbf_h_fr_0_get(SIM_CPU *current_cpu, UINT regno) argument
489 frvbf_h_fr_0_set(SIM_CPU *current_cpu, UINT regno, UHI newval) argument
497 frvbf_h_fr_1_get(SIM_CPU *current_cpu, UINT regno) argument
505 frvbf_h_fr_1_set(SIM_CPU *current_cpu, UINT regno, UHI newval) argument
513 frvbf_h_fr_2_get(SIM_CPU *current_cpu, UINT regno) argument
521 frvbf_h_fr_2_set(SIM_CPU *current_cpu, UINT regno, UHI newval) argument
529 frvbf_h_fr_3_get(SIM_CPU *current_cpu, UINT regno) argument
537 frvbf_h_fr_3_set(SIM_CPU *current_cpu, UINT regno, UHI newval) argument
545 frvbf_h_cpr_get(SIM_CPU *current_cpu, UINT regno) argument
553 frvbf_h_cpr_set(SIM_CPU *current_cpu, UINT regno, SI newval) argument
561 frvbf_h_cpr_double_get(SIM_CPU *current_cpu, UINT regno) argument
569 frvbf_h_cpr_double_set(SIM_CPU *current_cpu, UINT regno, DI newval) argument
577 frvbf_h_spr_get(SIM_CPU *current_cpu, UINT regno) argument
585 frvbf_h_spr_set(SIM_CPU *current_cpu, UINT regno, USI newval) argument
593 frvbf_h_accg_get(SIM_CPU *current_cpu, UINT regno) argument
601 frvbf_h_accg_set(SIM_CPU *current_cpu, UINT regno, USI newval) argument
609 frvbf_h_acc40S_get(SIM_CPU *current_cpu, UINT regno) argument
617 frvbf_h_acc40S_set(SIM_CPU *current_cpu, UINT regno, DI newval) argument
625 frvbf_h_acc40U_get(SIM_CPU *current_cpu, UINT regno) argument
633 frvbf_h_acc40U_set(SIM_CPU *current_cpu, UINT regno, UDI newval) argument
641 frvbf_h_iacc0_get(SIM_CPU *current_cpu, UINT regno) argument
649 frvbf_h_iacc0_set(SIM_CPU *current_cpu, UINT regno, DI newval) argument
657 frvbf_h_iccr_get(SIM_CPU *current_cpu, UINT regno) argument
665 frvbf_h_iccr_set(SIM_CPU *current_cpu, UINT regno, UQI newval) argument
673 frvbf_h_fccr_get(SIM_CPU *current_cpu, UINT regno) argument
681 frvbf_h_fccr_set(SIM_CPU *current_cpu, UINT regno, UQI newval) argument
689 frvbf_h_cccr_get(SIM_CPU *current_cpu, UINT regno) argument
697 frvbf_h_cccr_set(SIM_CPU *current_cpu, UINT regno, UQI newval) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/lm32/
H A Dcpu.c49 lm32bf_h_gr_get (SIM_CPU *current_cpu, UINT regno) argument
51 return CPU (h_gr[regno]);
57 lm32bf_h_gr_set (SIM_CPU *current_cpu, UINT regno, SI newval) argument
59 CPU (h_gr[regno]) = newval;
65 lm32bf_h_csr_get (SIM_CPU *current_cpu, UINT regno) argument
67 return CPU (h_csr[regno]);
73 lm32bf_h_csr_set (SIM_CPU *current_cpu, UINT regno, SI newval) argument
75 CPU (h_csr[regno]) = newval;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dlra.h31 lra_get_allocno_class (int regno) argument
34 return reg_allocno_class (regno);
H A Daddresses.h55 ok_for_base_p_1 (unsigned regno ATTRIBUTE_UNUSED,
62 return REGNO_MODE_CODE_OK_FOR_BASE_P (regno, MACRO_MODE (mode), as,
67 return REGNO_MODE_OK_FOR_REG_BASE_P (regno, MACRO_MODE (mode));
70 return REGNO_MODE_OK_FOR_BASE_P (regno, MACRO_MODE (mode));
72 return REGNO_OK_FOR_BASE_P (regno);
81 regno_ok_for_base_p (unsigned regno, machine_mode mode, addr_space_t as, argument
84 if (regno >= FIRST_PSEUDO_REGISTER && reg_renumber[regno] >= 0)
85 regno = reg_renumber[regno];
[all...]
H A Dfunction-abi.cc66 for (unsigned int regno = 0; regno < FIRST_PSEUDO_REGISTER; ++regno)
67 if (targetm.hard_regno_mode_ok (regno, mode)
68 && hard_regno_nregs (regno, mode) == 1
69 && targetm.hard_regno_call_part_clobbered (m_id, regno, mode))
70 SET_HARD_REG_BIT (m_full_and_partial_reg_clobbers, regno);
89 for (unsigned int regno = 0; regno < FIRST_PSEUDO_REGISTER; ++regno)
118 add_full_reg_clobber(unsigned int regno) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/lm32/
H A Dcpu.c49 lm32bf_h_gr_get (SIM_CPU *current_cpu, UINT regno) argument
51 return CPU (h_gr[regno]);
57 lm32bf_h_gr_set (SIM_CPU *current_cpu, UINT regno, SI newval) argument
59 CPU (h_gr[regno]) = newval;
65 lm32bf_h_csr_get (SIM_CPU *current_cpu, UINT regno) argument
67 return CPU (h_csr[regno]);
73 lm32bf_h_csr_set (SIM_CPU *current_cpu, UINT regno, SI newval) argument
75 CPU (h_csr[regno]) = newval;
/netbsd-current/external/gpl3/gdb.old/dist/sim/iq2000/
H A Dcpu.c49 iq2000bf_h_gr_get (SIM_CPU *current_cpu, UINT regno) argument
51 return GET_H_GR (regno);
57 iq2000bf_h_gr_set (SIM_CPU *current_cpu, UINT regno, SI newval) argument
59 SET_H_GR (regno, newval);
/netbsd-current/external/gpl3/gdb/dist/sim/bpf/
H A Dcpu.c34 bpfbf_h_gpr_get (SIM_CPU *current_cpu, UINT regno) argument
36 return CPU (h_gpr[regno]);
42 bpfbf_h_gpr_set (SIM_CPU *current_cpu, UINT regno, DI newval) argument
44 CPU (h_gpr[regno]) = newval;
/netbsd-current/external/gpl3/gdb/dist/sim/iq2000/
H A Dcpu.c49 iq2000bf_h_gr_get (SIM_CPU *current_cpu, UINT regno) argument
51 return GET_H_GR (regno);
57 iq2000bf_h_gr_set (SIM_CPU *current_cpu, UINT regno, SI newval) argument
59 SET_H_GR (regno, newval);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Daddresses.h55 ok_for_base_p_1 (unsigned regno ATTRIBUTE_UNUSED,
62 return REGNO_MODE_CODE_OK_FOR_BASE_P (regno, MACRO_MODE (mode), as,
67 return REGNO_MODE_OK_FOR_REG_BASE_P (regno, MACRO_MODE (mode));
70 return REGNO_MODE_OK_FOR_BASE_P (regno, MACRO_MODE (mode));
72 return REGNO_OK_FOR_BASE_P (regno);
81 regno_ok_for_base_p (unsigned regno, machine_mode mode, addr_space_t as, argument
84 if (regno >= FIRST_PSEUDO_REGISTER && reg_renumber[regno] >= 0)
85 regno = reg_renumber[regno];
[all...]
H A Dfunction-abi.cc66 for (unsigned int regno = 0; regno < FIRST_PSEUDO_REGISTER; ++regno)
67 if (targetm.hard_regno_mode_ok (regno, mode)
68 && hard_regno_nregs (regno, mode) == 1
69 && targetm.hard_regno_call_part_clobbered (m_id, regno, mode))
70 SET_HARD_REG_BIT (m_full_and_partial_reg_clobbers, regno);
89 for (unsigned int regno = 0; regno < FIRST_PSEUDO_REGISTER; ++regno)
118 add_full_reg_clobber(unsigned int regno) argument
[all...]

Completed in 403 milliseconds

1234567891011>>