Searched refs:ParseIntelDotOperator (Results 1 – 2 of 2) sorted by relevance
826 bool ParseIntelDotOperator(IntelExprStateMachine &SM, SMLoc &End);1434 if (ParseIntelDotOperator(SM, End)) in ParseIntelExpression()1478 if (ParseIntelDotOperator(SM, End)) in ParseIntelExpression()1686 bool X86AsmParser::ParseIntelDotOperator(IntelExprStateMachine &SM, SMLoc &End) { in ParseIntelDotOperator() function in X86AsmParser
697 bool ParseIntelDotOperator(const MCExpr *Disp, const MCExpr *&NewDisp);1431 if (ParseIntelDotOperator(Disp, NewDisp)) in ParseIntelBracExpression()1663 bool X86AsmParser::ParseIntelDotOperator(const MCExpr *Disp, in ParseIntelDotOperator() function in X86AsmParser