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

  /toolchain/binutils/binutils-2.25/binutils/
makefile.vms 30 /warns=(info=(ptrmismatch,shiftcount))
  /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.25/opcodes/
i386-opc.h 684 ShiftCount,
777 unsigned int shiftcount:1; member in struct:i386_operand_type::__anon116489
  /prebuilts/go/darwin-x86/src/math/big/
floatconv.go 77 // a correcting multiplication by 2**(-shiftcount). Multiplications
  /prebuilts/go/linux-x86/src/math/big/
floatconv.go 77 // a correcting multiplication by 2**(-shiftcount). Multiplications
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c     [all...]

Completed in 127 milliseconds