udiv-qrnnd.S (762f99f4f3cb41a775b5157dd761217beba65873) udiv-qrnnd.S (f3c78e949d3fb0afcc1bdd8e44b0902897fc2f84)
1 # Alpha 21064 __udiv_qrnnd
2 # Copyright (C) 1992, 1994, 1995, 2000 Free Software Foundation, Inc.
3
4 # This file is part of GCC.
5
6 # The GNU MP Library is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2 of the License, or (at your

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

20 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
21 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
22 # License for more details.
23
24 # You should have received a copy of the GNU General Public License
25 # along with GCC; see the file COPYING. If not, write to the
26 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
27 # MA 02111-1307, USA.
1 # Alpha 21064 __udiv_qrnnd
2 # Copyright (C) 1992, 1994, 1995, 2000 Free Software Foundation, Inc.
3
4 # This file is part of GCC.
5
6 # The GNU MP Library is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2 of the License, or (at your

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

20 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
21 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
22 # License for more details.
23
24 # You should have received a copy of the GNU General Public License
25 # along with GCC; see the file COPYING. If not, write to the
26 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
27 # MA 02111-1307, USA.
28#include <asm/export.h>
28#include <linux/export.h>
29
30 .set noreorder
31 .set noat
32
33 .text
34
35 .globl __udiv_qrnnd
36 .ent __udiv_qrnnd

--- 129 unchanged lines hidden ---
29
30 .set noreorder
31 .set noat
32
33 .text
34
35 .globl __udiv_qrnnd
36 .ent __udiv_qrnnd

--- 129 unchanged lines hidden ---