Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:ShImm

958   unsigned ShImm = ARM_AM::getAM2Offset(MO2.getImm());
965 assert((ShImm & ~0x1f) == 0 && "Out of range shift amount");
977 Binary |= ShImm << 7;