Home | History | Annotate | Download | only in ia32

Lines Matching defs:edx

83   // eax, ebx, ecx and edx are byte registers, the rest are not.
101 const Register edx = { 2 };
113 const char* const kNames[] = { "eax", "ecx", "edx", "ebx", "esi", "edi" };
763 void imul(Register src); // edx:eax = eax * src.
773 void mul(Register src); // edx:eax = eax * reg.