Home
last modified time | relevance | path

Searched defs:Move64 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/elfutils/libelf/
H A Dabstract.h280 #define Move64(Ext) \ macro
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_x86.cc1650 void CodeGeneratorX86::Move64(Location destination, Location source) { in Move64() function in art::x86::CodeGeneratorX86