Home | History | Annotate | Download | only in nds32

Lines Matching defs:save_all

472 	      /* 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 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;
673 save_all = lookup_attribute ("save_all", func_attrs);
782 if (save_all)