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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp 593 uint64_t SMPos0, SMSize0, SMPos1, SMSize1;
609 !IsShiftedMask(CN->getZExtValue(), SMPos1, SMSize1))
613 if (SMPos0 != SMPos1 || SMSize0 != SMSize1)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 735 uint64_t SMPos0, SMSize0, SMPos1, SMSize1;
751 !isShiftedMask(CN->getZExtValue(), SMPos1, SMSize1))
755 if (SMPos0 != SMPos1 || SMSize0 != SMSize1)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 2226 milliseconds