1 dnl SH2 mpn_addmul_1
-- Multiply a limb vector with a limb
and add the result
2 dnl to a second limb vector.
4 dnl Copyright
1995, 2000, 2011 Free Software Foundation
, Inc.
6 dnl
This file is part of the GNU MP Library.
8 dnl The GNU MP Library is free software
; you can redistribute it and/or modify
9 dnl it under the terms of
either:
11 dnl
* the GNU Lesser General
Public License as published by the Free
12 dnl Software Foundation
; either version 3 of the License, or (at your
13 dnl option
) any later version.
17 dnl
* the GNU General
Public License as published by the Free Software
18 dnl Foundation
; either version 2 of the License, or (at your option) any
21 dnl
or both
in parallel
, as here.
23 dnl The GNU MP Library is distributed
in the hope that it will be useful
, but
24 dnl WITHOUT ANY WARRANTY
; without even the implied warranty of MERCHANTABILITY
25 dnl
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License
28 dnl You should have received copies of the GNU General
Public License
and the
29 dnl GNU Lesser General
Public License along with the GNU MP Library. If
not,
30 dnl see
https://www.gnu.
org/licenses
/.
33 include(`..
/config.m4
')
41 changecom(blah) C disable # to make all C comments below work
44 PROLOGUE(mpn_addmul_1)
45 mov #0,r2 C cy_limb = 0
46 mov #0,r0 C Keep r0 = 0 for entire loop
52 addc r2,r1 C lo_prod += old cy_limb
53 sts mach,r2 C new cy_limb = hi_prod
55 addc r0,r2 C cy_limb += T, T = 0
57 addc r0,r2 C cy_limb += T, T = 0