Searched refs:DIVWORD (Results 1 – 6 of 6) sorted by relevance
267 a.setword[DIVWORD(b)] = bitmask[MODWORD(b)];475 return( a.setword[DIVWORD(b)] & bitmask[MODWORD(b)] );593 a->setword[DIVWORD(e)] |= bitmask[MODWORD(e)];667 a.setword[DIVWORD(e)] ^= (a.setword[DIVWORD(e)]&bitmask[MODWORD(e)]);
38 #define DIVWORD(x) ((x) >> LogWordSize) /* x / WORDSIZE */ macro
207 static unsigned DIVWORD(unsigned x) {return x >> EXT_LOGWORDSIZE;} // x / EXT_WORDSIZE // MR9 in DIVWORD() function
434 return( p[DIVWORD(b)] & bitmask[MODWORD(b)] ); in set_el()
208 static unsigned DIVWORD(unsigned x) {return x >> EXT_LOGWORDSIZE;} // x / EXT_WORDSIZE // MR9 in DIVWORD() function
465 return( p[DIVWORD(b)] & bitmask[MODWORD(b)] ); in set_el()