Searched refs:gp_index_ (Results 1 – 7 of 7) sorted by relevance
159 uint32_t gp_index_ = 0u; variable
2305 uint32_t index = gp_index_++; in GetNextLocation()2315 uint32_t index = gp_index_; in GetNextLocation()2318 gp_index_ += 1; in GetNextLocation()2321 gp_index_ += 2; in GetNextLocation()
2607 uint32_t index = gp_index_++; in GetNextLocation()2617 uint32_t index = gp_index_; in GetNextLocation()2619 gp_index_ += 2; in GetNextLocation()2624 gp_index_++; in GetNextLocation()
93 gp_index_++; in GetNextLocation()95 (gp_index_ < calling_convention.GetNumberOfRegisters())) { in GetNextLocation()96 next_location = Location::RegisterLocation(calling_convention.GetRegisterAt(gp_index_++)); in GetNextLocation()
98 uint32_t gp_index = gp_index_++; in GetNextLocation()109 uint32_t gp_index = gp_index_; in GetNextLocation()110 gp_index_ += 2; in GetNextLocation()114 gp_index_++; // Skip A1(A3), and use A2_A3(T0_T1) instead. in GetNextLocation()
1169 uint32_t index = gp_index_++; in GetNextLocation()1179 uint32_t index = gp_index_; in GetNextLocation()1180 gp_index_ += 2; in GetNextLocation()
1358 (gp_index_ < calling_convention.GetNumberOfRegisters())) { in GetNextLocation()1359 next_location = LocationFrom(calling_convention.GetRegisterAt(gp_index_++)); in GetNextLocation()