Home
last modified time | relevance | path

Searched refs:szty (Results 1 – 25 of 32) sorted by relevance

12

/netbsd/src/external/bsd/pcc/dist/pcc/arch/pdp10/
Dcode.c111 n += szty(sp[i]->stype); in bfcode()
137 if (szty(p->n_type) == 2) in mkreg()
157 else if (regnum + szty(r->n_type) > 8) in fixargs()
174 regnum += szty(r->n_type); in fixargs()
Dmacdefs.h127 #define szty(t) (((t) == DOUBLE || (t) == FLOAT || \ macro
236 #define PCLASS(p) (szty(p->n_type) == 2 ? SBREG : SAREG)
237 #define RETREG(x) (szty(x) == 2 ? XR1 : R1)
Dlocal2.c413 szty(p->n_right->n_type) > 1 ? val : in constput()
1242 return (szty(t) == 2 ? CLASSB : CLASSA); in gclass()
1252 return szty(t); in argsiz()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/vax/
Dmacdefs.h231 #define szty(t) (((t) == DOUBLE || (t) == LONGLONG || (t) == ULONGLONG) ? 2 : 1) macro
242 #define PCLASS(p) (szty(p->n_type) == 2 ? SBREG : SAREG)
243 #define RETREG(x) (szty(x) == 2 ? XR0 : R0)
Dorder.c124 p->su = szty( p->type ); /* 2 for float or double, else 1 */;
138 if( p->su == szty(p->type) &&
153 p->su = p->left->su + (szty( p->type ) > 1 ? 2 : 0) ;
214 p->su = max(sul,szty(p->right->type)+sur);
Dlocal2.c1348 return szty(t); in argsiz()
1377 return (szty(t) == 2 ? CLASSB : CLASSA); in gclass()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/nova/
Dmacdefs.h117 #define szty(t) ((t) == DOUBLE || (t) == LDOUBLE || \ macro
166 w->r_color = freetemp(szty(p->n_type)); \
Dlocal2.c568 size += szty(p->n_right->n_type); in lastcall()
571 size += szty(p->n_type); in lastcall()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/hppa/
Dcode.c154 sz = szty(sp->stype); in bfcode()
228 sz = szty(p->n_type); in funarg()
Dmacdefs.h114 #define szty(t) (((t) == DOUBLE || (t) == LONGLONG || (t) == ULONGLONG) ? 2 : \ macro
/netbsd/src/external/bsd/pcc/dist/pcc/arch/arm/
Dorder.c325 num += szty(p->n_right->n_type); in livecall()
326 num += szty(p->n_right->n_type); in livecall()
Dmacdefs.h113 #define szty(t) (((t) == DOUBLE || (t) == LDOUBLE || \ macro
/netbsd/src/external/bsd/pcc/dist/pcc/arch/powerpc/
Dorder.c392 num += szty(p->n_right->n_type); in livecall()
393 num += szty(p->n_right->n_type); in livecall()
Dmacdefs.h135 #define szty(t) (((t) == DOUBLE || (t) == LDOUBLE || \ macro
/netbsd/src/external/bsd/pcc/dist/pcc/arch/m16c/
Dmacdefs.h120 #define szty(t) (((t) == LONG || (t) == ULONG || \ macro
Dorder.c307 int k = (freetemp(szty(t))); in gencall()
541 k = (freetemp(szty(t))); in storearg()
Dlocal2.c552 q = mklnode(OREG, (freetemp(szty(right->n_type))),
/netbsd/src/external/bsd/pcc/dist/pcc/arch/pdp11/
Dmacdefs.h133 #define szty(t) ((t) == DOUBLE || (t) == LONGLONG || (t) == ULONGLONG ? 4 : \ macro
/netbsd/src/external/bsd/pcc/dist/pcc/arch/amd64/
Dmacdefs.h142 #define szty(t) (t < LONG || t == FLOAT ? 1 : t == LDOUBLE ? 4 : 2) macro
/netbsd/src/external/bsd/pcc/dist/pcc/arch/sparc64/
Dmacdefs.h110 #define szty(t) ((ISPTR(t) || (t) == DOUBLE || \ macro
/netbsd/src/external/bsd/pcc/dist/pcc/arch/mips/
Dmacdefs.h132 #define szty(t) (((t) == DOUBLE || (t) == LDOUBLE || \ macro
/netbsd/src/external/bsd/pcc/dist/pcc/mip/
Dregs.c270 if (ntsz < NNEEDS(NTMASK, NTEMP) * szty(p->n_type)) in nsucomp()
271 ntsz = NNEEDS(NTMASK, NTEMP) * szty(p->n_type); in nsucomp()
1508 for (i = 0; i < szty(p->n_type); i++) { in unionize()
1522 for (i = 0; i < szty(p->n_type); i++) { in unionize()
2471 w->r_color = freetemp(szty(p->n_type)); in longtemp()
2512 off = freetemp(szty(p->n_type)); in shstore()
2599 off = freetemp(szty(p->n_type)); in shorttemp()
Dreader.c256 aof[tnr][1] = freetemp(szty(p->n_left->n_type)); in findaof()
1376 aor[regno(p)][1] = freetemp(szty(p->n_type)); in deltemp()
1468 szty(qr->n_type)==1 &&
1799 ooff = freetemp(szty(t));
/netbsd/src/external/bsd/pcc/dist/pcc/arch/i386/
Dmacdefs.h153 #define szty(t) (((t) == DOUBLE || (t) == FLOAT || \ macro
Dlocal.c1284 size += szty(t) * SZINT / SZCHAR;
1290 size += szty(t) * SZINT / SZCHAR;

12