Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching full:disp32

363       BaseReg == X86::EIP) {    // [disp32+rIP] in X86-64 mode
481 // byte to emit an addr that is just 'disp32' (the non-RIP relative form).
484 if (BaseReg == 0) { // [disp32] in X86-32 mode
492 // encoding for [EBP] with no displacement means [disp32] so we handle it
517 // Otherwise, emit the most general non-SIB encoding: [REG+disp32]
541 // Emit the normal disp32 encoding.
560 // Emit the normal disp32 encoding.
574 else // Examples: [ESP+1*<noreg>+4] or [scaled idx]+disp32 (MOD=0,BASE=5)