summaryrefslogtreecommitdiff
path: root/mpn/pa32
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-03-28 19:03:36 +0100
committertege <tege@gmplib.org>2002-03-28 19:03:36 +0100
commit4fd42f5912536db433821fc6ec02d97583632e12 (patch)
treeb3d32b35511111ad9b66a53dc36a738a04651404 /mpn/pa32
parentc45465388279cfffa383ea323b46b9ff0115d1ec (diff)
downloadgmp-4fd42f5912536db433821fc6ec02d97583632e12.tar.gz
Fix some spacing.
Diffstat (limited to 'mpn/pa32')
-rw-r--r--mpn/pa32/README4
-rw-r--r--mpn/pa32/hppa1_1/mul_1.asm2
-rw-r--r--mpn/pa32/hppa1_1/submul_1.asm2
3 files changed, 4 insertions, 4 deletions
diff --git a/mpn/pa32/README b/mpn/pa32/README
index b7c26318d..661ef474d 100644
--- a/mpn/pa32/README
+++ b/mpn/pa32/README
@@ -129,8 +129,8 @@ Gas on hppa GNU/Linux however requires a colon,
Fortunately both accept a ".label" pseudo-op,
- .label L$loop
- ldws,mb -4(0,%r25),%r22
+ .label L$loop
+ ldws,mb -4(0,%r25),%r22
diff --git a/mpn/pa32/hppa1_1/mul_1.asm b/mpn/pa32/hppa1_1/mul_1.asm
index bc336c55e..0b680963c 100644
--- a/mpn/pa32/hppa1_1/mul_1.asm
+++ b/mpn/pa32/hppa1_1/mul_1.asm
@@ -55,7 +55,7 @@ C .callinfo frame=64,no_calls
add %r0,%r0,%r0 C clear carry
xmpyu %fr4,%fr5,%fr6
fldws,ma 4(%r25),%fr7
- fstds %fr6,-16(%r30)
+ fstds %fr6,-16(%r30)
xmpyu %fr4,%fr7,%fr8
ldw -12(%r30),%r19 C least significant limb in product
ldw -16(%r30),%r28
diff --git a/mpn/pa32/hppa1_1/submul_1.asm b/mpn/pa32/hppa1_1/submul_1.asm
index 3a6c756cc..b3747ba3b 100644
--- a/mpn/pa32/hppa1_1/submul_1.asm
+++ b/mpn/pa32/hppa1_1/submul_1.asm
@@ -36,7 +36,7 @@ C it runs at 11 cycles/limb.
C There are some ideas described in mul_1.asm that applies to this code too.
C It seems possible to make this run as fast as mpn_addmul_1, if we use
-C sub,>>= %r29,%r19,%r22
+C sub,>>= %r29,%r19,%r22
C addi 1,%r28,%r28
C but that requires reworking the hairy software pipeline...