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

数学计算

开发平台:

Unix_Linux

  1. dnl  SPARC v8 mpn_addmul_1 -- Multiply a limb vector with a limb and
  2. dnl  add the result to a second limb vector.
  3. dnl  Copyright 1992, 1993, 1994, 1995, 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 res_ptr o0
  18. C s1_ptr o1
  19. C size o2
  20. C s2_limb o3
  21. ASM_START()
  22. PROLOGUE(mpn_addmul_1)
  23. orcc %g0,%g0,%g2
  24. ld [%o1+0],%o4 C 1
  25. sll %o2,4,%g1
  26. and %g1,(4-1)<<4,%g1
  27. ifdef(`PIC',
  28. ` mov %o7,%g4 C Save return address register
  29. 0: call 1f
  30. add %o7,L(1)-0b,%g3
  31. 1: mov %g4,%o7 C Restore return address register
  32. ',
  33. ` sethi %hi(L(1)),%g3
  34. or %g3,%lo(L(1)),%g3
  35. ')
  36. jmp %g3+%g1
  37. nop
  38. L(1):
  39. L(L00): add %o0,-4,%o0
  40. b L(loop00) C 4, 8, 12, ...
  41. add %o1,-4,%o1
  42. nop
  43. L(L01): b L(loop01) C 1, 5, 9, ...
  44. nop
  45. nop
  46. nop
  47. L(L10): add %o0,-12,%o0 C 2, 6, 10, ...
  48. b L(loop10)
  49. add %o1,4,%o1
  50. nop
  51. L(L11): add %o0,-8,%o0 C 3, 7, 11, ...
  52. b L(loop11)
  53. add %o1,-8,%o1
  54. nop
  55. L(loop):
  56. addcc %g3,%g2,%g3 C 1
  57. ld [%o1+4],%o4 C 2
  58. rd %y,%g2 C 1
  59. addx %g0,%g2,%g2
  60. ld [%o0+0],%g1 C 2
  61. addcc %g1,%g3,%g3
  62. st %g3,[%o0+0] C 1
  63. L(loop00):
  64. umul %o4,%o3,%g3 C 2
  65. ld [%o0+4],%g1 C 2
  66. addxcc %g3,%g2,%g3 C 2
  67. ld [%o1+8],%o4 C 3
  68. rd %y,%g2 C 2
  69. addx %g0,%g2,%g2
  70. nop
  71. addcc %g1,%g3,%g3
  72. st %g3,[%o0+4] C 2
  73. L(loop11):
  74. umul %o4,%o3,%g3 C 3
  75. addxcc %g3,%g2,%g3 C 3
  76. ld [%o1+12],%o4 C 4
  77. rd %y,%g2 C 3
  78. add %o1,16,%o1
  79. addx %g0,%g2,%g2
  80. ld [%o0+8],%g1 C 2
  81. addcc %g1,%g3,%g3
  82. st %g3,[%o0+8] C 3
  83. L(loop10):
  84. umul %o4,%o3,%g3 C 4
  85. addxcc %g3,%g2,%g3 C 4
  86. ld [%o1+0],%o4 C 1
  87. rd %y,%g2 C 4
  88. addx %g0,%g2,%g2
  89. ld [%o0+12],%g1 C 2
  90. addcc %g1,%g3,%g3
  91. st %g3,[%o0+12] C 4
  92. add %o0,16,%o0
  93. addx %g0,%g2,%g2
  94. L(loop01):
  95. addcc %o2,-4,%o2
  96. bg L(loop)
  97. umul %o4,%o3,%g3 C 1
  98. addcc %g3,%g2,%g3 C 4
  99. rd %y,%g2 C 4
  100. addx %g0,%g2,%g2
  101. ld [%o0+0],%g1 C 2
  102. addcc %g1,%g3,%g3
  103. st %g3,[%o0+0] C 4
  104. addx %g0,%g2,%o0
  105. retl
  106.  nop
  107. EPILOGUE(mpn_addmul_1)