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

  /external/llvm/lib/Target/Mips/
MipsAnalyzeImmediate.cpp 43 unsigned Shamt = countTrailingZeros(Imm);
44 GetInstSeqLs(Imm >> Shamt, RemSize - Shamt, SeqLs);
45 AddInstr(SeqLs, Inst(SLL, Shamt));
MipsISelLowering.cpp 748 unsigned Shamt = CN->getZExtValue();
753 if ((Shamt != SMPos0) || (SMPos0 + SMSize0 > ValTy.getSizeInBits()))
    [all...]

Completed in 81 milliseconds