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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp407 // rdi - locals
438 // Preserve invariant that rsi/rdi contain bcp/locals of sender frame
567 __ movptr(rax, Address(rdi, Interpreter::local_offset_in_bytes(0))); // get receiver (assume this is frequent case)
614 __ push(rdi); // set locals pointer
668 __ movptr(rdi, Address(rdx, constMethodOopDesc::constants_offset()));
674 __ movptr(rdi, Address(rdi, constantPoolOopDesc::cache_offset_in_bytes()));
681 // rdi: constant pool cache
689 Address(rdi,
699 Address(rdi,
1735 __ super_call_VM_leaf(CAST_FROM_FN_PTR(address, Deoptimization::popframe_preserve_args), thread, rax, rdi); local
[all...]
H A DsharedRuntime_x86_32.cpp237 map->set_callee_saved(STACK_OFFSET( rdi_off), rdi->as_VMReg());
638 __ movl(rdi, Address(rsp, ld_off));
639 __ movptr(Address(rsp, st_off), rdi); local
645 __ movptr(rdi, Address(rsp, ld_off));
646 __ movptr(Address(rsp, next_off), rdi); local
648 __ movptr(rdi, Address(rsp, ld_off + wordSize));
649 __ movptr(Address(rsp, st_off), rdi); local
755 range_check(masm, rax, rdi,
759 range_check(masm, rax, rdi,
763 range_check(masm, rax, rdi,
3308 __ movptr(Address(rsp,arg0_off*wordSize),rdi); local
[all...]
H A Dassembler_x86.cpp1201 emit_operand(rdi, dst, 1);
1209 emit_operand(rdi, dst, 4);
1236 emit_operand(rdi, dst, 2);
3707 emit_operand(rdi, src1);
3833 emit_operand32(rdi, src);
3839 emit_operand32(rdi, src);
3886 emit_operand32(rdi, adr);
3996 emit_operand32(rdi, src);
4061 emit_operand32(rdi, adr);
4805 emit_operand(rdi, ad
5288 movq(Address(rsp, 8 * wordSize), rdi); local
6006 debug32(int rdi, int rsi, int rbp, int rsp, int rbx, int rdx, int rcx, int rax, int eip, char* msg) argument
6034 print_state32(int rdi, int rsi, int rbp, int rsp, int rbx, int rdx, int rcx, int rax, int eip) argument
[all...]

Completed in 333 milliseconds