Searched refs:ALSTACK (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dmacdefs.h71 #define ALSTACK 16 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/nova/
H A Dmacdefs.h65 #define ALSTACK 16 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A Dmacdefs.h62 # define ALSTACK 32 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dmacdefs.h70 #define ALSTACK 16 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dmacdefs.h73 #define ALSTACK 64 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dmacdefs.h71 #define ALSTACK 64 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/arm/
H A Dmacdefs.h67 #define ALSTACK 32 macro
H A Dlocal.c570 p = buildtree(PLUS, p, bcon(ALSTACK/8 - 1));
571 p = block(AND, p, bcon(-ALSTACK/8), p->n_type, p->n_df, p->n_ap);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dmacdefs.h57 #define ALSTACK 32 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/mips/
H A Dmacdefs.h81 #define ALSTACK 32 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dmacdefs.h79 #define ALSTACK (16*SZCHAR) macro
H A Dlocal.c771 p = buildtree(PLUS, p, bcon(ALSTACK/SZCHAR));
1237 p = buildtree(PLUS, p, bcon(ALSTACK/8 - 1));
1238 p = block(AND, p, bcon(-ALSTACK/8), p->n_type, p->n_df, p->n_ap);
H A Dlocal2.c1260 p2framesize += (ALSTACK/SZCHAR - 1); /* round to 16-byte boundary */
1261 p2framesize &= ~(ALSTACK/SZCHAR - 1);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dmacdefs.h73 #define ALSTACK 36 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dmacdefs.h70 #define ALSTACK 16 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dmacdefs.h68 #define ALSTACK 64 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dmacdefs.h78 #define ALSTACK 32 macro

Completed in 232 milliseconds