Home
last modified time | relevance | path

Searched refs:ParseMasmOperator (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1116 bool ParseMasmOperator(unsigned OpKind, int64_t &Val);
2063 if (ParseMasmOperator(OpKind, Val)) in ParseIntelExpression()
2436 bool X86AsmParser::ParseMasmOperator(unsigned OpKind, int64_t &Val) { in ParseMasmOperator() function in X86AsmParser