Searched refs:ShiftL (Results 1 – 3 of 3) sorted by relevance
308 int32_t ShiftL = std::min<int32_t>(countLeadingZeros(LDigits), ScaleDiff); in matchScales() local309 assert(ShiftL < getWidth<DigitsT>() && "can't shift more than width"); in matchScales()311 int32_t ShiftR = ScaleDiff - ShiftL; in matchScales()318 LDigits <<= ShiftL; in matchScales()321 LScale -= ShiftL; in matchScales()
606 def ShiftL : MBlazePseudo<(outs GPR:$dst),608 "; ShiftL PSEUDO!",749 def : Pat<(shl GPR:$L, GPR:$R), (ShiftL GPR:$L, GPR:$R)>;
221 case MBlaze::ShiftL: in EmitInstrWithCustomInserter()318 if (MI->getOpcode() == MBlaze::ShiftL) in EmitCustomShift()