Lines Matching refs:EBP
426 // If the base is not EBP/ESP and there is no displacement, use simple
428 // encoding for [EBP] with no displacement means [disp32] so we handle it
430 if (Disp.isImm() && Disp.getImm() == 0 && BaseRegNo != N86::EBP) {
480 BaseRegNo != N86::EBP) {
486 ForceDisp8 = true; // Make sure to force 8 bit disp if Base=EBP
490 ForceDisp8 = true; // Make sure to force 8 bit disp if Base=EBP