Searched refs:IntelExprStateMachine (Results 1 – 1 of 1) sorted by relevance
335 class IntelExprStateMachine { class in __anon3be435310111::X86AsmParser347 IntelExprStateMachine() in IntelExprStateMachine() function in __anon3be435310111::X86AsmParser::IntelExprStateMachine826 bool ParseIntelDotOperator(IntelExprStateMachine &SM, SMLoc &End);830 bool ParseIntelNamedOperator(StringRef Name, IntelExprStateMachine &SM);831 void RewriteIntelExpression(IntelExprStateMachine &SM, SMLoc Start,833 bool ParseIntelExpression(IntelExprStateMachine &SM, SMLoc &End);1394 bool X86AsmParser::ParseIntelNamedOperator(StringRef Name, IntelExprStateMachine &SM) { in ParseIntelNamedOperator()1417 bool X86AsmParser::ParseIntelExpression(IntelExprStateMachine &SM, SMLoc &End) { in ParseIntelExpression()1570 void X86AsmParser::RewriteIntelExpression(IntelExprStateMachine &SM, in RewriteIntelExpression()1691 bool X86AsmParser::ParseIntelDotOperator(IntelExprStateMachine &SM, SMLoc &End) { in ParseIntelDotOperator()[all …]