Searched refs:endregno (Results 1 - 22 of 22) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Drtlanal.c804 refers_to_regno_p (regno, endregno, x, loc)
805 int regno, endregno;
837 return (endregno > i
853 return endregno > inner_regno && regno < inner_endregno;
867 && refers_to_regno_p (regno, endregno,
870 && refers_to_regno_p (regno, endregno, SET_DEST (x), loc))))
895 if (refers_to_regno_p (regno, endregno, XEXP (x, i), loc))
903 && refers_to_regno_p (regno, endregno, XVECEXP (x, i, j), loc))
920 int regno, endregno;
971 endregno
911 int regno, endregno; local
1287 int regno, endregno; local
[all...]
H A Dcaller-save.c269 int endregno
271 int nregs = endregno - regno;
474 register int regno, endregno, i;
488 endregno = regno + HARD_REGNO_NREGS (regno, mode);
490 for (i = regno; i < endregno; i++)
267 int endregno local
471 register int regno, endregno, i; local
H A Dglobal.c445 int endregno = regno + HARD_REGNO_NREGS (regno, PSEUDO_REGNO_MODE (i));
448 for (j = regno; j < endregno; j++)
1181 int endregno
1184 if (regno >= r && regno < endregno)
443 int endregno = regno + HARD_REGNO_NREGS (regno, PSEUDO_REGNO_MODE (i)); local
1176 int endregno local
H A Dreload.c5931 refers_to_regno_for_reload_p (regno, endregno, x, loc)
5932 int regno, endregno;
5956 return refers_to_regno_for_reload_p (regno, endregno,
5966 return (endregno > i
5982 return endregno > inner_regno && regno < inner_endregno;
5996 && refers_to_regno_for_reload_p (regno, endregno,
6003 && refers_to_regno_for_reload_p (regno, endregno,
6029 if (refers_to_regno_for_reload_p (regno, endregno,
6038 && refers_to_regno_for_reload_p (regno, endregno,
6059 int regno, endregno;
6035 int regno, endregno; local
6662 int endregno = regno + nregs; local
[all...]
H A Dcse.c1076 register int endregno
1081 for (i = regno; i < endregno; i++)
1471 int endregno = regno + HARD_REGNO_NREGS (regno, GET_MODE (x));
1474 for (i = regno; i < endregno; i++)
1759 int endregno = regno + HARD_REGNO_NREGS (regno, GET_MODE (x));
1765 for (i = regno + 1; i < endregno; i++)
1786 if (tendregno > regno && tregno < endregno)
1960 int regno, endregno;
2002 endregno = regno + HARD_REGNO_NREGS (regno, GET_MODE (p->exp));
2004 for (i = regno; i < endregno;
1074 register int endregno local
1468 int endregno = regno + HARD_REGNO_NREGS (regno, GET_MODE (x)); local
1754 int endregno = regno + HARD_REGNO_NREGS (regno, GET_MODE (x)); local
1953 int regno, endregno; local
2369 int endregno local
7701 register int endregno local
[all...]
H A Dcombine.c10637 int endregno = regno + (regno < FIRST_PSEUDO_REGISTER
10640 for (i = regno; i < endregno; i++)
10665 int endregno = regno + (regno < FIRST_PSEUDO_REGISTER
10688 for (i = regno; i < endregno; i ++)
10710 for (i = regno; i < endregno; i++)
10806 int endregno
10811 for (i = regno; i < endregno; i++)
10863 int endregno = regno + (regno < FIRST_PSEUDO_REGISTER
10867 for (j = regno; j < endregno; j++)
11040 int regno, endregno;
10597 int endregno = regno + (regno < FIRST_PSEUDO_REGISTER local
10625 int endregno = regno + (regno < FIRST_PSEUDO_REGISTER local
10766 int endregno local
10822 int endregno = regno + (regno < FIRST_PSEUDO_REGISTER local
10997 int regno, endregno; local
11387 int regno, tregno, endregno, endtregno; local
11830 int endregno local
[all...]
H A Dreload1.c8626 int endregno;
8639 endregno = regno + 1;
8641 endregno = regno + HARD_REGNO_NREGS (regno, mode);
8644 for (i = regno; i < endregno; i++)
8654 && refers_to_regno_p (regno, endregno, XEXP (x, 0), NULL_PTR))
8686 if (refers_to_regno_p (regno, endregno, invalidate_regno_rtx,
8594 int endregno; local
H A Dflow.c3410 int endregno = regno + HARD_REGNO_NREGS (regno, GET_MODE (reg));
3412 for (i = regno; i < endregno; i++)
3401 int endregno = regno + HARD_REGNO_NREGS (regno, GET_MODE (reg)); local
H A Dsched.c3727 int endregno = regno + HARD_REGNO_NREGS (regno, GET_MODE (dest));
3729 for (i = regno; i < endregno; i++)
3718 int endregno = regno + HARD_REGNO_NREGS (regno, GET_MODE (dest)); local
H A Dhaifa-sched.c7975 int endregno = regno + HARD_REGNO_NREGS (regno, GET_MODE (dest));
7977 for (i = regno; i < endregno; i++)
7966 int endregno = regno + HARD_REGNO_NREGS (regno, GET_MODE (dest)); local
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/ia64/
H A Dpr49303.c128 unsigned int endregno = (((((rhs_regno(x))) < 334)) ? end_hard_regno (((enum machine_mode) (x)->mode), (rhs_regno(x))) : (rhs_regno(x)) + 1); local
130 j < endregno;
/haiku-buildtools/gcc/gcc/
H A Dcaller-save.c985 int regno, endregno, i;
994 endregno = regno + subreg_nregs (reg);
1000 endregno = END_HARD_REGNO (reg);
1005 for (i = regno; i < endregno; i++)
1016 int regno, endregno, i;
1032 endregno = regno + subreg_nregs (reg);
1040 endregno = end_hard_regno (mode, regno);
1043 for (i = regno; i < endregno; i++)
981 int regno, endregno, i; local
1012 int regno, endregno, i; local
H A Drtlanal.c1435 refers_to_regno_p (unsigned int regno, unsigned int endregno, const_rtx x,
1467 return endregno > x_regno && regno < END_REGNO (x);
1480 return endregno > inner_regno && regno < inner_endregno;
1494 && refers_to_regno_p (regno, endregno,
1497 && refers_to_regno_p (regno, endregno, SET_DEST (x), loc))))
1522 if (refers_to_regno_p (regno, endregno, XEXP (x, i), loc))
1530 && refers_to_regno_p (regno, endregno, XVECEXP (x, i, j), loc))
1546 unsigned int regno, endregno;
1568 endregno = regno + (regno < FIRST_PSEUDO_REGISTER
1574 endregno
1420 refers_to_regno_p(unsigned int regno, unsigned int endregno, const_rtx x, rtx *loc) argument
1531 unsigned int regno, endregno; local
1794 unsigned int regno, endregno; local
[all...]
H A Dreload.c6480 refers_to_regno_for_reload_p (unsigned int regno, unsigned int endregno,
6504 return refers_to_regno_for_reload_p (regno, endregno,
6512 return (endregno > r
6528 return endregno > inner_regno && regno < inner_endregno;
6542 && refers_to_regno_for_reload_p (regno, endregno,
6549 && refers_to_regno_for_reload_p (regno, endregno,
6575 if (refers_to_regno_for_reload_p (regno, endregno,
6584 && refers_to_regno_for_reload_p (regno, endregno,
6604 int regno, endregno;
6624 endregno
6455 refers_to_regno_for_reload_p(unsigned int regno, unsigned int endregno, rtx x, rtx *loc) argument
6579 int regno, endregno; local
7213 reg_inc_found_and_valid_p(unsigned int regno, unsigned int endregno, rtx insn) argument
7246 unsigned int nregs, endregno; local
[all...]
H A Dcse.c1038 unsigned int endregno = END_REGNO (x);
1041 for (i = regno; i < endregno; i++)
1910 unsigned int endregno = END_HARD_REGNO (x);
1916 for (rn = regno + 1; rn < endregno; rn++)
1937 if (tendregno > regno && tregno < endregno)
2121 unsigned int regno, endregno;
2158 endregno = END_HARD_REGNO (p->exp);
2160 for (i = regno; i < endregno; i++)
2675 unsigned int endregno = END_REGNO (y);
2687 for (i = regno; i < endregno;
1035 unsigned int endregno = END_REGNO (x); local
1901 unsigned int endregno = END_HARD_REGNO (x); local
2109 unsigned int regno, endregno; local
2660 unsigned int endregno = END_REGNO (y); local
5783 unsigned int endregno = END_REGNO (x); local
[all...]
H A Dcselib.c2155 unsigned int endregno;
2175 endregno = end_hard_regno (mode, regno);
2180 endregno = regno + 1;
2183 for (; i < endregno; i++)
2154 unsigned int endregno; local
H A Ddf-scan.c2621 unsigned int endregno;
2628 endregno = regno + subreg_nregs (reg);
2631 endregno = END_HARD_REGNO (reg);
2637 && (endregno != regno + 1) && insn_info)
2650 hardreg->end_regno = endregno - 1;
2655 for (i = regno; i < endregno; i++)
2616 unsigned int endregno; local
H A Dreorg.c3115 int endregno = END_REGNO (reg);
3118 && dest_endregno <= endregno)
3126 && dest_endregno >= endregno)
3092 int endregno = END_REGNO (reg); local
H A Dcombine.c12486 unsigned int endregno = END_REGNO (x);
12489 for (r = regno; r < endregno; r++)
12550 unsigned int endregno = END_REGNO (reg);
12591 for (i = regno; i < endregno; i++)
12617 for (i = regno; i < endregno; i++)
12723 unsigned int endregno = END_REGNO (XEXP (link, 0));
12725 for (i = regno; i < endregno; i++)
12949 unsigned int endregno = END_REGNO (x);
12952 for (j = regno; j < endregno; j++)
13171 unsigned int regno, endregno;
12443 unsigned int endregno = END_REGNO (x); local
12507 unsigned int endregno = END_REGNO (reg); local
12680 unsigned int endregno = END_REGNO (XEXP (link, 0)); local
12905 unsigned int endregno = END_REGNO (x); local
13125 unsigned int regno, endregno; local
13476 unsigned int regno, tregno, endregno, endtregno; local
13979 unsigned int endregno = END_HARD_REGNO (XEXP (note, 0)); local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/pyr/
H A Dpyr.c409 int endregno = regno + HARD_REGNO_NREGS (regno, GET_MODE (subreg));
410 return refers_to_regno_p (regno, endregno, x, 0);
407 int endregno = regno + HARD_REGNO_NREGS (regno, GET_MODE (subreg)); local
/haiku-buildtools/legacy/gcc/gcc/config/v850/
H A Dv850.c1343 int endregno;
1346 endregno = regno + HARD_REGNO_NREGS (regno, mode);
1366 && max_regno < endregno)
1384 for (i = regno; i < endregno; i++)
1330 int endregno; local
/haiku-buildtools/gcc/gcc/config/v850/
H A Dv850.c1418 int endregno;
1421 endregno = regno + HARD_REGNO_NREGS (regno, mode);
1441 && max_regno < endregno)
1459 for (i = regno; i < endregno; i++)
1411 int endregno; local

Completed in 528 milliseconds