Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dlocal2.c38 static int offlab; variable
101 offlab = getlab2();
180 printf(" .set " LABFMT ",0%o\n", offlab, MAXRVAR-regs);
1040 if (p->n_lval > 0 && p->n_rval == FPREG && offlab) in adrput()
1041 fprintf(fp, "+" LABFMT, offlab); in adrput()