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