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

数学计算

开发平台:

Unix_Linux

  1. dnl  SPARC v7 __udiv_qrnnd division support, used from longlong.h.
  2. dnl  This is for v7 CPUs without a floating-point unit.
  3. dnl  Copyright 1993, 1994, 1996, 2000 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 INPUT PARAMETERS
  17. C rem_ptr o0
  18. C n1 o1
  19. C n0 o2
  20. C d o3
  21. ASM_START()
  22. PROLOGUE(mpn_udiv_qrnnd)
  23. tst %o3
  24. bneg L(largedivisor)
  25. mov 8,%g1
  26. b L(p1)
  27. addxcc %o2,%o2,%o2
  28. L(plop):
  29. bcc L(n1)
  30. addxcc %o2,%o2,%o2
  31. L(p1): addx %o1,%o1,%o1
  32. subcc %o1,%o3,%o4
  33. bcc L(n2)
  34. addxcc %o2,%o2,%o2
  35. L(p2): addx %o1,%o1,%o1
  36. subcc %o1,%o3,%o4
  37. bcc L(n3)
  38. addxcc %o2,%o2,%o2
  39. L(p3): addx %o1,%o1,%o1
  40. subcc %o1,%o3,%o4
  41. bcc L(n4)
  42. addxcc %o2,%o2,%o2
  43. L(p4): addx %o1,%o1,%o1
  44. addcc %g1,-1,%g1
  45. bne L(plop)
  46. subcc %o1,%o3,%o4
  47. bcc L(n5)
  48. addxcc %o2,%o2,%o2
  49. L(p5): st %o1,[%o0]
  50. retl
  51. xnor %g0,%o2,%o0
  52. L(nlop):
  53. bcc L(p1)
  54. addxcc %o2,%o2,%o2
  55. L(n1): addx %o4,%o4,%o4
  56. subcc %o4,%o3,%o1
  57. bcc L(p2)
  58. addxcc %o2,%o2,%o2
  59. L(n2): addx %o4,%o4,%o4
  60. subcc %o4,%o3,%o1
  61. bcc L(p3)
  62. addxcc %o2,%o2,%o2
  63. L(n3): addx %o4,%o4,%o4
  64. subcc %o4,%o3,%o1
  65. bcc L(p4)
  66. addxcc %o2,%o2,%o2
  67. L(n4): addx %o4,%o4,%o4
  68. addcc %g1,-1,%g1
  69. bne L(nlop)
  70. subcc %o4,%o3,%o1
  71. bcc L(p5)
  72. addxcc %o2,%o2,%o2
  73. L(n5): st %o4,[%o0]
  74. retl
  75. xnor %g0,%o2,%o0
  76. L(largedivisor):
  77. and %o2,1,%o5 C %o5 = n0 & 1
  78. srl %o2,1,%o2
  79. sll %o1,31,%g2
  80. or %g2,%o2,%o2 C %o2 = lo(n1n0 >> 1)
  81. srl %o1,1,%o1 C %o1 = hi(n1n0 >> 1)
  82. and %o3,1,%g2
  83. srl %o3,1,%g3 C %g3 = floor(d / 2)
  84. add %g3,%g2,%g3 C %g3 = ceil(d / 2)
  85. b L(Lp1)
  86. addxcc %o2,%o2,%o2
  87. L(Lplop):
  88. bcc L(Ln1)
  89. addxcc %o2,%o2,%o2
  90. L(Lp1): addx %o1,%o1,%o1
  91. subcc %o1,%g3,%o4
  92. bcc L(Ln2)
  93. addxcc %o2,%o2,%o2
  94. L(Lp2): addx %o1,%o1,%o1
  95. subcc %o1,%g3,%o4
  96. bcc L(Ln3)
  97. addxcc %o2,%o2,%o2
  98. L(Lp3): addx %o1,%o1,%o1
  99. subcc %o1,%g3,%o4
  100. bcc L(Ln4)
  101. addxcc %o2,%o2,%o2
  102. L(Lp4): addx %o1,%o1,%o1
  103. addcc %g1,-1,%g1
  104. bne L(Lplop)
  105. subcc %o1,%g3,%o4
  106. bcc L(Ln5)
  107. addxcc %o2,%o2,%o2
  108. L(Lp5): add %o1,%o1,%o1 C << 1
  109. tst %g2
  110. bne L(oddp)
  111. add %o5,%o1,%o1
  112. st %o1,[%o0]
  113. retl
  114. xnor %g0,%o2,%o0
  115. L(Lnlop):
  116. bcc L(Lp1)
  117. addxcc %o2,%o2,%o2
  118. L(Ln1): addx %o4,%o4,%o4
  119. subcc %o4,%g3,%o1
  120. bcc L(Lp2)
  121. addxcc %o2,%o2,%o2
  122. L(Ln2): addx %o4,%o4,%o4
  123. subcc %o4,%g3,%o1
  124. bcc L(Lp3)
  125. addxcc %o2,%o2,%o2
  126. L(Ln3): addx %o4,%o4,%o4
  127. subcc %o4,%g3,%o1
  128. bcc L(Lp4)
  129. addxcc %o2,%o2,%o2
  130. L(Ln4): addx %o4,%o4,%o4
  131. addcc %g1,-1,%g1
  132. bne L(Lnlop)
  133. subcc %o4,%g3,%o1
  134. bcc L(Lp5)
  135. addxcc %o2,%o2,%o2
  136. L(Ln5): add %o4,%o4,%o4 C << 1
  137. tst %g2
  138. bne L(oddn)
  139. add %o5,%o4,%o4
  140. st %o4,[%o0]
  141. retl
  142. xnor %g0,%o2,%o0
  143. L(oddp):
  144. xnor %g0,%o2,%o2
  145. C q' in %o2. r' in %o1
  146. addcc %o1,%o2,%o1
  147. bcc L(Lp6)
  148. addx %o2,0,%o2
  149. sub %o1,%o3,%o1
  150. L(Lp6): subcc %o1,%o3,%g0
  151. bcs L(Lp7)
  152. subx %o2,-1,%o2
  153. sub %o1,%o3,%o1
  154. L(Lp7): st %o1,[%o0]
  155. retl
  156. mov %o2,%o0
  157. L(oddn):
  158. xnor %g0,%o2,%o2
  159. C q' in %o2. r' in %o4
  160. addcc %o4,%o2,%o4
  161. bcc L(Ln6)
  162. addx %o2,0,%o2
  163. sub %o4,%o3,%o4
  164. L(Ln6): subcc %o4,%o3,%g0
  165. bcs L(Ln7)
  166. subx %o2,-1,%o2
  167. sub %o4,%o3,%o4
  168. L(Ln7): st %o4,[%o0]
  169. retl
  170. mov %o2,%o0
  171. EPILOGUE(mpn_udiv_qrnnd)