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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/v850/
H A Dv850.c1630 rtx save_all;
1682 save_all = NULL_RTX;
1692 save_all = gen_rtx_PARALLEL
1697 XVECEXP (save_all, 0, 0)
1705 XVECEXP (save_all, 0, i+1)
1713 XVECEXP (save_all, 0, num_save + 1)
1718 XVECEXP (save_all, 0, num_save + 2)
1722 XVECEXP (save_all, 0, num_save + 3)
1726 v850_all_frame_related (save_all);
1728 code = recog (save_all, NUL
1623 rtx save_all; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/v850/
H A Dv850.cc1630 rtx save_all;
1682 save_all = NULL_RTX;
1692 save_all = gen_rtx_PARALLEL
1697 XVECEXP (save_all, 0, 0)
1705 XVECEXP (save_all, 0, i+1)
1713 XVECEXP (save_all, 0, num_save + 1)
1718 XVECEXP (save_all, 0, num_save + 2)
1722 XVECEXP (save_all, 0, num_save + 3)
1726 v850_all_frame_related (save_all);
1728 code = recog (save_all, NUL
1623 rtx save_all; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-isr.c472 /* Case of reduced set registers and save_all attribute. */
473 fprintf (asm_out_file, "\t! reduced set regs + save_all\n");
490 /* Case of full set registers and save_all attribute. */
491 fprintf (asm_out_file, "\t! full set regs + save_all\n");
595 1. Only 'save_all' or 'partial_save' in the attributes.
611 if (lookup_attribute ("save_all", func_attrs))
664 tree save_all, partial_save; local
673 save_all = lookup_attribute ("save_all", func_attrs);
782 if (save_all)
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-isr.cc472 /* Case of reduced set registers and save_all attribute. */
473 fprintf (asm_out_file, "\t! reduced set regs + save_all\n");
490 /* Case of full set registers and save_all attribute. */
491 fprintf (asm_out_file, "\t! full set regs + save_all\n");
595 1. Only 'save_all' or 'partial_save' in the attributes.
611 if (lookup_attribute ("save_all", func_attrs))
664 tree save_all, partial_save; local
673 save_all = lookup_attribute ("save_all", func_attrs);
782 if (save_all)
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h1863 int save_all, seen_save, seen_implicit_none; member in struct:gfc_namespace
H A Dresolve.c12656 && (sym->attr.save || sym->ns->save_all
12810 && !(sym->ns->save_all && !sym->attr.automatic) && !sym->attr.save
15884 || (sym->ns->save_all && !sym->attr.automatic)
16038 && !(sym->ns->save_all && !sym->attr.automatic)
16049 && !(sym->ns->save_all && !sym->attr.automatic)
17330 if (ns->save_all || (!flag_automatic && !recursive))
H A Ddecl.c9543 gfc_current_ns->save_all = gfc_current_ns->seen_save = 1;
9547 if (gfc_current_ns->save_all)
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h2121 int save_all, seen_save, seen_implicit_none; member in struct:gfc_namespace
H A Dresolve.cc12867 && (sym->attr.save || sym->ns->save_all
13021 && !(sym->ns->save_all && !sym->attr.automatic) && !sym->attr.save
16108 || (sym->ns->save_all && !sym->attr.automatic)
16263 && !(sym->ns->save_all && !sym->attr.automatic)
16274 && !(sym->ns->save_all && !sym->attr.automatic)
17565 if (ns->save_all || (!flag_automatic && !recursive))
H A Ddecl.cc9623 gfc_current_ns->save_all = gfc_current_ns->seen_save = 1;
9627 if (gfc_current_ns->save_all)

Completed in 432 milliseconds