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

  /external/stressapptest/src/
adler32memcpy.cc 234 #define rAX "%%eax"
245 #define rAX "%%rax"
287 "movdqu 48(" rAX "), %%xmm6;"
311 "andps 32(" rAX "), %%xmm0;"
312 "andps 32(" rAX "), %%xmm1;"
313 "andps 32(" rAX "), %%xmm2;"
314 "andps 32(" rAX "), %%xmm3;"
315 "andps 32(" rAX "), %%xmm4;"
316 "andps 32(" rAX "), %%xmm5;
    [all...]
  /art/compiler/dex/quick/x86/
x86_lir.h 120 rAX = r0,
354 RegStorage(RegStorage::k32BitSolo, rAX), INVALID_SREG, INVALID_SREG};
357 RegStorage(RegStorage::k64BitPair, rAX, rDX), INVALID_SREG, INVALID_SREG};
360 RegStorage(RegStorage::k32BitSolo, rAX), INVALID_SREG, INVALID_SREG};
363 RegStorage(RegStorage::k64BitSolo, rAX), INVALID_SREG, INVALID_SREG};
366 RegStorage(RegStorage::k64BitSolo, rAX), INVALID_SREG, INVALID_SREG};
    [all...]
target_x86.cc 290 // Fixup hard to describe instruction: Uses rAX, rCX, rDI; sets rDI.
306 "rax", "rcx", "rdx", "rbx", "rsp", "rbp", "rsi", "rdi",
845 rX86_ARG0 = rAX;
849 rX86_FARG0 = rAX;
861 rX86_RET0 = rAX;
863 rX86_INVOKE_TGT = rAX;
    [all...]

Completed in 333 milliseconds