Searched refs:shswitch (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
| H A D | match.c | 494 shswitch(int sh, NODE *p, int shape, int cookie, int rew, int go) in shswitch() function 609 sh = shswitch(sh, p->n_left, qq->lshape, cookie, in findops() 611 sh = shswitch(sh, p->n_right, qq->rshape, cookie, in findops() 700 (void)shswitch(-1, p->n_left, q->lshape, INREGS, in relops() 703 (void)shswitch(-1, p->n_right, q->rshape, INREGS, in relops() 811 sh = shswitch(sh, p->n_left, qq->lshape, cookie, in findasg() 814 sh = shswitch(sh, p->n_right, qq->rshape, cookie, in findasg() 907 sh = shswitch(-1, p, q->rshape, cookie, q->rewrite & RLEFT, shl); in findumul() 1048 sh = shswitch(-1, p->n_left, q->lshape, cookie, in finduni() 1183 sh = shswitch(sh, p->n_left, qq->lshape, cookie, in findmops() [all …]
|