Searched refs:asm_fprintf (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/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 Dfreebsd.h102 asm_fprintf (STREAM, "\tmov\t%Rip, %Rlr\n"); \
103 asm_fprintf (STREAM, "\tbl\t__mcount%s\n", \
H A Dnetbsd-elf.h98 asm_fprintf (STREAM, "\tmov\t%Rip, %Rlr\n"); \
99 asm_fprintf (STREAM, "\tbl\t__mcount%s\n", \
H A Dpe.h88 asm_fprintf (STREAM, "%U%s", arm_strip_name_encoding (NAME))
124 asm_fprintf ((STREAM), ", %d\t%@ %d\n", \
H A Darm.h748 by asm_fprintf:
1548 asm_fprintf (STREAM, "\tmov\t%r, %r\n\tbl\t", \
1650 asm_fprintf (FILE, "\tldr\t%r, [%r, #0]\n", \
1652 asm_fprintf (FILE, "\tldr\t%r, [%r, #0]\n", \
1669 asm_fprintf (FILE, "\tldr\t%r, [%r, #8]\n", \
1671 asm_fprintf (FILE, "\tldr\t%r, [%r, #8]\n", \
1673 asm_fprintf (FILE, "\torr\t%r, %r, #1\n", \
1675 asm_fprintf (FILE, "\tbx\t%r\n", IP_REGNUM); \
2186 asm_fprintf (STREAM,"\tstmfd\t%r!,{%r}\n", \
2189 asm_fprintf (STREA
[all...]
H A Darm.c8430 asm_fprintf (stream, instr, reg);
8439 asm_fprintf (stream, "%r", i);
8466 asm_fprintf (stream, "fldmfdx\t%r!, {", base);
8472 asm_fprintf (stream, "d%d", i);
9805 asm_fprintf (f, "\t%@ Function supports interworking.\n");
9808 asm_fprintf (f, "\t%@ Interrupt Service Routine.\n");
9811 asm_fprintf (f, "\t%@ Fast Interrupt Service Routine.\n");
9814 asm_fprintf (f, "\t%@ ARM Exception Handler.\n");
9819 asm_fprintf (f, "\t%@ Naked Function: prologue and epilogue provided by programmer.\n");
9822 asm_fprintf (
[all...]
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Dsysv4.h423 asm_fprintf (FILE, "%L%s", PREFIX)
489 asm_fprintf (FILE, \
501 asm_fprintf (FILE, \
H A Drs6000.c10361 asm_fprintf (file, RS6000_CALL_GLUE);
16519 asm_fprintf (file, "\t{st|stw} %s,4(%s)\n",
16524 asm_fprintf (file, "\tbcl 20,31,1f\n1:\n\t{st|stw} %s,4(%s)\n",
16526 asm_fprintf (file, "\tmflr %s\n", reg_names[12]);
16527 asm_fprintf (file, "\t{cau|addis} %s,%s,",
16530 asm_fprintf (file, "-1b@ha\n\t{cal|la} %s,", reg_names[0]);
16532 asm_fprintf (file, "-1b@l(%s)\n", reg_names[12]);
16537 asm_fprintf (file, "\t{st|stw} %s,4(%s)\n",
16539 asm_fprintf (file, "\tmflr %s\n", reg_names[12]);
16540 asm_fprintf (fil
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Doutput.h123 extern void asm_fprintf (FILE *file, const char *p, ...)
H A Ddefaults.h155 #define ASM_OUTPUT_LABELREF(FILE,NAME) asm_fprintf ((FILE), "%U%s", (NAME))
H A Dfinal.c3345 asm_fprintf (FILE *file, const char *p, ...)
3480 /* Uppercase letters are reserved for general use by asm_fprintf
3484 to asm_fprintf they should be removed from this list. */
3328 asm_fprintf (FILE *file, const char *p, ...) function
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.h2048 asm_fprintf ((FILE), "\tpush{q}\t%%r%s\n", \
2051 asm_fprintf ((FILE), "\tpush{l}\t%%e%s\n", reg_names[(REGNO)]); \
2060 asm_fprintf ((FILE), "\tpop{q}\t%%r%s\n", \
2063 asm_fprintf ((FILE), "\tpop{l}\t%%e%s\n", reg_names[(REGNO)]); \
H A Di386.c9239 asm_fprintf (file, "%s%U%s+[.-%s%d]\n",
/freebsd-9.3-release/contrib/gcc/config/
H A Ddarwin.h620 asm_fprintf (FILE, "%U%s", xname); \
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.h2233 asm_fprintf ((FILE), "%U%s", \
2236 asm_fprintf ((FILE), "%U%s", (NAME))

Completed in 416 milliseconds