Searched refs:float_index_ (Results 1 – 7 of 7) sorted by relevance
161 uint32_t float_index_ = 0u; variable
2242 if (float_index_ % 2 == 0) { in GetNextLocation()2243 float_index_ = std::max(double_index_, float_index_); in GetNextLocation()2245 if (float_index_ < calling_convention.GetNumberOfFpuRegisters()) { in GetNextLocation()2246 return LocationFrom(calling_convention.GetFpuRegisterAt(float_index_++)); in GetNextLocation()2253 double_index_ = std::max(double_index_, RoundUp(float_index_, 2)); in GetNextLocation()
91 (float_index_ < calling_convention.GetNumberOfFpuRegisters())) { in GetNextLocation()93 calling_convention.GetFpuRegisterAt(float_index_++)); in GetNextLocation()98 float_index_++; in GetNextLocation()
852 (float_index_ < calling_convention.GetNumberOfFpuRegisters())) { in GetNextLocation()853 next_location = LocationFrom(calling_convention.GetFpuRegisterAt(float_index_++)); in GetNextLocation()
2404 uint32_t index = float_index_++; in GetNextLocation()2414 uint32_t index = float_index_++; in GetNextLocation()
1208 uint32_t index = float_index_++; in GetNextLocation()1218 uint32_t index = float_index_++; in GetNextLocation()
134 uint32_t float_index = float_index_++; in GetNextLocation()