mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-22 14:57:02 +01:00
comment style changed
This commit is contained in:
parent
f018997504
commit
be44e30276
@ -1,3 +1,7 @@
|
|||||||
|
2000-10-24 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* mips3/: Changed a few comments to C-style. By Jeff Long.
|
||||||
|
|
||||||
2000-10-13 Werner Koch <wk@gnupg.org>
|
2000-10-13 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* mpi.h: Removed the inclusion of mpi-asm-defs.h because this
|
* mpi.h: Removed the inclusion of mpi-asm-defs.h because this
|
||||||
|
@ -36,10 +36,10 @@ mpihelp_mul_1:
|
|||||||
.set noreorder
|
.set noreorder
|
||||||
.set nomacro
|
.set nomacro
|
||||||
|
|
||||||
# warm up phase 0
|
/* # warm up phase 0 */
|
||||||
ld $8,0($5)
|
ld $8,0($5)
|
||||||
|
|
||||||
# warm up phase 1
|
/* # warm up phase 1 */
|
||||||
daddiu $5,$5,8
|
daddiu $5,$5,8
|
||||||
dmultu $8,$7
|
dmultu $8,$7
|
||||||
|
|
||||||
@ -64,7 +64,7 @@ Loop: mflo $10
|
|||||||
bne $6,$0,Loop
|
bne $6,$0,Loop
|
||||||
daddu $2,$9,$2 # add high product limb and carry from addition
|
daddu $2,$9,$2 # add high product limb and carry from addition
|
||||||
|
|
||||||
# cool down phase 1
|
/* # cool down phase 1 */
|
||||||
$LC1: mflo $10
|
$LC1: mflo $10
|
||||||
mfhi $9
|
mfhi $9
|
||||||
daddu $10,$10,$2
|
daddu $10,$10,$2
|
||||||
@ -74,7 +74,7 @@ $LC1: mflo $10
|
|||||||
daddiu $4,$4,8
|
daddiu $4,$4,8
|
||||||
daddu $2,$9,$2 # add high product limb and carry from addition
|
daddu $2,$9,$2 # add high product limb and carry from addition
|
||||||
|
|
||||||
# cool down phase 0
|
/* # cool down phase 0 */
|
||||||
$LC0: mflo $10
|
$LC0: mflo $10
|
||||||
mfhi $9
|
mfhi $9
|
||||||
daddu $10,$10,$2
|
daddu $10,$10,$2
|
||||||
|
@ -36,10 +36,10 @@ mpihelp_addmul_1:
|
|||||||
.set noreorder
|
.set noreorder
|
||||||
.set nomacro
|
.set nomacro
|
||||||
|
|
||||||
# warm up phase 0
|
/* # warm up phase 0 */
|
||||||
ld $8,0($5)
|
ld $8,0($5)
|
||||||
|
|
||||||
# warm up phase 1
|
/* # warm up phase 1 */
|
||||||
daddiu $5,$5,8
|
daddiu $5,$5,8
|
||||||
dmultu $8,$7
|
dmultu $8,$7
|
||||||
|
|
||||||
@ -68,7 +68,7 @@ Loop: ld $10,0($4)
|
|||||||
bne $6,$0,Loop
|
bne $6,$0,Loop
|
||||||
daddu $2,$9,$2 # add high product limb and carry from addition
|
daddu $2,$9,$2 # add high product limb and carry from addition
|
||||||
|
|
||||||
# cool down phase 1
|
/* # cool down phase 1 */
|
||||||
$LC1: ld $10,0($4)
|
$LC1: ld $10,0($4)
|
||||||
mflo $3
|
mflo $3
|
||||||
mfhi $9
|
mfhi $9
|
||||||
@ -82,7 +82,7 @@ $LC1: ld $10,0($4)
|
|||||||
daddiu $4,$4,8
|
daddiu $4,$4,8
|
||||||
daddu $2,$9,$2 # add high product limb and carry from addition
|
daddu $2,$9,$2 # add high product limb and carry from addition
|
||||||
|
|
||||||
# cool down phase 0
|
/* # cool down phase 0 */
|
||||||
$LC0: ld $10,0($4)
|
$LC0: ld $10,0($4)
|
||||||
mflo $3
|
mflo $3
|
||||||
mfhi $9
|
mfhi $9
|
||||||
|
@ -36,10 +36,10 @@ mpihelp_submul_1:
|
|||||||
.set noreorder
|
.set noreorder
|
||||||
.set nomacro
|
.set nomacro
|
||||||
|
|
||||||
# warm up phase 0
|
/* # warm up phase 0 */
|
||||||
ld $8,0($5)
|
ld $8,0($5)
|
||||||
|
|
||||||
# warm up phase 1
|
/* # warm up phase 1 */
|
||||||
daddiu $5,$5,8
|
daddiu $5,$5,8
|
||||||
dmultu $8,$7
|
dmultu $8,$7
|
||||||
|
|
||||||
@ -68,7 +68,7 @@ Loop: ld $10,0($4)
|
|||||||
bne $6,$0,Loop
|
bne $6,$0,Loop
|
||||||
daddu $2,$9,$2 # add high product limb and carry from addition
|
daddu $2,$9,$2 # add high product limb and carry from addition
|
||||||
|
|
||||||
# cool down phase 1
|
/* # cool down phase 1 */
|
||||||
$LC1: ld $10,0($4)
|
$LC1: ld $10,0($4)
|
||||||
mflo $3
|
mflo $3
|
||||||
mfhi $9
|
mfhi $9
|
||||||
@ -82,7 +82,7 @@ $LC1: ld $10,0($4)
|
|||||||
daddiu $4,$4,8
|
daddiu $4,$4,8
|
||||||
daddu $2,$9,$2 # add high product limb and carry from addition
|
daddu $2,$9,$2 # add high product limb and carry from addition
|
||||||
|
|
||||||
# cool down phase 0
|
/* # cool down phase 0 */
|
||||||
$LC0: ld $10,0($4)
|
$LC0: ld $10,0($4)
|
||||||
mflo $3
|
mflo $3
|
||||||
mfhi $9
|
mfhi $9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user