OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rCX
(Results
1 - 6
of
6
) sorted by null
/art/compiler/dex/quick/x86/
call_x86.cc
155
LoadValueDirectFixed(rl_src,
rCX
); // Get obj
157
GenNullCheck(rl_src.s_reg_low,
rCX
, opt_flags);
163
NewLIR3(kX86LockCmpxchgMR,
rCX
, mirror::Object::MonitorOffset().Int32Value(), rDX);
166
CallRuntimeHelperReg(QUICK_ENTRYPOINT_OFFSET(pLockObject),
rCX
, true);
179
NewLIR3(kX86Mov32RM,
rCX
, rAX, mirror::Object::MonitorOffset().Int32Value());
180
OpRegReg(kOpSub,
rCX
, rDX);
182
NewLIR3(kX86Mov32MR, rAX, mirror::Object::MonitorOffset().Int32Value(),
rCX
);
x86_lir.h
152
rCX
= r1,
199
#define rX86_ARG1
rCX
203
#define rX86_FARG1
rCX
212
#define rX86_COUNT
rCX
target_x86.cc
28
rAX,
rCX
, rDX, rBX, rX86_SP, rBP, rSI, rDI
34
/*static*/ int core_temps[] = {rAX,
rCX
, rDX, rBX};
161
SetupRegMask(&lir->use_mask,
rCX
);
171
"rax", "
rcx
", "rdx", "rbx", "rsp", "rbp", "rsi", "rdi",
354
Clobber(
rCX
);
utility_x86.cc
194
CHECK(!src2_must_be_cx || r_src2 ==
rCX
);
assemble_x86.cc
[
all
...]
/external/stressapptest/src/
adler32memcpy.cc
235
#define
rCX
"%%ecx"
246
#define
rCX
"%%
rcx
"
281
"cmp $0, "
rCX
";" // Compare counter to zero.
341
"dec "
rCX
";"
Completed in 487 milliseconds