Searched defs:DIVWORD (Results 1 – 3 of 3) sorted by relevance
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
208 static unsigned DIVWORD(unsigned x) {return x >> EXT_LOGWORDSIZE;} // x / EXT_WORDSIZE // MR9 in DIVWORD() function