Lines Matching refs:RIP
361 // Handle %rip relative addressing.
362 if (BaseReg == X86::RIP ||
363 BaseReg == X86::EIP) { // [disp32+rIP] in X86-64 mode
364 assert(is64BitMode(STI) && "Rip-relative addressing requires 64-bit mode");
365 assert(IndexReg.getReg() == 0 && "Invalid rip-relative address");
395 // rip-relative addressing is actually relative to the *next* instruction.
470 // If no BaseReg, issue a RIP relative instruction only if the MCE can
481 // byte to emit an addr that is just 'disp32' (the non-RIP relative form).