HomeSort by relevance Sort by last modified time
    Searched refs:rAX (Results 1 - 5 of 5) 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/
call_x86.cc 162 NewLIR2(kX86Xor32RR, rAX, rAX);
172 LoadValueDirectFixed(rl_src, rAX); // Get obj
174 GenNullCheck(rl_src.s_reg_low, rAX, opt_flags);
179 NewLIR3(kX86Mov32RM, rCX, rAX, mirror::Object::MonitorOffset().Int32Value());
182 NewLIR3(kX86Mov32MR, rAX, mirror::Object::MonitorOffset().Int32Value(), rCX);
186 CallRuntimeHelperReg(QUICK_ENTRYPOINT_OFFSET(pUnlockObject), rAX, true);
x86_lir.h 130 // RegisterLocation templates return values (rAX, rAX/rDX or XMM0).
132 #define X86_LOC_C_RETURN {kLocPhysReg, 0, 0, 0, 0, 0, 0, 0, 1, rAX, INVALID_REG, INVALID_SREG, INVALID_SREG}
133 #define X86_LOC_C_RETURN_WIDE {kLocPhysReg, 1, 0, 0, 0, 0, 0, 0, 1, rAX, rDX, INVALID_SREG, INVALID_SREG}
150 rAX = r0,
198 #define rX86_ARG0 rAX
202 #define rX86_FARG0 rAX
206 #define rX86_RET0 rAX
208 #define rX86_INVOKE_TGT rAX
target_x86.cc 28 rAX, rCX, rDX, rBX, rX86_SP, rBP, rSI, rDI
34 /*static*/ int core_temps[] = {rAX, rCX, rDX, rBX};
150 SetupRegMask(&lir->def_mask, rAX);
157 SetupRegMask(&lir->use_mask, rAX);
171 "rax", "rcx", "rdx", "rbx", "rsp", "rbp", "rsi", "rdi",
353 Clobber(rAX);
360 CHECK(res.low_reg == rAX);
362 Clobber(rAX);
364 MarkInUse(rAX);
assemble_x86.cc     [all...]

Completed in 629 milliseconds