Searched defs:Move32 (Results 1 - 2 of 2) sorted by relevance

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

Completed in 38 milliseconds