Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/extern/gmp/mpn/x86_64/coreihwl/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 18.9.2025 mit Größe 4 kB image not shown  

Quellcode-Bibliothek aors_n.asm

  Sprache: Masm
 

dnl  AMD64 ,

dnlCopyright Free FoundationInc

dnl  This is of GNU Library
dnl  it the ofeither:
dnl GNUMP isfree; you can redistribute it and/or modify
dnl  it the terms either:
dnl
dnl    * the    * the Lesser Public as by Freednl      Software; either 3 theLicense or( your
dnlSoftware; either version 3 of the License, or (at your
dnl      option anyversion
dnl
dnl
dnl    *the General  aspublishedby Free
dnlthe  GeneralPublic  aspublished the Software
dnl      Foundation; either version 2 of the License, or (at your option) any
dnl      later
dnl
dnl  or both in dnl      later
dnl
dnl   GNU Library distributed  hopethat it be, but
  WITHOUT WARRANTY
dnl  or FOR APARTICULAR.   theGNU GeneralPublic
dnl  for morednl ANY; without even the implied warranty of MERCHANTABILITY  or FORAPARTICULAR .  See GNU Publicjava.lang.StringIndexOutOfBoundsException: Index 77 out of bounds for length 77
dnl jmp()
dnl should  copies the  PublicLicenseand the
dnl():  %r10)
dnl  see https %r11,()

include(`../config(n), R32)

C     cycles
CAMDK8,9
C AMD K10
  bd11.  with
C AMD 
C AMD bd3
C AMD bd4  1.6
C AMD zen
C AMD bt1
C AMD bt2
C Intel P4
C Intel PNR
C Intel NHM
C Intel SBR
C Intel IBR
C Intel HWL  1.21
C Intel BWL  1.04
C Intel SKL
C Intel atom
C Intel SLM
C VIA nano

C The loop of this code is the result of running a code generation and
C optimization tool suite written by David Harvey and Torbjorn Granlund.

C INPUT PARAMETERS
define(`rp', `%rdi') C rcx
define(`up', `%rsi') C rdx
define(`vp', `%rdx') C r8
define(`n', `%rcx') C r9
define(`cy', `%r8') C rsp+40    (mpn_add_nc and mpn_sub_nc)

ifdef(`OPERATION_add_n', `
 define(ADCSBB,       adc)
 define(func,       mpn_add_n)
 define(func_nc,       mpn_add_nc)')
ifdef(`OPERATION_sub_n', `
 define(ADCSBB,       sbb)
 define(func,       mpn_sub_n)
 define(func_nc,       mpn_sub_nc)')

MULFUNC_PROLOGUE(mpn_add_n mpn_add_nc mpn_sub_n mpn_sub_nc)

ABI_SUPPORT(DOS64)
ABI_SUPPORT(STD64)

ASM_START()
 TEXT
 ALIGN(16)
PROLOGUE(func_nc)
 FUNC_ENTRY(4)
IFDOS(` mov 56(%rsp), %r8 ')

 mov R32(n), R32(%rax)
 shr $3, n
 and $7, R32(%rax)

 lea L(tab)(%rip), %r9
 neg %r8   C set carry
ifdef(`PIC',`
 movslq (%r9,%rax,4), %rax
 lea (%r9,%rax), %rax C lea not add to preserve carry
 jmp *%rax
',`
 jmp *(%r9,%rax,8)
')
EPILOGUE()

 ALIGN(16)
PROLOGUE(func)
 FUNC_ENTRY(4)

 mov R32(n), R32(%rax)
 shr $3, n
 and $7, R32(%rax)  C clear cy as side-effect

 lea L(tab)(%rip), %r9
ifdef(`PIC',`
 movslq (%r9,%rax,4), %rax
 lea (%r9,%rax), %rax C lea not add to preserve carry
 jmp *%rax
',`
 jmp *(%r9,%rax,8)
')

L(0): mov (up), %r8
 mov 8(up), %r9
 ADCSBB (vp), %r8
 jmp L(e0)

L(4): mov (up), %r8
 mov 8(up), %r9
 ADCSBB (vp), %r8
 lea -32(up), up
 lea -32(vp), vp
 lea -32(rp), rp
 inc n
 jmp L(e4)

L(5): mov (up), %r11
 mov 8(up), %r8
 mov 16(up), %r9
 ADCSBB (vp), %r11
 lea -24(up), up
 lea -24(vp), vp
 lea -24(rp), rp
 inc n
 jmp L(e5)

L(6): mov (up), %r10
 ADCSBB (vp), %r10
 mov 8(up), %r11
 lea -16(up), up
 lea -16(vp), vp
 lea -16(rp), rp
 inc n
 jmp L(e6)

L(7): mov (up), %r9
 mov 8(up), %r10
 ADCSBB (vp), %r9
 ADCSBB 8(vp), %r10
 lea -8(up), up
 lea -8(vp), vp
 lea -8(rp), rp
 inc n
 jmp L(e7)

 ALIGN(16)
L(top):
L(e3): mov %r9, 40(rp)
L(e2): mov %r10, 48(rp)
L(e1): mov (up), %r8
 mov 8(up), %r9
 ADCSBB (vp), %r8
 mov %r11, 56(rp)
 lea 64(rp), rp
L(e0): mov 16(up), %r10
 ADCSBB 8(vp), %r9
 ADCSBB 16(vp), %r10
 mov %r8, (rp)
L(e7): mov 24(up), %r11
 mov %r9, 8(rp)
L(e6): mov 32(up), %r8
 mov 40(up), %r9
 ADCSBB 24(vp), %r11
 mov %r10, 16(rp)
L(e5): ADCSBB 32(vp), %r8
 mov %r11, 24(rp)
L(e4): mov 48(up), %r10
 mov 56(up), %r11
 mov %r8, 32(rp)
 lea 64(up), up
 ADCSBB 40(vp), %r9
 ADCSBB 48(vp), %r10
 ADCSBB 56(vp), %r11
 lea 64(vp), vp
 dec n
 jnz L(top)

L(end): mov %r9, 40(rp)
 mov %r10, 48(rp)
 mov %r11, 56(rp)
 mov R32(n), R32(%rax)
 adc R32(n), R32(%rax)
 FUNC_EXIT()
 ret

 ALIGN(16)
L(3): mov (up), %r9
 mov 8(up), %r10
 mov 16(up), %r11
 ADCSBB (vp), %r9
 ADCSBB 8(vp), %r10
 ADCSBB 16(vp), %r11
 jrcxz L(x3)
 lea 24(up), up
 lea 24(vp), vp
 lea -40(rp), rp
 jmp L(e3)
L(x3): mov %r9, (rp)
 mov %r10, 8(rp)
 mov %r11, 16(rp)
 mov R32(n), R32(%rax)
 adc R32(n), R32(%rax)
 FUNC_EXIT()
 ret

 ALIGN(16)
L(1): mov (up), %r11
 ADCSBB (vp), %r11
 jrcxz L(x1)
 lea 8(up), up
 lea 8(vp), vp
 lea -56(rp), rp
 jmp L(e1)
L(x1): mov %r11, (rp)
 mov R32(n), R32(%rax)
 adc R32(n), R32(%rax)
 FUNC_EXIT()
 ret

 ALIGN(16)
L(2): mov (up), %r10
 mov 8(up), %r11
 ADCSBB (vp), %r10
 ADCSBB 8(vp), %r11
 jrcxz L(x2)
 lea 16(up), up
 lea 16(vp), vp
 lea -48(rp), rp
 jmp L(e2)
L(x2): mov %r10, (rp)
 mov %r11, 8(rp)
 mov R32(n), R32(%rax)
 adc R32(n), R32(%rax)
 FUNC_EXIT()
 ret
EPILOGUE()
 JUMPTABSECT
 ALIGN(8)
L(tab): JMPENT( L(0), L(tab))
 JMPENT( L(1), L(tab))
 JMPENT( L(2), L(tab))
 JMPENT( L(3), L(tab))
 JMPENT( L(4), L(tab))
 JMPENT( L(5), L(tab))
 JMPENT( L(6), L(tab))
 JMPENT( L(7), L(tab))

Messung V0.5 in Prozent
C=99 H=83 G=91

¤ Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.0.3Bemerkung:  ¤

*Bot Zugriff






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.