Searched refs:MAXREGS (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dmkext.c80 int roverlay[MAXREGS][MAXREGS] = { ROVERLAP };
81 int regclassmap[CLASSG][MAXREGS]; /* CLASSG is highest class */
237 for (i = j = 0; i < MAXREGS; i++)
244 for (i = j = 0; i < MAXREGS; i++)
252 for (j = 0; j < MAXREGS; j += bitsz) {
255 if (i+j == MAXREGS)
263 for (j = 0; j < MAXREGS; j += bitsz) {
266 if (i+j == MAXREGS)
282 for (i = 0; i < MAXREGS;
[all...]
H A Dregs.c499 if (x >= MAXREGS && (x < tempmin || x >= tempmax))
501 if (x < MAXREGS) {
504 BITSET(live, (x-tempmin+MAXREGS));
512 if (x >= MAXREGS && (x < tempmin || x >= tempmax))
514 if (x < MAXREGS) {
517 BITCLEAR(live, (x-tempmin+MAXREGS));
521 (x >= MAXREGS ? BITSET(live, (x-tempmin+MAXREGS)) : BITSET(live, x))
523 (x >= MAXREGS ? BITCLEAR(live, (x-tempmin+MAXREGS))
[all...]
H A Dmanifest.h266 #define NIPPREGS BIT2BYTE(MAXREGS)/sizeof(bittype)
H A Doptim2.c1205 (i+defsites.low-p2e->ipp->ip_tmpnum+MAXREGS))) {
2031 b = b - suboff + MAXREGS;
2039 b = b - suboff + MAXREGS;
2118 xbits = p2e->epp->ip_tmpnum - p2e->ipp->ip_tmpnum + MAXREGS;
2149 #define PRTRG(x) printf("%d ", x < MAXREGS ? x : x + p2e->ipp->ip_tmpnum-MAXREGS)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dmacdefs.h158 #define MAXREGS 12 /* 12 registers */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/nova/
H A Dmacdefs.h131 #define MAXREGS 8 /* 0-29 */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dlocal2.c60 static int regoff[MAXREGS];
87 for (i = 0; i < MAXREGS; i++)
123 for (off = 4, i = 0; i < MAXREGS; i++)
158 for (i = 0; i < MAXREGS; i++)
753 char * rnames[MAXREGS] = {
H A Dmacdefs.h275 #define MAXREGS 151 macro
277 #define MAXREGS 125 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A Dmacdefs.h189 #define MAXREGS 033 /* 27 registers */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dmacdefs.h169 #define MAXREGS 030 /* 24 registers */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dlocal2.c43 static int regoff[MAXREGS];
64 for (i = 0; i < MAXREGS; i++)
81 for (i = 0; i < MAXREGS; i++)
167 for (i = 0; i < MAXREGS; i++)
697 r1 == MAXREGS ? "" : rnames[r1],
698 r2 == MAXREGS ? "" : rnames[r2], sh);
H A Dmacdefs.h192 #define MAXREGS 050 /* 40 registers */ macro
H A Dorder.c150 r1 = r2 = MAXREGS;
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dlocal2.c56 for (i = 0; i < MAXREGS; i++)
423 r1 == MAXREGS ? "" : rnames[r1],
424 r2 == MAXREGS ? "" : rnames[r2], sh);
H A Dmacdefs.h173 #define MAXREGS 31 /* 31 registers */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dmacdefs.h117 #define MAXREGS (31 + 31 + 16 + 2) macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/arm/
H A Dmacdefs.h161 #define MAXREGS 34 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/mips/
H A Dmacdefs.h225 #define MAXREGS 64 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dmacdefs.h231 #define MAXREGS 64 /* XXX cannot have more than 64 */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dmacdefs.h158 #define MAXREGS 29 /* 16 + 13 regs */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dmacdefs.h188 #define MAXREGS 047 /* 39 registers */ macro
H A Dlocal2.c68 for (i = 0; i < MAXREGS; i++)
85 for (i = 0; i < MAXREGS; i++)
123 for (i = 0; i < MAXREGS; i++)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dlocal2.c72 for (i = 0; i < MAXREGS; i++)
89 for (i = 0; i < MAXREGS; i++)
130 for (i = 0; i < MAXREGS; i++)
H A Dmacdefs.h205 #define MAXREGS 047 /* 39 registers */ macro
/netbsd-current/external/mit/lua/dist/src/
H A Dlcode.c39 #define MAXREGS 255 macro
475 if (newstack >= MAXREGS)

Completed in 300 milliseconds

12