muldi3.S (0cce284537fb42d9c28b9b31038ffc9b464555f5) muldi3.S (f8739b71f480dace39a15f40edbaac33c962138b)
1/* SPDX-License-Identifier: GPL-2.0-or-later */
1/* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
2
3This file is part of GNU CC.
4
2/* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
3
4This file is part of GNU CC.
5
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.
6 */
9
7
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>
21 .text
22 .align 4
23 .globl __muldi3
24__muldi3:
25 save %sp, -104, %sp
26 wr %g0, %i1, %y
27 sra %i3, 0x1f, %g2

--- 51 unchanged lines hidden ---
8#include <asm/export.h>
9 .text
10 .align 4
11 .globl __muldi3
12__muldi3:
13 save %sp, -104, %sp
14 wr %g0, %i1, %y
15 sra %i3, 0x1f, %g2

--- 51 unchanged lines hidden ---