1995-02-17 20:13:09 +00:00
|
|
|
# Alpha 21064 __udiv_qrnnd
|
|
|
|
|
2020-01-01 00:14:33 +00:00
|
|
|
# Copyright (C) 1992-2020 Free Software Foundation, Inc.
|
1995-02-17 20:13:09 +00:00
|
|
|
|
|
|
|
# This file is part of the GNU MP Library.
|
|
|
|
|
|
|
|
# The GNU MP Library is free software; you can redistribute it and/or modify
|
2001-07-07 10:13:33 +00:00
|
|
|
# it under the terms of the GNU Lesser General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2.1 of the License, or (at your
|
1995-02-17 20:13:09 +00:00
|
|
|
# option) any later version.
|
|
|
|
|
|
|
|
# The GNU MP Library is distributed in the hope that it will be useful, but
|
|
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
2001-07-07 10:13:33 +00:00
|
|
|
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
|
1995-02-17 20:13:09 +00:00
|
|
|
# License for more details.
|
|
|
|
|
2001-07-07 10:13:33 +00:00
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
Prefer https to http for gnu.org and fsf.org URLs
Also, change sources.redhat.com to sourceware.org.
This patch was automatically generated by running the following shell
script, which uses GNU sed, and which avoids modifying files imported
from upstream:
sed -ri '
s,(http|ftp)(://(.*\.)?(gnu|fsf|sourceware)\.org($|[^.]|\.[^a-z])),https\2,g
s,(http|ftp)(://(.*\.)?)sources\.redhat\.com($|[^.]|\.[^a-z]),https\2sourceware.org\4,g
' \
$(find $(git ls-files) -prune -type f \
! -name '*.po' \
! -name 'ChangeLog*' \
! -path COPYING ! -path COPYING.LIB \
! -path manual/fdl-1.3.texi ! -path manual/lgpl-2.1.texi \
! -path manual/texinfo.tex ! -path scripts/config.guess \
! -path scripts/config.sub ! -path scripts/install-sh \
! -path scripts/mkinstalldirs ! -path scripts/move-if-change \
! -path INSTALL ! -path locale/programs/charmap-kw.h \
! -path po/libc.pot ! -path sysdeps/gnu/errlist.c \
! '(' -name configure \
-execdir test -f configure.ac -o -f configure.in ';' ')' \
! '(' -name preconfigure \
-execdir test -f preconfigure.ac ';' ')' \
-print)
and then by running 'make dist-prepare' to regenerate files built
from the altered files, and then executing the following to cleanup:
chmod a+x sysdeps/unix/sysv/linux/riscv/configure
# Omit irrelevant whitespace and comment-only changes,
# perhaps from a slightly-different Autoconf version.
git checkout -f \
sysdeps/csky/configure \
sysdeps/hppa/configure \
sysdeps/riscv/configure \
sysdeps/unix/sysv/linux/csky/configure
# Omit changes that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/powerpc/powerpc64/ppc-mcount.S: trailing lines
git checkout -f \
sysdeps/powerpc/powerpc64/ppc-mcount.S \
sysdeps/unix/sysv/linux/s390/s390-64/syscall.S
# Omit change that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: last line does not end in newline
git checkout -f sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S
2019-09-07 05:40:42 +00:00
|
|
|
# along with the GNU MP Library. If not, see <https://www.gnu.org/licenses/>.
|
1995-02-17 20:13:09 +00:00
|
|
|
|
Wed May 22 00:40:50 1996 David Mosberger-Tang <davidm@azstarnet.com>
* sysdeps/alpha/_mcount.S, sysdeps/alpha/bb_init_func.S,
sysdeps/alpha/bsd-setjmp.S, sysdeps/alpha/ffs.S,
sysdeps/alpha/htonl.S, sysdeps/alpha/htons.S, sysdeps/alpha/memchr.S,
sysdeps/alpha/setjmp.S, sysdeps/alpha/strlen.S,
sysdeps/alpha/udiv_qrnnd.S, sysdeps/unix/sysv/linux/alpha/brk.S,
sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S,
sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S,
sysdeps/unix/sysv/linux/alpha/pipe.S,
sysdeps/unix/sysv/linux/sigsuspend.S,
sysdeps/unix/sysv/linux/alpha/syscall.S,
sysdeps/unix/sysv/linux/alpha/sysdep.S: Remove include of regdef.h.
sysdep.h includes it now. Replace ENTRY by LEAF with appropriate
framesize declaration. Replace "lda pv,sym/jsr pv" by "jsr sym".
1996-05-23 05:32:12 +00:00
|
|
|
#include <sysdep.h>
|
1995-02-17 20:13:09 +00:00
|
|
|
|
|
|
|
.set noreorder
|
|
|
|
.set noat
|
Wed May 22 00:40:50 1996 David Mosberger-Tang <davidm@azstarnet.com>
* sysdeps/alpha/_mcount.S, sysdeps/alpha/bb_init_func.S,
sysdeps/alpha/bsd-setjmp.S, sysdeps/alpha/ffs.S,
sysdeps/alpha/htonl.S, sysdeps/alpha/htons.S, sysdeps/alpha/memchr.S,
sysdeps/alpha/setjmp.S, sysdeps/alpha/strlen.S,
sysdeps/alpha/udiv_qrnnd.S, sysdeps/unix/sysv/linux/alpha/brk.S,
sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S,
sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S,
sysdeps/unix/sysv/linux/alpha/pipe.S,
sysdeps/unix/sysv/linux/sigsuspend.S,
sysdeps/unix/sysv/linux/alpha/syscall.S,
sysdeps/unix/sysv/linux/alpha/sysdep.S: Remove include of regdef.h.
sysdep.h includes it now. Replace ENTRY by LEAF with appropriate
framesize declaration. Replace "lda pv,sym/jsr pv" by "jsr sym".
1996-05-23 05:32:12 +00:00
|
|
|
|
|
|
|
.text
|
|
|
|
|
|
|
|
LEAF(__udiv_qrnnd, 0)
|
1996-11-06 04:24:11 +00:00
|
|
|
#ifdef PROF
|
|
|
|
ldgp gp, 0(pv)
|
|
|
|
lda AT, _mcount
|
|
|
|
jsr AT, (AT), _mcount
|
|
|
|
.prologue 1
|
|
|
|
#else
|
1995-02-17 20:13:09 +00:00
|
|
|
.prologue 0
|
1996-11-06 04:24:11 +00:00
|
|
|
#endif
|
|
|
|
|
1995-02-17 20:13:09 +00:00
|
|
|
#define cnt $2
|
|
|
|
#define tmp $3
|
|
|
|
#define rem_ptr $16
|
|
|
|
#define n1 $17
|
|
|
|
#define n0 $18
|
|
|
|
#define d $19
|
|
|
|
#define qb $20
|
|
|
|
|
|
|
|
ldiq cnt,16
|
1996-11-06 04:24:11 +00:00
|
|
|
blt d,$largedivisor
|
1995-02-17 20:13:09 +00:00
|
|
|
|
1996-11-06 04:24:11 +00:00
|
|
|
$loop1: cmplt n0,0,tmp
|
1995-02-17 20:13:09 +00:00
|
|
|
addq n1,n1,n1
|
|
|
|
bis n1,tmp,n1
|
|
|
|
addq n0,n0,n0
|
|
|
|
cmpule d,n1,qb
|
|
|
|
subq n1,d,tmp
|
|
|
|
cmovne qb,tmp,n1
|
|
|
|
bis n0,qb,n0
|
|
|
|
cmplt n0,0,tmp
|
|
|
|
addq n1,n1,n1
|
|
|
|
bis n1,tmp,n1
|
|
|
|
addq n0,n0,n0
|
|
|
|
cmpule d,n1,qb
|
|
|
|
subq n1,d,tmp
|
|
|
|
cmovne qb,tmp,n1
|
|
|
|
bis n0,qb,n0
|
|
|
|
cmplt n0,0,tmp
|
|
|
|
addq n1,n1,n1
|
|
|
|
bis n1,tmp,n1
|
|
|
|
addq n0,n0,n0
|
|
|
|
cmpule d,n1,qb
|
|
|
|
subq n1,d,tmp
|
|
|
|
cmovne qb,tmp,n1
|
|
|
|
bis n0,qb,n0
|
|
|
|
cmplt n0,0,tmp
|
|
|
|
addq n1,n1,n1
|
|
|
|
bis n1,tmp,n1
|
|
|
|
addq n0,n0,n0
|
|
|
|
cmpule d,n1,qb
|
|
|
|
subq n1,d,tmp
|
|
|
|
cmovne qb,tmp,n1
|
|
|
|
bis n0,qb,n0
|
|
|
|
subq cnt,1,cnt
|
1996-11-06 04:24:11 +00:00
|
|
|
bgt cnt,$loop1
|
1995-02-17 20:13:09 +00:00
|
|
|
stq n1,0(rem_ptr)
|
|
|
|
bis $31,n0,$0
|
|
|
|
ret $31,($26),1
|
|
|
|
|
1996-11-06 04:24:11 +00:00
|
|
|
$largedivisor:
|
1995-02-17 20:13:09 +00:00
|
|
|
and n0,1,$4
|
|
|
|
|
|
|
|
srl n0,1,n0
|
|
|
|
sll n1,63,tmp
|
|
|
|
or tmp,n0,n0
|
|
|
|
srl n1,1,n1
|
|
|
|
|
|
|
|
and d,1,$6
|
|
|
|
srl d,1,$5
|
|
|
|
addq $5,$6,$5
|
|
|
|
|
1996-11-06 04:24:11 +00:00
|
|
|
$loop2: cmplt n0,0,tmp
|
1995-02-17 20:13:09 +00:00
|
|
|
addq n1,n1,n1
|
|
|
|
bis n1,tmp,n1
|
|
|
|
addq n0,n0,n0
|
|
|
|
cmpule $5,n1,qb
|
|
|
|
subq n1,$5,tmp
|
|
|
|
cmovne qb,tmp,n1
|
|
|
|
bis n0,qb,n0
|
|
|
|
cmplt n0,0,tmp
|
|
|
|
addq n1,n1,n1
|
|
|
|
bis n1,tmp,n1
|
|
|
|
addq n0,n0,n0
|
|
|
|
cmpule $5,n1,qb
|
|
|
|
subq n1,$5,tmp
|
|
|
|
cmovne qb,tmp,n1
|
|
|
|
bis n0,qb,n0
|
|
|
|
cmplt n0,0,tmp
|
|
|
|
addq n1,n1,n1
|
|
|
|
bis n1,tmp,n1
|
|
|
|
addq n0,n0,n0
|
|
|
|
cmpule $5,n1,qb
|
|
|
|
subq n1,$5,tmp
|
|
|
|
cmovne qb,tmp,n1
|
|
|
|
bis n0,qb,n0
|
|
|
|
cmplt n0,0,tmp
|
|
|
|
addq n1,n1,n1
|
|
|
|
bis n1,tmp,n1
|
|
|
|
addq n0,n0,n0
|
|
|
|
cmpule $5,n1,qb
|
|
|
|
subq n1,$5,tmp
|
|
|
|
cmovne qb,tmp,n1
|
|
|
|
bis n0,qb,n0
|
|
|
|
subq cnt,1,cnt
|
1996-11-06 04:24:11 +00:00
|
|
|
bgt cnt,$loop2
|
1995-02-17 20:13:09 +00:00
|
|
|
|
|
|
|
addq n1,n1,n1
|
|
|
|
addq $4,n1,n1
|
1996-11-06 04:24:11 +00:00
|
|
|
bne $6,$Odd
|
1995-02-17 20:13:09 +00:00
|
|
|
stq n1,0(rem_ptr)
|
|
|
|
bis $31,n0,$0
|
|
|
|
ret $31,($26),1
|
|
|
|
|
1996-11-06 04:24:11 +00:00
|
|
|
$Odd:
|
1995-10-14 02:29:43 +00:00
|
|
|
/* q' in n0. r' in n1 */
|
1995-02-17 20:13:09 +00:00
|
|
|
addq n1,n0,n1
|
1996-11-06 04:24:11 +00:00
|
|
|
|
1995-02-17 20:13:09 +00:00
|
|
|
cmpult n1,n0,tmp # tmp := carry from addq
|
1996-11-06 04:24:11 +00:00
|
|
|
subq n1,d,AT
|
|
|
|
addq n0,tmp,n0
|
|
|
|
cmovne tmp,AT,n1
|
|
|
|
|
|
|
|
cmpult n1,d,tmp
|
|
|
|
addq n0,1,AT
|
|
|
|
cmoveq tmp,AT,n0
|
|
|
|
subq n1,d,AT
|
|
|
|
cmoveq tmp,AT,n1
|
|
|
|
|
1995-02-17 20:13:09 +00:00
|
|
|
stq n1,0(rem_ptr)
|
|
|
|
bis $31,n0,$0
|
|
|
|
ret $31,($26),1
|
|
|
|
|
|
|
|
.end __udiv_qrnnd
|