| /src/external/bsd/pcc/dist/pcc/arch/amd64/ |
| code.c | 321 autooff += (2*SZLONG); 332 ecomp(movtomem(r, -autooff, FPREG)); 344 ecomp(movtomem(r, -autooff+SZLONG, FPREG)); 346 sp->soffset = -autooff; 373 SETOFF(autooff, ALMAX); 380 r = movtomem(r, -RSALONGOFF(i)-autooff, FPREG); 386 r = movtomem(r, -RSADBLOFF(i)-autooff, FPREG); 389 autooff += RSASZ; 390 rsaoff = autooff;
|
| /src/external/bsd/pcc/dist/pcc/arch/nova/ |
| local.c | 640 /* XXX remember old autooff for reorg of smaller vars */ 641 if (autooff < MAXZP * SZINT) 642 autooff = MAXZP * SZINT; 643 oalloc(sp, &autooff);
|
| /src/external/bsd/pcc/dist/pcc/arch/i86/ |
| code.c | 199 SETOFF(autooff, SZINT); 203 oalloc(sp2, &autooff);
|
| /src/external/bsd/pcc/dist/pcc/arch/m16c/ |
| code.c | 104 oalloc(s, &autooff);
|
| /src/external/bsd/pcc/dist/pcc/arch/i386/ |
| code.c | 330 SETOFF(autooff, SZINT); 334 oalloc(sp2, &autooff);
|
| /src/external/bsd/pcc/dist/pcc/arch/vax/ |
| local.c | 148 oalloc(q, &autooff);
|
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| pass1.h | 184 extern int autooff, maxautooff, argoff;
|
| cgram.y | 891 bc->contlab = autooff; 1400 if (autooff > maxautooff) 1401 maxautooff = autooff; 1402 autooff = savctx->contlab; 2018 oalloc(sp, &autooff);
|
| pftn.c | 74 int autooff, /* the next unused automatic offset */ variable 422 dynalloc(p, &autooff); 424 oalloc(p, &autooff); 557 maxautooff = autooff = AUTOINIT; 653 done: autooff = AUTOINIT; 3025 oalloc(&s, &autooff);
|
| init.c | 804 oalloc(csym, &autooff);
|
| trees.c | 2163 oalloc(sp, &autooff);
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| cgram.y | 856 bc->contlab = autooff; 1370 if (autooff > maxautooff) 1371 maxautooff = autooff; 1372 autooff = savctx->contlab; 1980 oalloc(sp, &autooff);
|
| pass1.h | 180 extern int autooff, maxautooff, argoff;
|
| pftn.c | 86 int autooff, /* the next unused automatic offset */ variable 456 dynalloc(p, &autooff); 458 oalloc(p, &autooff); 592 maxautooff = autooff = AUTOINIT; 685 done: autooff = AUTOINIT; 3085 oalloc(&s, &autooff);
|
| init.c | 827 oalloc(csym, &autooff);
|
| trees.c | 2235 oalloc(sp, &autooff);
|
| /src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
| code.c | 1505 oalloc(&s, &autooff); 1508 q = block(MINUS, q, bcon(autooff/SZCHAR), INCREF(ty),
|