Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:ShiftAmt

3098       uint32_t ShiftAmt = 0, MaxShiftAmt = IsXReg ? 48 : 16;
3100 ShiftAmt += 16;
3103 if (ShiftAmt <= MaxShiftAmt && Imm <= 0xFFFF) {
3107 if (ShiftAmt)
3109 ShiftAmt, true, S, E, Ctx));