Searched refs:gp_index_ (Results 1 – 8 of 8) sorted by relevance
154 uint32_t gp_index_ = 0u; variable
2277 uint32_t index = gp_index_++; in GetNextLocation()2287 uint32_t index = gp_index_; in GetNextLocation()2290 gp_index_ += 1; in GetNextLocation()2293 gp_index_ += 2; in GetNextLocation()
80 gp_index_++; in GetNextLocation()82 (gp_index_ < calling_convention.GetNumberOfRegisters())) { in GetNextLocation()83 next_location = Location::RegisterLocation(calling_convention.GetRegisterAt(gp_index_++)); in GetNextLocation()
2142 uint32_t index = gp_index_++; in GetNextLocation()2152 uint32_t index = gp_index_; in GetNextLocation()2154 gp_index_ += 2; in GetNextLocation()2159 gp_index_++; in GetNextLocation()
2233 uint32_t index = gp_index_++; in GetNextLocation()2243 uint32_t index = gp_index_; in GetNextLocation()2245 gp_index_ += 2; in GetNextLocation()2250 gp_index_++; in GetNextLocation()
88 uint32_t gp_index = gp_index_++; in GetNextLocation()99 uint32_t gp_index = gp_index_; in GetNextLocation()100 gp_index_ += 2; in GetNextLocation()104 gp_index_++; // Skip A1(A3), and use A2_A3(T0_T1) instead. in GetNextLocation()
1164 uint32_t index = gp_index_++; in GetNextLocation()1174 uint32_t index = gp_index_; in GetNextLocation()1175 gp_index_ += 2; in GetNextLocation()
1398 (gp_index_ < calling_convention.GetNumberOfRegisters())) { in GetNextLocation()1399 next_location = LocationFrom(calling_convention.GetRegisterAt(gp_index_++)); in GetNextLocation()