Searched refs:ARGINIT (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dmacdefs.h35 #define ARGINIT 40 /* # bits above fp where arguments start */ macro
H A Dcode.c126 int argoff = ARGINIT;
/netbsd-current/external/bsd/pcc/dist/pcc/arch/nova/
H A Dmacdefs.h105 #define ARGINIT 0 /* first arg at 0 offset */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dmacdefs.h345 #define ARGINIT (24*8) /* # bits above fp where arguments start */ macro
350 #define ARGINIT (24*8) /* # bits above fp where arguments start */ macro
H A Dcode.c319 off = ARGINIT/SZINT + argofs;
419 /* int off = (ARGINIT+FIXEDSTACKSIZE*SZCHAR)/SZINT + argofs; */
420 int off = ARGINIT/SZINT + argofs;
1187 off = ARGINIT/SZCHAR + 4 * (*regp - R3);
H A Dlocal2.c1254 p2framesize = ARGINIT/SZCHAR; /* stack ptr / return addr */
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A Dmacdefs.h39 # define ARGINIT 32 macro
H A Dcode.c169 argbase = ARGINIT;
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dmacdefs.h39 #define ARGINIT 32 /* # bits above r5 where arguments start */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/mips/
H A Dlocal2.c107 rnames[FP], ARGINIT/SZCHAR, rnames[RA]);
113 printf("\t.frame %s,%d,%s\n", rnames[FP], ARGINIT/SZCHAR, rnames[RA]);
118 printf("\tsubu %s,%s,%d\n", rnames[SP], rnames[SP], ARGINIT/SZCHAR);
168 printf("\taddiu %s,%s,%d\n", rnames[SP], rnames[FP], ARGINIT/SZCHAR);
169 printf("\tlw %s,%d(%s)\n", rnames[RA], 4-ARGINIT/SZCHAR, rnames[SP]);
170 printf("\tlw %s,%d(%s)\n", rnames[FP], 0-ARGINIT/SZCHAR, rnames[SP]);
H A Dmacdefs.h50 #define ARGINIT (16*8) /* # bits above fp where arguments start */ macro
H A Dcode.c203 off = ARGINIT/SZINT + (reg - A0);
412 int off = ARGINIT/SZINT + (reg - A0);
549 off = ARGINIT/SZINT + nargregs;
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dcode.c134 argbase = ARGINIT;
187 * Now (argbase - ARGINIT) is used space on stack.
241 argstacksize = (argbase - ARGINIT)/SZCHAR;
H A Dmacdefs.h39 #define ARGINIT 64 /* # bits above fp where arguments start */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dmacdefs.h46 #define ARGINIT (7*8) /* XXX */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dmacdefs.h40 #define ARGINIT 128 /* # bits above fp where arguments start */ macro
H A Dcode.c248 nrsp = ARGINIT;
/netbsd-current/external/bsd/pcc/dist/pcc/arch/arm/
H A Dmacdefs.h212 #define ARGINIT (4*8) /* # bits above fp where arguments start */ macro
H A Dcode.c289 off = ARGINIT/SZINT + argofs;
375 int off = ARGINIT/SZINT + argofs;
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dmacdefs.h26 #define ARGINIT 64 /* # bits above fp where arguments start */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dmacdefs.h42 #define ARGINIT 36 /* # bits below fp where arguments start */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dcode.c251 argbase = ARGINIT;
317 * Now (argbase - ARGINIT) is used space on stack.
377 argstacksize += (argbase - ARGINIT)/SZCHAR;
H A Dmacdefs.h39 #define ARGINIT 64 /* # bits above fp where arguments start */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dmacdefs.h37 #define ARGINIT (32*8) /* bits below fp where args start */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dcgram.y1770 argoff = ARGINIT;

Completed in 275 milliseconds

12