summaryrefslogtreecommitdiff
path: root/mpn/s390_32
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-11-21 21:15:18 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-11-21 21:15:18 +0100
commitf24a8deaf598267ea9c57ba93e9e6a94038bc8f3 (patch)
treeab76a1173414ebafa1aa42527df660603053d18a /mpn/s390_32
parent15a7619b6229dea0d8d895aaa5506e40304dcb3f (diff)
downloadgmp-f24a8deaf598267ea9c57ba93e9e6a94038bc8f3.tar.gz
Spacing cleanup.
Diffstat (limited to 'mpn/s390_32')
-rw-r--r--mpn/s390_32/lshift.asm2
-rw-r--r--mpn/s390_32/lshiftc.asm2
-rw-r--r--mpn/s390_32/rshift.asm2
3 files changed, 3 insertions, 3 deletions
diff --git a/mpn/s390_32/lshift.asm b/mpn/s390_32/lshift.asm
index 335a5f77a..17e52655f 100644
--- a/mpn/s390_32/lshift.asm
+++ b/mpn/s390_32/lshift.asm
@@ -126,7 +126,7 @@ L(top): l %r10, 16(up)
L(end): l %r10, 16(up)
sll %r10, 0(cnt)
st %r10, 12(rp)
-
+
lr %r2, %r12
lm %r6, %r12, 24(%r15)
br %r14
diff --git a/mpn/s390_32/lshiftc.asm b/mpn/s390_32/lshiftc.asm
index b42bc715b..9bdd0d798 100644
--- a/mpn/s390_32/lshiftc.asm
+++ b/mpn/s390_32/lshiftc.asm
@@ -138,7 +138,7 @@ L(end): l %r10, 16(up)
sll %r10, 0(cnt)
xr %r10, %r13
st %r10, 12(rp)
-
+
lr %r2, %r12
lm %r6, %r13, 24(%r15)
br %r14
diff --git a/mpn/s390_32/rshift.asm b/mpn/s390_32/rshift.asm
index ec32fa764..becbe1893 100644
--- a/mpn/s390_32/rshift.asm
+++ b/mpn/s390_32/rshift.asm
@@ -120,7 +120,7 @@ L(top): l %r11, 0(up)
L(end): l %r11, 0(up)
srl %r11, 0(cnt)
st %r11, 0(rp)
-
+
lr %r2, %r12
lm %r6, %r12, 24(%r15)
br %r14