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

  /external/llvm/include/llvm/Support/
ScaledNumber.h 308 int32_t ShiftL = std::min<int32_t>(countLeadingZeros(LDigits), ScaleDiff);
309 assert(ShiftL < getWidth<DigitsT>() && "can't shift more than width");
311 int32_t ShiftR = ScaleDiff - ShiftL;
318 LDigits <<= ShiftL;
321 LScale -= ShiftL;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
ScaledNumber.h 308 int32_t ShiftL = std::min<int32_t>(countLeadingZeros(LDigits), ScaleDiff);
309 assert(ShiftL < getWidth<DigitsT>() && "can't shift more than width");
311 int32_t ShiftR = ScaleDiff - ShiftL;
318 LDigits <<= ShiftL;
321 LScale -= ShiftL;
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 221 case MBlaze::ShiftL:
318 if (MI->getOpcode() == MBlaze::ShiftL)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]

Completed in 144 milliseconds