Home | History | Annotate | Download | only in AsmParser

Lines Matching full:simm

3301       APInt Simm = APInt(64, Imm << ShiftAmt);
3303 if (!IsXReg && !(Simm.isIntN(32) || Simm.isSignedIntN(32)))