summaryrefslogtreecommitdiff
path: root/mpn
Commit message (Expand)AuthorAgeFilesLines
* Retune.Torbjorn Granlund2011-11-201-15/+21
* Provide special powerpc64 add_n/sub_n abi=32 code.Torbjorn Granlund2011-11-201-0/+176
* Retune, adding several new THRESHOLDs.Torbjorn Granlund2011-11-1723-415/+659
* Use 32-bit insn forms.Torbjorn Granlund2011-11-171-3/+3
* New file.Torbjorn Granlund2011-11-161-0/+98
* Add cycle counts.Torbjorn Granlund2011-11-161-7/+7
* Add cycle counts.Torbjorn Granlund2011-11-161-4/+4
* Slight tweak of new code.Torbjorn Granlund2011-11-161-5/+6
* New file.Torbjorn Granlund2011-11-161-0/+185
* Rewrite mpn/generic/powm_sec.c.Torbjorn Granlund2011-11-151-25/+44
* Add mpn_tabselect assembly support for powerpc64, x86, x86_64, ia64.Torbjorn Granlund2011-11-154-0/+446
* Separate mpn_tabselect from mpn_powm_sec and prepare for asm support.Torbjorn Granlund2011-11-153-25/+49
* Add support for POWM_SEC_TABLE table.Torbjorn Granlund2011-11-131-1/+13
* Remove file, now part of sqr_basecase.asm.Torbjorn Granlund2011-11-111-239/+0
* Make mpn_hgcd_appr use mpn_hgcd_reduce.Niels Möller2011-11-111-171/+4
* New file.Torbjorn Granlund2011-11-091-0/+852
* New file.Torbjorn Granlund2011-11-091-0/+164
* Fix comment typo.Torbjorn Granlund2011-11-092-2/+2
* Change how mpn_redc_1 works, use more broadly.Torbjorn Granlund2011-11-075-125/+55
* Move file up from mode64.Torbjorn Granlund2011-11-031-1/+4
* Add POWER7 cycle counts.Torbjorn Granlund2011-11-0326-111/+144
* Provide gmp-mparam.h for POWER7.Torbjorn Granlund2011-11-031-0/+155
* Add comment about code inefficiency.Torbjorn Granlund2011-11-021-0/+2
* Clarify that file is for K8-K10.Torbjorn Granlund2011-11-021-1/+1
* Use defined convenience aliases.Torbjorn Granlund2011-11-021-5/+5
* Correct a c/l number.Torbjorn Granlund2011-11-021-4/+4
* Slight optimisation.Torbjorn Granlund2011-11-021-3/+2
* Provide gmp-mparam.h for s390_32/esame.Torbjorn Granlund2011-11-021-0/+127
* Tune properly.Torbjorn Granlund2011-11-021-171/+99
* Add bobcat gmp-mparam.h file.Torbjorn Granlund2011-11-021-0/+156
* New s390_32 shifting code.Torbjorn Granlund2011-11-023-0/+405
* Add more cycle counts.Torbjorn Granlund2011-11-014-4/+4
* Rewrite sqr_diag_addlsh1 code.Torbjorn Granlund2011-11-012-54/+34
* Move sqr_diagonal.asm into mode32 dir.Torbjorn Granlund2011-11-011-0/+0
* New file.Torbjorn Granlund2011-11-011-0/+238
* Retune.Torbjorn Granlund2011-10-291-69/+102
* Remove defunct remark.Torbjorn Granlund2011-10-291-11/+0
* New file.Torbjorn Granlund2011-10-291-0/+196
* Complete rewrite.Torbjorn Granlund2011-10-292-105/+270
* Rewrite s390_32/esame add/sub code, move result to aors_n.asm.Torbjorn Granlund2011-10-282-132/+51
* New file.Torbjorn Granlund2011-10-271-0/+284
* Fix rp=up code. Remove a leftover insn.Torbjorn Granlund2011-10-271-4/+3
* Add s390_32/esame mul_basecase.Torbjorn Granlund2011-10-271-0/+119
* Add s390_32 sqr_basecase, remove separate integrated sqr_diag_addlsh1.asm.Torbjorn Granlund2011-10-272-77/+202
* New mpn_hgcd_reduce functionNiels Möller2011-10-261-0/+238
* Put intermediate result into R, don't allocate any stack space.Torbjorn Granlund2011-10-241-40/+31
* Use nc, oc, xc when possible.Torbjorn Granlund2011-10-231-7/+31
* Add s390_64 mul_basecase.Torbjorn Granlund2011-10-231-0/+119
* Add s390_64 sqr_basecase, remove integrated sqr_diag_addlsh1 code.Torbjorn Granlund2011-10-232-77/+202
* Use llgfr for zero extensions.Torbjorn Granlund2011-10-231-10/+4