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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp302 rax_off, SLOT2(raxH_off) // 480, 484 enumerator in enum:reg_save_layout
331 map->set_callee_saved(VMRegImpl::stack2reg(rax_off + num_rt_args), rax->as_VMReg());
1382 rax_off, SLOT2(raxH_off) enumerator in enum:layout
H A DsharedRuntime_x86_32.cpp79 rax_off, enumerator in enum:RegisterSaver::layout
94 static int rax_offset() { return rax_off; }
101 static int raxOffset(void) { return rax_off; }
231 map->set_callee_saved(STACK_OFFSET( rax_off), rax->as_VMReg());
355 __ movptr(rax, Address(rsp, rax_off*wordSize));
H A DsharedRuntime_x86_64.cpp106 rax_off, raxH_off, enumerator in enum:RegisterSaver::layout
126 static int rax_offset_in_bytes(void) { return BytesPerInt * rax_off; }
206 map->set_callee_saved(STACK_OFFSET( rax_off ), rax->as_VMReg());

Completed in 57 milliseconds