Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:EBP

356     // If the base is not EBP/ESP and there is no displacement, use simple
358 // encoding for [EBP] with no displacement means [disp32] so we handle it
360 if (Disp.isImm() && Disp.getImm() == 0 && BaseRegNo != N86::EBP) {
397 BaseRegNo != N86::EBP) {
403 ForceDisp8 = true; // Make sure to force 8 bit disp if Base=EBP