4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / lib / libc / i386 / gen / divsi3.s
CommitLineData
dddf443a 1/*-
b17c65bb
KB
2 * Copyright (c) 1990, 1993
3 * The Regents of the University of California. All rights reserved.
dddf443a
KB
4 *
5 * This code is derived from software contributed to Berkeley by
6 * William Jolitz.
7 *
8 * %sccs.include.redist.c%
9 */
10
11#if defined(LIBC_SCCS) && !defined(lint)
b17c65bb 12 .asciz "@(#)divsi3.s 8.1 (Berkeley) %G%"
dddf443a
KB
13#endif /* LIBC_SCCS and not lint */
14
15 .globl ___divsi3
16___divsi3:
17 movl 4(%esp),%eax
18 cltd
19 idivl 8(%esp)
20 ret