Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h342 static const unsigned BitsInWord = MaxChunkSize; in Read() local
344 assert(NumBits && NumBits <= BitsInWord && in Read()
351 word_t R = CurWord & (~word_t(0) >> (BitsInWord - NumBits)); in Read()
369 word_t R2 = CurWord & (~word_t(0) >> (BitsInWord - BitsLeft)); in Read()
/external/tremolo/Tremolo/
DbitwiseARM.s227 RSB r3,r3,#32 @ r3 = BitsInWord