Searched refs:regno_first (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dflow.c2743 int regno_first = -1, regno_last = -1;
2781 regno_last = regno_first = REGNO (reg);
2782 if (regno_first < FIRST_PSEUDO_REGISTER)
2783 regno_last += hard_regno_nregs[regno_first][GET_MODE (reg)] - 1;
2795 regno_last = regno_first = REGNO (SUBREG_REG (reg));
2796 if (regno_first < FIRST_PSEUDO_REGISTER)
2798 regno_first += subreg_regno_offset (regno_first, inner_mode,
2801 regno_last = (regno_first
2802 + hard_regno_nregs[regno_first][outer_mod
2736 int regno_first = -1, regno_last = -1; local
3751 unsigned int regno_first, regno_last, i; local
[all...]
H A Ddf-scan.c1567 int regno_first;
1570 regno_last = regno_first = REGNO (reg);
1571 if (regno_first < FIRST_PSEUDO_REGISTER)
1573 += hard_regno_nregs[regno_first][GET_MODE (reg)] - 1;
1574 for (i = regno_first; i <= regno_last; i++)
1563 int regno_first; local

Completed in 157 milliseconds