Searched refs:SZINT (Results 1 - 25 of 67) sorted by relevance

123

/netbsd-current/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dftypes.h66 #define FSZINT (SZINT/SZCHAR)
73 #ifndef SZINT
76 #if SZINT == SZSHORT
78 #else /* SZLONG >= SZINT */
/netbsd-current/sys/arch/riscv/riscv/
H A Dspl.S37 #define SZINT (1 << INT_SCALESHIFT) define
137 INT_L t0, _C_LABEL(ipl_sie_map) + SZINT * IPL_SOFTCLOCK
144 INT_L t0, _C_LABEL(ipl_sie_map) + SZINT * IPL_SOFTBIO
151 INT_L t0, _C_LABEL(ipl_sie_map) + SZINT * IPL_SOFTNET
158 INT_L t0, _C_LABEL(ipl_sie_map) + SZINT * IPL_SOFTSERIAL
165 INT_L t0, _C_LABEL(ipl_sie_map) + SZINT * IPL_VM
172 INT_L t0, _C_LABEL(ipl_sie_map) + SZINT * IPL_SCHED
178 INT_L t0, _C_LABEL(ipl_sie_map) + SZINT * IPL_HIGH
/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dsoftfloat.h33 #define NFAARG ((SZLDOUBLE+SZINT+(SZINT-1))/SZINT)
/netbsd-current/external/bsd/pcc/dist/pcc/driver/
H A Dtarget.c76 #if (SZINT/SZCHAR) == 2
78 #elif (SZINT/SZCHAR) == 4
81 #error Do not understand SZINT
278 #if (SZINT == 16) && (SZLONG == 32) && (SZPOINT(CHAR) == 32)
282 #if (SZINT == 32) && (SZLONG == 32) && (SZPOINT(CHAR) == 32)
286 #if (SZINT == 32) && (SZLONG == 64) && (SZPOINT(CHAR) == 64)
290 #if (SZINT == 64) && (SZLONG == 64) && (SZPOINT(CHAR) == 64)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dlocal.c80 if (q->soffset/SZINT < 7) {
82 p->n_rval = q->soffset/SZINT;
85 q->soffset -= 7*SZINT;
539 p->n_lval = off/SZINT; /* Default */
588 if ((off % SZINT) == 0)
589 p = buildtree(MUL, p, bcon(off/SZINT));
629 * we also assume sz < SZINT
637 if ((sz + inwd) > SZINT)
643 if (inoff % SZINT == 0) {
776 off = (off+(SZINT
[all...]
H A Dlocal2.c60 addto /= SZINT/SZCHAR; /* use words here */
115 autos = autos + (SZINT-1);
116 addto = (autos - AUTOINIT)/SZINT + (MAXRVAR-regs);
144 spoff = autos + (SZINT-1);
147 spoff /= SZINT;
226 return(SZINT/SZCHAR);
728 attr_find(p->n_ap, ATTR_P2STRUCT)->iarg(0)/(SZINT/SZCHAR));
1251 return attr_find(p->n_ap, ATTR_P2STRUCT)->iarg(0)/(SZINT/SZCHAR);
H A Dcode.c100 sp[i]->soffset += SZINT * n;
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dcode.c153 argbase += SZINT;
172 SETOFF(sz, SZINT);
175 ((regparmarg - nrarg) * SZINT < sz)) { /* not in reg */
181 nrarg += sz/SZINT;
198 SETOFF(sz, SZINT);
199 SETOFF(autooff, SZINT);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dcode.c147 if (sz == SZCHAR || sz == SZSHORT || sz == SZINT || sz == SZLONGLONG) {
282 argbase += SZINT;
302 SETOFF(sz, SZINT);
305 ((regparmarg - nrarg) * SZINT < sz)) { /* not in reg */
311 nrarg += sz/SZINT;
329 SETOFF(sz, SZINT);
330 SETOFF(autooff, SZINT);
540 ap->amsize != SZINT && ap->amsize != SZLONGLONG)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A Dmacdefs.h43 # define SZINT 32 macro
63 #define MYVAARGSZ SZINT
/netbsd-current/external/bsd/pcc/dist/pcc/arch/nova/
H A Dlocal.c56 if (0 && q->soffset < MAXZP * SZINT &&
453 p = bcon(off/SZINT);
470 if ((off % SZINT) == 0)
471 p = buildtree(MUL, p, bcon(off/SZINT));
637 if (sp->soffset >= (MAXZP * SZINT))
641 if (autooff < MAXZP * SZINT)
642 autooff = MAXZP * SZINT;
H A Dmacdefs.h42 #define SZINT 16 macro
H A Dlocal2.c49 totstk = p2maxautooff/(SZINT/SZCHAR);
127 return(SZINT/SZCHAR);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dmacdefs.h48 #define SZINT 16 macro
H A Dlocal.c183 if ((off % SZINT) == 0)
184 p = buildtree(MUL, p, bcon(off/SZINT));
H A Dcode.c158 case SZINT:
/netbsd-current/external/bsd/pcc/dist/pcc/arch/arm/
H A Dlocal.c525 sz = SZINT / tsize(p->n_type, p->n_df, p->n_ap);
560 if (sz < SZINT/SZCHAR) {
564 sz = SZINT/SZCHAR;
569 if (sz > SZINT/SZCHAR && r->n_type != UNIONTY && r->n_type != STRTY) {
H A Dcode.c288 sz = tsize(sym->stype, sym->sdf, sym->sap) / SZINT;
289 off = ARGINIT/SZINT + argofs;
375 int off = ARGINIT/SZINT + argofs;
538 if (sz < SZINT)
731 sz = tsize(p->n_type, p->n_df, p->n_ap) / SZINT;
828 // assert(tsize(ty, l->n_df, l->n_ap) == SZINT);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dmacdefs.h47 #define SZINT 16 macro
/netbsd-current/external/mit/lua/dist/src/
H A Dlstrlib.c1421 #define SZINT ((int)sizeof(lua_Integer)) macro
1601 if (neg && size > SZINT) { /* negative number need sign extension? */
1602 for (i = SZINT; i < size; i++) /* correct extra bytes */
1646 if (size < SZINT) { /* need overflow check? */
1655 if (size < SZINT) /* need overflow check? */
1760 int limit = (size <= SZINT) ? size : SZINT;
1765 if (size < SZINT) { /* real size smaller than lua_Integer? */
1771 else if (size > SZINT) { /* must check unread bytes */
/netbsd-current/external/bsd/pcc/dist/pcc/arch/mips/
H A Dcode.c202 sz = tsize(sym->stype, sym->sdf, sym->sap) / SZINT;
203 off = ARGINIT/SZINT + (reg - A0);
412 int off = ARGINIT/SZINT + (reg - A0);
518 sz = tsize(p->n_type, p->n_df, p->n_ap) / SZINT;
549 off = ARGINIT/SZINT + nargregs;
H A Dlocal.c135 p->n_rval = SZINT;
655 sz = SZINT / tsize(p->n_type, p->n_df, p->n_ap);
690 if (sz < SZINT/SZCHAR) {
694 sz = SZINT/SZCHAR;
699 if (sz > SZINT/SZCHAR && r->n_type != UNIONTY && r->n_type != STRTY) {
/netbsd-current/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dcode.c60 #define VAARGSZ (SZINT*2+SZPOINT(CHAR)*2)
62 #define VAFPOFF(x) (x-SZINT)
63 #define VAOFA(x) (x-SZINT-SZINT)
64 #define VARSA(x) (x-SZINT-SZINT-SZPOINT(0))
/netbsd-current/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dcode.c168 sp->soffset += SZINT * n;
/netbsd-current/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dmacdefs.h52 #define SZINT 32 macro

Completed in 288 milliseconds

123