Searched defs:r14 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_64.cpp362 // r14 - locals
389 // Preserve invariant that r13/r14 contain bcp/locals of sender frame
491 // r14: locals
523 __ movptr(rax, Address(r14, Interpreter::local_offset_in_bytes(0)));
559 // r14: pointer to locals
587 __ push(r14); // set locals pointer
868 // compute beginning of parameters (r14)
869 __ lea(r14, Address(rsp, rcx, Address::times_8, -wordSize));
996 assert(InterpreterRuntime::SignatureHandlerGenerator::from() == r14,
1129 // call_VM_leaf either as it will check to see if r13 & r14 ar
1762 r15_thread, rax, r14); local
[all...]
H A DstubGenerator_x86_64.cpp123 // -10 [ saved r14 ]
156 // -6 [ saved r14 ]
274 __ movptr(r14_save, r14);
389 __ movptr(r14, r14_save);
2278 // Registers used as temps (r13, r14 are save-on-entry)
2282 const Register r14_length = r14; // saved copy of length
2326 // allocate spill slots for r13, r14
2334 __ movptr(Address(rsp, saved_r14_offset * wordSize), r14); local
2397 // Register rdx = -1 * number of *remaining* oops, r14 = *total* oops.
2398 // Emit GC store barriers for the oops we have copied (r14
[all...]
H A Dassembler_x86.cpp5229 movq(r14, Address(rsp, wordSize));
5295 movq(Address(rsp, wordSize), r14); local
6661 PRINT_REG(r14, regs[1]);

Completed in 105 milliseconds