muldi3.S (e5451c8f8330e03ad3cfa16048b4daf961af434f) | muldi3.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 __muldi3 23__muldi3: 24 save %sp, -104, %sp 25 wr %g0, %i1, %y 26 sra %i3, 0x1f, %g2 27 and %i1, %g2, %g2 --- 41 unchanged lines hidden (view full) --- 69 mov %i0, %o0 70 mov %i3, %o1 71 umul %o0, %o1, %o0 72 add %l0, %o0, %l0 73 mov %l2, %i0 74 add %l2, %l0, %i0 75 ret 76 restore %g0, %l3, %o1 | 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 28 and %i1, %g2, %g2 --- 41 unchanged lines hidden (view full) --- 70 mov %i0, %o0 71 mov %i3, %o1 72 umul %o0, %o1, %o0 73 add %l0, %o0, %l0 74 mov %l2, %i0 75 add %l2, %l0, %i0 76 ret 77 restore %g0, %l3, %o1 |
78EXPORT_SYMBOL(__muldi3) |
|