Searched refs:ECX (Results 76 - 80 of 80) sorted by relevance

1234

/external/strace/
H A Dprocess.c1287 XLAT(4*ECX),
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1521 CReg = X86::ECX;
2602 X86::EDI, X86::ESI, X86::EDX, X86::ECX, X86::R8D, X86::R9D
H A DX86ISelLowering.cpp2761 // address of the callee into ECX. The value in ecx is used as target of
2768 // Note: The actual moving to ECX is done further down.
3032 // Like std call, callee cleans arguments, convention except that ECX is
3312 // only target EAX, EDX, or ECX since the tail call must be scheduled after
3332 case X86::EAX: case X86::EDX: case X86::ECX:
14278 // The ECX register is used to select the index of the performance counter
14280 SDValue Chain = DAG.getCopyToReg(N->getOperand(0), DL, X86::ECX,
14342 // the ECX register. Add 'ecx' explicitly to the chain.
14343 SDValue ecx = DAG.getCopyFromReg(Chain, DL, X86::ECX, MVT::i32,
14345 // Explicitly store the content of ECX a
[all...]
/external/valgrind/main/memcheck/
H A Dmc_machine.c699 if (o == GOF(ECX) && is124) return o;
731 if (o == 1+ GOF(ECX) && szB == 1) return GOF(DFLAG);
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c9198 mov ecx, eax ;; ECX will accumulate total ticks

Completed in 135 milliseconds

1234