Home
last modified time | relevance | path

Searched refs:pa_can_combine_p (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/
Dpa.c100 static int pa_can_combine_p PARAMS ((rtx, rtx, rtx, int, rtx, rtx, rtx));
7829 if (pa_can_combine_p (new, anchor, floater, 0,
7841 if (pa_can_combine_p (new, anchor, floater, 0,
7849 if (pa_can_combine_p (new, anchor, floater, 0,
7891 if (pa_can_combine_p (new, anchor, floater, 1,
7954 pa_can_combine_p (new, anchor, floater, reversed, dest, src1, src2) in pa_can_combine_p() function
/openbsd/src/gnu/gcc/gcc/config/pa/
Dpa.c93 static int pa_can_combine_p (rtx, rtx, rtx, int, rtx, rtx, rtx);
8771 if (pa_can_combine_p (new, anchor, floater, 0, in pa_combine_instructions()
8783 if (pa_can_combine_p (new, anchor, floater, 0, in pa_combine_instructions()
8791 if (pa_can_combine_p (new, anchor, floater, 0, in pa_combine_instructions()
8833 if (pa_can_combine_p (new, anchor, floater, 1, in pa_combine_instructions()
8896 pa_can_combine_p (rtx new, rtx anchor, rtx floater, int reversed, rtx dest, in pa_can_combine_p() function
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.79263 (pa_can_combine_p): Call extract_insn before calling
11202 * pa.c (pa_can_combine_p): Call extract_insn before calling
DChangeLog.06954 (pa_can_combine_p, forward_branch_p, shadd_constant_p): Likewise.
DChangeLog.46136 (pa_can_combine_p): Make static.
DFSFChangeLog.118228 (pa_can_combine_p): Helper function for pa_combine_instructions.