HomeSort by relevance Sort by last modified time
    Searched full:shiftd (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
Sk64.cpp 345 int shiftD = 33 - dclz;
346 SkASSERT(shiftD >= 0);
348 if (shiftD + shiftN < 16)
349 shiftD = 16 - shiftN;
351 shiftN = 16 - shiftD;
353 D.roundRight(shiftD);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 254 /// isThumbImmShiftedVal, return the non-shiftd value.
  /external/qemu/target-i386/
translate.c     [all...]

Completed in 261 milliseconds