HomeSort by relevance Sort by last modified time
    Searched refs:Move32 (Results 1 - 6 of 6) sorted by null

  /external/elfutils/0.153/libelf/
exttypes.h 96 Move32 (Ext_);
abstract.h 299 #define Move32(Ext) \
  /art/compiler/optimizing/
code_generator_arm.h 179 void Move32(Location destination, Location source);
code_generator_x86.h 181 void Move32(Location destination, Location source);
code_generator_arm.cc 104 arm_codegen->Move32(ArmCoreLocation(calling_convention.GetRegisterAt(0)), index_location_);
105 arm_codegen->Move32(ArmCoreLocation(calling_convention.GetRegisterAt(1)), length_location_);
368 void CodeGeneratorARM::Move32(Location destination, Location source) {
491 Move32(location, Location::StackSlot(stack_slot));
510 Move32(location, locations->Out());
    [all...]
code_generator_x86.cc 103 x86_codegen->Move32(X86CpuLocation(calling_convention.GetRegisterAt(0)), index_location_);
104 x86_codegen->Move32(X86CpuLocation(calling_convention.GetRegisterAt(1)), length_location_);
343 void CodeGeneratorX86::Move32(Location destination, Location source) {
448 Move32(location, Location::StackSlot(GetStackSlot(instruction->AsLoadLocal()->GetLocal())));
468 Move32(location, instruction->GetLocations()->Out());
    [all...]

Completed in 586 milliseconds