Home
last modified time | relevance | path

Searched refs:rshape (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/bsd/pcc/dist/pcc/arch/powerpc/
Dorder.c197 if (q->lshape == SBREG && q->rshape == SAREG) { in nspecial()
204 } else if (q->lshape == SAREG && q->rshape == SBREG) { in nspecial()
211 } else if (q->lshape == SAREG && q->rshape == SAREG) { in nspecial()
218 } else if (q->lshape == SBREG && q->rshape == SBREG) { in nspecial()
225 } else if (q->lshape == SCREG && q->rshape == SBREG) { in nspecial()
233 } else if (q->lshape == SBREG && q->rshape == SCREG) { in nspecial()
332 } else if (q->rshape & SNAME) { in nspecial()
342 } else if (q->rshape & SOREG) { in nspecial()
/netbsd/src/external/bsd/pcc/dist/pcc/mip/
Dmatch.c568 if ((shr = chcheck(r, q->rshape, q->rewrite & RRIGHT)) == SRNOPE) in findops()
611 sh = shswitch(sh, p->n_right, qq->rshape, cookie, in findops()
676 if ((shr = chcheck(r, q->rshape, 0)) == SRNOPE) in relops()
703 (void)shswitch(-1, p->n_right, q->rshape, INREGS, in relops()
710 sh = ffs(q->rshape & INREGS)-1; in relops()
784 if ((shr = chcheck(r, q->rshape, q->rewrite & RRIGHT)) == SRNOPE) in findasg()
814 sh = shswitch(sh, p->n_right, qq->rshape, cookie, in findasg()
881 F2DEBUG(("findumul got types, rshape %s\n", prcook(q->rshape))); in findumul()
887 if ((shl = chcheck(p, q->rshape, 0)) == SRNOPE) in findumul()
907 sh = shswitch(-1, p, q->rshape, cookie, q->rewrite & RLEFT, shl); in findumul()
[all …]
Dpass2.h208 int rshape; member
Dmkext.c207 q->lshape & ~x && q->rshape & ~x) in main()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/mips/
Dorder.c139 if (q->lshape == SBREG && q->rshape == SCREG) { in nspecial()
146 } else if (q->lshape == SCREG && q->rshape == SBREG) { in nspecial()
153 } else if (q->lshape == SAREG && q->rshape == SCREG) { in nspecial()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/arm/
Dorder.c190 if (q->lshape == SBREG && q->rshape == SAREG) { in nspecial()
197 } else if (q->lshape == SAREG && q->rshape == SBREG) { in nspecial()
204 } else if (q->lshape == SAREG && q->rshape == SAREG) { in nspecial()
211 } else if (q->lshape == SBREG && q->rshape == SBREG) { in nspecial()