beta-0.89.2
[luatex.git] / source / libs / gmp / gmp-src / mpn / sparc64 / ultrasparct1 / sub_n.asm
blobc2af89f08f915ac7f9a3a4e2a237fb340bad89ca
1 dnl SPARC v9 mpn_sub_n for T1/T2.
3 dnl Copyright 2010 Free Software Foundation, Inc.
5 dnl This file is part of the GNU MP Library.
6 dnl
7 dnl The GNU MP Library is free software; you can redistribute it and/or modify
8 dnl it under the terms of either:
9 dnl
10 dnl * the GNU Lesser General Public License as published by the Free
11 dnl Software Foundation; either version 3 of the License, or (at your
12 dnl option) any later version.
13 dnl
14 dnl or
15 dnl
16 dnl * the GNU General Public License as published by the Free Software
17 dnl Foundation; either version 2 of the License, or (at your option) any
18 dnl later version.
19 dnl
20 dnl or both in parallel, as here.
21 dnl
22 dnl The GNU MP Library is distributed in the hope that it will be useful, but
23 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
24 dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
25 dnl for more details.
26 dnl
27 dnl You should have received copies of the GNU General Public License and the
28 dnl GNU Lesser General Public License along with the GNU MP Library. If not,
29 dnl see https://www.gnu.org/licenses/.
31 include(`../config.m4')
33 C cycles/limb
34 C UltraSPARC T1: ?
35 C UltraSPARC T2: ?
37 C INPUT PARAMETERS
38 define(`rp', `%o0')
39 define(`up', `%o1')
40 define(`vp', `%o2')
41 define(`n', `%o3')
42 define(`cy', `%o4')
44 ASM_START()
45 REGISTER(%g2,#scratch)
46 REGISTER(%g3,#scratch)
47 PROLOGUE(mpn_sub_nc)
48 b,a L(ent)
49 EPILOGUE()
50 PROLOGUE(mpn_sub_n)
51 mov 0, cy
52 L(ent): cmp %g0, cy
53 L(top): ldx [up+0], %o4
54 add up, 8, up
55 ldx [vp+0], %o5
56 add vp, 8, vp
57 add rp, 8, rp
58 add n, -1, n
59 srlx %o4, 32, %g1
60 srlx %o5, 32, %g2
61 subccc %o4, %o5, %g3
62 subccc %g1, %g2, %g0
63 brgz n, L(top)
64 stx %g3, [rp-8]
66 retl
67 addc %g0, %g0, %o0
68 EPILOGUE()