Searched refs:Move32 (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm.h | 264 void Move32(Location destination, Location source);
|
D | code_generator_x86.h | 257 void Move32(Location destination, Location source);
|
D | code_generator_x86.cc | 184 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()
|
D | code_generator_arm.cc | 192 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()
|