Searched defs:shiftcount (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DAsmWriter.cpp772 int shiftcount; local
780 shiftcount = 12;
782 for (int j=0; j<width; j+=4, shiftcount-=4) {
783 unsigned int nibble = (word>>shiftcount) & 15;
788 if (shiftcount == 0 && j+4 < width) {
790 shiftcount = 64;
792 shiftcount = width-j-4;
797 shiftcount = 60;
800 shiftcount = 60;
803 shiftcount
[all...]

Completed in 33 milliseconds