Lines Matching refs:Move
277 x86_64_codegen->Move(Location::RegisterLocation(RAX), source); in EmitNativeCode()
287 x86_64_codegen->Move(out, Location::RegisterLocation(RAX)); in EmitNativeCode()
323 x86_64_codegen->Move(locations->Out(), Location::RegisterLocation(RAX)); in EmitNativeCode()
380 x86_64_codegen->Move(locations->Out(), Location::RegisterLocation(RAX)); in EmitNativeCode()
861 x86_64_codegen->Move(out_, Location::RegisterLocation(RAX)); in EmitNativeCode()
922 x86_64_codegen->Move(Location::RegisterLocation(calling_convention.GetRegisterAt(0)), root_); in EmitNativeCode()
928 x86_64_codegen->Move(out_, Location::RegisterLocation(RAX)); in EmitNativeCode()
1435 void CodeGeneratorX86_64::Move(Location destination, Location source) { in Move() function in art::x86_64::CodeGeneratorX86_64
1522 Move(dst, src); in MoveLocation()
3457 codegen_->Move(stack_temp, source); in PushOntoFPStack()
3461 codegen_->Move(stack_temp, source); in PushOntoFPStack()