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

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dlra-lives.c116 create_live_range (int regno, int start, int finish, lra_live_range_t next) argument
119 p->regno = regno;
233 int regno; local
234 EXECUTE_IF_SET_IN_SPARSESET (a, regno)
235 if (!HARD_REGISTER_NUM_P (regno))
245 update_pseudo_point (int regno, int point, enum point_type type) argument
250 if (HARD_REGISTER_NUM_P (regno))
253 if (complete_info_p || lra_get_regno_hard_regno (regno) < 0)
257 if (sparseset_bit_p (pseudos_live, regno))
281 make_hard_regno_live(int regno) argument
297 make_hard_regno_dead(int regno) argument
320 mark_pseudo_live(int regno) argument
332 mark_pseudo_dead(int regno) argument
346 mark_regno_live(int regno, machine_mode mode) argument
366 mark_regno_dead(int regno, machine_mode mode) argument
536 lra_setup_reload_pseudo_preferenced_hard_reg(int regno, int hard_regno, int profit) argument
589 check_pseudos_live_through_calls(int regno, const function_abi &abi) argument
629 int i, regno, freq; local
742 int i, regno = reg->regno; local
808 int hard_regno = -1, regno = -1; local
1023 unsigned int regno = EH_RETURN_DATA_REGNO (j); local
1262 print_pseudo_live_ranges(FILE *f, int regno) argument
1272 lra_debug_pseudo_live_ranges(int regno) argument
[all...]
H A Dcaller-save.c297 /* The hard regno. */
338 new_saved_hard_reg (int regno, int call_freq)
344 hard_reg_map[regno] = all_saved_regs[saved_regs_num] = saved_reg;
346 saved_reg->hard_regno = regno;
411 unsigned int regno;
448 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
449 if (TEST_HARD_REG_BIT (hard_regs_to_save, regno))
451 if (hard_reg_map[regno] !
335 new_saved_hard_reg(int regno, int call_freq) argument
408 unsigned int regno; local
756 int regno; local
789 unsigned regno; local
883 int regno; local
938 int regno, endregno, i; local
969 int regno, endregno, i; local
1032 int regno = REGNO (*loc); local
1082 replace_reg_with_saved_mem(rtx *loc, machine_mode mode, int regno, void *arg) argument
1160 insert_restore(class insn_chain *chain, int before_p, int regno, int maxrestore, machine_mode *save_mode) argument
1239 insert_save(class insn_chain *chain, int regno, HARD_REG_SET *to_save, machine_mode *save_mode) argument
1327 unsigned int regno = REGNO (x); local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-nbsd-nat.c48 getregs_supplies (struct gdbarch *gdbarch, int regno) argument
50 return ((regno) >= MIPS_ZERO_REGNUM
51 && (regno) <= gdbarch_pc_regnum (gdbarch));
55 mips_nbsd_nat_target::fetch_registers (struct regcache *regcache, int regno) argument
62 if (regno == -1 || getregs_supplies (gdbarch, regno))
69 mipsnbsd_supply_reg (regcache, (char *) &regs, regno);
70 if (regno != -1)
74 if (regno == -1
75 || regno >
87 store_registers(struct regcache *regcache, int regno) argument
[all...]
H A Dm32r-linux-nat.c66 #define GETREGS_SUPPLIES(regno) (0 <= (regno) \
67 && (regno) <= M32R_LINUX_NUM_REGS)
134 elf_gregset_t * gregsetp, int regno)
145 if (regno != -1 && regno != i)
167 store_regs (const struct regcache *regcache, int tid, int regno)
174 fill_gregset (regcache, &regs, regno);
193 gdb_fpregset_t *fpregs, int regno)
207 m32r_linux_nat_target::fetch_registers (struct regcache *regcache, int regno)
131 fill_gregset(const struct regcache *regcache, elf_gregset_t * gregsetp, int regno) argument
165 store_regs(const struct regcache *regcache, int tid, int regno) argument
189 fill_fpregset(const struct regcache *regcache, gdb_fpregset_t *fpregs, int regno) argument
203 fetch_registers(struct regcache *regcache, int regno) argument
224 store_registers(struct regcache *regcache, int regno) argument
[all...]
H A Dppc-fbsd-nat.c64 gdb_gregset_t *gregsetp, int regno)
68 if (regno == -1)
70 ppc_collect_gregset (regset, regcache, regno, gregsetp, sizeof (*gregsetp));
90 gdb_fpregset_t *fpregsetp, int regno)
94 ppc_collect_fpregset (regset, regcache, regno,
101 getfpregs_supplies (struct gdbarch *gdbarch, int regno) argument
118 return ((regno >= tdep->ppc_fp0_regnum
119 && regno < tdep->ppc_fp0_regnum + ppc_num_fprs)
120 || regno == tdep->ppc_fpscr_regnum);
127 ppc_fbsd_nat_target::fetch_registers (struct regcache *regcache, int regno) argument
63 fill_gregset(const struct regcache *regcache, gdb_gregset_t *gregsetp, int regno) argument
89 fill_fpregset(const struct regcache *regcache, gdb_fpregset_t *fpregsetp, int regno) argument
153 store_registers(struct regcache *regcache, int regno) argument
[all...]
H A Drs6000-nat.c112 regmap (struct gdbarch *gdbarch, int regno, int *isfloat) argument
117 if (tdep->ppc_gp0_regnum <= regno
118 && regno < tdep->ppc_gp0_regnum + ppc_num_gprs)
119 return regno;
121 && tdep->ppc_fp0_regnum <= regno
122 && regno < tdep->ppc_fp0_regnum + ppc_num_fprs)
125 return regno - tdep->ppc_fp0_regnum + FPR0;
127 else if (regno == gdbarch_pc_regnum (gdbarch))
129 else if (regno == tdep->ppc_ps_regnum)
131 else if (regno
189 fetch_register(struct regcache *regcache, int regno) argument
248 store_register(struct regcache *regcache, int regno) argument
308 fetch_registers(struct regcache *regcache, int regno) argument
350 store_registers(struct regcache *regcache, int regno) argument
[all...]
H A Di386-nto-tdep.c111 i386nto_regset_id (int regno) argument
113 if (regno == -1)
115 else if (regno < I386_NUM_GREGS)
117 else if (regno < I386_NUM_GREGS + I387_NUM_REGS)
119 else if (regno < I386_SSE_NUM_REGS)
127 int regno, int regset, unsigned *off)
134 if (regno == -1)
137 *off = nto_reg_offset (regno);
146 int first_four = (regno >= I387_FCTRL_REGNUM (tdep)
147 && regno <
126 i386nto_register_area(struct gdbarch *gdbarch, int regno, int regset, unsigned *off) argument
247 int regno; local
[all...]
H A Dnios2-linux-tdep.c64 int regno; local
67 for (regno = NIOS2_Z_REGNUM; regno <= NIOS2_MPUACC_REGNUM; regno++)
68 if (regnum == -1 || regnum == regno)
70 if (reg_offsets[regno] != -1)
71 regcache->raw_supply (regno, gregs + 4 * reg_offsets[regno]);
73 regcache->raw_supply (regno, zero_buf);
85 int regno; local
[all...]
H A Dcsky-linux-tdep.c92 int regno, gregset_num; local
98 for (regno = 0; regno < gregset_num; regno++)
100 if ((regnum == csky_gregset_offset[regno] || regnum == -1)
101 && csky_gregset_offset[regno] != -1)
102 regcache->raw_collect (regno,
103 gregs + 4 + csky_gregset_offset[regno]);
140 int regno; local
147 for (regno
[all...]
H A Dgregset.h55 the native target gregset/fpregset. If regno is -1,
59 gdb_gregset_t *gregs, int regno);
61 gdb_fpregset_t *fpregs, int regno);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-netbsd-nat.c47 getregs_supplies (struct gdbarch *gdbarch, int regno) argument
49 return ((regno) >= MIPS_ZERO_REGNUM
50 && (regno) <= gdbarch_pc_regnum (gdbarch));
54 mips_nbsd_nat_target::fetch_registers (struct regcache *regcache, int regno) argument
60 if (regno == -1 || getregs_supplies (gdbarch, regno))
67 mipsnbsd_supply_reg (regcache, (char *) &regs, regno);
68 if (regno != -1)
72 if (regno == -1
73 || regno >
85 store_registers(struct regcache *regcache, int regno) argument
[all...]
H A Dm32r-linux-nat.c66 #define GETREGS_SUPPLIES(regno) (0 <= (regno) \
67 && (regno) <= M32R_LINUX_NUM_REGS)
134 elf_gregset_t * gregsetp, int regno)
145 if (regno != -1 && regno != i)
167 store_regs (const struct regcache *regcache, int tid, int regno)
174 fill_gregset (regcache, &regs, regno);
193 gdb_fpregset_t *fpregs, int regno)
207 m32r_linux_nat_target::fetch_registers (struct regcache *regcache, int regno)
131 fill_gregset(const struct regcache *regcache, elf_gregset_t * gregsetp, int regno) argument
165 store_regs(const struct regcache *regcache, int tid, int regno) argument
189 fill_fpregset(const struct regcache *regcache, gdb_fpregset_t *fpregs, int regno) argument
203 fetch_registers(struct regcache *regcache, int regno) argument
223 store_registers(struct regcache *regcache, int regno) argument
[all...]
H A Dppc-fbsd-nat.c64 gdb_gregset_t *gregsetp, int regno)
68 if (regno == -1)
70 ppc_collect_gregset (regset, regcache, regno, gregsetp, sizeof (*gregsetp));
90 gdb_fpregset_t *fpregsetp, int regno)
94 ppc_collect_fpregset (regset, regcache, regno,
101 getfpregs_supplies (struct gdbarch *gdbarch, int regno) argument
118 return ((regno >= tdep->ppc_fp0_regnum
119 && regno < tdep->ppc_fp0_regnum + ppc_num_fprs)
120 || regno == tdep->ppc_fpscr_regnum);
127 ppc_fbsd_nat_target::fetch_registers (struct regcache *regcache, int regno) argument
63 fill_gregset(const struct regcache *regcache, gdb_gregset_t *gregsetp, int regno) argument
89 fill_fpregset(const struct regcache *regcache, gdb_fpregset_t *fpregsetp, int regno) argument
153 store_registers(struct regcache *regcache, int regno) argument
[all...]
H A Di386-nto-tdep.c111 i386nto_regset_id (int regno) argument
113 if (regno == -1)
115 else if (regno < I386_NUM_GREGS)
117 else if (regno < I386_NUM_GREGS + I387_NUM_REGS)
119 else if (regno < I386_SSE_NUM_REGS)
127 int regno, int regset, unsigned *off)
134 if (regno == -1)
137 *off = nto_reg_offset (regno);
146 int first_four = (regno >= I387_FCTRL_REGNUM (tdep)
147 && regno <
126 i386nto_register_area(struct gdbarch *gdbarch, int regno, int regset, unsigned *off) argument
247 int regno; local
[all...]
H A Dnios2-linux-tdep.c64 int regno; local
67 for (regno = NIOS2_Z_REGNUM; regno <= NIOS2_MPUACC_REGNUM; regno++)
68 if (regnum == -1 || regnum == regno)
70 if (reg_offsets[regno] != -1)
71 regcache->raw_supply (regno, gregs + 4 * reg_offsets[regno]);
73 regcache->raw_supply (regno, zero_buf);
85 int regno; local
[all...]
H A Dgregset.h55 the native target gregset/fpregset. If regno is -1,
59 gdb_gregset_t *gregs, int regno);
61 gdb_fpregset_t *fpregs, int regno);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dbfin-defs.h175 #define REG_SAME(a, b) ((a).regno == (b).regno)
176 #define REG_EQUAL(a, b) (((a).regno & CODE_MASK) == ((b).regno & CODE_MASK))
177 #define REG_CLASS(a) ((a).regno & 0xf0)
178 #define IS_A1(a) ((a).regno == REG_A1)
180 #define IS_EVEN(r) ((r).regno % 2 == 0)
185 #define _TYPECHECK(r, x) (((r).regno & CLASS_MASK) == T_REG_##x)
191 #define IS_IREG(r) (((r).regno & 0xf4) == T_REG_I)
192 #define IS_MREG(r) (((r).regno
344 reg_t regno; /* Register ID as defined in machine_registers. */ member in struct:_register
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dbfin-defs.h175 #define REG_SAME(a, b) ((a).regno == (b).regno)
176 #define REG_EQUAL(a, b) (((a).regno & CODE_MASK) == ((b).regno & CODE_MASK))
177 #define REG_CLASS(a) ((a).regno & 0xf0)
178 #define IS_A1(a) ((a).regno == REG_A1)
180 #define IS_EVEN(r) ((r).regno % 2 == 0)
185 #define _TYPECHECK(r, x) (((r).regno & CLASS_MASK) == T_REG_##x)
191 #define IS_IREG(r) (((r).regno & 0xf4) == T_REG_I)
192 #define IS_MREG(r) (((r).regno
344 reg_t regno; /* Register ID as defined in machine_registers. */ member in struct:_register
[all...]
H A Drx-parse.c576 int regno; member in union:YYSTYPE
2527 { if ((yyvsp[-2].regno) == COND_EQ || (yyvsp[-2].regno) == COND_NE)
2528 { B1 ((yyvsp[-2].regno) == COND_EQ ? 0x10 : 0x18); rx_disp3 ((yyvsp[0].exp), 5); }
2536 { B1 (0x20); F ((yyvsp[-2].regno), 4, 4); PC1 ((yyvsp[0].exp)); }
2560 { if ((yyvsp[-2].regno) == COND_EQ || (yyvsp[-2].regno) == COND_NE)
2561 { B1 ((yyvsp[-2].regno) == COND_EQ ? 0x3a : 0x3b); PC2 ((yyvsp[0].exp)); }
2569 { if ((yyvsp[-1].regno) == COND_EQ || (yyvsp[-1].regno)
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dbfin-defs.h175 #define REG_SAME(a, b) ((a).regno == (b).regno)
176 #define REG_EQUAL(a, b) (((a).regno & CODE_MASK) == ((b).regno & CODE_MASK))
177 #define REG_CLASS(a) ((a).regno & 0xf0)
178 #define IS_A1(a) ((a).regno == REG_A1)
180 #define IS_EVEN(r) ((r).regno % 2 == 0)
185 #define _TYPECHECK(r, x) (((r).regno & CLASS_MASK) == T_REG_##x)
191 #define IS_IREG(r) (((r).regno & 0xf4) == T_REG_I)
192 #define IS_MREG(r) (((r).regno
344 reg_t regno; /* Register ID as defined in machine_registers. */ member in struct:_register
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcaller-save.cc297 /* The hard regno. */
338 new_saved_hard_reg (int regno, int call_freq)
344 hard_reg_map[regno] = all_saved_regs[saved_regs_num] = saved_reg;
346 saved_reg->hard_regno = regno;
411 unsigned int regno;
448 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
449 if (TEST_HARD_REG_BIT (hard_regs_to_save, regno))
451 if (hard_reg_map[regno] !
[all...]
/netbsd-current/external/gpl3/binutils/dist/cpu/
H A Dfr30.opc56 int regno;
60 regno = **strp - '0';
65 regno = regno * 10 + (**strp - '0');
69 return regno;
83 int regno;
89 regno = parse_register_number (strp);
90 if (regno == -1)
92 if (regno > 7 && !high_low)
94 if (regno <
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/m32r/
H A Dcpu.c49 m32rbf_h_gr_get (SIM_CPU *current_cpu, UINT regno) argument
51 return CPU (h_gr[regno]);
57 m32rbf_h_gr_set (SIM_CPU *current_cpu, UINT regno, SI newval) argument
59 CPU (h_gr[regno]) = newval;
65 m32rbf_h_cr_get (SIM_CPU *current_cpu, UINT regno) argument
67 return GET_H_CR (regno);
73 m32rbf_h_cr_set (SIM_CPU *current_cpu, UINT regno, USI newval) argument
75 SET_H_CR (regno, newval);
/netbsd-current/external/gpl3/gdb/dist/sim/m32r/
H A Dcpu.c49 m32rbf_h_gr_get (SIM_CPU *current_cpu, UINT regno) argument
51 return CPU (h_gr[regno]);
57 m32rbf_h_gr_set (SIM_CPU *current_cpu, UINT regno, SI newval) argument
59 CPU (h_gr[regno]) = newval;
65 m32rbf_h_cr_get (SIM_CPU *current_cpu, UINT regno) argument
67 return GET_H_CR (regno);
73 m32rbf_h_cr_set (SIM_CPU *current_cpu, UINT regno, USI newval) argument
75 SET_H_CR (regno, newval);
/netbsd-current/external/gpl3/gdb.old/dist/sim/cris/
H A Dcpuv32.c65 crisv32f_h_gr_get (SIM_CPU *current_cpu, UINT regno) argument
67 return GET_H_GR (regno);
73 crisv32f_h_gr_set (SIM_CPU *current_cpu, UINT regno, SI newval) argument
75 SET_H_GR (regno, newval);
81 crisv32f_h_gr_acr_get (SIM_CPU *current_cpu, UINT regno) argument
83 return CPU (h_gr_acr[regno]);
89 crisv32f_h_gr_acr_set (SIM_CPU *current_cpu, UINT regno, SI newval) argument
91 CPU (h_gr_acr[regno]) = newval;
97 crisv32f_h_raw_gr_acr_get (SIM_CPU *current_cpu, UINT regno) argument
99 return GET_H_RAW_GR_ACR (regno);
105 crisv32f_h_raw_gr_acr_set(SIM_CPU *current_cpu, UINT regno, SI newval) argument
113 crisv32f_h_sr_get(SIM_CPU *current_cpu, UINT regno) argument
121 crisv32f_h_sr_set(SIM_CPU *current_cpu, UINT regno, SI newval) argument
129 crisv32f_h_sr_v32_get(SIM_CPU *current_cpu, UINT regno) argument
137 crisv32f_h_sr_v32_set(SIM_CPU *current_cpu, UINT regno, SI newval) argument
145 crisv32f_h_supr_get(SIM_CPU *current_cpu, UINT regno) argument
153 crisv32f_h_supr_set(SIM_CPU *current_cpu, UINT regno, SI newval) argument
[all...]

Completed in 321 milliseconds

1234567891011>>