Home
last modified time | relevance | path

Searched refs:GetStackIndex (Results 1 – 16 of 16) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86_64.cc1501 __ movl(dest, Address(CpuRegister(RSP), source.GetStackIndex())); in Move()
1511 __ movq(dest, Address(CpuRegister(RSP), source.GetStackIndex())); in Move()
1528 __ movss(dest, Address(CpuRegister(RSP), source.GetStackIndex())); in Move()
1531 __ movsd(dest, Address(CpuRegister(RSP), source.GetStackIndex())); in Move()
1535 __ movl(Address(CpuRegister(RSP), destination.GetStackIndex()), in Move()
1538 __ movss(Address(CpuRegister(RSP), destination.GetStackIndex()), in Move()
1543 __ movl(Address(CpuRegister(RSP), destination.GetStackIndex()), Immediate(value)); in Move()
1546 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in Move()
1547 __ movl(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in Move()
1552 __ movq(Address(CpuRegister(RSP), destination.GetStackIndex()), in Move()
[all …]
Dcode_generator_x86.cc1314 __ movl(destination.AsRegister<Register>(), Address(ESP, source.GetStackIndex())); in Move32()
1323 __ movss(destination.AsFpuRegister<XmmRegister>(), Address(ESP, source.GetStackIndex())); in Move32()
1328 __ movl(Address(ESP, destination.GetStackIndex()), source.AsRegister<Register>()); in Move32()
1330 __ movss(Address(ESP, destination.GetStackIndex()), source.AsFpuRegister<XmmRegister>()); in Move32()
1334 __ movl(Address(ESP, destination.GetStackIndex()), Immediate(value)); in Move32()
1337 __ pushl(Address(ESP, source.GetStackIndex())); in Move32()
1338 __ popl(Address(ESP, destination.GetStackIndex())); in Move32()
1364 __ movl(destination.AsRegisterPairLow<Register>(), Address(ESP, source.GetStackIndex())); in Move64()
1372 __ movsd(destination.AsFpuRegister<XmmRegister>(), Address(ESP, source.GetStackIndex())); in Move64()
1389 __ movl(Address(ESP, destination.GetStackIndex()), source.AsRegisterPairLow<Register>()); in Move64()
[all …]
Dlocations.h227 return Location::StackSlot(GetStackIndex()); in ToLow()
252 DCHECK_EQ(loc.GetStackIndex(), stack_index); in StackSlot()
264 DCHECK_EQ(loc.GetStackIndex(), stack_index); in DoubleStackSlot()
276 DCHECK_EQ(loc.GetStackIndex(), stack_index); in SIMDStackSlot()
284 intptr_t GetStackIndex() const { in GetStackIndex() function
Dlocations.cc105 os << location.GetStackIndex(); in operator <<()
Dregister_allocation_resolver.cc66 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in Resolve()
67 current->SetSpillSlot(location.GetStackIndex()); in Resolve()
70 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in Resolve()
71 current->SetSpillSlot(location.GetStackIndex()); in Resolve()
Dcode_generator_arm_vixl.cc2451 source.GetStackIndex()); in Move32()
2459 GetAssembler()->LoadSFromOffset(SRegisterFrom(destination), sp, source.GetStackIndex()); in Move32()
2467 destination.GetStackIndex()); in Move32()
2469 GetAssembler()->StoreSToOffset(SRegisterFrom(source), sp, destination.GetStackIndex()); in Move32()
2474 GetAssembler()->LoadFromOffset(kLoadWord, temp, sp, source.GetStackIndex()); in Move32()
2475 GetAssembler()->StoreToOffset(kStoreWord, temp, sp, destination.GetStackIndex()); in Move32()
3780 in.GetStackIndex()); in VisitTypeConversion()
5241 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
5243 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
6884 destination.GetStackIndex()); in EmitMove()
[all …]
Dgraph_visualizer.cc309 stream << location.GetStackIndex() << "(sp)"; in DumpLocation()
321 stream << "2x" << location.GetStackIndex() << "(sp)"; in DumpLocation()
324 stream << "4x" << location.GetStackIndex() << "(sp)"; in DumpLocation()
Dcode_generator.cc1219 DCHECK_LT(location.GetStackIndex(), static_cast<int32_t>(GetFrameSize())); in RecordPcInfo()
1284 DexRegisterLocation::Kind::kInStack, location.GetStackIndex()); in RecordCatchBlockInfo()
1289 DexRegisterLocation::Kind::kInStack, location.GetStackIndex()); in RecordCatchBlockInfo()
1355 stack_map_stream->AddDexRegisterEntry(Kind::kInStack, location.GetStackIndex()); in EmitVRegInfo()
1360 stack_map_stream->AddDexRegisterEntry(Kind::kInStack, location.GetStackIndex()); in EmitVRegInfo()
1546 locations->ClearStackBit(dest.GetStackIndex() / kVRegSize); in ClearSpillSlotsFromLoopPhisInStackMap()
Dintrinsics_x86_64.cc2360 __ popcntq(out, Address(CpuRegister(RSP), src.GetStackIndex())); in GenBitCount()
2363 __ popcntl(out, Address(CpuRegister(RSP), src.GetStackIndex())); in GenBitCount()
2439 __ bsrq(tmp, Address(CpuRegister(RSP), src.GetStackIndex())); in GenOneBit()
2442 __ bsrl(tmp, Address(CpuRegister(RSP), src.GetStackIndex())); in GenOneBit()
2467 __ movq(tmp, Address(CpuRegister(RSP), src.GetStackIndex())); in GenOneBit()
2470 __ movl(tmp, Address(CpuRegister(RSP), src.GetStackIndex())); in GenOneBit()
2554 __ bsrq(out, Address(CpuRegister(RSP), src.GetStackIndex())); in GenLeadingZeros()
2557 __ bsrl(out, Address(CpuRegister(RSP), src.GetStackIndex())); in GenLeadingZeros()
2627 __ bsfq(out, Address(CpuRegister(RSP), src.GetStackIndex())); in GenTrailingZeros()
2630 __ bsfl(out, Address(CpuRegister(RSP), src.GetStackIndex())); in GenTrailingZeros()
Dparallel_move_test.cc47 os << location.GetStackIndex() << "(sp)"; in DumpLocationForTest()
50 os << "2x" << location.GetStackIndex() << "(sp)"; in DumpLocationForTest()
Dparallel_move_resolver.cc86 return Location::StackSlot(location.GetStackIndex()); in LowOf()
Dcommon_arm64.h177 return vixl::aarch64::MemOperand(vixl::aarch64::sp, location.GetStackIndex()); in StackOperandFrom()
Dintrinsics_x86.cc625 __ movl(out, Address(ESP, src.GetStackIndex())); in GenLowestOneBit()
632 __ andl(out, Address(ESP, src.GetStackIndex())); in GenLowestOneBit()
2260 __ popcntl(out, Address(ESP, src.GetStackIndex())); in GenBitCount()
2270 __ popcntl(temp, Address(ESP, src.GetStackIndex())); in GenBitCount()
2329 __ bsrl(out, Address(ESP, src.GetStackIndex())); in GenLeadingZeros()
2433 __ bsfl(out, Address(ESP, src.GetStackIndex())); in GenTrailingZeros()
2652 __ movl(temp3, Address(ESP, length.GetStackIndex())); in VisitSystemArrayCopy()
2857 __ movl(temp3, Address(ESP, length.GetStackIndex())); in VisitSystemArrayCopy()
Dregister_allocator_linear_scan.cc371 current->SetSpillSlot(output.GetStackIndex()); in ProcessInstruction()
Dcode_generator_arm64.cc1475 __ Ldr(temp, MemOperand(sp, source.GetStackIndex())); in MoveLocation()
1476 __ Str(temp, MemOperand(sp, destination.GetStackIndex())); in MoveLocation()
1477 __ Ldr(temp, MemOperand(sp, source.GetStackIndex() + kArm64WordSize)); in MoveLocation()
1478 __ Str(temp, MemOperand(sp, destination.GetStackIndex() + kArm64WordSize)); in MoveLocation()
5302 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
5304 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dregister_allocator_graph_color.cc918 interval->SetSpillSlot(out.GetStackIndex()); in CheckForFixedOutput()