Home
last modified time | relevance | path

Searched refs:TYSHORT (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dintr.c212 { TYREAL,TYSHORT,1,"h_nint" },
215 { TYDREAL,TYSHORT,1,"h_dnnt" },
219 { TYSHORT,TYSHORT,1,"h_abs" },
225 { TYSHORT,TYSHORT,2,"h_mod" },
231 { TYSHORT,TYSHORT,2,"h_sign" },
236 { TYSHORT,TYSHORT,2,"h_dim" },
242 { TYCHAR,TYSHORT,1,"h_len" },
245 { TYCHAR,TYSHORT,2,"h_indx" },
363 /* TEMPORARY */ if( ISCONST(ep) && ep->vtype==TYSHORT )
420 sp->rtype == TYSHORT &&
[all …]
H A Dftypes.h48 #define TYSHORT 2 macro
77 #define TYINT TYSHORT
H A Dexpr.c85 p->vtype = TYSHORT;
642 if(q->vtype == TYSHORT)
1767 case TYSHORT:
1778 case TYSHORT:
1811 case TYSHORT:
1842 case TYSHORT:
1901 case TYSHORT:
1918 case TYSHORT:
1935 case TYSHORT:
1956 case TYSHORT:
[all …]
H A Dput.c175 case TYSHORT: in putconst()
240 case TYSHORT: in putconst()
H A Ddefines.h241 #define MSKINT M(TYSHORT)|M(TYLONG)
H A Dproc.c276 case TYSHORT:
751 case TYSHORT:
769 return(TYSHORT);
H A Dmain.c134 tyint = TYSHORT; in main()
H A Ddata.c285 case TYSHORT:
H A Dputscj.c326 case TYSHORT: in putx()
580 (t==TYSHORT ? SHORT : (t==TYLONG ? LONG : LDOUBLE))); in putforce()
1420 case TYSHORT: in fprint()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/
H A Dflocal.c103 fprintf(fp, "\t%s\t%ld\n", (type==TYSHORT ? ".word" : ".long"), n); in prconi()
H A Dmacdefs.h108 #define MSKIREG (M(TYSHORT)|M(TYLONG))
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/
H A Dflocal.c103 fprintf(fp, "\t%s\t%ld\n", (type==TYSHORT ? ".word" : ".long"), n); in prconi()
H A Dmacdefs.h121 #define MSKIREG (M(TYSHORT)|M(TYLONG))
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dmacdefs.h106 #define MSKIREG (M(TYSHORT)|M(TYLONG))
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dmacdefs.h95 #define MSKIREG (M(TYSHORT)|M(TYLONG))
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dmacdefs.h109 #define MSKIREG (M(TYSHORT)|M(TYLONG))