Home
last modified time | relevance | path

Searched refs:INREGS (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/pcc/dist/pcc/mip/
Dmatch.c465 if (shape & INREGS) in chcheck()
473 if (shape & INREGS) in chcheck()
511 lsh = shape & (FORCC | INREGS); in shswitch()
513 lsh &= (cookie & (FORCC | INREGS)); in shswitch()
603 cookie = INREGS; in findops()
606 cookie = INREGS; in findops()
618 sh = ffs(cookie & qq->visit & INREGS)-1; 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()
708 sh = ffs(q->lshape & INREGS)-1; in relops()
[all …]
Dmkext.c216 if ((q->visit & INREGS) && !(q->rewrite & RDEST)) { in main()
257 if (rstatus[i+j] & INREGS) in main()
268 if (rstatus[i+j] & INREGS) in main()
Dreader.c707 gencode(p->n_left, INREGS); in emit()
903 (void)geninsn(p->n_left, INREGS); in geninsn()
1035 gencode(q->n_right->n_left, INREGS); in genxasm()
1038 gencode(q->n_left, INREGS); in genxasm()
1165 gencode(r, INREGS); in gencode()
1170 gencode(l, INREGS); in gencode()
1180 gencode(r, INREGS); in gencode()
Dpass2.h52 #define INREGS (INAREG|INBREG|INCREG|INDREG) macro
Dregs.c1048 if (rv && (q->visit & INREGS || o == TEMP || VALIDREG(p))) in insnwalk()