Searched refs:TYSHORT (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| H A D | intr.c | 212 { 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 D | ftypes.h | 48 #define TYSHORT 2 macro 77 #define TYINT TYSHORT
|
| H A D | expr.c | 85 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 D | put.c | 175 case TYSHORT: in putconst() 240 case TYSHORT: in putconst()
|
| H A D | defines.h | 241 #define MSKINT M(TYSHORT)|M(TYLONG)
|
| H A D | proc.c | 276 case TYSHORT: 751 case TYSHORT: 769 return(TYSHORT);
|
| H A D | main.c | 134 tyint = TYSHORT; in main()
|
| H A D | data.c | 285 case TYSHORT:
|
| H A D | putscj.c | 326 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 D | flocal.c | 103 fprintf(fp, "\t%s\t%ld\n", (type==TYSHORT ? ".word" : ".long"), n); in prconi()
|
| H A D | macdefs.h | 108 #define MSKIREG (M(TYSHORT)|M(TYLONG))
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/ |
| H A D | flocal.c | 103 fprintf(fp, "\t%s\t%ld\n", (type==TYSHORT ? ".word" : ".long"), n); in prconi()
|
| H A D | macdefs.h | 121 #define MSKIREG (M(TYSHORT)|M(TYLONG))
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/ |
| H A D | macdefs.h | 106 #define MSKIREG (M(TYSHORT)|M(TYLONG))
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/m68k/ |
| H A D | macdefs.h | 95 #define MSKIREG (M(TYSHORT)|M(TYLONG))
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/ |
| H A D | macdefs.h | 109 #define MSKIREG (M(TYSHORT)|M(TYLONG))
|