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

  /external/elfutils/libelf/
exttypes.h 75 Move32 (Ext_);
abstract.h 278 #define Move32(Ext) \
  /art/compiler/optimizing/
code_generator_x86.h 398 void Move32(Location destination, Location source);
code_generator_arm_vixl.h 481 void Move32(Location destination, Location source);
    [all...]
code_generator_x86.cc 253 x86_codegen->Move32(locations->Out(), Location::RegisterLocation(EAX));
295 x86_codegen->Move32(Location::RegisterLocation(calling_convention.GetRegisterAt(0)), source);
305 x86_codegen->Move32(out, Location::RegisterLocation(EAX));
370 x86_codegen->Move32(locations->Out(), Location::RegisterLocation(EAX));
    [all...]
code_generator_arm_vixl.cc 536 arm_codegen->Move32(LocationFrom(calling_convention.GetRegisterAt(0)), source);
546 arm_codegen->Move32(locations->Out(), LocationFrom(r0));
582 arm_codegen->Move32(locations->Out(), LocationFrom(r0));
627 arm_codegen->Move32(locations->Out(), LocationFrom(r0));
    [all...]

Completed in 2279 milliseconds