2 * Written by Ulrich Drepper <drepper@cygnus.com>.
3 * Based on e_remainder by J.T. Conklin <jtc@netbsd.org>.
7 #include <machine/asm.h>
9 #define PARMS 4 /* no space for saved regs */
24 /* Compute the congruent of the quotient. */
31 leal (%ecx,%ecx,2),%ecx
36 movl DVDND+4(%esp), %edx
37 xorl DVSOR+4(%esp), %edx
38 testl $0x80000000, %edx
45 weak_alias (__remquo, remquo)