Searched refs:szty (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dcode.c111 n += szty(sp[i]->stype);
137 if (szty(p->n_type) == 2)
157 else if (regnum + szty(r->n_type) > 8)
174 regnum += szty(r->n_type);
H A 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)
H A Dlocal2.c413 szty(p->n_right->n_type) > 1 ? val :
1242 return (szty(t) == 2 ? CLASSB : CLASSA);
1252 return szty(t);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A 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)
H A 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);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/nova/
H A Dmacdefs.h117 #define szty(t) ((t) == DOUBLE || (t) == LDOUBLE || \ macro
166 w->r_color = freetemp(szty(p->n_type)); \
H A Dlocal2.c568 size += szty(p->n_right->n_type);
571 size += szty(p->n_type);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dmacdefs.h120 #define szty(t) (((t) == LONG || (t) == ULONG || \ macro
H A Dorder.c307 int k = (freetemp(szty(t)));
541 k = (freetemp(szty(t)));
H A Dlocal2.c552 q = mklnode(OREG, (freetemp(szty(right->n_type))),
/netbsd-current/external/bsd/pcc/dist/pcc/arch/arm/
H A Dorder.c325 num += szty(p->n_right->n_type);
326 num += szty(p->n_right->n_type);
H A Dmacdefs.h113 #define szty(t) (((t) == DOUBLE || (t) == LDOUBLE || \ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dcode.c154 sz = szty(sp->stype);
228 sz = szty(p->n_type);
H A Dmacdefs.h114 #define szty(t) (((t) == DOUBLE || (t) == LONGLONG || (t) == ULONGLONG) ? 2 : \ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dorder.c392 num += szty(p->n_right->n_type);
393 num += szty(p->n_right->n_type);
H A Dmacdefs.h135 #define szty(t) (((t) == DOUBLE || (t) == LDOUBLE || \ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dmacdefs.h133 #define szty(t) ((t) == DOUBLE || (t) == LONGLONG || (t) == ULONGLONG ? 4 : \ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dmacdefs.h110 #define szty(t) ((ISPTR(t) || (t) == DOUBLE || \ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dmacdefs.h142 #define szty(t) (t < LONG || t == FLOAT ? 1 : t == LDOUBLE ? 4 : 2) macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dmacdefs.h124 #define szty(t) ((t) == LDOUBLE ? 3 : \ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/mips/
H A Dmacdefs.h132 #define szty(t) (((t) == DOUBLE || (t) == LDOUBLE || \ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dmacdefs.h136 #define szty(t) (((t) == DOUBLE || (t) == FLOAT || \ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dmacdefs.h153 #define szty(t) (((t) == DOUBLE || (t) == FLOAT || \ macro
/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dreader.c256 aof[tnr][1] = freetemp(szty(p->n_left->n_type));
1376 aor[regno(p)][1] = freetemp(szty(p->n_type));
1468 szty(qr->n_type)==1 &&
1799 ooff = freetemp(szty(t));
H A Dregs.c270 if (ntsz < NNEEDS(NTMASK, NTEMP) * szty(p->n_type))
271 ntsz = NNEEDS(NTMASK, NTEMP) * szty(p->n_type);
1508 for (i = 0; i < szty(p->n_type); i++) {
1522 for (i = 0; i < szty(p->n_type); i++) {
2471 w->r_color = freetemp(szty(p->n_type));
2512 off = freetemp(szty(p->n_type));
2599 off = freetemp(szty(p->n_type));

Completed in 311 milliseconds

12