1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

comment style changed

This commit is contained in:
Werner Koch 2000-10-24 09:48:24 +00:00
parent f018997504
commit be44e30276
4 changed files with 17 additions and 13 deletions

View file

@ -36,10 +36,10 @@ mpihelp_mul_1:
.set noreorder
.set nomacro
# warm up phase 0
/* # warm up phase 0 */
ld $8,0($5)
# warm up phase 1
/* # warm up phase 1 */
daddiu $5,$5,8
dmultu $8,$7
@ -64,7 +64,7 @@ Loop: mflo $10
bne $6,$0,Loop
daddu $2,$9,$2 # add high product limb and carry from addition
# cool down phase 1
/* # cool down phase 1 */
$LC1: mflo $10
mfhi $9
daddu $10,$10,$2
@ -74,7 +74,7 @@ $LC1: mflo $10
daddiu $4,$4,8
daddu $2,$9,$2 # add high product limb and carry from addition
# cool down phase 0
/* # cool down phase 0 */
$LC0: mflo $10
mfhi $9
daddu $10,$10,$2

View file

@ -36,10 +36,10 @@ mpihelp_addmul_1:
.set noreorder
.set nomacro
# warm up phase 0
/* # warm up phase 0 */
ld $8,0($5)
# warm up phase 1
/* # warm up phase 1 */
daddiu $5,$5,8
dmultu $8,$7
@ -68,7 +68,7 @@ Loop: ld $10,0($4)
bne $6,$0,Loop
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)
mflo $3
mfhi $9
@ -82,7 +82,7 @@ $LC1: ld $10,0($4)
daddiu $4,$4,8
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)
mflo $3
mfhi $9

View file

@ -36,10 +36,10 @@ mpihelp_submul_1:
.set noreorder
.set nomacro
# warm up phase 0
/* # warm up phase 0 */
ld $8,0($5)
# warm up phase 1
/* # warm up phase 1 */
daddiu $5,$5,8
dmultu $8,$7
@ -68,7 +68,7 @@ Loop: ld $10,0($4)
bne $6,$0,Loop
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)
mflo $3
mfhi $9
@ -82,7 +82,7 @@ $LC1: ld $10,0($4)
daddiu $4,$4,8
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)
mflo $3
mfhi $9