Searched refs:last_regno (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dppc-bdm.c163 int first_regno, last_regno;
178 last_regno = NUM_REGS - 1;
186 last_regno = regno;
201 if (first_regno == last_regno) /* only want one reg */
223 /* printf("Asking for registers %d to %d\n", first_regno, last_regno); */
239 for (i = first_regno; i <= last_regno; i++)
265 int first_regno, last_regno;
271 last_regno = NUM_REGS - 1;
279 last_regno = regno;
288 for (i = first_regno; i <= last_regno;
160 int first_regno, last_regno; local
262 int first_regno, last_regno; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dresource.c96 int first_regno, last_regno;
108 last_regno = first_regno + hard_regno_nregs[first_regno][GET_MODE (dest)];
111 for (i = first_regno; i < last_regno; i++)
114 for (i = first_regno; i < last_regno; i++)
236 unsigned int last_regno
239 gcc_assert (last_regno <= FIRST_PSEUDO_REGISTER);
240 for (r = regno; r < last_regno; r++)
248 unsigned int last_regno
251 gcc_assert (last_regno <= FIRST_PSEUDO_REGISTER);
252 for (r = regno; r < last_regno;
94 int first_regno, last_regno; local
232 unsigned int last_regno local
244 unsigned int last_regno local
766 unsigned int last_regno local
780 unsigned int last_regno local
1057 unsigned int last_regno local
1076 unsigned int last_regno local
[all...]
H A Dreload1.c7154 int last_regno = REGNO (reg_last_reload_reg[pseudo_no]);
7156 /* We don't need to test full validity of last_regno for
7159 if (TEST_HARD_REG_BIT (reg_reloaded_valid, last_regno)
7160 && reg_reloaded_contents[last_regno] == pseudo_no
7161 && spill_reg_store[last_regno]
7162 && rtx_equal_p (pseudo, spill_reg_stored_to[last_regno]))
7163 delete_output_reload (insn, j, last_regno);
7344 int last_regno = REGNO (reg_last_reload_reg[nregno]);
7346 if (reg_reloaded_contents[last_regno] == nregno)
7347 spill_reg_store[last_regno]
7129 int last_regno = REGNO (reg_last_reload_reg[pseudo_no]); local
7319 int last_regno = REGNO (reg_last_reload_reg[nregno]); local
[all...]
H A Drtlanal.c1486 unsigned int regno, last_regno;
1496 last_regno = (regno >= FIRST_PSEUDO_REGISTER ? regno
1499 for (i = regno; i <= last_regno; i++)
1470 unsigned int regno, last_regno; local

Completed in 80 milliseconds