diff options
| author | Werner Koch <[email protected]> | 1998-12-08 12:20:53 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-12-08 12:20:53 +0000 |
| commit | ab986970ebce96ad5e9df305ce2413d9d6c613e2 (patch) | |
| tree | 99409ab6f191101d7b57129d6a7fed321f7d0589 /mpi/powerpc32/mpih-add1.S | |
| parent | See ChangeLog: Fri Nov 27 21:37:41 CET 1998 Werner Koch (diff) | |
| download | gnupg-ab986970ebce96ad5e9df305ce2413d9d6c613e2.tar.gz gnupg-ab986970ebce96ad5e9df305ce2413d9d6c613e2.zip | |
See ChangeLog: Tue Dec 8 13:15:16 CET 1998 Werner Koch
Diffstat (limited to 'mpi/powerpc32/mpih-add1.S')
| -rw-r--r-- | mpi/powerpc32/mpih-add1.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mpi/powerpc32/mpih-add1.S b/mpi/powerpc32/mpih-add1.S index bbc513154..a26de52a9 100644 --- a/mpi/powerpc32/mpih-add1.S +++ b/mpi/powerpc32/mpih-add1.S @@ -48,7 +48,7 @@ mpihelp_add_n: mtctr 6 # copy size into CTR lwz 8,0(4) # load least significant s1 limb lwz 0,0(5) # load least significant s2 limb - addi 3,3,-4 # offset res_ptr, it's updated before used + addi 3,3,-4 # offset res_ptr, it is updated before used addc 7,0,8 # add least significant limbs, set cy bdz Lend # If done, skip loop Loop: lwzu 8,4(4) # load s1 limb and update s1_ptr @@ -93,7 +93,7 @@ Lend: stw 7,4(3) # store ultimate result limb possible 2-unrolled inner loop will not be. Also, watch out for the alignment... */ -EALIGN(_mpihelp_add_n,3,0) +EALIGN(mpihelp_add_n,3,0) /* Set up for loop below. */ mtcrf 0x01,%r6 srwi. %r7,%r6,1 @@ -131,6 +131,6 @@ EALIGN(_mpihelp_add_n,3,0) /* Return the carry. */ 1: addze %r3,%r10 blr -END(_mpihelp_add_n) +END(mpihelp_add_n) #endif |
