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

数学计算

开发平台:

Unix_Linux

  1. dnl  SPARC v7 __udiv_qrnnd division support, used from longlong.h.
  2. dnl  This is for v7 CPUs with 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 i0
  18. C n1 i1
  19. C n0 i2
  20. C d i3
  21. ASM_START()
  22. ifdef(`PIC',
  23. ` TEXT
  24. L(getpc):
  25. retl
  26. nop')
  27. TEXT
  28. ALIGN(8)
  29. L(C0): .double 0r4294967296
  30. L(C1): .double 0r2147483648
  31. PROLOGUE(mpn_udiv_qrnnd)
  32. save %sp,-104,%sp
  33. st %i1,[%fp-8]
  34. ld [%fp-8],%f10
  35. ifdef(`PIC',
  36. `L(pc): call L(getpc) C put address of this insn in %o7
  37. ldd [%o7+L(C0)-L(pc)],%f8',
  38. ` sethi %hi(L(C0)),%o7
  39. ldd [%o7+%lo(L(C0))],%f8')
  40. fitod %f10,%f4
  41. cmp %i1,0
  42. bge L(248)
  43. mov %i0,%i5
  44. faddd %f4,%f8,%f4
  45. L(248):
  46. st %i2,[%fp-8]
  47. ld [%fp-8],%f10
  48. fmuld %f4,%f8,%f6
  49. cmp %i2,0
  50. bge L(249)
  51. fitod %f10,%f2
  52. faddd %f2,%f8,%f2
  53. L(249):
  54. st %i3,[%fp-8]
  55. faddd %f6,%f2,%f2
  56. ld [%fp-8],%f10
  57. cmp %i3,0
  58. bge L(250)
  59. fitod %f10,%f4
  60. faddd %f4,%f8,%f4
  61. L(250):
  62. fdivd %f2,%f4,%f2
  63. ifdef(`PIC',
  64. ` ldd [%o7+L(C1)-L(pc)],%f4',
  65. ` sethi %hi(L(C1)),%o7
  66. ldd [%o7+%lo(L(C1))],%f4')
  67. fcmped %f2,%f4
  68. nop
  69. fbge,a L(251)
  70. fsubd %f2,%f4,%f2
  71. fdtoi %f2,%f2
  72. st %f2,[%fp-8]
  73. b L(252)
  74. ld [%fp-8],%i4
  75. L(251):
  76. fdtoi %f2,%f2
  77. st %f2,[%fp-8]
  78. ld [%fp-8],%i4
  79. sethi %hi(-2147483648),%g2
  80. xor %i4,%g2,%i4
  81. L(252):
  82. wr %g0,%i4,%y
  83. sra %i3,31,%g2
  84. and %i4,%g2,%g2
  85. andcc %g0,0,%g1
  86. mulscc %g1,%i3,%g1
  87. mulscc %g1,%i3,%g1
  88. mulscc %g1,%i3,%g1
  89. mulscc %g1,%i3,%g1
  90. mulscc %g1,%i3,%g1
  91. mulscc %g1,%i3,%g1
  92. mulscc %g1,%i3,%g1
  93. mulscc %g1,%i3,%g1
  94. mulscc %g1,%i3,%g1
  95. mulscc %g1,%i3,%g1
  96. mulscc %g1,%i3,%g1
  97. mulscc %g1,%i3,%g1
  98. mulscc %g1,%i3,%g1
  99. mulscc %g1,%i3,%g1
  100. mulscc %g1,%i3,%g1
  101. mulscc %g1,%i3,%g1
  102. mulscc %g1,%i3,%g1
  103. mulscc %g1,%i3,%g1
  104. mulscc %g1,%i3,%g1
  105. mulscc %g1,%i3,%g1
  106. mulscc %g1,%i3,%g1
  107. mulscc %g1,%i3,%g1
  108. mulscc %g1,%i3,%g1
  109. mulscc %g1,%i3,%g1
  110. mulscc %g1,%i3,%g1
  111. mulscc %g1,%i3,%g1
  112. mulscc %g1,%i3,%g1
  113. mulscc %g1,%i3,%g1
  114. mulscc %g1,%i3,%g1
  115. mulscc %g1,%i3,%g1
  116. mulscc %g1,%i3,%g1
  117. mulscc %g1,%i3,%g1
  118. mulscc %g1,0,%g1
  119. add %g1,%g2,%i0
  120. rd %y,%g3
  121. subcc %i2,%g3,%o7
  122. subxcc %i1,%i0,%g0
  123. be L(253)
  124. cmp %o7,%i3
  125. add %i4,-1,%i0
  126. add %o7,%i3,%o7
  127. st %o7,[%i5]
  128. ret
  129. restore
  130. L(253):
  131. blu L(246)
  132. mov %i4,%i0
  133. add %i4,1,%i0
  134. sub %o7,%i3,%o7
  135. L(246):
  136. st %o7,[%i5]
  137. ret
  138. restore
  139. EPILOGUE(mpn_udiv_qrnnd)