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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-logue.cc 5535 static GTY(()) rtx morestack_ref;
5588 if (morestack_ref == NULL_RTX)
5590 morestack_ref = gen_rtx_SYMBOL_REF (Pmode, "__morestack");
5591 SYMBOL_REF_FLAGS (morestack_ref) |= (SYMBOL_FLAG_LOCAL
5636 insn = emit_call_insn (gen_call (gen_rtx_MEM (SImode, morestack_ref),
5531 static GTY(()) rtx morestack_ref; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-logue.cc 5512 static GTY(()) rtx morestack_ref;
5565 if (morestack_ref == NULL_RTX)
5567 morestack_ref = gen_rtx_SYMBOL_REF (Pmode, "__morestack");
5568 SYMBOL_REF_FLAGS (morestack_ref) |= (SYMBOL_FLAG_LOCAL
5613 insn = emit_call_insn (gen_call (gen_rtx_MEM (SImode, morestack_ref),
5508 static GTY(()) rtx morestack_ref; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 11893 static GTY(()) rtx morestack_ref;
11979 if (morestack_ref == NULL_RTX)
11981 morestack_ref = gen_rtx_SYMBOL_REF (Pmode, "__morestack");
11982 SYMBOL_REF_FLAGS (morestack_ref) |= (SYMBOL_FLAG_LOCAL
12029 morestack_ref,
12037 morestack_ref,
11892 static GTY(()) rtx morestack_ref; local
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 12410 static GTY(()) rtx morestack_ref;
12496 if (morestack_ref == NULL_RTX)
12498 morestack_ref = gen_rtx_SYMBOL_REF (Pmode, "__morestack");
12499 SYMBOL_REF_FLAGS (morestack_ref) |= (SYMBOL_FLAG_LOCAL
12546 morestack_ref,
12554 morestack_ref,
12409 static GTY(()) rtx morestack_ref; local

Completed in 43 milliseconds