Home | History | Annotate | Download | only in X86

Lines Matching refs:EBP

512     // If the base is not EBP/ESP and there is no displacement, use simple
514 // encoding for [EBP] with no displacement means [disp32] so we handle it
516 if (!DispForReloc && DispVal == 0 && BaseRegNo != N86::EBP) {
549 } else if (DispVal == 0 && BaseRegNo != N86::EBP) {
555 ForceDisp8 = true; // Make sure to force 8 bit disp if Base=EBP