Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dmkext.c289 if (rstatus[i] & SEREG) regclassmap[4][i] = ereg++; in main()
323 if (rstatus[i] & SEREG) be = (1 << regclassmap[4][i]); in main()
336 if (rstatus[r] & SEREG) in main()
379 cl = SEREG << (j - 4); in main()
H A Dpass2.h99 #define SEREG 0x10000 /* same as INEREG */ macro