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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp 593 uint64_t SMPos0, SMSize0, SMPos1, SMSize1;
601 !IsShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0))
613 if (SMPos0 != SMPos1 || SMSize0 != SMSize1)
633 DAG.getConstant(SMSize0, MVT::i32),
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 735 uint64_t SMPos0, SMSize0, SMPos1, SMSize1;
743 !isShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0))
755 if (SMPos0 != SMPos1 || SMSize0 != SMSize1)
770 if ((Shamt != SMPos0) || (SMPos0 + SMSize0 > ValTy.getSizeInBits()))
    [all...]

Completed in 65 milliseconds