Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:inMicroMipsMode

261   bool inMicroMipsMode() const {
921 if (!isIntN(inMicroMipsMode() ? 17 : 18, Offset.getImm()))
924 1LL << (inMicroMipsMode() ? 1 : 2)))
947 if (!isIntN(inMicroMipsMode() ? 17 : 18, Offset.getImm()))
950 1LL << (inMicroMipsMode() ? 1 : 2)))