• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:RSP

88     __ addq(CpuRegister(RSP),  in EmitNativeCode()
192 blocked_registers[RSP] = true; in SetupBlockedRegisters()
212 __ subq(CpuRegister(RSP), in GenerateFrameEntry()
223 __ gs()->cmpq(CpuRegister(RSP), in GenerateFrameEntry()
228 CpuRegister(RSP), -static_cast<int32_t>(GetStackOverflowReservedBytes(kX86_64)))); in GenerateFrameEntry()
232 __ movl(Address(CpuRegister(RSP), kCurrentMethodStackOffset), CpuRegister(RDI)); in GenerateFrameEntry()
236 __ addq(CpuRegister(RSP), in GenerateFrameExit()
245 __ movl(reg, Address(CpuRegister(RSP), kCurrentMethodStackOffset)); in LoadCurrentMethod()
282 …__ movl(destination.AsX86_64().AsCpuRegister(), Address(CpuRegister(RSP), source.GetStackIndex())); in Move()
285 …__ movq(destination.AsX86_64().AsCpuRegister(), Address(CpuRegister(RSP), source.GetStackIndex())); in Move()
289 …__ movl(Address(CpuRegister(RSP), destination.GetStackIndex()), source.AsX86_64().AsCpuRegister()); in Move()
292 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in Move()
293 __ movl(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in Move()
298 …__ movq(Address(CpuRegister(RSP), destination.GetStackIndex()), source.AsX86_64().AsCpuRegister()); in Move()
301 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in Move()
302 __ movq(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in Move()
315 __ movl(Address(CpuRegister(RSP), location.GetStackIndex()), imm); in Move()
323 __ movq(Address(CpuRegister(RSP), location.GetStackIndex()), CpuRegister(TMP)); in Move()
407 __ cmpl(Address(CpuRegister(RSP), lhs.GetStackIndex()), Immediate(0)); in VisitIf()
419 __ cmpl(lhs.AsX86_64().AsCpuRegister(), Address(CpuRegister(RSP), rhs.GetStackIndex())); in VisitIf()
491 Address(CpuRegister(RSP), locations->InAt(1).GetStackIndex())); in VisitCondition()
792 Address(CpuRegister(RSP), locations->InAt(1).GetStackIndex())); in VisitAdd()
858 Address(CpuRegister(RSP), locations->InAt(1).GetStackIndex())); in VisitSub()
1074 __ cmpl(Address(CpuRegister(RSP), obj.GetStackIndex()), Immediate(0)); in VisitNullCheck()
1347 __ movl(Address(CpuRegister(RSP), destination.GetStackIndex()), in EmitMove()
1351 __ movq(Address(CpuRegister(RSP), destination.GetStackIndex()), in EmitMove()
1357 Address(CpuRegister(RSP), source.GetStackIndex())); in EmitMove()
1360 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in EmitMove()
1361 __ movl(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in EmitMove()
1366 Address(CpuRegister(RSP), source.GetStackIndex())); in EmitMove()
1369 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in EmitMove()
1370 __ movq(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in EmitMove()
1379 __ movl(Address(CpuRegister(RSP), destination.GetStackIndex()), imm); in EmitMove()
1387 __ movq(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in EmitMove()
1398 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), mem)); in Exchange32()
1399 __ movl(Address(CpuRegister(RSP), mem), reg); in Exchange32()
1408 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), mem1 + stack_offset)); in Exchange32()
1410 Address(CpuRegister(RSP), mem2 + stack_offset)); in Exchange32()
1411 __ movl(Address(CpuRegister(RSP), mem2 + stack_offset), CpuRegister(TMP)); in Exchange32()
1412 __ movl(Address(CpuRegister(RSP), mem1 + stack_offset), in Exchange32()
1417 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), mem)); in Exchange64()
1418 __ movq(Address(CpuRegister(RSP), mem), reg); in Exchange64()
1427 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), mem1 + stack_offset)); in Exchange64()
1429 Address(CpuRegister(RSP), mem2 + stack_offset)); in Exchange64()
1430 __ movq(Address(CpuRegister(RSP), mem2 + stack_offset), CpuRegister(TMP)); in Exchange64()
1431 __ movq(Address(CpuRegister(RSP), mem1 + stack_offset), in Exchange64()