Searched refs:TYLONG (Results 1 – 17 of 17) sorted by relevance
| /netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| H A D | intr.c | 62 { "int", { INTRCONV, TYLONG }, }, 67 { "ifix", { INTRCONV, TYLONG }, }, 68 { "idint", { INTRCONV, TYLONG }, }, 72 { "ichar", { INTRCONV, TYLONG }, }, 76 { "max0", { INTRMAX, TYLONG }, }, 78 { "max1", { INTRMAX, TYLONG }, }, 90 { "min0", { INTRMIN, TYLONG }, }, 92 { "min1", { INTRMIN, TYLONG }, }, 125 { "len", { INTRSPEC, TYLONG, 27 }, }, 126 { "index", { INTRSPEC, TYLONG, 29 }, }, [all …]
|
| H A D | ftypes.h | 49 #define TYLONG 3 macro 79 #define TYINT TYLONG 82 #define TYLENG TYLONG
|
| H A D | expr.c | 81 p = mkconst(TYLONG); 565 if(p->vtype != TYLONG) 594 if(p->leftp->vtype == TYLONG) 1082 mkconv(TYLONG, cpexpr(t)), in subcheck() 1768 case TYLONG: 1779 case TYLONG: 1812 case TYLONG: 1843 case TYLONG: 1902 case TYLONG: 1919 case TYLONG: [all …]
|
| H A D | put.c | 176 case TYLONG: in putconst() 234 preven(typealign[ type==TYCHAR ? TYLONG : type ]); in putconst() 241 case TYLONG: in putconst()
|
| H A D | init.c | 75 int tyint = TYLONG ; 76 int tylogical = TYLONG;
|
| H A D | gram.dcl | 31 { varleng = ($1<0 || $1==TYLONG ? 0 : typesize[$1]); } 34 typename: SINTEGER { $$ = TYLONG; }
|
| H A D | io.c | 37 #define TYIOINT TYLONG 494 q = call3(TYINT, "do_lio", mkconv(TYLONG, MKICON(type)), nelt, addr); 780 if(p->tag==TADDR && ONEOF(p->vtype, M(TYLONG)|M(TYLOGICAL)) )
|
| H A D | defines.h | 241 #define MSKINT M(TYSHORT)|M(TYLONG)
|
| H A D | putscj.c | 325 case TYLONG: in putx() 526 if(pt==TYINT && lt==TYLONG) in putop() 528 if(lt==TYINT && pt==TYLONG) in putop() 580 (t==TYSHORT ? SHORT : (t==TYLONG ? LONG : LDOUBLE))); in putforce() 1421 case TYLONG: in fprint()
|
| H A D | main.c | 137 tyint = TYLONG; in main()
|
| H A D | proc.c | 277 case TYLONG: 765 case TYLONG:
|
| H A D | data.c | 286 case TYLONG:
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/ |
| H A D | macdefs.h | 106 #define MSKIREG (M(TYSHORT)|M(TYLONG)) 107 #define TYIREG TYLONG
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/m68k/ |
| H A D | macdefs.h | 95 #define MSKIREG (M(TYSHORT)|M(TYLONG)) 96 #define TYIREG TYLONG
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/ |
| H A D | macdefs.h | 109 #define MSKIREG (M(TYSHORT)|M(TYLONG)) 110 #define TYIREG TYLONG
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/ |
| H A D | macdefs.h | 108 #define MSKIREG (M(TYSHORT)|M(TYLONG)) 109 #define TYIREG TYLONG
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/ |
| H A D | macdefs.h | 121 #define MSKIREG (M(TYSHORT)|M(TYLONG)) 122 #define TYIREG TYLONG
|