Home | History | Annotate | Download | only in x86_64

Lines Matching defs:RIP

250   // If no_rip is true then the Absolute address isn't RIP relative.
258 // RIP addressing is done using RBP as the base register.
259 // The value in RBP isn't used. Instead the offset is added to RIP.
266 // An RIP relative address that will be fixed up later.
267 static Address RIP(AssemblerFixup* fixup) {
269 // RIP addressing is done using RBP as the base register.
270 // The value in RBP isn't used. Instead the offset is added to RIP.
277 // If no_rip is true then the Absolute address isn't RIP relative.