Searched refs:mkconv (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| H A D | expr.c | 195 bigptr mkconv(t, p) in mkconv() function 474 p->b_expr.rightp = fixtype( mkconv(ptype, rp) ); 481 mkconv(ptype, lp), mkconv(ptype, rp) ); 494 p->b_expr.leftp = fixtype(mkconv(ptype,lp)); 496 p->b_expr.rightp = fixtype(mkconv(ptype,rp)); 517 p->b_expr.leftp = fixtype(mkconv(mtype,lp)); 519 p->b_expr.rightp = fixtype(mkconv(mtype,rp)); 527 lp->b_expr.rightp = fixtype( mkconv(ptype, lp->b_expr.rightp) ); 576 return( mkconv(TYINT,p) ); 613 p = mkconv(TYINT,p); [all …]
|
| H A D | intr.c | 364 /* TEMPORARY */ cp->chain.datap = mkconv(tyint, ep); 402 else q = mkexpr(OPCONV,mkconv(rettype-2,qr), 403 mkconv(rettype-2,qi)); 406 q = mkconv(rettype, argsp->b_list.listp->chain.datap); 472 return( mkconv(rettype, q) ); 582 x1 = mkexpr(OPLE, cpexpr(t), mkconv(type,MKICON(0))); in finline()
|
| H A D | exec.c | 376 ctlstack->domax = mkconv(dotype, DOLIMIT); 382 ctlstack->dostep = mkconv(dotype, DOINCR);
|
| H A D | putscj.c | 420 p = putx(mkconv(q->vtype, in putx() 577 p = mkconv(t, fixtype(p)); in putforce() 1047 offp = mkconv(TYINT, offp); in putaddr() 1253 p2 = putx( mkconv(TYLENG,cp->chain.datap) ); in putcall()
|
| H A D | io.c | 492 nelt = fixtype( mkconv(TYLENG,nelt) ); 494 q = call3(TYINT, "do_lio", mkconv(TYLONG, MKICON(type)), nelt, addr);
|
| H A D | defs.h | 473 bigptr mkconv(int, bigptr),
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/ |
| H A D | order.c | 142 int mkconv = 0; in myormake() local 171 mkconv = 1; in myormake() 174 mkconv = 1; in myormake() 178 if (mkconv == 0) in myormake()
|