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 390 void Move32(Location destination, Location source);
code_generator_arm_vixl.h 476 void Move32(Location destination, Location source);
    [all...]
code_generator_x86.cc 236 x86_codegen->Move32(locations->Out(), Location::RegisterLocation(EAX));
289 x86_codegen->Move32(out, Location::RegisterLocation(EAX));
363 x86_codegen->Move32(locations->Out(), Location::RegisterLocation(EAX));
    [all...]
code_generator_arm_vixl.cc 530 arm_codegen->Move32(locations->Out(), LocationFrom(r0));
603 arm_codegen->Move32(locations->Out(), LocationFrom(r0));
648 arm_codegen->Move32(locations->Out(), LocationFrom(r0));
    [all...]

Completed in 308 milliseconds