Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:ShiftAmount

1064   template <unsigned Bits, unsigned ShiftAmount = 0>
1072 isShiftedInt<Bits, ShiftAmount>(getConstantMemOff())))
1076 return IsReloc && isShiftedInt<Bits, ShiftAmount>(Res.getConstant());
2263 unsigned ShiftAmount = FirstSet - (15 - (LastSet - FirstSet));
2264 uint16_t Bits = (ImmValue >> ShiftAmount) & 0xffff;
2266 TOut.emitRRI(Mips::DSLL, TmpReg, TmpReg, ShiftAmount, IDLoc, STI);