Lines Matching refs:reg2offset_out

354 static int reg2offset_out(VMReg r) {  in reg2offset_out()  function
1020 __ movq(Address(rsp, reg2offset_out(dst.first())), rax); in move32_64()
1029 __ movq(Address(rsp, reg2offset_out(dst.first())), src.first()->as_Register()); in move32_64()
1044 __ movq(Address(rsp, reg2offset_out(dst.first())), rax); in move_ptr()
1051 __ movq(Address(rsp, reg2offset_out(dst.first())), src.first()->as_Register()); in move_ptr()
1128 __ movptr(Address(rsp, reg2offset_out(dst.first())), rHandle); in object_move()
1143 __ movptr(Address(rsp, reg2offset_out(dst.first())), rax); in float_move()
1152 __ movflt(Address(rsp, reg2offset_out(dst.first())), src.first()->as_XMMRegister()); in float_move()
1176 __ movq(Address(rsp, reg2offset_out(dst.first())), src.first()->as_Register()); in long_move()
1180 __ movq(dst.first()->as_Register(), Address(rbp, reg2offset_out(src.first()))); in long_move()
1184 __ movq(Address(rsp, reg2offset_out(dst.first())), rax); in long_move()
1203 __ movdbl(Address(rsp, reg2offset_out(dst.first())), src.first()->as_XMMRegister()); in double_move()
1207 __ movdbl(dst.first()->as_XMMRegister(), Address(rbp, reg2offset_out(src.first()))); in double_move()
1211 __ movq(Address(rsp, reg2offset_out(dst.first())), rax); in double_move()
2949 Address stack_dst(rsp, reg2offset_out(dst.first())); in generate_dtrace_nmethod()
2961 __ movptr(Address(rsp, reg2offset_out(dst.first())), in generate_dtrace_nmethod()
3120 __ movq(Address(rsp, reg2offset_out(dst.first())), c_rarg0); in generate_dtrace_nmethod()
3130 __ movq(Address(rsp, reg2offset_out(dst.first())), c_rarg1); in generate_dtrace_nmethod()