HomeSort by: relevance | last modified time | path
    Searched defs:sibcall_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 5261 bool sibcall_p = SIBLING_CALL_P (from);
5270 if (sibcall_p)
7228 sh_expand_epilogue (bool sibcall_p)
7232 int e = sibcall_p ? -1 : 1;
10166 /* Expand to appropriate sym*_label2reg for SYM and SIBCALL_P. */
10168 sh_expand_sym_label2reg (rtx reg, rtx sym, rtx lab, bool sibcall_p)
10175 else if (sibcall_p && SYMBOL_REF_LOCAL_P (sym))
5251 bool sibcall_p = SIBLING_CALL_P (from); local
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 5261 bool sibcall_p = SIBLING_CALL_P (from);
5270 if (sibcall_p)
7228 sh_expand_epilogue (bool sibcall_p)
7232 int e = sibcall_p ? -1 : 1;
10165 /* Expand to appropriate sym*_label2reg for SYM and SIBCALL_P. */
10167 sh_expand_sym_label2reg (rtx reg, rtx sym, rtx lab, bool sibcall_p)
10174 else if (sibcall_p && SYMBOL_REF_LOCAL_P (sym))
5251 bool sibcall_p = SIBLING_CALL_P (from); local

Completed in 39 milliseconds