aorslsh1_n.asm
上传用户:qaz666999
上传日期:2022-08-06
资源大小:2570k
文件大小:4k
源码类别:

数学计算

开发平台:

Unix_Linux

  1. dnl  AMD64 mpn_addlsh1_n, mpn_sublsh1_n -- rp[] = up[] +- (vp[] << 1),
  2. dnl  optimized for Pentium 4.
  3. dnl  Copyright 2008 Free Software Foundation, Inc.
  4. dnl  This file is part of the GNU MP Library.
  5. dnl  The GNU MP Library is free software; you can redistribute it and/or modify
  6. dnl  it under the terms of the GNU Lesser General Public License as published
  7. dnl  by the Free Software Foundation; either version 3 of the License, or (at
  8. dnl  your option) any later version.
  9. dnl  The GNU MP Library is distributed in the hope that it will be useful, but
  10. dnl  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  11. dnl  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
  12. dnl  License for more details.
  13. dnl  You should have received a copy of the GNU Lesser General Public License
  14. dnl  along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
  15. include(`../config.m4')
  16. C      cycles/limb
  17. C K8,K9:  3.8
  18. C K10:  4.8
  19. C P4:  5.8
  20. C P6-15:  ?
  21. C INPUT PARAMETERS
  22. define(`rp',`%rdi')
  23. define(`up',`%rsi')
  24. define(`vp',`%rdx')
  25. define(`n', `%rcx')
  26. ifdef(`OPERATION_addlsh1_n', `
  27. define(ADDSUB,       add)
  28. define(func,       mpn_addlsh1_n)')
  29. ifdef(`OPERATION_sublsh1_n', `
  30. define(ADDSUB,       sub)
  31. define(func,       mpn_sublsh1_n)')
  32. MULFUNC_PROLOGUE(mpn_addlsh1_n mpn_sublsh1_n)
  33. ASM_START()
  34. TEXT
  35. ALIGN(16)
  36. PROLOGUE(func)
  37. push %rbx
  38. push %r12
  39. push %rbp
  40. mov (vp), %r9
  41. shl %r9
  42. mov 4(vp), R32(%rbp)
  43. xor R32(%rbx), R32(%rbx)
  44. mov R32(n), R32(%rax)
  45. and $3, R32(%rax)
  46. jne L(n00) C n = 0, 4, 8, ...
  47. mov (up), %r8
  48. mov 8(up), %r10
  49. shr $31, R32(%rbp)
  50. ADDSUB %r9, %r8
  51. mov 8(vp), %r9
  52. lea (%rbp,%r9,2), %r9
  53. setc R8(%rax)
  54. mov 12(vp), R32(%rbp)
  55. lea -16(rp), rp
  56. jmp L(L00)
  57. L(n00): cmp $2, R32(%rax)
  58. jnc L(n01) C n = 1, 5, 9, ...
  59. mov (up), %r11
  60. lea -8(rp), rp
  61. shr $31, R32(%rbp)
  62. ADDSUB %r9, %r11
  63. setc R8(%rbx)
  64. dec n
  65. jz L(1) C jump for n = 1
  66. mov 8(up), %r8
  67. mov 8(vp), %r9
  68. lea (%rbp,%r9,2), %r9
  69. mov 12(vp), R32(%rbp)
  70. lea 8(up), up
  71. lea 8(vp), vp
  72. jmp L(L01)
  73. L(n01): jne L(n10) C n = 2, 6, 10, ...
  74. mov (up), %r12
  75. mov 8(up), %r11
  76. shr $31, R32(%rbp)
  77. ADDSUB %r9, %r12
  78. mov 8(vp), %r9
  79. lea (%rbp,%r9,2), %r9
  80. setc R8(%rax)
  81. mov 12(vp), R32(%rbp)
  82. lea 16(up), up
  83. lea 16(vp), vp
  84. jmp L(L10)
  85. L(n10): mov (up), %r10
  86. mov 8(up), %r12
  87. shr $31, R32(%rbp)
  88. ADDSUB %r9, %r10
  89. mov 8(vp), %r9
  90. lea (%rbp,%r9,2), %r9
  91. setc R8(%rbx)
  92. mov 12(vp), R32(%rbp)
  93. lea -24(rp), rp
  94. lea -8(up), up
  95. lea -8(vp), vp
  96. jmp L(L11)
  97. L(c0): mov $1, R8(%rbx)
  98. jmp L(rc0)
  99. L(c1): mov $1, R8(%rax)
  100. jmp L(rc1)
  101. L(c2): mov $1, R8(%rbx)
  102. jmp L(rc2)
  103. ALIGN(16)
  104. L(top): mov (up), %r8 C not on critical path
  105. shr $31, R32(%rbp)
  106. ADDSUB %r9, %r11 C not on critical path
  107. mov (vp), %r9
  108. lea (%rbp,%r9,2), %r9
  109. setc R8(%rbx) C save carry out
  110. mov 4(vp), R32(%rbp)
  111. mov %r12, (rp)
  112. ADDSUB %rax, %r11 C apply previous carry out
  113. jc L(c0) C jump if ripple
  114. L(rc0):
  115. L(L01): mov 8(up), %r10
  116. shr $31, R32(%rbp)
  117. ADDSUB %r9, %r8
  118. mov 8(vp), %r9
  119. lea (%rbp,%r9,2), %r9
  120. setc R8(%rax)
  121. mov 12(vp), R32(%rbp)
  122. mov %r11, 8(rp)
  123. ADDSUB %rbx, %r8
  124. jc L(c1)
  125. L(rc1):
  126. L(L00): mov 16(up), %r12
  127. shr $31, R32(%rbp)
  128. ADDSUB %r9, %r10
  129. mov 16(vp), %r9
  130. lea (%rbp,%r9,2), %r9
  131. setc R8(%rbx)
  132. mov 20(vp), R32(%rbp)
  133. mov %r8, 16(rp)
  134. ADDSUB %rax, %r10
  135. jc L(c2)
  136. L(rc2):
  137. L(L11): mov 24(up), %r11
  138. shr $31, R32(%rbp)
  139. ADDSUB %r9, %r12
  140. mov 24(vp), %r9
  141. lea (%rbp,%r9,2), %r9
  142. lea 32(up), up
  143. lea 32(vp), vp
  144. setc R8(%rax)
  145. mov -4(vp), R32(%rbp)
  146. mov %r10, 24(rp)
  147. ADDSUB %rbx, %r12
  148. jc L(c3)
  149. L(rc3): lea 32(rp), rp
  150. L(L10): sub $4, n
  151. ja L(top)
  152. L(end):
  153. shr $31, R32(%rbp)
  154. ADDSUB %r9, %r11
  155. setc R8(%rbx)
  156. mov %r12, (rp)
  157. ADDSUB %rax, %r11
  158. jnc L(1)
  159. mov $1, R8(%rbx)
  160. L(1): mov %r11, 8(rp)
  161. lea (%rbx,%rbp), R32(%rax)
  162. pop %rbp
  163. pop %r12
  164. pop %rbx
  165. emms
  166. ret
  167. L(c3): mov $1, R8(%rax)
  168. jmp L(rc3)
  169. EPILOGUE()
  170. ASM_END()