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

  /external/elfutils/0.153/libelf/
abstract.h 299 #define Move32(Ext) \
  /art/compiler/optimizing/
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 153 milliseconds