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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp 565 uint64_t SMPos, SMSize;
568 !IsShiftedMask(CN->getZExtValue(), SMPos, SMSize))
573 if (SMPos != 0 || Pos + SMSize > 32)
579 DAG.getConstant(SMSize, MVT::i32));
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 704 uint64_t SMPos, SMSize;
708 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize))
714 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits())
721 DAG.getConstant(SMSize, DL, MVT::i32));
    [all...]

Completed in 216 milliseconds