Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:ShiftAmount

1303   template <unsigned Bits, unsigned ShiftAmount = 0>
1311 isShiftedInt<Bits, ShiftAmount>(getConstantMemOff())))
1315 return IsReloc && isShiftedInt<Bits, ShiftAmount>(Res.getConstant());
2759 unsigned ShiftAmount = FirstSet - (15 - (LastSet - FirstSet));
2760 uint16_t Bits = (ImmValue >> ShiftAmount) & 0xffff;
2762 TOut.emitRRI(Mips::DSLL, TmpReg, TmpReg, ShiftAmount, IDLoc, STI);