Searched refs:reg2offset_out (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp378 static int reg2offset_out(VMReg r) { function
1031 __ movptr(Address(rsp, reg2offset_out(dst.first())), rax);
1039 __ movptr(Address(rsp, reg2offset_out(dst.first())), src.first()->as_Register());
1072 __ movptr(Address(rsp, reg2offset_out(dst.first())), rHandle);
1095 __ movptr(Address(rsp, reg2offset_out(dst.first())), rHandle);
1113 __ movptr(Address(rsp, reg2offset_out(dst.first())), rax);
1116 __ movflt(Address(rsp, reg2offset_out(dst.first())), src.first()->as_XMMRegister());
1132 __ movptr(Address(rsp, reg2offset_out(dst.first())), rax);
1133 NOT_LP64(__ movptr(Address(rsp, reg2offset_out(dst.second())), rbx));
1156 __ movptr(Address(rsp, reg2offset_out(ds
[all...]
H A DsharedRuntime_x86_64.cpp348 static int reg2offset_out(VMReg r) { function
1017 __ movq(Address(rsp, reg2offset_out(dst.first())), rax);
1026 __ movq(Address(rsp, reg2offset_out(dst.first())), src.first()->as_Register());
1041 __ movq(Address(rsp, reg2offset_out(dst.first())), rax);
1048 __ movq(Address(rsp, reg2offset_out(dst.first())), src.first()->as_Register());
1125 __ movptr(Address(rsp, reg2offset_out(dst.first())), rHandle);
1140 __ movptr(Address(rsp, reg2offset_out(dst.first())), rax);
1149 __ movflt(Address(rsp, reg2offset_out(dst.first())), src.first()->as_XMMRegister());
1173 __ movq(Address(rsp, reg2offset_out(dst.first())), src.first()->as_Register());
1177 __ movq(dst.first()->as_Register(), Address(rbp, reg2offset_out(sr
[all...]

Completed in 41 milliseconds