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_64(Imm);
44 GetInstSeqLs(Imm >> Shamt, RemSize - Shamt, SeqLs);
45 AddInstr(SeqLs, Inst(SLL, Shamt));
MipsISelLowering.cpp 806 unsigned Shamt = CN->getZExtValue();
    [all...]

Completed in 153 milliseconds