Searched refs:NUMCLASS (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dmkext.c283 for (j = 0; j < NUMCLASS; j++)
315 fprintf(fc, "static int amap[MAXREGS][NUMCLASS] = {\n");
344 if (NUMCLASS > 1) fprintf(fc, ",0x%x", bb);
345 if (NUMCLASS > 2) fprintf(fc, ",0x%x", bc);
346 if (NUMCLASS > 3) fprintf(fc, ",0x%x", bd);
347 if (NUMCLASS > 4) fprintf(fc, ",0x%x", be);
348 if (NUMCLASS > 5) fprintf(fc, ",0x%x", bf);
349 if (NUMCLASS > 6) fprintf(fc, ",0x%x", bg);
375 fprintf(fc, "static int rmap[NUMCLASS][%d] = {\n", mx);
376 for (j = 0; j < NUMCLASS;
[all...]
H A Dregs.c131 int r_nclass[NUMCLASS+1]; /* count of adjacent classes */
407 int r[NUMCLASS+1];
410 for (i = 1; i < NUMCLASS+1; i++)
1928 int xncl[NUMCLASS+1], mcl = 0, j;
1930 for (j = 0; j < NUMCLASS+1; j++)
1946 if (++mcl == NUMCLASS)
1965 if (++mcl == NUMCLASS)
2974 for (j = 0; j < NUMCLASS+1; j++)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dmacdefs.h145 #define NUMCLASS 4 /* Number of register classes */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/nova/
H A Dmacdefs.h146 #define NUMCLASS 2 /* highest number of reg classes used */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A Dmacdefs.h228 #define NUMCLASS 2 /* highest number of reg classes used */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dmacdefs.h213 #define NUMCLASS 3 /* highest number of reg classes used */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dmacdefs.h118 #define NUMCLASS 4 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dmacdefs.h219 #define NUMCLASS 3 /* highest number of reg classes used */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/arm/
H A Dmacdefs.h160 #define NUMCLASS 3 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dmacdefs.h227 #define NUMCLASS 4 /* highest number of reg classes used */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/mips/
H A Dmacdefs.h226 #define NUMCLASS 3 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dmacdefs.h230 #define NUMCLASS 3 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dmacdefs.h159 #define NUMCLASS 2 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dmacdefs.h268 #define NUMCLASS 4 /* highest number of reg classes used */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dmacdefs.h445 #define NUMCLASS 4 /* highest number of reg classes used */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dmacdefs.h284 #define NUMCLASS 4 /* highest number of reg classes used */ macro

Completed in 221 milliseconds