Searched refs:isParenExpr (Results 1 – 1 of 1) sorted by relevance
364 bool parseMemOffset(const MCExpr *&Res, bool isParenExpr);6473 bool MipsAsmParser::parseMemOffset(const MCExpr *&Res, bool isParenExpr) { in parseMemOffset() argument6476 if (isParenExpr) in parseMemOffset()6487 bool isParenExpr = false; in parseMemOperand() local6494 isParenExpr = true; in parseMemOperand()6498 if (parseMemOffset(IdVal, isParenExpr)) in parseMemOperand()