Home | History | Annotate | Download | only in X86

Lines Matching refs:Disp

394       uint64_t Disp = (int32_t)AM.Disp + (uint64_t)CI->getSExtValue();
396 if (isInt<32>(Disp)) {
397 AM.Disp = (uint32_t)Disp;
408 uint64_t Disp = (int32_t)AM.Disp;
419 Disp += SL->getElementOffset(cast<ConstantInt>(Op)->getZExtValue());
429 Disp += CI->getSExtValue() * S;
441 Disp += CI->getSExtValue() * S;
461 if (!isInt<32>(Disp))
467 AM.Disp = (uint32_t)Disp;
571 // Now construct the final address. Note that the Disp, Scale,
1370 DestAM.Disp += Size;
1371 SrcAM.Disp += Size;
1749 AM.Disp = LocMemOffset;
2047 AM.IndexReg == 0 && AM.Disp == 0 && AM.GV == 0)