/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 1501 __ 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 …]
|
D | code_generator_x86.cc | 1314 __ 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 …]
|
D | locations.h | 227 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
|
D | locations.cc | 105 os << location.GetStackIndex(); in operator <<()
|
D | register_allocation_resolver.cc | 66 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()
|
D | code_generator_arm_vixl.cc | 2451 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 …]
|
D | graph_visualizer.cc | 309 stream << location.GetStackIndex() << "(sp)"; in DumpLocation() 321 stream << "2x" << location.GetStackIndex() << "(sp)"; in DumpLocation() 324 stream << "4x" << location.GetStackIndex() << "(sp)"; in DumpLocation()
|
D | code_generator.cc | 1219 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()
|
D | intrinsics_x86_64.cc | 2360 __ 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()
|
D | parallel_move_test.cc | 47 os << location.GetStackIndex() << "(sp)"; in DumpLocationForTest() 50 os << "2x" << location.GetStackIndex() << "(sp)"; in DumpLocationForTest()
|
D | parallel_move_resolver.cc | 86 return Location::StackSlot(location.GetStackIndex()); in LowOf()
|
D | common_arm64.h | 177 return vixl::aarch64::MemOperand(vixl::aarch64::sp, location.GetStackIndex()); in StackOperandFrom()
|
D | intrinsics_x86.cc | 625 __ 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()
|
D | register_allocator_linear_scan.cc | 371 current->SetSpillSlot(output.GetStackIndex()); in ProcessInstruction()
|
D | code_generator_arm64.cc | 1475 __ 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()
|
D | register_allocator_graph_color.cc | 918 interval->SetSpillSlot(out.GetStackIndex()); in CheckForFixedOutput()
|