Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1116 bool ParseMasmOperator(unsigned OpKind, int64_t &Val);
2064 if (ParseMasmOperator(OpKind, Val)) in ParseIntelExpression()
2437 bool X86AsmParser::ParseMasmOperator(unsigned OpKind, int64_t &Val) { in ParseMasmOperator() function in X86AsmParser