Home
last modified time | relevance | path

Searched refs:BTMASK (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dmanifest.h106 #define BTMASK 0x1f macro
113 #define MODTYPE(x,y) x = ((x)&(~BTMASK))|(y) /* set basic type of x to y */
114 #define BTYPE(x) ((x)&BTMASK) /* basic type of x */
126 #define INCREF(x) ((((x)&~BTMASK)<<TSHIFT)|PTR|((x)&BTMASK))
127 #define INCQAL(x) ((((x)&~BTMASK)<<TSHIFT)|((x)&BTMASK))
128 #define DECREF(x) ((((x)>>TSHIFT)&~BTMASK)|((x)&BTMASK))
129 #define DECQAL(x) ((((x)>>TSHIFT)&~BTMASK)|((x)&BTMASK))
H A Dcommon.c589 static char * tnames[BTMASK+1] = { in tprint()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpftn.c384 if (type < BTMASK && (ap = attr_find(q->n_ap, GCC_ATYP_MODE))) { in defid()
631 while (!ISFTN(type) && !ISARY(type) && type > BTMASK) in dclargs()
633 if (type > BTMASK) in dclargs()
1150 for (; ty > BTMASK; ty = DECREF(ty)) { in talign()
1205 for (; ty > BTMASK; ty = DECREF(ty)) { in tsize()
1459 for (t = sp->stype; t > BTMASK; t = DECREF(t)) { in evalidx()
1481 for (t = sp->stype; t > BTMASK; t = DECREF(t)) { in isdyn()
1522 for (; t > BTMASK; t = DECREF(t)) { in dynalloc()
1976 while (!ISFTN(ty) && !ISARY(ty) && ty > BTMASK) in arglist()
1978 if (ty > BTMASK) in arglist()
[all …]
H A Dstabs.c180 for (; tw > BTMASK; tw = DECREF(tw)) { in findtype()
188 if (tw <= BTMASK) in findtype()
304 while (st == NULL && t > BTMASK) { in printtype()
H A Dtrees.c241 l->n_type < BTMASK && r->n_type < BTMASK) { in buildtree()
364 if ((l->n_type > BTMASK && ISCON(l->n_qual)) || in buildtree()
365 (l->n_type <= BTMASK && ISCON(l->n_qual << TSHIFT))) in buildtree()
837 if (tl < BTMASK && tr < BTMASK) { in conval()
1240 for (t = s.stype; t > BTMASK; t = DECREF(t)) { in bpsize()
2846 p->n_type = (p->n_type & ~BTMASK) | UCHAR; in delvoid()
2863 p->n_type = (p->n_type & ~BTMASK) | BOOL_TYPE; in delvoid()
3310 if (t <= BTMASK)
H A Dinline.c555 for (; t > BTMASK; t = DECREF(t)) in inline_args()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpftn.c662 while (!ISFTN(type) && !ISARY(type) && type > BTMASK) in dclargs()
664 if (type > BTMASK) in dclargs()
1156 for (; ty > BTMASK; ty = DECREF(ty)) { in talign()
1218 for (; ty > BTMASK; ty = DECREF(ty)) { in tsize()
1436 for (t = sp->stype; t > BTMASK; t = DECREF(t)) { in evalidx()
1458 for (t = sp->stype; t > BTMASK; t = DECREF(t)) { in isdyn()
1499 for (; t > BTMASK; t = DECREF(t)) { in dynalloc()
1989 while (!ISFTN(ty) && !ISARY(ty) && ty > BTMASK) in arglist()
1991 if (ty > BTMASK) in arglist()
2002 while (!ISFTN(ty) && !ISARY(ty) && ty > BTMASK) in arglist()
[all …]
H A Dstabs.c180 for (; tw > BTMASK; tw = DECREF(tw)) { in findtype()
188 if (tw <= BTMASK) in findtype()
303 while (st == NULL && t > BTMASK) { in printtype()
H A Dtrees.c244 l->n_type < BTMASK && r->n_type < BTMASK) { in buildtree()
426 if ((l->n_type > BTMASK && ISCON(l->n_qual)) || in buildtree()
427 (l->n_type <= BTMASK && ISCON(l->n_qual << TSHIFT))) in buildtree()
910 if (tl < BTMASK && tr < BTMASK) { in conval()
1328 for (t = s.stype; t > BTMASK; t = DECREF(t)) { in bpsize()
2920 p->n_type = (p->n_type & ~BTMASK) | UCHAR; in delvoid()
2937 p->n_type = (p->n_type & ~BTMASK) | BOOL_TYPE; in delvoid()
3558 if (t <= BTMASK)
H A Dinline.c649 for (; t > BTMASK; t = DECREF(t)) in inline_args()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dmacdefs.h225 p->n_type == ULONGLONG ? SCREG : p->n_type > BTMASK ? SBREG : SAREG)
238 (x) == LONGLONG || (x) == ULONGLONG ? D0D1 : (x) > BTMASK ? A0 : D0)
H A Dlocal2.c709 if (t > BTMASK) in gclass()
723 if (t < LONGLONG || t == FLOAT || t > BTMASK) in argsiz()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/nova/
H A Dlocal.c93 if (p->n_type > BTMASK && l->n_type > BTMASK) in clocal()
214 if (p->n_type > BTMASK && l->n_type > BTMASK) in clocal()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/
H A Dlocal.c265 if (p->n_type > BTMASK && l->n_type > BTMASK) in clocal()
381 if (t > BTMASK) in ninval()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dlocal.c459 e = t & ~BTMASK; in xptype()
511 t &= ~BTMASK; in pointp()
542 switch (BTMASK & t) { in offcon()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/mips/
H A Dlocal.c193 if (p->n_type > BTMASK && l->n_type > BTMASK) in clocal()
454 if (t > BTMASK) in ninval()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dmacdefs.h210 #define PCLASS(p) (p->n_type < LONG || p->n_type > BTMASK ? SAREG : \
H A Dlocal2.c670 if (t < LONG || t > BTMASK) { in rmove()
723 if (t < LONG || t > BTMASK) in gclass()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dlocal.c205 if (p->n_type > BTMASK && l->n_type > BTMASK) in clocal()
641 if (t > BTMASK) in ninval()
H A Dlocal2.c297 if (t < LONGLONG || t == FLOAT || t > BTMASK) in argsiz()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dcode.c159 if (s->stype > BTMASK) { in bfcode()
H A Dlocal.c222 if (t > BTMASK) in ninval()
H A Dorder.c440 t > BTMASK || t == FLOAT) { in storearg()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dlocal.c428 if (p->n_type > BTMASK && l->n_type > BTMASK) in clocal()
855 if (t > BTMASK)
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dcode.c365 for (i = 0; t > BTMASK; t = DECREF(t)) in bfcode()
1144 for (i = 0; t > BTMASK; t = DECREF(t)) in funcode()

12