| /src/external/gpl3/gcc/dist/gcc/ |
| toplev.cc | 165 FILE *asm_out_file; variable 548 ASM_OUTPUT_ALIGNED_DECL_COMMON (asm_out_file, NULL_TREE, "__gnu_lto_slim", 551 ASM_OUTPUT_ALIGNED_COMMON (asm_out_file, "__gnu_lto_slim", 554 ASM_OUTPUT_COMMON (asm_out_file, "__gnu_lto_slim", 692 asm_out_file = stdout; 706 asm_out_file = stdout; 709 asm_out_file = fopen (asm_file_name, "w"); 716 if (asm_out_file == 0) 743 print_version (asm_out_file, ASM_COMMENT_START, true); 744 fputs (ASM_COMMENT_START, asm_out_file); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| toplev.cc | 169 FILE *asm_out_file; variable 551 ASM_OUTPUT_ALIGNED_DECL_COMMON (asm_out_file, NULL_TREE, "__gnu_lto_slim", 554 ASM_OUTPUT_ALIGNED_COMMON (asm_out_file, "__gnu_lto_slim", 557 ASM_OUTPUT_COMMON (asm_out_file, "__gnu_lto_slim", 695 asm_out_file = stdout; 709 asm_out_file = stdout; 712 asm_out_file = fopen (asm_file_name, "w"); 719 if (asm_out_file == 0) 746 print_version (asm_out_file, ASM_COMMENT_START, true); 747 fputs (ASM_COMMENT_START, asm_out_file); [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386.cc | 6166 fputs ("\tcall\t", asm_out_file); 6167 assemble_name_raw (asm_out_file, indirectlabel2); 6168 fputc ('\n', asm_out_file); 6170 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, indirectlabel1); 6174 fprintf (asm_out_file, "\tpause\n\tlfence\n"); 6177 fputs ("\tjmp\t", asm_out_file); 6178 assemble_name_raw (asm_out_file, indirectlabel1); 6179 fputc ('\n', asm_out_file); 6181 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, indirectlabel2); 6217 fputs ("\tret\n", asm_out_file); 6270 final_start_function (emit_barrier (), asm_out_file, 1); local 6396 final_start_function (emit_barrier (), asm_out_file, 1); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/pa/ |
| pa.cc | 3646 fputs (size == 8? "\t.dword\t" : "\t.word\t", asm_out_file); 3650 fputs ("P%", asm_out_file); 3652 output_addr_const (asm_out_file, x); 3653 fputc ('\n', asm_out_file); 4871 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (align / BITS_PER_UNIT)); 4875 targetm.asm_out.internal_label (asm_out_file, "LP", n); 5894 #define aputs(x) fputs(x, asm_out_file) 5930 output_file_directive (asm_out_file, main_input_filename); 5940 fprintf (asm_out_file, "\t.IMPORT _mcount,%s\n", aswhat); 5976 ASM_OUTPUT_TYPE_DIRECTIVE (asm_out_file, "_mcount", "function") 7123 final_scan_insn (NEXT_INSN (insn), asm_out_file, local 8223 final_scan_insn (NEXT_INSN (insn), asm_out_file, local 8260 final_scan_insn (NEXT_INSN (insn), asm_out_file, optimize, 0, local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386.cc | 5953 fputs ("\tcall\t", asm_out_file); 5954 assemble_name_raw (asm_out_file, indirectlabel2); 5955 fputc ('\n', asm_out_file); 5957 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, indirectlabel1); 5961 fprintf (asm_out_file, "\tpause\n\tlfence\n"); 5964 fputs ("\tjmp\t", asm_out_file); 5965 assemble_name_raw (asm_out_file, indirectlabel1); 5966 fputc ('\n', asm_out_file); 5968 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, indirectlabel2); 6004 fputs ("\tret\n", asm_out_file); 6057 final_start_function (emit_barrier (), asm_out_file, 1); local 6176 final_start_function (emit_barrier (), asm_out_file, 1); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
| pa.cc | 3504 fputs (size == 8? "\t.dword\t" : "\t.word\t", asm_out_file); 3508 fputs ("P%", asm_out_file); 3510 output_addr_const (asm_out_file, x); 3511 fputc ('\n', asm_out_file); 4728 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (align / BITS_PER_UNIT)); 4732 targetm.asm_out.internal_label (asm_out_file, "LP", n); 5746 #define aputs(x) fputs(x, asm_out_file) 5782 output_file_directive (asm_out_file, main_input_filename); 5792 fprintf (asm_out_file, "\t.IMPORT _mcount,%s\n", aswhat); 5828 ASM_OUTPUT_TYPE_DIRECTIVE (asm_out_file, "_mcount", "function") 6975 final_scan_insn (NEXT_INSN (insn), asm_out_file, local 8075 final_scan_insn (NEXT_INSN (insn), asm_out_file, local 8112 final_scan_insn (NEXT_INSN (insn), asm_out_file, optimize, 0, local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
| nvptx.cc | 1716 nvptx_output_unisimt_switch (asm_out_file, true); 1717 nvptx_output_softstack_switch (asm_out_file, true, dest, size, align); 1727 nvptx_output_unisimt_switch (asm_out_file, false); 1728 nvptx_output_softstack_switch (asm_out_file, false, src, NULL_RTX, NULL_RTX); 1740 fprintf (asm_out_file, "\tst.shared.u%d\t[%s], ", 1742 output_reg (asm_out_file, src_regno, VOIDmode); 1743 fprintf (asm_out_file, ";\n"); 1756 fprintf (asm_out_file, "\tst.param%s\t[%s_out], %s;\n", 2257 fprintf (asm_out_file, init_frag.started ? ", " : " = { "); 2270 fprintf (asm_out_file, "generic(") 5957 asm_out_file); local 5962 asm_out_file); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
| nvptx.cc | 1706 nvptx_output_unisimt_switch (asm_out_file, true); 1707 nvptx_output_softstack_switch (asm_out_file, true, dest, size, align); 1717 nvptx_output_unisimt_switch (asm_out_file, false); 1718 nvptx_output_softstack_switch (asm_out_file, false, src, NULL_RTX, NULL_RTX); 1730 fprintf (asm_out_file, "\tst.shared.u%d\t[%s], ", 1732 output_reg (asm_out_file, src_regno, VOIDmode); 1733 fprintf (asm_out_file, ";\n"); 1746 fprintf (asm_out_file, "\tst.param%s\t[%s_out], %s;\n", 2247 fprintf (asm_out_file, init_frag.started ? ", " : " = { "); 2260 fprintf (asm_out_file, "generic(") 5936 asm_out_file); local 5941 asm_out_file); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| s390.cc | 7771 s390_asm_output_machine_for_arch (FILE *asm_out_file) 7773 fprintf (asm_out_file, "\t.machinemode %s\n", 7775 fprintf (asm_out_file, "\t.machine \"%s", 7783 fprintf (asm_out_file, "+htm"); 7785 fprintf (asm_out_file, "+nohtm"); 7787 fprintf (asm_out_file, "+vx"); 7789 fprintf (asm_out_file, "+novx"); 7791 fprintf (asm_out_file, "\"\n"); 7797 s390_asm_output_function_prefix (FILE *asm_out_file, 7806 fprintf (asm_out_file, "\t.machinemode push\n") 16777 final_start_function (emit_barrier (), asm_out_file, 1); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/s390/ |
| s390.cc | 8209 s390_asm_output_machine_for_arch (FILE *asm_out_file) 8211 fprintf (asm_out_file, "\t.machinemode %s\n", 8213 fprintf (asm_out_file, "\t.machine \"%s", 8221 fprintf (asm_out_file, "+htm"); 8223 fprintf (asm_out_file, "+nohtm"); 8225 fprintf (asm_out_file, "+vx"); 8227 fprintf (asm_out_file, "+novx"); 8229 fprintf (asm_out_file, "\"\n"); 8235 s390_asm_output_function_prefix (FILE *asm_out_file, 8244 fprintf (asm_out_file, "\t.machinemode push\n") 17316 final_start_function (emit_barrier (), asm_out_file, 1); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000.cc | 5922 fprintf (asm_out_file, "\t.machine %s\n", rs6000_machine); 5924 fprintf (asm_out_file, "\t.machine altivec\n"); 5935 FILE *file = asm_out_file; 14834 ASM_OUTPUT_LABEL (asm_out_file, buf); 14835 fprintf (asm_out_file, "\t.long\t("); 14836 output_addr_const (asm_out_file, x); 14837 fprintf (asm_out_file, ")@fixup\n"); 14838 fprintf (asm_out_file, "\t.section\t\".fixup\",\"aw\"\n"); 14839 ASM_OUTPUT_ALIGN (asm_out_file, 2); 14840 fprintf (asm_out_file, "\t.long\t") 27102 final_start_function (emit_barrier (), asm_out_file, 1); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000.cc | 5864 fprintf (asm_out_file, "\t.machine %s\n", rs6000_machine); 5866 fprintf (asm_out_file, "\t.machine altivec\n"); 5877 FILE *file = asm_out_file; 14450 ASM_OUTPUT_LABEL (asm_out_file, buf); 14451 fprintf (asm_out_file, "\t.long\t("); 14452 output_addr_const (asm_out_file, x); 14453 fprintf (asm_out_file, ")@fixup\n"); 14454 fprintf (asm_out_file, "\t.section\t\".fixup\",\"aw\"\n"); 14455 ASM_OUTPUT_ALIGN (asm_out_file, 2); 14456 fprintf (asm_out_file, "\t.long\t") 26666 final_start_function (emit_barrier (), asm_out_file, 1); local [all...] |