| /NextBSD/contrib/gcc/config/arm/ |
| HD | aout.h | 218 asm_fprintf (STREAM, "\t.word\t%LL%d\n", VALUE) 224 asm_fprintf (STREAM, "\tb\t%LL%d\n", VALUE); \ 226 asm_fprintf (STREAM, "\t.word\t%LL%d-%LL%d\n", VALUE, REL); \ 262 asm_fprintf (STREAM, ", %d\t%@ %d\n", \ 293 asm_fprintf (STREAM, "%@ - - - ident %s\n", STRING)
|
| HD | arm.h | 1541 asm_fprintf (STREAM, "\tmov\t%r, %r\n\tbl\t", \ 1643 asm_fprintf (FILE, "\tldr\t%r, [%r, #0]\n", \ 1645 asm_fprintf (FILE, "\tldr\t%r, [%r, #0]\n", \ 1662 asm_fprintf (FILE, "\tldr\t%r, [%r, #8]\n", \ 1664 asm_fprintf (FILE, "\tldr\t%r, [%r, #8]\n", \ 1666 asm_fprintf (FILE, "\torr\t%r, %r, #1\n", \ 1668 asm_fprintf (FILE, "\tbx\t%r\n", IP_REGNUM); \ 2174 asm_fprintf (STREAM,"\tstmfd\t%r!,{%r}\n", \ 2177 asm_fprintf (STREAM, "\tpush {%r}\n", REGNO); \ 2185 asm_fprintf (STREAM, "\tldmfd\t%r!,{%r}\n", \ [all …]
|
| HD | arm.c | 8417 asm_fprintf (stream, instr, reg); in print_multi_reg() 8426 asm_fprintf (stream, "%r", i); in print_multi_reg() 8453 asm_fprintf (stream, "fldmfdx\t%r!, {", base); in arm_output_fldmx() 8459 asm_fprintf (stream, "d%d", i); in arm_output_fldmx() 9791 asm_fprintf (f, "\t%@ Function supports interworking.\n"); in arm_output_function_prologue() 9794 asm_fprintf (f, "\t%@ Interrupt Service Routine.\n"); in arm_output_function_prologue() 9797 asm_fprintf (f, "\t%@ Fast Interrupt Service Routine.\n"); in arm_output_function_prologue() 9800 asm_fprintf (f, "\t%@ ARM Exception Handler.\n"); in arm_output_function_prologue() 9805 asm_fprintf (f, "\t%@ Naked Function: prologue and epilogue provided by programmer.\n"); in arm_output_function_prologue() 9808 asm_fprintf (f, "\t%@ Volatile: function does not return.\n"); in arm_output_function_prologue() [all …]
|
| HD | netbsd-elf.h | 98 asm_fprintf (STREAM, "\tmov\t%Rip, %Rlr\n"); \ 99 asm_fprintf (STREAM, "\tbl\t__mcount%s\n", \
|
| HD | freebsd.h | 144 asm_fprintf (STREAM, "\tmov\t%Rip, %Rlr\n"); \ 145 asm_fprintf (STREAM, "\tbl\t__mcount%s\n", \
|
| HD | pe.h | 84 asm_fprintf (STREAM, "%U%s", arm_strip_name_encoding (NAME)) 120 asm_fprintf ((STREAM), ", %d\t%@ %d\n", \
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | sysv4.h | 425 asm_fprintf (FILE, "%L%s", PREFIX) 491 asm_fprintf (FILE, \ 503 asm_fprintf (FILE, \
|
| HD | rs6000.c | 10335 asm_fprintf (file, RS6000_CALL_GLUE); in print_operand() 16482 asm_fprintf (file, "\t{st|stw} %s,4(%s)\n", in output_function_profiler() 16487 asm_fprintf (file, "\tbcl 20,31,1f\n1:\n\t{st|stw} %s,4(%s)\n", in output_function_profiler() 16489 asm_fprintf (file, "\tmflr %s\n", reg_names[12]); in output_function_profiler() 16490 asm_fprintf (file, "\t{cau|addis} %s,%s,", in output_function_profiler() 16493 asm_fprintf (file, "-1b@ha\n\t{cal|la} %s,", reg_names[0]); in output_function_profiler() 16495 asm_fprintf (file, "-1b@l(%s)\n", reg_names[12]); in output_function_profiler() 16500 asm_fprintf (file, "\t{st|stw} %s,4(%s)\n", in output_function_profiler() 16502 asm_fprintf (file, "\tmflr %s\n", reg_names[12]); in output_function_profiler() 16503 asm_fprintf (file, "\t{l|lwz} %s,", reg_names[0]); in output_function_profiler() [all …]
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | i386.h | 2040 asm_fprintf ((FILE), "\tpush{q}\t%%r%s\n", \ 2043 asm_fprintf ((FILE), "\tpush{l}\t%%e%s\n", reg_names[(REGNO)]); \ 2052 asm_fprintf ((FILE), "\tpop{q}\t%%r%s\n", \ 2055 asm_fprintf ((FILE), "\tpop{l}\t%%e%s\n", reg_names[(REGNO)]); \
|
| HD | i386.c | 9229 asm_fprintf (file, "%s%U%s+[.-%s%d]\n", in ix86_output_addr_diff_elt()
|
| /NextBSD/contrib/gcc/ |
| HD | output.h | 123 extern void asm_fprintf (FILE *file, const char *p, ...)
|
| HD | builtin-attrs.def | 87 DEF_ATTR_IDENT (ATTR_ASM_FPRINTF, "asm_fprintf")
|
| HD | defaults.h | 155 #define ASM_OUTPUT_LABELREF(FILE,NAME) asm_fprintf ((FILE), "%U%s", (NAME))
|
| HD | final.c | 3328 asm_fprintf (FILE *file, const char *p, ...) in asm_fprintf() function
|
| HD | ChangeLog-1999 | 6486 * final.c (asm_fprintf): Likewise. 12447 * config/arm/arm.c: Replace %R%s in asm_fprintf strings with %r. 12448 * config/arm/arm.h: Replace %R%s in asm_fprintf strings with %r. 12452 * final.c (asm_fprintf): Accept ASM_FPRINTF_EXTENSIONS, if 12852 Replace uses of fprintf with asm_fprintf where appropriate. 12874 Replace uses of fprintf with asm_fprintf where appropriate. 13754 asm_fprintf format string by itself. 14435 asm_fprintf and %L to generate the label name. 20994 * final.c (end_final, output_operand_lossage, asm_fprintf): Likewise. 20996 * output.h (end_final, output_operand_lossage, asm_fprintf, [all …]
|
| HD | FSFChangeLog | 1042 Use asm_fprintf and convert fprintf to fputs.
|
| HD | ChangeLog-1998 | 2293 * final.c (asm_fprintf): Likewise. 2881 * defaults.h (ASM_OUTPUT_LABELREF): Use asm_fprintf instead of 2885 * final.c (asm_fprintf): Use user_label_prefix instead. 11074 (output_function_profiler): Use asm_fprintf and fputs. 16924 (asm_fprintf): Likewise, likewise.
|
| HD | ChangeLog-2003 | 5005 argument to asm_fprintf statement. 17502 * final.c (asm_fprintf): Use HOST_WIDE_INT_PRINT. 19421 asm_fprintf format checks. 20960 * final.c (asm_fprintf): Update comments, accept "-+ #0" flags, 21356 (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF. 21944 * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers. 22368 * final.c (output_operand_lossage, asm_fprintf): Likewise. 22418 HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
|
| HD | ChangeLog-2002 | 5602 * config/vax/vax.c (vax_output_function_prologue): Use asm_fprintf. 5605 assemble_name, asm_fprintf, and VAX_FUNCTION_PROFILER_NAME. 5606 (ASM_OUTPUT_MI_THUNK): Use asm_fprintf instead of REGISTER_PREFIX. 9794 * arc.c (output_shift): Use stdio instead of asm_fprintf. 9806 print_operand_address): Use stdio instead of asm_fprintf. 9810 asm_fprintf.
|
| HD | FSFChangeLog.10 | 842 (FUNCTION_PROFILER): Call asm_fprintf instead of normal fprintf. 3782 dependent mnemonics, asm_fprintf, and reg_names array.
|
| HD | ChangeLog-2000 | 25324 asm_fprintf. 25469 * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U. 25471 (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L. 25472 (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U. 25934 asm_fprintf().
|
| HD | ChangeLog-2001 | 7918 * final.c (output_asm_insn, asm_fprintf): Likewise. 25476 * config/arm/arm.h (ASM_OUTPUT_LABELREF): Use asm_fprintf.
|
| /NextBSD/contrib/gcc/config/ |
| HD | darwin.h | 620 asm_fprintf (FILE, "%U%s", xname); \
|
| /NextBSD/contrib/gcc/config/mips/ |
| HD | mips.h | 2216 asm_fprintf ((FILE), "%U%s", \ 2219 asm_fprintf ((FILE), "%U%s", (NAME))
|
| /NextBSD/contrib/gcc/doc/ |
| HD | tm.texi | 7715 @findex asm_fprintf 7721 @samp{%U}, and @samp{%I} options of @code{asm_fprintf} (see 7730 the @code{asm_fprintf} function. This allows targets to define extra 7733 generic extensions to asm_fprintf, and so are not available to target 7752 first argument of @code{asm_fprintf}. This construct outputs 7761 operands to @code{asm_fprintf}.
|