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

  /external/elfutils/0.153/libelf/
exttypes.h 113 Move64 (Ext_);
abstract.h 301 #define Move64(Ext) \
  /art/compiler/optimizing/
code_generator_arm.h 181 void Move64(Location destination, Location source);
code_generator_x86.h 183 void Move64(Location destination, Location source);
code_generator_arm.cc 389 void CodeGeneratorARM::Move64(Location destination, Location source) {
495 Move64(location, Location::DoubleStackSlot(stack_slot));
514 Move64(location, locations->Out());
    [all...]
code_generator_x86.cc 365 void CodeGeneratorX86::Move64(Location destination, Location source) {
452 Move64(location, Location::DoubleStackSlot(
472 Move64(location, instruction->GetLocations()->Out());
    [all...]

Completed in 178 milliseconds