Home
last modified time | relevance | path

Searched refs:TYLONG (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dintr.c62 { "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 Dftypes.h49 #define TYLONG 3 macro
79 #define TYINT TYLONG
82 #define TYLENG TYLONG
H A Dexpr.c81 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 Dput.c176 case TYLONG: in putconst()
234 preven(typealign[ type==TYCHAR ? TYLONG : type ]); in putconst()
241 case TYLONG: in putconst()
H A Dinit.c75 int tyint = TYLONG ;
76 int tylogical = TYLONG;
H A Dgram.dcl31 { varleng = ($1<0 || $1==TYLONG ? 0 : typesize[$1]); }
34 typename: SINTEGER { $$ = TYLONG; }
H A Dio.c37 #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 Ddefines.h241 #define MSKINT M(TYSHORT)|M(TYLONG)
H A Dputscj.c325 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 Dmain.c137 tyint = TYLONG; in main()
H A Dproc.c277 case TYLONG:
765 case TYLONG:
H A Ddata.c286 case TYLONG:
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dmacdefs.h106 #define MSKIREG (M(TYSHORT)|M(TYLONG))
107 #define TYIREG TYLONG
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dmacdefs.h95 #define MSKIREG (M(TYSHORT)|M(TYLONG))
96 #define TYIREG TYLONG
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dmacdefs.h109 #define MSKIREG (M(TYSHORT)|M(TYLONG))
110 #define TYIREG TYLONG
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/
H A Dmacdefs.h108 #define MSKIREG (M(TYSHORT)|M(TYLONG))
109 #define TYIREG TYLONG
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/
H A Dmacdefs.h121 #define MSKIREG (M(TYSHORT)|M(TYLONG))
122 #define TYIREG TYLONG