1 /* SPARC v7 __udiv_qrnnd division support, used from longlong.h.
2 * This is for v7 CPUs without a floating-point unit.
4 * Copyright (C) 1993, 1994, 1996, 1998,
5 * 2001 Free Software Foundation, Inc.
7 * This file is part of GnuPG.
9 * GnuPG is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 3 of the License, or
12 * (at your option) any later version.
14 * GnuPG is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, see <http://www.gnu.org/licenses/>.
22 * Note: This code is heavily based on the GNU MP Library.
23 * Actually it's the same code with only minor changes in the
24 * way the data is stored; this is to support the abstraction
25 * of an optional secure memory allocation which may be used
26 * to avoid revealing of sensitive data due to paging etc.
27 * The GNU MP Library itself is published under the LGPL;
28 * however I decided to publish this code under the plain GPL.
42 .global C_SYMBOL_NAME(__udiv_qrnnd)
43 C_SYMBOL_NAME(__udiv_qrnnd):
100 and %o2,1,%o5 ! %o5 = n0 & 1
104 or %g2,%o2,%o2 ! %o2 = lo(n1n0 >> 1)
105 srl %o1,1,%o1 ! %o1 = hi(n1n0 >> 1)
108 srl %o3,1,%g3 ! %g3 = floor(d / 2)
109 add %g3,%g2,%g3 ! %g3 = ceil(d / 2)
116 LLp1: addx %o1,%o1,%o1
120 LLp2: addx %o1,%o1,%o1
124 LLp3: addx %o1,%o1,%o1
128 LLp4: addx %o1,%o1,%o1
134 LLp5: add %o1,%o1,%o1 ! << 1
144 LLn1: addx %o4,%o4,%o4
148 LLn2: addx %o4,%o4,%o4
152 LLn3: addx %o4,%o4,%o4
156 LLn4: addx %o4,%o4,%o4
162 LLn5: add %o4,%o4,%o4 ! << 1
170 Oddp: xnor %g0,%o2,%o2
171 ! q' in %o2. r' in %o1
176 LLp6: subcc %o1,%o3,%g0
184 Oddn: xnor %g0,%o2,%o2
185 ! q' in %o2. r' in %o4
190 LLn6: subcc %o4,%o3,%g0