summaryrefslogtreecommitdiff
path: root/mpn/pa32
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-04-09 00:27:27 +0200
committerKevin Ryde <user42@zip.com.au>2002-04-09 00:27:27 +0200
commitab74481269373e24495ea5fa82605304ea9e014d (patch)
tree9a18c731fec93ef66d92370969e5d8cd922de641 /mpn/pa32
parent3c7dc00d09c1ef3c766414b8603b87d01edb223b (diff)
downloadgmp-ab74481269373e24495ea5fa82605304ea9e014d.tar.gz
* mpn/pa32/hppa1_1/pa7100/addmul_1.asm,
mpn/pa32/hppa1_1/pa7100/submul_1.asm: Rename "size" define, to avoid ELF .size directive. Reported by LaMont Jones.
Diffstat (limited to 'mpn/pa32')
-rw-r--r--mpn/pa32/hppa1_1/pa7100/addmul_1.asm14
-rw-r--r--mpn/pa32/hppa1_1/pa7100/submul_1.asm14
2 files changed, 14 insertions, 14 deletions
diff --git a/mpn/pa32/hppa1_1/pa7100/addmul_1.asm b/mpn/pa32/hppa1_1/pa7100/addmul_1.asm
index 58290c54b..f4074a32a 100644
--- a/mpn/pa32/hppa1_1/pa7100/addmul_1.asm
+++ b/mpn/pa32/hppa1_1/pa7100/addmul_1.asm
@@ -25,7 +25,7 @@ include(`../config.m4')
C INPUT PARAMETERS
define(`res_ptr',`%r26')
define(`s1_ptr',`%r25')
-define(`size',`%r24')
+define(`size_param',`%r24')
define(`s2_limb',`%r23')
define(`cylimb',`%r28')
@@ -49,7 +49,7 @@ C .callinfo frame=128,no_calls
ldo 128(%r30),%r30
stws s2_limb,-16(%r30)
add %r0,%r0,cylimb C clear cy and cylimb
- addib,< -4,size,L(few_limbs)
+ addib,< -4,size_param,L(few_limbs)
fldws -16(%r30),%fr31R
ldo -112(%r30),%r31
@@ -68,7 +68,7 @@ C .callinfo frame=128,no_calls
ldws -16(%r31),cylimb
ldws -12(%r31),lo0
add s0,lo0,s0
- addib,< -1,size,L(few_limbs)
+ addib,< -1,size_param,L(few_limbs)
stws,ma s0,4(res_ptr)
C start software pipeline ----------------------------------------------------
@@ -100,7 +100,7 @@ C start software pipeline ----------------------------------------------------
addc lo2,hi1,lo2
addc lo3,hi2,lo3
- addib,< -4,size,L(end)
+ addib,< -4,size_param,L(end)
addc %r0,hi3,cylimb C propagate carry into cylimb
C main loop ------------------------------------------------------------------
.label L(loop)
@@ -143,7 +143,7 @@ C main loop ------------------------------------------------------------------
addc lo3,hi2,lo3
stws,ma s3,4(res_ptr)
- addib,>= -4,size,L(loop)
+ addib,>= -4,size_param,L(loop)
addc %r0,hi3,cylimb C propagate carry into cylimb
C finish software pipeline ---------------------------------------------------
.label L(end)
@@ -169,7 +169,7 @@ C restore callee-saves registers ---------------------------------------------
ldw -80(%r30),%r7
.label L(few_limbs)
- addib,=,n 4,size,L(ret)
+ addib,=,n 4,size_param,L(ret)
.label L(loop2)
fldws,ma 4(s1_ptr),%fr4
@@ -182,7 +182,7 @@ C restore callee-saves registers ---------------------------------------------
addc %r0,hi0,cylimb
add s0,lo0,s0
stws,ma s0,4(res_ptr)
- addib,<> -1,size,L(loop2)
+ addib,<> -1,size_param,L(loop2)
nop
.label L(ret)
diff --git a/mpn/pa32/hppa1_1/pa7100/submul_1.asm b/mpn/pa32/hppa1_1/pa7100/submul_1.asm
index f99079251..463ccfce9 100644
--- a/mpn/pa32/hppa1_1/pa7100/submul_1.asm
+++ b/mpn/pa32/hppa1_1/pa7100/submul_1.asm
@@ -25,7 +25,7 @@ include(`../config.m4')
C INPUT PARAMETERS
define(`res_ptr',`%r26')
define(`s1_ptr',`%r25')
-define(`size',`%r24')
+define(`size_param',`%r24')
define(`s2_limb',`%r23')
define(`cylimb',`%r28')
@@ -49,7 +49,7 @@ C .callinfo frame=128,no_calls
ldo 128(%r30),%r30
stws s2_limb,-16(%r30)
add %r0,%r0,cylimb C clear cy and cylimb
- addib,< -4,size,L(few_limbs)
+ addib,< -4,size_param,L(few_limbs)
fldws -16(%r30),%fr31R
ldo -112(%r30),%r31
@@ -69,7 +69,7 @@ C .callinfo frame=128,no_calls
ldws -12(%r31),lo0
sub s0,lo0,s0
add s0,lo0,%r0 C invert cy
- addib,< -1,size,L(few_limbs)
+ addib,< -1,size_param,L(few_limbs)
stws,ma s0,4(res_ptr)
C start software pipeline ----------------------------------------------------
@@ -101,7 +101,7 @@ C start software pipeline ----------------------------------------------------
addc lo2,hi1,lo2
addc lo3,hi2,lo3
- addib,< -4,size,L(end)
+ addib,< -4,size_param,L(end)
addc %r0,hi3,cylimb C propagate carry into cylimb
C main loop ------------------------------------------------------------------
.label L(loop)
@@ -146,7 +146,7 @@ C main loop ------------------------------------------------------------------
addc lo3,hi2,lo3
stws,ma s3,4(res_ptr)
- addib,>= -4,size,L(loop)
+ addib,>= -4,size_param,L(loop)
addc %r0,hi3,cylimb C propagate carry into cylimb
C finish software pipeline ---------------------------------------------------
.label L(end)
@@ -174,7 +174,7 @@ C restore callee-saves registers ---------------------------------------------
ldw -80(%r30),%r7
.label L(few_limbs)
- addib,=,n 4,size,L(ret)
+ addib,=,n 4,size_param,L(ret)
.label L(loop2)
fldws,ma 4(s1_ptr),%fr4
@@ -188,7 +188,7 @@ C restore callee-saves registers ---------------------------------------------
sub s0,lo0,s0
add s0,lo0,%r0 C invert cy
stws,ma s0,4(res_ptr)
- addib,<> -1,size,L(loop2)
+ addib,<> -1,size_param,L(loop2)
nop
.label L(ret)