Home | History | Annotate | Download | only in X86

Lines Matching defs:Disp

406       uint64_t Disp = (int32_t)AM.Disp + (uint64_t)CI->getSExtValue();
408 if (isInt<32>(Disp)) {
409 AM.Disp = (uint32_t)Disp;
420 uint64_t Disp = (int32_t)AM.Disp;
431 Disp += SL->getElementOffset(cast<ConstantInt>(Op)->getZExtValue());
441 Disp += CI->getSExtValue() * S;
453 Disp += CI->getSExtValue() * S;
473 if (!isInt<32>(Disp))
479 AM.Disp = (uint32_t)Disp;
583 // Now construct the final address. Note that the Disp, Scale,
1588 DestAM.Disp += Size;
1589 SrcAM.Disp += Size;
2070 AM.Disp = LocMemOffset;
2375 AM.IndexReg == 0 && AM.Disp == 0 && AM.GV == 0)