Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2388 APInt DotDisp; in ParseIntelDotOperator() local
2389 if (DotDispStr.getAsInteger(10, DotDisp)) in ParseIntelDotOperator()
2391 Info.Offset = DotDisp.getZExtValue(); in ParseIntelDotOperator()