Searched refs:FpuRegisterLocation (Results 1 - 18 of 18) sorted by relevance

/art/compiler/optimizing/
H A Dlocations.h126 static Location FpuRegisterLocation(int reg) { function in class:art::Location
217 return Location::FpuRegisterLocation(low());
228 return Location::FpuRegisterLocation(high());
H A Dparallel_move_resolver.cc84 return Location::FpuRegisterLocation(location.low());
96 return Location::FpuRegisterLocation(location.high());
H A Doptimizing_cfi_test.cc73 auto location = Location::FpuRegisterLocation(fp_reg);
H A Dcode_generator_mips.h126 return Location::FpuRegisterLocation(F0);
H A Dcode_generator_mips64.h126 return Location::FpuRegisterLocation(F0);
H A Dcommon_arm64.h177 return Location::FpuRegisterLocation(fpreg.code());
H A Dintrinsics_x86_64.cc545 locations->SetOut(Location::FpuRegisterLocation(XMM0));
718 locations->SetInAt(0, Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(0)));
719 locations->SetOut(Location::FpuRegisterLocation(XMM0));
725 locations->AddTemp(Location::FpuRegisterLocation(fp_reg));
858 locations->SetInAt(0, Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(0)));
859 locations->SetInAt(1, Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(1)));
860 locations->SetOut(Location::FpuRegisterLocation(XMM0));
866 locations->AddTemp(Location::FpuRegisterLocation(fp_reg));
H A Dcode_generator_arm.h125 : Location::FpuRegisterLocation(S0);
H A Dcode_generator_x86.h118 return Location::FpuRegisterLocation(XMM0);
H A Dcode_generator_x86_64.h104 return Location::FpuRegisterLocation(XMM0);
H A Dssa_liveness_analysis.cc536 return Location::FpuRegisterLocation(GetRegister());
H A Dintrinsics_x86.cc725 locations->SetOut(Location::FpuRegisterLocation(XMM0));
850 locations->SetInAt(0, Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(0)));
851 locations->SetOut(Location::FpuRegisterLocation(XMM0));
1004 locations->SetInAt(0, Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(0)));
1005 locations->SetInAt(1, Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(1)));
1006 locations->SetOut(Location::FpuRegisterLocation(XMM0));
H A Dregister_allocator.cc163 BlockRegister(Location::FpuRegisterLocation(i), start, end);
700 : Location::FpuRegisterLocation(current->GetRegister()));
1993 locations->SetTempAt(temp_index, Location::FpuRegisterLocation(temp->GetRegister()));
H A Dcode_generator_mips64.cc53 return Location::FpuRegisterLocation(F0);
77 next_location = Location::FpuRegisterLocation(
3624 locations->SetInAt(0, Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(0)));
3625 locations->SetInAt(1, Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(1)));
H A Dcode_generator_mips.cc57 return Location::FpuRegisterLocation(F0);
119 next_location = Location::FpuRegisterLocation(
4478 locations->SetInAt(0, Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(0)));
4479 locations->SetInAt(1, Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(1)));
4742 locations->SetInAt(0, Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(0)));
H A Dcode_generator_arm.cc1003 return Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(float_index_++));
1045 return Location::FpuRegisterLocation(S0);
2092 locations->SetInAt(0, Location::FpuRegisterLocation(
2152 locations->SetOut(Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(0)));
3000 locations->SetInAt(0, Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(0)));
3001 locations->SetInAt(1, Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(1)));
3002 locations->SetOut(Location::FpuRegisterLocation(S0));
H A Dcode_generator_x86.cc916 return Location::FpuRegisterLocation(XMM0);
960 return Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(index));
970 return Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(index));
1882 0, Location::FpuRegisterLocation(XMM0));
2005 invoke->GetLocations()->AddTemp(Location::FpuRegisterLocation(XMM7));
2278 locations->SetInAt(0, Location::FpuRegisterLocation(parameter));
H A Dcode_generator_x86_64.cc2024 locations->SetInAt(0, Location::FpuRegisterLocation(XMM0));
2074 return Location::FpuRegisterLocation(XMM0);
2117 return Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(index));
2127 return Location::FpuRegisterLocation(calling_convention.GetFpuRegisterAt(index));

Completed in 1407 milliseconds