divdi3.S (e5451c8f8330e03ad3cfa16048b4daf961af434f) divdi3.S (d3867f0483103b8ff7edfdea3ef1981c03d96891)
1/* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
2
3This file is part of GNU CC.
4
5GNU CC is free software; you can redistribute it and/or modify
6it under the terms of the GNU General Public License as published by
7the Free Software Foundation; either version 2, or (at your option)
8any later version.
9
10GNU CC is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13GNU General Public License for more details.
14
15You should have received a copy of the GNU General Public License
16along with GNU CC; see the file COPYING. If not, write to
17the Free Software Foundation, 59 Temple Place - Suite 330,
18Boston, MA 02111-1307, USA. */
19
1/* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
2
3This file is part of GNU CC.
4
5GNU CC is free software; you can redistribute it and/or modify
6it under the terms of the GNU General Public License as published by
7the Free Software Foundation; either version 2, or (at your option)
8any later version.
9
10GNU CC is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13GNU General Public License for more details.
14
15You should have received a copy of the GNU General Public License
16along with GNU CC; see the file COPYING. If not, write to
17the Free Software Foundation, 59 Temple Place - Suite 330,
18Boston, MA 02111-1307, USA. */
19
20#include <asm/export.h>
20 .text
21 .align 4
22 .globl __divdi3
23__divdi3:
24 save %sp,-104,%sp
25 cmp %i0,0
26 bge .LL40
27 mov 0,%l4

--- 246 unchanged lines hidden (view full) ---

274 subcc %g0,%o0,%g0
275 sub %g0,%i0,%o0
276 subx %o0,0,%l2
277 mov %l2,%i0
278 mov %l3,%i1
279.LL81:
280 ret
281 restore
21 .text
22 .align 4
23 .globl __divdi3
24__divdi3:
25 save %sp,-104,%sp
26 cmp %i0,0
27 bge .LL40
28 mov 0,%l4

--- 246 unchanged lines hidden (view full) ---

275 subcc %g0,%o0,%g0
276 sub %g0,%i0,%o0
277 subx %o0,0,%l2
278 mov %l2,%i0
279 mov %l3,%i1
280.LL81:
281 ret
282 restore
283EXPORT_SYMBOL(__divdi3)