Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/gcc/config/arm/
H A Daout.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)
H A Darm.h2305 asm_fprintf (STREAM, "[%r, #%wd]", \
2310 asm_fprintf (STREAM, "[%r, %s%r]", \
2321 asm_fprintf (STREAM, "[%r, %s%r", \
2341 asm_fprintf (STREAM, "[%r, #%s%d]!", \
2346 asm_fprintf (STREAM, "[%r], #%s%d", \
2355 asm_fprintf (STREAM, "#%wd]!", \
2358 asm_fprintf (STREAM, "%r]!", \
2365 asm_fprintf (STREAM, "#%wd", \
2368 asm_fprintf (STREAM, "%r", \
2384 asm_fprintf (STREAM, "[%r, #%wd]", \
[all …]
H A Darm.c8417 asm_fprintf (stream, instr, reg); in print_multi_reg()
8426 asm_fprintf (stream, "%r", i); in print_multi_reg()
8459 asm_fprintf (stream, "d%d", i); in arm_output_fldmx()
11168 asm_fprintf (stream, "%r", in arm_print_operand()
11174 asm_fprintf (stream, "{%r-%r}", in arm_print_operand()
12985 asm_fprintf (f, "%r", regno); in thumb_pushpop()
12998 asm_fprintf (f, "%r", regno); in thumb_pushpop()
13036 asm_fprintf (f, "%r", PC_REGNUM); in thumb_pushpop()
13987 asm_fprintf (f, "%r%s", regno, in thumb_output_function_prologue()
14042 asm_fprintf (f, "\t.pad #16\n"); in thumb_output_function_prologue()
[all …]
H A Dnetbsd-elf.h98 asm_fprintf (STREAM, "\tmov\t%Rip, %Rlr\n"); \
99 asm_fprintf (STREAM, "\tbl\t__mcount%s\n", \
H A Dfreebsd.h144 asm_fprintf (STREAM, "\tmov\t%Rip, %Rlr\n"); \
145 asm_fprintf (STREAM, "\tbl\t__mcount%s\n", \
H A Dpe.h84 asm_fprintf (STREAM, "%U%s", arm_strip_name_encoding (NAME))
120 asm_fprintf ((STREAM), ", %d\t%@ %d\n", \
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Dsysv4.h425 asm_fprintf (FILE, "%L%s", PREFIX)
491 asm_fprintf (FILE, \
503 asm_fprintf (FILE, \
H A Drs6000.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()
16490 asm_fprintf (file, "\t{cau|addis} %s,%s,", in output_function_profiler()
16500 asm_fprintf (file, "\t{st|stw} %s,4(%s)\n", in output_function_profiler()
16509 asm_fprintf (file, "\t{st|stw} %s,4(%s)\n", in output_function_profiler()
16516 asm_fprintf (file, "\t{l|lwz} %s,0(%s)\n", in output_function_profiler()
16518 asm_fprintf (file, "\t{cax|add} %s,%s,%s\n", in output_function_profiler()
16526 asm_fprintf (file, "\t{st|stw} %s,4(%s)\n", in output_function_profiler()
16530 asm_fprintf (file, "@l(%s)\n", reg_names[12]); in output_function_profiler()
16553 asm_fprintf (file, "\tstd %s,24(%s)\n", in output_function_profiler()
[all …]
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.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)]); \
H A Di386.c9229 asm_fprintf (file, "%s%U%s+[.-%s%d]\n", in ix86_output_addr_diff_elt()
/freebsd-12.1/contrib/gcc/
H A Doutput.h123 extern void asm_fprintf (FILE *file, const char *p, ...)
H A Dbuiltin-attrs.def87 DEF_ATTR_IDENT (ATTR_ASM_FPRINTF, "asm_fprintf")
H A Ddefaults.h155 #define ASM_OUTPUT_LABELREF(FILE,NAME) asm_fprintf ((FILE), "%U%s", (NAME))
H A Dfinal.c3328 asm_fprintf (FILE *file, const char *p, ...) in asm_fprintf() function
H A DChangeLog-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 …]
H A DFSFChangeLog1042 Use asm_fprintf and convert fprintf to fputs.
H A DChangeLog-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.
H A DChangeLog-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
H A DChangeLog-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.
H A DFSFChangeLog.10842 (FUNCTION_PROFILER): Call asm_fprintf instead of normal fprintf.
3782 dependent mnemonics, asm_fprintf, and reg_names array.
H A DChangeLog-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().
H A DChangeLog-20017918 * final.c (output_asm_insn, asm_fprintf): Likewise.
25476 * config/arm/arm.h (ASM_OUTPUT_LABELREF): Use asm_fprintf.
/freebsd-12.1/contrib/gcc/config/
H A Ddarwin.h620 asm_fprintf (FILE, "%U%s", xname); \
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.h2219 asm_fprintf ((FILE), "%U%s", \
2222 asm_fprintf ((FILE), "%U%s", (NAME))
/freebsd-12.1/contrib/gcc/doc/
H A Dtm.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