Searched refs:CONSZ (Results 1 - 25 of 79) sorted by relevance

1234

/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpass1.h172 CONSZ sval; /* case value */
257 *xbcon(CONSZ, struct symtab *, TWORD),
316 void inval(CONSZ, int, NODE *);
317 int ninval(CONSZ, int, NODE *);
318 void infld(CONSZ, int, CONSZ);
319 void zbits(CONSZ, int);
336 CONSZ scalinit(NODE *);
347 CONSZ icons(NODE *);
348 CONSZ valcas
[all...]
H A Dinit.c73 * infld(CONSZ off, int fsz, CONSZ val)
75 * ninval(CONSZ off, int fsz, NODE *)
140 CONSZ off; /* bit offset of this entry */
147 CONSZ begsz; /* bit offset of this entry */
151 static CONSZ basesz;
159 CONSZ basesz;
164 getil(struct ilist *next, CONSZ b, int sz, NODE *n)
219 inval(CONSZ off, int fsz, NODE *p)
222 CONSZ va
[all...]
H A Dstabs.c356 sname, ostr, N_PSYM, (CONSZ)suesize, BIT2BYTE(s->soffset));
361 sname, ostr, N_LSYM, (CONSZ)suesize, BIT2BYTE(s->soffset));
367 sname, ostr, N_LCSYM, (CONSZ)suesize, s->soffset);
370 sname, ostr, N_LCSYM, (CONSZ)suesize, sname);
376 sname, ostr, N_GSYM, (CONSZ)suesize);
H A Dsoftfloat.c80 soft_cast(CONSZ ll, TWORD t)
244 * Convert a fp number to a CONSZ.
246 CONSZ
249 CONSZ mant;
/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dsoftfloat.h46 SF soft_cast(CONSZ v, TWORD);
58 CONSZ soft_val(SF);
76 (d->fp = (long double)(U_CONSZ)(p)) : (d->fp = (long double)(CONSZ)(p)))
86 #define FLOAT_VAL(p) (CONSZ)(p)
H A Dnode.h88 CONSZ _val;
H A Dpass2.h237 *mklnode(int, CONSZ, int, TWORD),
304 void adrcon(CONSZ);
310 int notoff(TWORD, int, CONSZ, char *);
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpass1.h168 CONSZ sval; /* case value */
251 CONSZ _val;
288 *xbcon(CONSZ, struct symtab *, TWORD),
346 void inval(CONSZ, int, P1ND *);
347 int ninval(CONSZ, int, P1ND *);
348 void infld(CONSZ, int, CONSZ);
349 void zbits(CONSZ, int);
366 CONSZ scalinit(P1ND *);
377 CONSZ icon
[all...]
H A Dinit.c79 * infld(CONSZ off, int fsz, CONSZ val)
81 * ninval(CONSZ off, int fsz, NODE *)
146 CONSZ off; /* bit offset of this entry */
153 CONSZ begsz; /* bit offset of this entry */
157 static CONSZ basesz;
165 CONSZ basesz;
170 getil(struct ilist *next, CONSZ b, int sz, NODE *n)
225 inval(CONSZ off, int fsz, NODE *p)
228 CONSZ va
[all...]
H A Dstabs.c354 sname, ostr, N_PSYM, (CONSZ)suesize, BIT2BYTE(s->soffset));
359 sname, ostr, N_LSYM, (CONSZ)suesize, BIT2BYTE(s->soffset));
365 sname, ostr, N_LCSYM, (CONSZ)suesize, s->soffset);
368 sname, ostr, N_LCSYM, (CONSZ)suesize, sname);
374 sname, ostr, N_GSYM, (CONSZ)suesize);
H A Dsoftfloat.c80 soft_cast(CONSZ ll, TWORD t)
244 * Convert a fp number to a CONSZ.
246 CONSZ
249 CONSZ mant;
/netbsd-current/external/bsd/pcc/dist/pcc/arch/nova/
H A Dorder.c41 notoff(TWORD t, int r, CONSZ off, char *cp)
H A Dmacdefs.h95 typedef long CONSZ; typedef
/netbsd-current/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dorder.c26 notoff(TWORD t, int r, CONSZ off, char *cp)
H A Dlocal2.c251 adrcon(CONSZ val)
318 fprintf(io, CONFMT, (CONSZ)off);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dorder.c39 notoff(TWORD t, int r, CONSZ off, char *cp)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dorder.c42 notoff(TWORD t, int r, CONSZ off, char *cp)
57 CONSZ c;
140 CONSZ c = 0;
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dlocal.c248 CONSZ val = l->n_lval;
254 l->n_lval |= ~((CONSZ)0777);
265 l->n_lval |= ~((CONSZ)0777777);
622 static CONSZ word; /* word being built from fields */
797 infld(CONSZ off, int fsz, CONSZ val)
812 ninval(CONSZ off, int fsz, NODE *p)
H A Dlocal2.c252 static CONSZ
253 gethval(CONSZ lval)
255 CONSZ hval = (lval >> 35) & 03777777777LL;
400 CONSZ val = p->n_right->n_lval;
445 CONSZ off = p->n_lval;
514 CONSZ off = l->n_lval;
631 CONSZ cz;
675 CONSZ hval;
922 adrcon(CONSZ val)
H A Dorder.c39 notoff(TWORD t, int r, CONSZ off, char *cp)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/mips/
H A Dorder.c42 notoff(TWORD t, int r, CONSZ off, char *cp)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dmacdefs.h98 typedef long long CONSZ; typedef
/netbsd-current/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dorder.c43 notoff(TWORD t, int r, CONSZ off, char *cp)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dorder.c41 notoff(TWORD t, int r, CONSZ off, char *cp)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A Dmacdefs.h91 typedef long long CONSZ; typedef

Completed in 230 milliseconds

1234