Home
last modified time | relevance | path

Searched refs:stable_and_no_regs_but_for_p (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gcc/
HDregmove.c80 static int stable_and_no_regs_but_for_p (rtx, rtx, rtx);
1690 else if (! stable_and_no_regs_but_for_p (SET_SRC (set), src, dst)) in fixup_match_1()
2052 stable_and_no_regs_but_for_p (rtx x, rtx src, rtx dst) in stable_and_no_regs_but_for_p() function
2069 && ! stable_and_no_regs_but_for_p (XEXP (x, i), src, dst)) in stable_and_no_regs_but_for_p()
2079 && ! stable_and_no_regs_but_for_p (XEXP (x, 0), src, dst)) in stable_and_no_regs_but_for_p()
HDChangeLog-19997729 (stable_and_no_regs_but_for_p). Reject unchanging registers too.
HDChangeLog-200439683 * regmove.c (stable_and_no_regs_but_for_p): Likewise.