summaryrefslogtreecommitdiff
path: root/mpn
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-11-01 13:35:59 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-11-01 13:35:59 +0100
commit4a325d008965ccdc11fbc2b9c791d01bb737290f (patch)
tree1c3e6dea6882e48c776a883ca37147bfaf3fd083 /mpn
parent9936113052389e9b825c1da6f90d8077a887a8d6 (diff)
downloadgmp-4a325d008965ccdc11fbc2b9c791d01bb737290f.tar.gz
Add more cycle counts.
Diffstat (limited to 'mpn')
-rw-r--r--mpn/s390_64/bdiv_dbm1c.asm2
-rw-r--r--mpn/s390_64/lshift.asm2
-rw-r--r--mpn/s390_64/lshiftc.asm2
-rw-r--r--mpn/s390_64/rshift.asm2
4 files changed, 4 insertions, 4 deletions
diff --git a/mpn/s390_64/bdiv_dbm1c.asm b/mpn/s390_64/bdiv_dbm1c.asm
index 4839e5c5e..21b0a0db0 100644
--- a/mpn/s390_64/bdiv_dbm1c.asm
+++ b/mpn/s390_64/bdiv_dbm1c.asm
@@ -20,7 +20,7 @@ dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
include(`../config.m4')
C cycles/limb
-C z900 (29)
+C z900 29
C z990 22
C z9 ?
C z10 ?
diff --git a/mpn/s390_64/lshift.asm b/mpn/s390_64/lshift.asm
index de78aac31..ba1c44e67 100644
--- a/mpn/s390_64/lshift.asm
+++ b/mpn/s390_64/lshift.asm
@@ -20,7 +20,7 @@ dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
include(`../config.m4')
C cycles/limb
-C z900 ?
+C z900 7
C z990 3
C z9 ?
C z10 ?
diff --git a/mpn/s390_64/lshiftc.asm b/mpn/s390_64/lshiftc.asm
index e5aa21f4e..1fbc7fcbd 100644
--- a/mpn/s390_64/lshiftc.asm
+++ b/mpn/s390_64/lshiftc.asm
@@ -20,7 +20,7 @@ dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
include(`../config.m4')
C cycles/limb
-C z900 ?
+C z900 9
C z990 3.5
C z9 ?
C z10 ?
diff --git a/mpn/s390_64/rshift.asm b/mpn/s390_64/rshift.asm
index 72c3f186a..736c485a2 100644
--- a/mpn/s390_64/rshift.asm
+++ b/mpn/s390_64/rshift.asm
@@ -20,7 +20,7 @@ dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
include(`../config.m4')
C cycles/limb
-C z900 ?
+C z900 7
C z990 3
C z9 ?
C z10 ?