HomeSort by relevance Sort by last modified time
    Searched defs:shiftcount (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp 765 int shiftcount=12; local
767 for (int j=0; j<width; j+=4, shiftcount-=4) {
768 unsigned int nibble = (word>>shiftcount) & 15;
773 if (shiftcount == 0 && j+4 < width) {
775 shiftcount = 64;
777 shiftcount = width-j-4;
791 int shiftcount=60; local
793 for (int j=0; j<width; j+=4, shiftcount-=4) {
794 unsigned int nibble = (word>>shiftcount) & 15;
799 if (shiftcount == 0 && j+4 < width)
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
i386-opc.h 720 ShiftCount,
813 unsigned int shiftcount:1; member in struct:i386_operand_type::__anon5083

Completed in 482 milliseconds