Searched refs:end_regno (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dregs.h266 unsigned int end_regno; local
271 end_regno = end_hard_regno (mode, regno);
272 while (++regno < end_regno)
H A Dpostreload-gcse.c485 unsigned int regno, end_regno;
488 end_regno = END_HARD_REGNO (x);
492 while (++regno < end_regno);
741 unsigned int regno, end_regno;
756 end_regno = END_HARD_REGNO (x);
759 while (++regno < end_regno);
477 unsigned int regno, end_regno; local
729 unsigned int regno, end_regno; local
H A Dbt-load.c432 int regno, end_regno;
437 end_regno = regno + hard_regno_nregs[regno][GET_MODE (dest)];
438 for (; regno < end_regno; regno++)
431 int regno, end_regno; local
H A Dreload1.c4410 unsigned int start_regno, end_regno, r;
4481 end_regno = regno + nregs;
4501 if (conflict_start > start_regno && conflict_start < end_regno)
4502 end_regno = conflict_start;
4507 for (r = start_regno; r < end_regno; r++)
4391 unsigned int start_regno, end_regno, r; local
H A Drtlanal.c1711 unsigned int end_regno
1715 for (i = regno; i < end_regno; i++)
1695 unsigned int end_regno local
H A Dreload.c2085 hard_reg_set_here_p (unsigned int beg_regno, unsigned int end_regno, rtx x)
2098 if (r < end_regno
2108 if (hard_reg_set_here_p (beg_regno, end_regno, XVECEXP (x, 0, i)))
2075 hard_reg_set_here_p(unsigned int beg_regno, unsigned int end_regno, rtx x) argument

Completed in 151 milliseconds