Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
Dset.c267 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)]);
Dset.h38 #define DIVWORD(x) ((x) >> LogWordSize) /* x / WORDSIZE */ macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DAParser.h207 static unsigned DIVWORD(unsigned x) {return x >> EXT_LOGWORDSIZE;} // x / EXT_WORDSIZE // MR9 in DIVWORD() function
DAParser.cpp434 return( p[DIVWORD(b)] & bitmask[MODWORD(b)] ); in set_el()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DAParser.h208 static unsigned DIVWORD(unsigned x) {return x >> EXT_LOGWORDSIZE;} // x / EXT_WORDSIZE // MR9 in DIVWORD() function
DAParser.cpp465 return( p[DIVWORD(b)] & bitmask[MODWORD(b)] ); in set_el()