Home | History | Annotate | Download | only in optimizing

Lines Matching refs:FpuRegisterLocation

1003         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));