Home
last modified time | relevance | path

Searched refs:asm_fprintf (Results 1 – 25 of 27) sorted by relevance

12

/NextBSD/contrib/gcc/config/arm/
HDaout.h218 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)
HDarm.h1541 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 …]
HDarm.c8417 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 …]
HDnetbsd-elf.h98 asm_fprintf (STREAM, "\tmov\t%Rip, %Rlr\n"); \
99 asm_fprintf (STREAM, "\tbl\t__mcount%s\n", \
HDfreebsd.h144 asm_fprintf (STREAM, "\tmov\t%Rip, %Rlr\n"); \
145 asm_fprintf (STREAM, "\tbl\t__mcount%s\n", \
HDpe.h84 asm_fprintf (STREAM, "%U%s", arm_strip_name_encoding (NAME))
120 asm_fprintf ((STREAM), ", %d\t%@ %d\n", \
/NextBSD/contrib/gcc/config/rs6000/
HDsysv4.h425 asm_fprintf (FILE, "%L%s", PREFIX)
491 asm_fprintf (FILE, \
503 asm_fprintf (FILE, \
HDrs6000.c10335 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/
HDi386.h2040 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)]); \
HDi386.c9229 asm_fprintf (file, "%s%U%s+[.-%s%d]\n", in ix86_output_addr_diff_elt()
/NextBSD/contrib/gcc/
HDoutput.h123 extern void asm_fprintf (FILE *file, const char *p, ...)
HDbuiltin-attrs.def87 DEF_ATTR_IDENT (ATTR_ASM_FPRINTF, "asm_fprintf")
HDdefaults.h155 #define ASM_OUTPUT_LABELREF(FILE,NAME) asm_fprintf ((FILE), "%U%s", (NAME))
HDfinal.c3328 asm_fprintf (FILE *file, const char *p, ...) in asm_fprintf() function
HDChangeLog-19996486 * 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 …]
HDFSFChangeLog1042 Use asm_fprintf and convert fprintf to fputs.
HDChangeLog-19982293 * 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.
HDChangeLog-20035005 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
HDChangeLog-20025602 * 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.
HDFSFChangeLog.10842 (FUNCTION_PROFILER): Call asm_fprintf instead of normal fprintf.
3782 dependent mnemonics, asm_fprintf, and reg_names array.
HDChangeLog-200025324 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().
HDChangeLog-20017918 * final.c (output_asm_insn, asm_fprintf): Likewise.
25476 * config/arm/arm.h (ASM_OUTPUT_LABELREF): Use asm_fprintf.
/NextBSD/contrib/gcc/config/
HDdarwin.h620 asm_fprintf (FILE, "%U%s", xname); \
/NextBSD/contrib/gcc/config/mips/
HDmips.h2216 asm_fprintf ((FILE), "%U%s", \
2219 asm_fprintf ((FILE), "%U%s", (NAME))
/NextBSD/contrib/gcc/doc/
HDtm.texi7715 @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}.

12