Lines Matching refs:Move
287 x86_64_codegen->Move(Location::RegisterLocation(RAX), source); in EmitNativeCode()
297 x86_64_codegen->Move(out, Location::RegisterLocation(RAX)); in EmitNativeCode()
333 x86_64_codegen->Move(locations->Out(), Location::RegisterLocation(RAX)); in EmitNativeCode()
390 x86_64_codegen->Move(locations->Out(), Location::RegisterLocation(RAX)); in EmitNativeCode()
873 x86_64_codegen->Move(out_, Location::RegisterLocation(RAX)); in EmitNativeCode()
934 x86_64_codegen->Move(Location::RegisterLocation(calling_convention.GetRegisterAt(0)), root_); in EmitNativeCode()
940 x86_64_codegen->Move(out_, Location::RegisterLocation(RAX)); in EmitNativeCode()
1613 void CodeGeneratorX86_64::Move(Location destination, Location source) { in Move() function in art::x86_64::CodeGeneratorX86_64
1700 Move(dst, src); in MoveLocation()
3757 codegen_->Move(stack_temp, source); in PushOntoFPStack()
3761 codegen_->Move(stack_temp, source); in PushOntoFPStack()