Lines Matching refs:moves_
37 moves_ = new (GetAllocator()) HParallelMove(GetAllocator()); in SetUp()
111 HParallelMove* moves_; member in art::EmitSwapMipsTest
118 moves_->AddMove( in TEST_F()
123 moves_->AddMove( in TEST_F()
132 DriverWrapper(moves_, expected, "TwoRegisters"); in TEST_F()
136 moves_->AddMove( in TEST_F()
141 moves_->AddMove( in TEST_F()
153 DriverWrapper(moves_, expected, "TwoRegisterPairs"); in TEST_F()
157 moves_->AddMove( in TEST_F()
162 moves_->AddMove( in TEST_F()
171 DriverWrapper(moves_, expected, "TwoFpuRegistersFloat"); in TEST_F()
175 moves_->AddMove( in TEST_F()
180 moves_->AddMove( in TEST_F()
189 DriverWrapper(moves_, expected, "TwoFpuRegistersDouble"); in TEST_F()
193 moves_->AddMove( in TEST_F()
198 moves_->AddMove( in TEST_F()
207 DriverWrapper(moves_, expected, "RegisterAndFpuRegister"); in TEST_F()
211 moves_->AddMove( in TEST_F()
216 moves_->AddMove( in TEST_F()
228 DriverWrapper(moves_, expected, "RegisterPairAndFpuRegister"); in TEST_F()
232 moves_->AddMove( in TEST_F()
237 moves_->AddMove( in TEST_F()
251 DriverWrapper(moves_, expected, "TwoStackSlots"); in TEST_F()
255 moves_->AddMove( in TEST_F()
260 moves_->AddMove( in TEST_F()
278 DriverWrapper(moves_, expected, "TwoDoubleStackSlots"); in TEST_F()
282 moves_->AddMove( in TEST_F()
287 moves_->AddMove( in TEST_F()
296 DriverWrapper(moves_, expected, "RegisterAndStackSlot"); in TEST_F()
300 moves_->AddMove( in TEST_F()
305 moves_->AddMove( in TEST_F()
317 DriverWrapper(moves_, expected, "RegisterPairAndDoubleStackSlot"); in TEST_F()
321 moves_->AddMove( in TEST_F()
326 moves_->AddMove( in TEST_F()
335 DriverWrapper(moves_, expected, "FpuRegisterAndStackSlot"); in TEST_F()
339 moves_->AddMove( in TEST_F()
344 moves_->AddMove( in TEST_F()
353 DriverWrapper(moves_, expected, "FpuRegisterAndDoubleStackSlot"); in TEST_F()