Home
last modified time | relevance | path

Searched refs:Move32 (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm.h264 void Move32(Location destination, Location source);
Dcode_generator_x86.h257 void Move32(Location destination, Location source);
Dcode_generator_x86.cc184 x86_codegen->Move32(locations->Out(), Location::RegisterLocation(EAX)); in EmitNativeCode()
223 x86_codegen->Move32(out, Location::RegisterLocation(EAX)); in EmitNativeCode()
288 x86_codegen->Move32(locations->Out(), Location::RegisterLocation(EAX)); in EmitNativeCode()
615 void CodeGeneratorX86::Move32(Location destination, Location source) { in Move32() function in art::x86::CodeGeneratorX86
753 Move32(location, temp_location); in Move()
768 Move32(location, Location::StackSlot(slot)); in Move()
789 Move32(location, locations->Out()); in Move()
1839 codegen_->Move32(out, stack_temp); in VisitTypeConversion()
2261 codegen_->Move32(stack_temp, source); in PushOntoFPStack()
Dcode_generator_arm.cc192 arm_codegen->Move32(locations->Out(), Location::RegisterLocation(R0)); in EmitNativeCode()
231 arm_codegen->Move32(locations->Out(), Location::RegisterLocation(R0)); in EmitNativeCode()
277 arm_codegen->Move32(locations->Out(), Location::RegisterLocation(R0)); in EmitNativeCode()
711 void CodeGeneratorARM::Move32(Location destination, Location source) { in Move32() function in art::arm::CodeGeneratorARM
844 Move32(location, Location::StackSlot(stack_slot)); in Move()
858 Move32(location, temp_location); in Move()
873 Move32(location, locations->Out()); in Move()