[Gmp-commit] /var/hg/gmp: Whitespace cleanup.
mercurial at gmplib.org
mercurial at gmplib.org
Wed Mar 13 12:29:55 CET 2013
details: /var/hg/gmp/rev/405177858f21
changeset: 15568:405177858f21
user: Torbjorn Granlund <tege at gmplib.org>
date: Wed Mar 13 12:29:52 2013 +0100
description:
Whitespace cleanup.
diffstat:
mpn/arm/neon/tabselect.asm | 2 +-
mpn/arm/v7a/cora15/copyd.asm | 2 +-
mpn/sparc64/ultrasparct3/aormul_2.asm | 2 +-
mpn/x86_64/mulx/addmul_1.asm | 6 +++---
mpn/x86_64/mulx/adx/missing-call.m4 | 2 +-
mpn/x86_64/mulx/adx/missing.asm | 12 ++++++------
6 files changed, 13 insertions(+), 13 deletions(-)
diffs (121 lines):
diff -r beeecff2aba1 -r 405177858f21 mpn/arm/neon/tabselect.asm
--- a/mpn/arm/neon/tabselect.asm Tue Mar 12 02:53:01 2013 +0100
+++ b/mpn/arm/neon/tabselect.asm Wed Mar 13 12:29:52 2013 +0100
@@ -40,7 +40,7 @@
define(`mask', `r6')
define(`maskv', `d6')
-C
+C
ASM_START()
PROLOGUE(mpn_tabselect)
push {r4-r7}
diff -r beeecff2aba1 -r 405177858f21 mpn/arm/v7a/cora15/copyd.asm
--- a/mpn/arm/v7a/cora15/copyd.asm Tue Mar 12 02:53:01 2013 +0100
+++ b/mpn/arm/v7a/cora15/copyd.asm Wed Mar 13 12:29:52 2013 +0100
@@ -72,7 +72,7 @@
bge L(top)
add up, up, #16 C undo up offset
- C rp offset undoing folded
+ C rp offset undoing folded
L(end): vst1.32 {d26-d27}, [rp:128]
C Copy last 0-7 limbs. Note that rp is aligned after loop, but not when we
diff -r beeecff2aba1 -r 405177858f21 mpn/sparc64/ultrasparct3/aormul_2.asm
--- a/mpn/sparc64/ultrasparct3/aormul_2.asm Tue Mar 12 02:53:01 2013 +0100
+++ b/mpn/sparc64/ultrasparct3/aormul_2.asm Wed Mar 13 12:29:52 2013 +0100
@@ -29,7 +29,7 @@
C This code is based on the summation algorithm used for x86-64 where the
C multiply instruction clobbers the carry flag. It would be possible to
C keep carry alive and thereby save 3 instructions per iteration.
-C
+C
C The code is reasonably scheduled for long-latency instructions, but no micro-
C scheduling has been done. There is hope that this could run at around 3.5
C c/l on T4 if an optimal schedule was found.
diff -r beeecff2aba1 -r 405177858f21 mpn/x86_64/mulx/addmul_1.asm
--- a/mpn/x86_64/mulx/addmul_1.asm Tue Mar 12 02:53:01 2013 +0100
+++ b/mpn/x86_64/mulx/addmul_1.asm Wed Mar 13 12:29:52 2013 +0100
@@ -77,7 +77,7 @@
jz L(wd1)
mulx (up,n,8), %r9, %r8
mulx 8(up,n,8), %r11, %r10
- and %rax, %rax C clear cy
+ and %rax, %rax C clear cy
jmp L(lo1)
L(b0): mulx %r8, %r9, %r8
@@ -94,7 +94,7 @@
adc $0, %rax
sub $-3, n
jz L(wd3)
- and %rax, %rax C clear cy
+ and %rax, %rax C clear cy
jmp L(lo3)
L(b2): mulx %r8, %r13, %r12
@@ -104,7 +104,7 @@
sub $-2, n
jz L(wd2)
mulx (up,n,8), %r9, %r8
- and %rax, %rax C clear cy
+ and %rax, %rax C clear cy
jmp L(lo2)
L(top): add %r9, (rp,n,8)
diff -r beeecff2aba1 -r 405177858f21 mpn/x86_64/mulx/adx/missing-call.m4
--- a/mpn/x86_64/mulx/adx/missing-call.m4 Tue Mar 12 02:53:01 2013 +0100
+++ b/mpn/x86_64/mulx/adx/missing-call.m4 Wed Mar 13 12:29:52 2013 +0100
@@ -36,7 +36,7 @@
define(`mulx',`
push $1
- call __gmp_mulx
+ call __gmp_mulx
pop $2
pop $3
')
diff -r beeecff2aba1 -r 405177858f21 mpn/x86_64/mulx/adx/missing.asm
--- a/mpn/x86_64/mulx/adx/missing.asm Tue Mar 12 02:53:01 2013 +0100
+++ b/mpn/x86_64/mulx/adx/missing.asm Wed Mar 13 12:29:52 2013 +0100
@@ -25,11 +25,11 @@
ASM_START()
C Fake the MULX instruction
-C
+C
C Accept the single explicit parameter on the stack, return the two result
C words on the stack. This calling convention means that we need to move the
C return address up.
-C
+C
PROLOGUE(__gmp_mulx)
lea -8(%rsp), %rsp
push %rax
@@ -50,10 +50,10 @@
C Fake the ADOX instruction
-C
+C
C Accept the two parameters on the stack, return the result word on the stack.
C This calling convention means that we need to move the return address down.
-C
+C
PROLOGUE(__gmp_adox)
push %rcx
push %rbx
@@ -90,10 +90,10 @@
C Fake the ADCX instruction
-C
+C
C Accept the two parameters on the stack, return the result word on the stack.
C This calling convention means that we need to move the return address down.
-C
+C
PROLOGUE(__gmp_adcx)
push %rcx
push %rbx
More information about the gmp-commit
mailing list