Searched refs:save_all (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/config/nds32/
H A Dnds32-isr.c240 /* Case of reduced set registers and save_all attribute. */
241 fprintf (asm_out_file, "\t! reduced set regs + save_all\n");
258 /* Case of full set registers and save_all attribute. */
259 fprintf (asm_out_file, "\t! full set regs + save_all\n");
365 1. Only 'save_all' or 'partial_save' in the attributes.
381 if (lookup_attribute ("save_all", func_attrs))
421 tree save_all, partial_save; local
425 save_all = lookup_attribute ("save_all", func_attrs);
473 if (save_all)
[all...]
/haiku-buildtools/gcc/gcc/config/v850/
H A Dv850.c1687 rtx save_all;
1739 save_all = NULL_RTX;
1749 save_all = gen_rtx_PARALLEL
1754 XVECEXP (save_all, 0, 0)
1763 XVECEXP (save_all, 0, i+1)
1774 XVECEXP (save_all, 0, num_save + 1)
1778 XVECEXP (save_all, 0, num_save + 2)
1782 v850_all_frame_related (save_all);
1784 code = recog (save_all, NULL_RTX, NULL);
1787 rtx insn = emit_insn (save_all);
1680 rtx save_all; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/v850/
H A Dv850.c1543 rtx save_all;
1603 save_all = NULL_RTX;
1627 save_all = gen_rtx (PARALLEL, VOIDmode,
1629 XVECEXP (save_all, 0, 0) = gen_rtx (SET, VOIDmode,
1637 XVECEXP (save_all, 0, num_save + 1)
1644 XVECEXP (save_all, 0, i + 1)
1652 code = recog (save_all, NULL_RTX, NULL_PTR);
1655 rtx insn = emit_insn (save_all);
1667 save_all = NULL_RTX;
1673 if (!save_all)
1528 rtx save_all; local
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dgfortran.h1667 int save_all, seen_save, seen_implicit_none; member in struct:gfc_namespace
H A Ddecl.c7292 gfc_current_ns->save_all = gfc_current_ns->seen_save = 1;
7296 if (gfc_current_ns->save_all)
H A Dresolve.c11050 if (sym->attr.save || sym->ns->save_all
11198 && !sym->ns->save_all && !sym->attr.save
13804 || sym->ns->save_all
13941 if (sym->attr.threadprivate && !sym->attr.save && !sym->ns->save_all
13952 && !sym->ns->save_all
15120 if (ns->save_all)

Completed in 518 milliseconds