Home | History | Annotate | Download | only in Ia32

Lines Matching defs:edx

53     xor edx, edx                    ; Clear EDX

58 ; 0:EAX / ECX = EAX EDX
63 div ecx ; Leave the REMAINDER in EDX as High 32-bit of new dividend
65 ; EDX:EAX / ECX = EAX EDX
69 jecxz Label1 ; If ecx == 0, no remainder exist, return with quoitent in EDX directly
70 mov dword ptr [ecx], edx ; Put EDX through REMAINDER pointer in ECX
73 pop edx ; Pop High 32-bit QUOITENT to EDX