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

  /external/elfutils/libelf/
abstract.h 278 #define Move32(Ext) \
  /art/compiler/optimizing/
code_generator_mips.cc 818 Move32(dst, src);
823 void CodeGeneratorMIPS::Move32(Location destination, Location source) {
    [all...]
code_generator_arm.cc 224 arm_codegen->Move32(locations->Out(), Location::RegisterLocation(R0));
267 arm_codegen->Move32(locations->Out(), Location::RegisterLocation(R0));
316 arm_codegen->Move32(locations->Out(), Location::RegisterLocation(R0));
438 arm_codegen->Move32(Location::RegisterLocation(calling_convention.GetRegisterAt(0)), obj_);
444 arm_codegen->Move32(out_, Location::RegisterLocation(R0));
595 arm_codegen->Move32(out_, Location::RegisterLocation(R0));
655 arm_codegen->Move32(Location::RegisterLocation(calling_convention.GetRegisterAt(0)), root_);
661 arm_codegen->Move32(out_, Location::RegisterLocation(R0));
    [all...]
code_generator_x86.cc 225 x86_codegen->Move32(locations->Out(), Location::RegisterLocation(EAX));
268 x86_codegen->Move32(out, Location::RegisterLocation(EAX));
342 x86_codegen->Move32(locations->Out(), Location::RegisterLocation(EAX));
455 x86_codegen->Move32(Location::RegisterLocation(calling_convention.GetRegisterAt(0)), obj_);
461 x86_codegen->Move32(out_, Location::RegisterLocation(EAX));
612 x86_codegen->Move32(out_, Location::RegisterLocation(EAX));
672 x86_codegen->Move32(Location::RegisterLocation(calling_convention.GetRegisterAt(0)), root_);
678 x86_codegen->Move32(out_, Location::RegisterLocation(EAX));
    [all...]

Completed in 213 milliseconds