Searched refs:gp_index_ (Results 1 – 7 of 7) sorted by relevance
159 uint32_t gp_index_ = 0u; variable
2382 uint32_t index = gp_index_++; in GetNextLocation()2392 uint32_t index = gp_index_; in GetNextLocation()2395 gp_index_ += 1; in GetNextLocation()2398 gp_index_ += 2; in GetNextLocation()
2208 uint32_t index = gp_index_++; in GetNextLocation()2218 uint32_t index = gp_index_; in GetNextLocation()2220 gp_index_ += 2; in GetNextLocation()2225 gp_index_++; in GetNextLocation()
94 gp_index_++; in GetNextLocation()96 (gp_index_ < calling_convention.GetNumberOfRegisters())) { in GetNextLocation()97 next_location = Location::RegisterLocation(calling_convention.GetRegisterAt(gp_index_++)); in GetNextLocation()
99 uint32_t gp_index = gp_index_++; in GetNextLocation()110 uint32_t gp_index = gp_index_; in GetNextLocation()111 gp_index_ += 2; in GetNextLocation()115 gp_index_++; // Skip A1(A3), and use A2_A3(T0_T1) instead. in GetNextLocation()
1185 uint32_t index = gp_index_++; in GetNextLocation()1195 uint32_t index = gp_index_; in GetNextLocation()1196 gp_index_ += 2; in GetNextLocation()
855 (gp_index_ < calling_convention.GetNumberOfRegisters())) { in GetNextLocation()856 next_location = LocationFrom(calling_convention.GetRegisterAt(gp_index_++)); in GetNextLocation()