| /src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| nds32-isr.cc | 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 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...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| nds32-isr.cc | 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 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...] |
| /src/external/gpl3/gcc/dist/gcc/config/v850/ |
| v850.cc | 1630 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, NULL, NULL) 1623 rtx save_all; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/v850/ |
| v850.cc | 1630 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, NULL, NULL) 1623 rtx save_all; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| gfortran.h | 2204 int save_all, seen_save, seen_implicit_none; member in struct:gfc_namespace
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| gfortran.h | 2125 int save_all, seen_save, seen_implicit_none; member in struct:gfc_namespace
|