Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/pcc/dist/pcc/mip/
Dmkext.c291 if (rstatus[i] & SGREG) regclassmap[6][i] = greg++; in main()
325 if (rstatus[i] & SGREG) bg = (1 << regclassmap[6][i]); in main()
340 if (rstatus[r] & SGREG) in main()
Dpass2.h101 #define SGREG 0x40000 /* same as INGREG */ macro