Searched refs:NewDisp (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp65 bool ParseIntelDotOperator(const MCExpr *Disp, const MCExpr **NewDisp,
989 const MCExpr *NewDisp; local
990 if (ParseIntelDotOperator(Disp, &NewDisp, Err))
995 Disp = NewDisp;
1082 const MCExpr **NewDisp,
1129 *NewDisp = MCConstantExpr::Create(OrigDispVal + DotDispVal, getContext());
1081 ParseIntelDotOperator(const MCExpr *Disp, const MCExpr **NewDisp, SmallString<64> &Err) argument

Completed in 57 milliseconds