ECX                62 nanojit/Nativei386.cpp     const Register Assembler::argRegs[] = { ECX, EDX };
ECX               500 nanojit/Nativei386.cpp                             (1<<EAX | 1<<ECX | 1<<EDX | 1<<EBX) :
ECX               998 nanojit/Nativei386.cpp                 rb = findSpecificRegFor(rhs, ECX);
ECX               152 nanojit/Nativei386.h     static const RegisterMask GpRegs = SavedRegs | 1<<EAX | 1<<ECX | 1<<EDX;
ECX               156 nanojit/Nativei386.h     static const RegisterMask ScratchRegs = 1<<EAX | 1<<ECX | 1<<EDX | FpRegs;
ECX               158 nanojit/Nativei386.h     static const RegisterMask AllowableFlagRegs = 1<<EAX |1<<ECX | 1<<EDX | 1<<EBX;