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

  /external/stressapptest/src/
adler32memcpy.cc 236 #define rDX "%%edx"
247 #define rDX "%%rdx"
347 // rDX (=remaining_words) everytime we add a number to a1/a2.
352 "cmp $4, " rDX ";"
372 "sub $4, " rDX ";"
373 // Decrement %rDX by 4 since %rDX is number of 32-bit
  /art/compiler/dex/quick/x86/
x86_lir.h 126 rDX = r2,
357 RegStorage(RegStorage::k64BitPair, rAX, rDX), INVALID_SREG, INVALID_SREG};
    [all...]
target_x86.cc 306 "rax", "rcx", "rdx", "rbx", "rsp", "rbp", "rsi", "rdi",
815 rX86_ARG2 = rDX;
847 rX86_ARG2 = rDX;
851 rX86_FARG2 = rDX;
862 rX86_RET1 = rDX;
    [all...]

Completed in 1221 milliseconds