Lines Matching defs:ecx
51 = { "%eax", "%ecx", "%edx", "%ebx", "%esp", "%ebp", "%esi", "%edi" };
1062 vex_printf("lock cmpxchg8b {%%edx:%%eax->%%ecx:%%ebx},");
1279 These I believe to be %eax %ecx %edx and all the xmm
1304 regparm case, we can use EAX, EDX and ECX respectively, so
1314 1==EDX, 2==ECX, 3==EDI. */
2708 register operand to %ebx (could equally be %ecx or %edx).
2720 in %ecx:%ebx. All 4 regs are hardwired in the ISA, so
2739 the low 8 bits of %eax/%ebx/%ecx/%edx. */
2748 least one of %eax/%ebx/%ecx/%edx must be available to
2754 ecx = hregX86_ECX(), edx = hregX86_EDX();
2764 if (r == ecx) c_ok = False;
2769 if (c_ok) swap = ecx;