Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1123 bool ParseMasmOperator(unsigned OpKind, int64_t &Val);
2065 if (ParseMasmOperator(OpKind, Val)) in ParseIntelExpression()
2438 bool X86AsmParser::ParseMasmOperator(unsigned OpKind, int64_t &Val) { in ParseMasmOperator() function in X86AsmParser