Searched refs:LABFMT (Results 1 - 25 of 67) sorted by relevance

123

/netbsd-current/external/bsd/pcc/dist/pcc/arch/nova/
H A Dcode.c81 printf(LABFMT ":\n", sp->soffset);
102 printf("\t.local " LABFMT "\n", sp->soffset);
107 printf("\t.comm " LABFMT ",0%o,%d\n", sp->soffset, off, al);
H A Dmacdefs.h100 #define LABFMT "L%d" /* format for printing labels */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dflocal.c80 printf(LABFMT ":\n", k);
112 printf("\t.long\t" LABFMT "\n", (int)a);
H A Dcode.c117 printf(PRTPREF "\t.size " LABFMT ",%d\n", sp->soffset,
124 printf(PRTPREF LABFMT ":\n", sp->soffset);
240 "call " LABFMT ";" LABFMT ":;\tpopl %%0;"
241 "\taddl $_GLOBAL_OFFSET_TABLE_+[.-" LABFMT "], %%0;",
H A Dlocal.c252 snprintf(buf, 32, LABFMT, (int)p->n_sp->soffset);
277 snprintf(buf1, 32, LABFMT, (int)p->n_sp->soffset);
1067 printf(PRTPREF "\t.lcomm " LABFMT ",0%o,%d\n", sp->soffset, off, al);
1072 printf(PRTPREF "\t.comm " LABFMT ",0%o,%d\n", sp->soffset, off, al);
1083 printf(PRTPREF "\t.local " LABFMT "\n", sp->soffset);
1088 printf(PRTPREF "\t.comm " LABFMT ",0%o,%d\n", sp->soffset, off, al);
1096 printf(PRTPREF "\t.%scomm " LABFMT ",0%o\n",
H A Dlocal2.c46 printf(LABFMT ":\n", label);
373 printf(LABFMT ": .long 0,0x80000000,0x403f\n", loadlab);
383 printf(" jge " LABFMT "\n", jmplab);
386 printf(" fldt " LABFMT "%s\n", loadlab, kflag ? "@GOTOFF" : "");
396 printf(LABFMT ":\n", jmplab);
866 printf(" %s " LABFMT "\n", ccbranches[o-EQ], lab);
H A Dmacdefs.h113 #define LABFMT ".L%d" /* format for printing labels */ macro
116 #define LABFMT "L%d" /* format for printing labels */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dflocal.c80 printf(LABFMT ":\n", k);
112 printf("\t.long\t" LABFMT "\n", (int)a);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dlocal2.c94 printf(LABFMT ":\n", label);
625 printf(LABFMT ":\t.long 0x41e00000\n\t.long 0\n", lab);
649 printf(LABFMT, lab);
652 printf(LABFMT, lab);
657 printf(LABFMT "\n", lab);
664 printf("%s," LABFMT "@ha\n", rnames[R31], lab);
666 printf(LABFMT "@l", lab);
673 printf(LABFMT, lab);
678 printf(LABFMT, lab);
687 printf("\tbeq cr7,"LABFMT "\
[all...]
H A Dmacdefs.h112 #define LABFMT ".L%d" /* format for printing labels */ macro
115 #define LABFMT "L%d" /* format for printing labels */ macro
H A Dlocal.c157 snprintf(buf, 64, LABFMT, (int)p->n_sp->soffset);
180 snprintf(buf1, 64, LABFMT, (int)p->n_sp->soffset);
819 printf(LABFMT ":\n", sp->soffset);
912 printf("+" LABFMT, q->soffset);
1023 printf(LABFMT ",%d\n", sp->soffset, off);
1050 printf("\t.lcomm " LABFMT ",%d\n", q->soffset, off);
1059 printf(LABFMT ":\n", label);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dlocal2.c43 printf(LABFMT ":\n", label);
75 printf(" jmp.w " LABFMT "\n", ftlab1);
111 printf(" jmp.w " LABFMT "\n", ftlab2);
253 printf(LABFMT, (int)p->n_lval);
468 printf(" %s " LABFMT "\n", ccbranches[o-EQ], lab);
H A Dlocal.c238 printf("+" LABFMT, q->soffset);
350 printf(" .lcomm " LABFMT ",0%o\n", q->soffset, off);
359 printf(LABFMT ":\n", label);
H A Dmacdefs.h103 #define LABFMT "L%d" /* format for printing labels */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dcode.c80 printf("\t.type\t" LABFMT ", @%s\n\t.label\t" LABFMT "\n",
/netbsd-current/external/bsd/pcc/dist/pcc/arch/mips/
H A Dmacdefs.h114 #define LABFMT "$L%d" /* format for printing labels */ macro
117 #define LABFMT "L%d" /* format for printing labels */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A Dcode.c120 printf(LABFMT ":\n", sp->soffset);
271 printf(" .word " LABFMT "-" LABFMT "\n",
H A Dmacdefs.h95 # define LABFMT ".L%d" macro
H A Dlocal.c320 printf("\t.local " LABFMT "\n", sp->soffset);
325 printf("\t.comm " LABFMT ",0%o,%d\n", sp->soffset, off, al);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dcode.c64 printf(LABFMT ":\n", sp->soffset);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dmacdefs.h103 #define LABFMT "L%d" /* format for printing labels */ macro
H A Dlocal.c369 printf(LABFMT ":", sp->soffset);
378 printf(LABFMT ",0%o\n", sp->soffset, off);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dlocal2.c37 printf(LABFMT ":\n", label);
240 printf("%s " LABFMT "\n", s, p->n_label);
476 printf(" %s " LABFMT "\n", ccbranches[o-EQ], lab);
H A Dlocal.c131 snprintf(buf, 32, LABFMT, (int)p->n_sp->soffset);
487 printf("\t.local " LABFMT "\n", sp->soffset);
492 printf("\t.comm " LABFMT ",0%o,%d\n", sp->soffset, off, al);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dlocal.c264 printf("\t.comm " LABFMT ",%d\n", sp->soffset, off);

Completed in 1211 milliseconds

123