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

数学计算

开发平台:

Unix_Linux

  1. dnl  PPC32 mpn_bdiv_dbm1c.
  2. dnl  Copyright 2008 Free Software Foundation, Inc.
  3. dnl  This file is part of the GNU MP Library.
  4. dnl  The GNU MP Library is free software; you can redistribute it and/or modify
  5. dnl  it under the terms of the GNU Lesser General Public License as published
  6. dnl  by the Free Software Foundation; either version 3 of the License, or (at
  7. dnl  your option) any later version.
  8. dnl  The GNU MP Library is distributed in the hope that it will be useful, but
  9. dnl  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  10. dnl  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
  11. dnl  License for more details.
  12. dnl  You should have received a copy of the GNU Lesser General Public License
  13. dnl  along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
  14. include(`../config.m4')
  15. C                cycles/limb
  16. C 603e:            ?
  17. C 604e:            ?
  18. C 75x (G3):        ?
  19. C 7400,7410 (G4):  9.43
  20. C 744x,745x (G4+): 6.28
  21. C power4/ppc970:   ?
  22. C power5:          ?
  23. C TODO
  24. C  * Nothing to do...
  25. C INPUT PARAMETERS
  26. define(`rp', `r3')
  27. define(`up', `r4')
  28. define(`n',  `r5')
  29. define(`bd', `r6')
  30. define(`cy', `r7')
  31. ASM_START()
  32. PROLOGUE(mpn_bdiv_dbm1c)
  33. lwz r0, 0(r4)
  34. rlwinm. r12, r5, 0,30,31
  35. cmplwi cr6, r12, 2
  36. cmplwi cr7, r5, 4
  37. addi r5, r5, 1
  38. srwi r5, r5, 2
  39. mtctr r5
  40. beq cr0, L(b00)
  41. blt cr6, L(b01)
  42. beq cr6, L(b10)
  43. L(b11): mullw r5, r0, r6
  44. mulhwu r12, r0, r6
  45. lwz r0, 4(r4)
  46. addi r4, r4, -12
  47. addi r3, r3, -12
  48. b L(3)
  49. L(b00): mullw r9, r0, r6
  50. mulhwu r8, r0, r6
  51. lwz r0, 4(r4)
  52. addi r4, r4, -8
  53. addi r3, r3, -8
  54. b L(0)
  55. L(b01): mullw r5, r0, r6
  56. mulhwu r12, r0, r6
  57. addi r3, r3, -4
  58. ble cr7, L(e1)
  59. lwz r0, 4(r4)
  60. addi r4, r4, -4
  61. b L(1)
  62. L(b10): mullw r9, r0, r6
  63. mulhwu r8, r0, r6
  64. lwz r0, 4(r4)
  65. ble cr7, L(e2)
  66. ALIGN(16)
  67. L(top): mullw r5, r0, r6
  68. mulhwu r12, r0, r6
  69. subfc r11, r9, r7
  70. lwz r0, 8(r4)
  71. subfe r7, r8, r11
  72. stw r11, 0(r3)
  73. L(1): mullw r9, r0, r6
  74. mulhwu r8, r0, r6
  75. subfc r11, r5, r7
  76. lwz r0, 12(r4)
  77. subfe r7, r12, r11
  78. stw r11, 4(r3)
  79. L(0): mullw r5, r0, r6
  80. mulhwu r12, r0, r6
  81. subfc r11, r9, r7
  82. lwz r0, 16(r4)
  83. subfe r7, r8, r11
  84. stw r11, 8(r3)
  85. L(3): mullw r9, r0, r6
  86. mulhwu r8, r0, r6
  87. subfc r11, r5, r7
  88. lwz r0, 20(r4)
  89. subfe r7, r12, r11
  90. stw r11, 12(r3)
  91. addi r4, r4, 16
  92. addi r3, r3, 16
  93. bdnz L(top)
  94. L(e2): mullw r5, r0, r6
  95. mulhwu r12, r0, r6
  96. subfc r11, r9, r7
  97. subfe r7, r8, r11
  98. stw r11, 0(r3)
  99. L(e1): subfc r11, r5, r7
  100. stw r11, 4(r3)
  101. subfe r3, r12, r11
  102. blr
  103. EPILOGUE()