| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| aout.h | 159 #define ASM_DECLARE_FUNCTION_NAME(STREAM, NAME, DECL) \ 162 ARM_DECLARE_FUNCTION_NAME (STREAM, NAME, DECL); \ 163 ASM_OUTPUT_LABEL (STREAM, NAME); \ 178 #define ASM_OUTPUT_ADDR_VEC_ELT(STREAM, VALUE) \ 182 asm_fprintf (STREAM, "\t.word\t%LL%d\n", VALUE); \ 190 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \ 194 asm_fprintf (STREAM, "\tb\t%LL%d\n", VALUE); \ 202 asm_fprintf (STREAM, "\t.byte\t(%LL%d-%LL%d)/2\n", \ 206 asm_fprintf (STREAM, "\t.2byte\t(%LL%d-%LL%d)/2\n", \ 210 asm_fprintf (STREAM, "\t.word\t%LL%d-%LL%d\n", [all...] |
| bpabi.h | 127 #define ARM_FUNCTION_PROFILER(STREAM, LABELNO) \ 129 fprintf (STREAM, "\tpush\t{lr}\n"); \ 130 fprintf (STREAM, "\tbl\t__gnu_mcount_nc\n"); \
|
| /src/external/gpl3/gcc/dist/gcc/config/sh/ |
| linux.h | 80 /* Output assembler code to STREAM to call the profiler. */ 82 #define FUNCTION_PROFILER(STREAM,LABELNO) \ 86 fprintf (STREAM, "\tmov.l\t3f,r1\n"); \ 87 fprintf (STREAM, "\tmova\t3f,r0\n"); \ 88 fprintf (STREAM, "\tadd\tr1,r0\n"); \ 89 fprintf (STREAM, "\tmov.l\t1f,r1\n"); \ 90 fprintf (STREAM, "\tmov.l\t@(r0,r1),r1\n"); \ 93 fprintf (STREAM, "\tmov.l\t1f,r1\n"); \ 94 fprintf (STREAM, "\tsts.l\tpr,@-r15\n"); \ 95 fprintf (STREAM, "\tmova\t2f,r0\n"); [all...] |
| netbsd-elf.h | 60 #define FUNCTION_PROFILER(STREAM,LABELNO) \ 63 fprintf((STREAM), "\tmov.l\t%sLP%d,r1\n", \ 65 fprintf((STREAM), "\tmova\t%sLP%dr,r0\n", \ 67 fprintf((STREAM), "\tjmp\t@r1\n"); \ 68 fprintf((STREAM), "\tnop\n"); \ 69 fprintf((STREAM), "\t.align\t2\n"); \ 70 fprintf((STREAM), "%sLP%d:\t.long\t__mcount\n", \ 72 fprintf((STREAM), "%sLP%dr:\n", LOCAL_LABEL_PREFIX, (LABELNO)); \
|
| /src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| linux.h | 80 /* Output assembler code to STREAM to call the profiler. */ 82 #define FUNCTION_PROFILER(STREAM,LABELNO) \ 86 fprintf (STREAM, "\tmov.l\t3f,r1\n"); \ 87 fprintf (STREAM, "\tmova\t3f,r0\n"); \ 88 fprintf (STREAM, "\tadd\tr1,r0\n"); \ 89 fprintf (STREAM, "\tmov.l\t1f,r1\n"); \ 90 fprintf (STREAM, "\tmov.l\t@(r0,r1),r1\n"); \ 93 fprintf (STREAM, "\tmov.l\t1f,r1\n"); \ 94 fprintf (STREAM, "\tsts.l\tpr,@-r15\n"); \ 95 fprintf (STREAM, "\tmova\t2f,r0\n"); [all...] |
| netbsd-elf.h | 60 #define FUNCTION_PROFILER(STREAM,LABELNO) \ 63 fprintf((STREAM), "\tmov.l\t%sLP%d,r1\n", \ 65 fprintf((STREAM), "\tmova\t%sLP%dr,r0\n", \ 67 fprintf((STREAM), "\tjmp\t@r1\n"); \ 68 fprintf((STREAM), "\tnop\n"); \ 69 fprintf((STREAM), "\t.align\t2\n"); \ 70 fprintf((STREAM), "%sLP%d:\t.long\t__mcount\n", \ 72 fprintf((STREAM), "%sLP%dr:\n", LOCAL_LABEL_PREFIX, (LABELNO)); \
|
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| aout.h | 151 #define ASM_DECLARE_FUNCTION_NAME(STREAM, NAME, DECL) \ 154 ARM_DECLARE_FUNCTION_NAME (STREAM, NAME, DECL); \ 155 ASM_OUTPUT_FUNCTION_LABEL (STREAM, NAME, DECL); \ 170 #define ASM_OUTPUT_ADDR_VEC_ELT(STREAM, VALUE) \ 174 asm_fprintf (STREAM, "\t.word\t%LL%d\n", VALUE); \ 182 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \ 190 asm_fprintf (STREAM, "\t.byte\t(%LL%d-%LLrtx%d-4)/4\n", \ 194 asm_fprintf (STREAM, "\t.2byte\t(%LL%d-%LLrtx%d-4)/4\n", \ 199 asm_fprintf (STREAM, "\t.word\t%LL%d-%LLrtx%d-4\n", \ 202 asm_fprintf (STREAM, "\t.word\t%LL%d\n", VALUE); [all...] |
| bpabi.h | 127 #define ARM_FUNCTION_PROFILER(STREAM, LABELNO) \ 129 fprintf (STREAM, "\tpush\t{lr}\n"); \ 130 fprintf (STREAM, "\tbl\t__gnu_mcount_nc\n"); \
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| gas.h | 61 opcode to the stdio stream STREAM. The macro-operand PTR is a 69 #define ASM_OUTPUT_OPCODE(STREAM, PTR) \ 77 fputs ("repe", (STREAM)); \ 82 fputs ("repne", (STREAM)); \ 87 ASM_OUTPUT_AVX_PREFIX ((STREAM), (PTR)); \
|
| /src/external/gpl3/gcc/dist/gcc/config/rx/ |
| linux.h | 108 #define ASM_OUTPUT_ALIGN(STREAM, LOG) \ 113 fprintf (STREAM, "\t.balign %d\n", 1 << (LOG)); \ 130 #define ASM_OUTPUT_SIZE_DIRECTIVE(STREAM, NAME, SIZE) \ 135 fputs (SIZE_ASM_OP, STREAM); \ 136 assemble_name (STREAM, NAME); \ 137 fprintf (STREAM, ", " HOST_WIDE_INT_PRINT_DEC "\n", size_); \ 142 #define ASM_OUTPUT_MEASURED_SIZE(STREAM, NAME) \ 145 fputs (SIZE_ASM_OP, STREAM); \ 146 assemble_name (STREAM, NAME); \ 147 fputs (", .-", STREAM); \ [all...] |
| rx.h | 434 #define ASM_OUTPUT_MAX_SKIP_ALIGN(STREAM, LOG, MAX_SKIP) \ 442 fprintf (STREAM, "\t.ALIGN 4\t; %d alignment actually requested\n", 1 << (LOG)); \ 444 fprintf (STREAM, "\t.ALIGN 2\n"); \ 447 fprintf (STREAM, "\t.balign %d,3,%d\n", 1 << (LOG), (MAX_SKIP)); \ 451 #define ASM_OUTPUT_ALIGN(STREAM, LOG) \ 459 fprintf (STREAM, "\t.ALIGN 4\t; %d alignment actually requested\n", 1 << (LOG)); \ 461 fprintf (STREAM, "\t.ALIGN 2\n"); \ 464 fprintf (STREAM, "\t.balign %d\n", 1 << (LOG)); \ 482 #define ASM_OUTPUT_SIZE_DIRECTIVE(STREAM, NAME, SIZE) \ 492 fputs (SIZE_ASM_OP, STREAM); \ [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rx/ |
| linux.h | 108 #define ASM_OUTPUT_ALIGN(STREAM, LOG) \ 113 fprintf (STREAM, "\t.balign %d\n", 1 << (LOG)); \ 130 #define ASM_OUTPUT_SIZE_DIRECTIVE(STREAM, NAME, SIZE) \ 135 fputs (SIZE_ASM_OP, STREAM); \ 136 assemble_name (STREAM, NAME); \ 137 fprintf (STREAM, ", " HOST_WIDE_INT_PRINT_DEC "\n", size_); \ 142 #define ASM_OUTPUT_MEASURED_SIZE(STREAM, NAME) \ 145 fputs (SIZE_ASM_OP, STREAM); \ 146 assemble_name (STREAM, NAME); \ 147 fputs (", .-", STREAM); \ [all...] |
| rx.h | 434 #define ASM_OUTPUT_MAX_SKIP_ALIGN(STREAM, LOG, MAX_SKIP) \ 442 fprintf (STREAM, "\t.ALIGN 4\t; %d alignment actually requested\n", 1 << (LOG)); \ 444 fprintf (STREAM, "\t.ALIGN 2\n"); \ 447 fprintf (STREAM, "\t.balign %d,3,%d\n", 1 << (LOG), (MAX_SKIP)); \ 451 #define ASM_OUTPUT_ALIGN(STREAM, LOG) \ 459 fprintf (STREAM, "\t.ALIGN 4\t; %d alignment actually requested\n", 1 << (LOG)); \ 461 fprintf (STREAM, "\t.ALIGN 2\n"); \ 464 fprintf (STREAM, "\t.balign %d\n", 1 << (LOG)); \ 482 #define ASM_OUTPUT_SIZE_DIRECTIVE(STREAM, NAME, SIZE) \ 492 fputs (SIZE_ASM_OP, STREAM); \ [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| gas.h | 65 opcode to the stdio stream STREAM. The macro-operand PTR is a 73 #define ASM_OUTPUT_OPCODE(STREAM, PTR) \ 81 fputs ("repe", (STREAM)); \ 86 fputs ("repne", (STREAM)); \ 91 ASM_OUTPUT_AVX_PREFIX ((STREAM), (PTR)); \
|
| /src/external/gpl3/gcc/dist/gcc/config/mmix/ |
| mmix.h | 613 #define OUTPUT_QUOTED_STRING(STREAM, STRING) \ 614 mmix_output_quoted_string (STREAM, STRING, strlen (STRING)) 620 #define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) \ 621 mmix_asm_output_ascii (STREAM, PTR, LEN) 639 #define ASM_OUTPUT_LABEL(STREAM, NAME) \ 640 mmix_asm_output_label (STREAM, NAME) 642 #define ASM_OUTPUT_INTERNAL_LABEL(STREAM, NAME) \ 643 mmix_asm_output_internal_label (STREAM, NAME) 645 #define ASM_DECLARE_REGISTER_GLOBAL(STREAM, DECL, REGNO, NAME) \ 646 mmix_asm_declare_register_global (STREAM, DECL, REGNO, NAME [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/mmix/ |
| mmix.h | 613 #define OUTPUT_QUOTED_STRING(STREAM, STRING) \ 614 mmix_output_quoted_string (STREAM, STRING, strlen (STRING)) 620 #define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) \ 621 mmix_asm_output_ascii (STREAM, PTR, LEN) 639 #define ASM_OUTPUT_LABEL(STREAM, NAME) \ 640 mmix_asm_output_label (STREAM, NAME) 642 #define ASM_OUTPUT_INTERNAL_LABEL(STREAM, NAME) \ 643 mmix_asm_output_internal_label (STREAM, NAME) 645 #define ASM_DECLARE_REGISTER_GLOBAL(STREAM, DECL, REGNO, NAME) \ 646 mmix_asm_declare_register_global (STREAM, DECL, REGNO, NAME [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-elf.h | 73 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \ 78 asm_fprintf (STREAM, "\t.byte\t(%LL%d - %LLrtx%d) / 4\n", \ 82 asm_fprintf (STREAM, "\t.2byte\t(%LL%d - %LLrtx%d) / 4\n", \ 87 asm_fprintf (STREAM, "\t.word\t(%LL%d - %LLrtx%d) / 4\n", \ 95 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \ 96 fprintf(STREAM, "\t.align\t%d\n", (int)POWER)
|
| /src/external/gpl3/gcc/dist/gcc/config/ |
| netbsd.h | 169 #define COLLECT_SHARED_INIT_FUNC(STREAM,FUNC) \ 171 fprintf ((STREAM), "void __init() __asm__ (\".init\");"); \ 172 fprintf ((STREAM), "void __init() {\n\t%s();\n}\n", (FUNC)); \ 175 #define COLLECT_SHARED_FINI_FUNC(STREAM,FUNC) \ 177 fprintf ((STREAM), "void __fini() __asm__ (\".fini\");"); \ 178 fprintf ((STREAM), "void __fini() {\n\t%s();\n}\n", (FUNC)); \
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-elf.h | 73 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \ 78 asm_fprintf (STREAM, "\t.byte\t(%LL%d - %LLrtx%d) / 4\n", \ 82 asm_fprintf (STREAM, "\t.2byte\t(%LL%d - %LLrtx%d) / 4\n", \ 87 asm_fprintf (STREAM, "\t.word\t(%LL%d - %LLrtx%d) / 4\n", \ 95 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \ 96 fprintf(STREAM, "\t.align\t%d\n", (int)POWER)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/ |
| netbsd.h | 169 #define COLLECT_SHARED_INIT_FUNC(STREAM,FUNC) \ 171 fprintf ((STREAM), "void __init() __asm__ (\".init\");"); \ 172 fprintf ((STREAM), "void __init() {\n\t%s();\n}\n", (FUNC)); \ 175 #define COLLECT_SHARED_FINI_FUNC(STREAM,FUNC) \ 177 fprintf ((STREAM), "void __fini() __asm__ (\".fini\");"); \ 178 fprintf ((STREAM), "void __fini() {\n\t%s();\n}\n", (FUNC)); \
|
| /src/external/gpl3/gcc/dist/gcc/config/visium/ |
| visium.h | 1289 `ASM_OUTPUT_LABEL (STREAM, NAME)' 1291 A C statement (sans semicolon) to output to the stdio stream STREAM 1293 `assemble_name (STREAM, NAME)' to output the name itself; before 1296 #define ASM_OUTPUT_LABEL(STREAM,NAME) \ 1297 do { assemble_name (STREAM, NAME); fputs (":\n", STREAM); } while (0) 1302 /* `ASM_OUTPUT_LABELREF (STREAM, NAME)' 1304 A C statement (sans semicolon) to output to the stdio stream STREAM [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/visium/ |
| visium.h | 1289 `ASM_OUTPUT_LABEL (STREAM, NAME)' 1291 A C statement (sans semicolon) to output to the stdio stream STREAM 1293 `assemble_name (STREAM, NAME)' to output the name itself; before 1296 #define ASM_OUTPUT_LABEL(STREAM,NAME) \ 1297 do { assemble_name (STREAM, NAME); fputs (":\n", STREAM); } while (0) 1302 /* `ASM_OUTPUT_LABELREF (STREAM, NAME)' 1304 A C statement (sans semicolon) to output to the stdio stream STREAM [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/stormy16/ |
| stormy16.h | 385 #define ASM_OUTPUT_ALIGNED_DECL_COMMON(STREAM, DECL, NAME, SIZE, ALIGNMENT) \ 386 xstormy16_asm_output_aligned_common (STREAM, DECL, NAME, SIZE, ALIGNMENT, 1) 387 #define ASM_OUTPUT_ALIGNED_DECL_LOCAL(STREAM, DECL, NAME, SIZE, ALIGNMENT) \ 388 xstormy16_asm_output_aligned_common (STREAM, DECL, NAME, SIZE, ALIGNMENT, 0) 395 #define ASM_OUTPUT_SYMBOL_REF(STREAM, SYMBOL) \ 401 ASM_OUTPUT_LABEL_REF ((STREAM), rn); \ 403 assemble_name (STREAM, rn); \ 407 #define ASM_OUTPUT_LABEL_REF(STREAM, NAME) \ 410 fputs ("@fptr(", STREAM); \ 411 assemble_name (STREAM, NAME); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/stormy16/ |
| stormy16.h | 385 #define ASM_OUTPUT_ALIGNED_DECL_COMMON(STREAM, DECL, NAME, SIZE, ALIGNMENT) \ 386 xstormy16_asm_output_aligned_common (STREAM, DECL, NAME, SIZE, ALIGNMENT, 1) 387 #define ASM_OUTPUT_ALIGNED_DECL_LOCAL(STREAM, DECL, NAME, SIZE, ALIGNMENT) \ 388 xstormy16_asm_output_aligned_common (STREAM, DECL, NAME, SIZE, ALIGNMENT, 0) 395 #define ASM_OUTPUT_SYMBOL_REF(STREAM, SYMBOL) \ 401 ASM_OUTPUT_LABEL_REF ((STREAM), rn); \ 403 assemble_name (STREAM, rn); \ 407 #define ASM_OUTPUT_LABEL_REF(STREAM, NAME) \ 410 fputs ("@fptr(", STREAM); \ 411 assemble_name (STREAM, NAME); [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| sysv4.h | 84 #define ASM_OUTPUT_LABELREF(STREAM, NAME) \ 90 fputs (user_label_prefix, STREAM); \ 91 fputs (name_, STREAM); \ 93 fputc ('#', STREAM); \
|