Home | History | Annotate | Download | only in X86

Lines Matching refs:Disp

626       // Now construct the final address. Note that the Disp, Scale,
711 uint64_t Disp = (int32_t)AM.Disp + (uint64_t)CI->getSExtValue();
713 if (isInt<32>(Disp)) {
714 AM.Disp = (uint32_t)Disp;
725 uint64_t Disp = (int32_t)AM.Disp;
736 Disp += SL->getElementOffset(cast<ConstantInt>(Op)->getZExtValue());
746 Disp += CI->getSExtValue() * S;
753 Disp += CI->getSExtValue() * S;
774 if (!isInt<32>(Disp))
779 AM.Disp = (uint32_t)Disp;
2162 DestAM.Disp += Size;
2163 SrcAM.Disp += Size;
2920 AM.Disp = LocMemOffset;
3226 AM.IndexReg == 0 && AM.Disp == 0 && AM.GV == nullptr)