Lines Matching refs:RSP

1461   movsd(dst, Address(CpuRegister(RSP), 0));  in LoadDoubleConstant()
1462 addq(CpuRegister(RSP), Immediate(2 * kWordSize)); in LoadDoubleConstant()
1735 subq(CpuRegister(RSP), Immediate(rest_of_frame)); in BuildFrame()
1742 movsd(Address(CpuRegister(RSP), offset), spill.AsXmmRegister()); in BuildFrame()
1748 movl(Address(CpuRegister(RSP), 0), method_reg.AsX86_64().AsCpuRegister()); in BuildFrame()
1754 movq(Address(CpuRegister(RSP), frame_size + spill.getSpillOffset()), in BuildFrame()
1758 …movl(Address(CpuRegister(RSP), frame_size + spill.getSpillOffset()), spill.AsX86_64().AsCpuRegiste… in BuildFrame()
1762 …movsd(Address(CpuRegister(RSP), frame_size + spill.getSpillOffset()), spill.AsX86_64().AsXmmRegist… in BuildFrame()
1765 …movss(Address(CpuRegister(RSP), frame_size + spill.getSpillOffset()), spill.AsX86_64().AsXmmRegist… in BuildFrame()
1781 movsd(spill.AsXmmRegister(), Address(CpuRegister(RSP), offset)); in RemoveFrame()
1786 …addq(CpuRegister(RSP), Immediate(static_cast<int64_t>(frame_size) - (gpr_count * kFramePointerSize… in RemoveFrame()
1798 addq(CpuRegister(RSP), Immediate(-static_cast<int64_t>(adjust))); in IncreaseFrameSize()
1803 addq(CpuRegister(RSP), Immediate(adjust)); in DecreaseFrameSize()
1813 movl(Address(CpuRegister(RSP), offs), src.AsCpuRegister()); in Store()
1816 movq(Address(CpuRegister(RSP), offs), src.AsCpuRegister()); in Store()
1820 movq(Address(CpuRegister(RSP), offs), src.AsRegisterPairLow()); in Store()
1821 movq(Address(CpuRegister(RSP), FrameOffset(offs.Int32Value()+4)), in Store()
1825 fstps(Address(CpuRegister(RSP), offs)); in Store()
1827 fstpl(Address(CpuRegister(RSP), offs)); in Store()
1832 movss(Address(CpuRegister(RSP), offs), src.AsXmmRegister()); in Store()
1834 movsd(Address(CpuRegister(RSP), offs), src.AsXmmRegister()); in Store()
1842 movl(Address(CpuRegister(RSP), dest), src.AsCpuRegister()); in StoreRef()
1848 movq(Address(CpuRegister(RSP), dest), src.AsCpuRegister()); in StoreRawPtr()
1853 movl(Address(CpuRegister(RSP), dest), Immediate(imm)); // TODO(64) movq? in StoreImmediateToFrame()
1866 leaq(scratch.AsCpuRegister(), Address(CpuRegister(RSP), fr_offs)); in StoreStackOffsetToThread64()
1871 gs()->movq(Address::Absolute(thr_offs, true), CpuRegister(RSP)); in StoreStackPointerToThread64()
1886 movl(dest.AsCpuRegister(), Address(CpuRegister(RSP), src)); in Load()
1889 movq(dest.AsCpuRegister(), Address(CpuRegister(RSP), src)); in Load()
1893 movq(dest.AsRegisterPairLow(), Address(CpuRegister(RSP), src)); in Load()
1894 movq(dest.AsRegisterPairHigh(), Address(CpuRegister(RSP), FrameOffset(src.Int32Value()+4))); in Load()
1897 flds(Address(CpuRegister(RSP), src)); in Load()
1899 fldl(Address(CpuRegister(RSP), src)); in Load()
1904 movss(dest.AsXmmRegister(), Address(CpuRegister(RSP), src)); in Load()
1906 movsd(dest.AsXmmRegister(), Address(CpuRegister(RSP), src)); in Load()
1940 movq(dest.AsCpuRegister(), Address(CpuRegister(RSP), src)); in LoadRef()
1993 subl(CpuRegister(RSP), Immediate(16)); in Move()
1996 fstps(Address(CpuRegister(RSP), 0)); in Move()
1997 movss(dest.AsXmmRegister(), Address(CpuRegister(RSP), 0)); in Move()
2000 fstpl(Address(CpuRegister(RSP), 0)); in Move()
2001 movsd(dest.AsXmmRegister(), Address(CpuRegister(RSP), 0)); in Move()
2003 addq(CpuRegister(RSP), Immediate(16)); in Move()
2015 movl(scratch.AsCpuRegister(), Address(CpuRegister(RSP), src)); in CopyRef()
2016 movl(Address(CpuRegister(RSP), dest), scratch.AsCpuRegister()); in CopyRef()
2061 pushq(Address(CpuRegister(RSP), src)); in Copy()
2069 movq(scratch, Address(CpuRegister(RSP), src_base)); in Copy()
2071 movq(Address(CpuRegister(RSP), dest), scratch); in Copy()
2088 movq(scratch, Address(CpuRegister(RSP), src)); in Copy()
2108 movl(in_reg.AsCpuRegister(), Address(CpuRegister(RSP), handle_scope_offset)); in CreateHandleScopeEntry()
2120 leaq(out_reg.AsCpuRegister(), Address(CpuRegister(RSP), handle_scope_offset)); in CreateHandleScopeEntry()
2123 leaq(out_reg.AsCpuRegister(), Address(CpuRegister(RSP), handle_scope_offset)); in CreateHandleScopeEntry()
2135 movl(scratch.AsCpuRegister(), Address(CpuRegister(RSP), handle_scope_offset)); in CreateHandleScopeEntry()
2138 leaq(scratch.AsCpuRegister(), Address(CpuRegister(RSP), handle_scope_offset)); in CreateHandleScopeEntry()
2141 leaq(scratch.AsCpuRegister(), Address(CpuRegister(RSP), handle_scope_offset)); in CreateHandleScopeEntry()
2180 movl(scratch, Address(CpuRegister(RSP), base)); in Call()
2195 movq(Address(CpuRegister(RSP), offset), scratch.AsCpuRegister()); in GetCurrentThread()