Searched refs:tempmin (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
| H A D | regs.c | 159 static int tempmin, tempmax, basetemp, xbits; variable 182 if (regno(p) < tempmin || regno(p) >= tempmax) in newblock() 184 p, regno(p), tempmin, tempmax); in newblock() 499 if (x >= MAXREGS && (x < tempmin || x >= tempmax)) in LIVEADD() 504 BITSET(live, (x-tempmin+MAXREGS)); in LIVEADD() 512 if (x >= MAXREGS && (x < tempmin || x >= tempmax)) in LIVEDEL() 517 BITCLEAR(live, (x-tempmin+MAXREGS)); in LIVEDEL() 521 (x >= MAXREGS ? BITSET(live, (x-tempmin+MAXREGS)) : BITSET(live, x)) 523 (x >= MAXREGS ? BITCLEAR(live, (x-tempmin+MAXREGS)) : BITCLEAR(live, x)) 787 AddEdge(&nblock[i+j+tempmin-MAXREGS],e); in addalledges() [all …]
|