Home
last modified time | relevance | path

Searched refs:shumul (Results 1 – 24 of 24) sorted by relevance

/netbsd/src/external/bsd/pcc/dist/pcc/arch/sparc64/
Dorder.c57 shumul(NODE *p, int shape) in shumul() function
/netbsd/src/external/bsd/pcc/dist/pcc/arch/nova/
Dorder.c95 shumul(NODE *p, int shape) in shumul() function
Dlocal2.c301 (o==UMUL && shumul(p->n_left, SOREG))) in canaddr()
317 if (o == UMUL && shumul(p->n_left, SOREG)) in flshape()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/vax/
Dlocal2.c766 …if( o==NAME || o==REG || o==ICON || o==OREG || (o==UMUL && shumul(p->n_left, STARNM|SOREG)) ) retu…
771 …return( o== REG || o == NAME || o == ICON || o == OREG || ( o==UMUL && shumul(p->n_left, STARNM|SO…
792 …return( p->n_op==NAME || p->n_op ==ICON || p->n_op == OREG || (p->n_op==UMUL && shumul(p->n_left, … in shtemp()
799 shumul(NODE *p, int shape) in shumul() function
814 shumul( p, shape ) register NODE *p; int shape; { in shumul() function
/netbsd/src/external/bsd/pcc/dist/pcc/arch/mips/
Dorder.c85 shumul(NODE *p, int shape) in shumul() function
Dlocal2.c807 if (o == UMUL && shumul(p->n_left, SOREG)) in flshape()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/m16c/
Dlocal2.c309 (o==UMUL && shumul(p->n_left, SOREG) == SRDIR))
330 if (o == UMUL && shumul(p->n_left, SOREG))
Dorder.c99 shumul(NODE *p, int shape) in shumul() function
/netbsd/src/external/bsd/pcc/dist/pcc/arch/hppa/
Dorder.c101 shumul(NODE *p, int shape) in shumul() function
Dlocal2.c402 (o == UMUL && shumul(p->n_left, SOREG))) in canaddr()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/pdp11/
Dorder.c125 shumul(NODE *p, int shape) in shumul() function
Dlocal2.c311 (o==UMUL && shumul(p->n_left, STARNM|SOREG))) in canaddr()
326 if (o == UMUL && shumul(p->n_left, SOREG)) in flshape()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/pdp10/
Dmacdefs.h132 (o) == OREG || ((o) == UMUL && shumul((p)->n_left, SOREG)))
Dlocal2.c862 shumul(NODE *p, int order) in shumul() function
/netbsd/src/external/bsd/pcc/dist/pcc/arch/arm/
Dorder.c131 shumul(NODE *p, int shape) in shumul() function
Dlocal2.c811 if (o == UMUL && shumul(p->n_left, SOREG)) in flshape()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/powerpc/
Dorder.c118 shumul(NODE *p, int shape) in shumul() function
Dlocal2.c864 (o == UMUL && shumul(p->n_left, SOREG))) in canaddr()
913 if (o == UMUL && shumul(p->n_left, SOREG)) in flshape()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/amd64/
Dorder.c196 shumul(NODE *p, int shape) in shumul() function
Dlocal2.c554 (o==UMUL && shumul(p->n_left, SOREG))) in canaddr()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/i386/
Dorder.c107 shumul(NODE *p, int shape) in shumul() function
Dlocal2.c663 (o==UMUL && shumul(p->n_left, SOREG))) in canaddr()
/netbsd/src/external/bsd/pcc/dist/pcc/mip/
Dpass2.h295 int shumul(NODE *p, int);
Dmatch.c178 if (shumul(p->n_left) & shape) in tshape()
182 return shumul(p->n_left, shape); in tshape()