Home | History | Annotate | Download | only in ia32

Lines Matching defs:edx

67   unsigned eax, edx;
72 __asm__ volatile(".byte 0x0f, 0x01, 0xd0" : "=a"(eax), "=d"(edx) : "c"(xcr));
73 return static_cast<uint64_t>(eax) | (static_cast<uint64_t>(edx) << 32);
967 emit_operand(edx, dst);
1204 // variant: eax, ebx, ecx, and edx.
1447 emit_operand(edx, adr);
1643 emit_operand(edx, adr);
1657 emit_operand(edx, adr);
1701 emit_operand(edx, adr);
2450 emit_sse_operand(edx, reg); // edx == 2
2479 emit_sse_operand(edx, reg); // edx == 2