Searched refs:ParseMasmOperator (Results 1 – 1 of 1) sorted by relevance
1131 bool ParseMasmOperator(unsigned OpKind, int64_t &Val);2070 if (ParseMasmOperator(OpKind, Val)) in ParseIntelExpression()2504 bool X86AsmParser::ParseMasmOperator(unsigned OpKind, int64_t &Val) { in ParseMasmOperator() function in X86AsmParser