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

数学计算

开发平台:

Unix_Linux

  1. dnl  Alpha mpn_copyd -- copy, decrementing.
  2. dnl  Copyright 2002, 2003 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 EV4:     4
  17. C EV5:     1.75
  18. C EV6:     1
  19. C INPUT PARAMETERS
  20. C rp r16
  21. C up r17
  22. C n r18
  23. ASM_START()
  24. PROLOGUE(mpn_copyd)
  25. s8addq r18,r16,r16 C E0
  26. s8addq r18,r17,r17 C E1
  27. lda r18,-8(r18) C E0
  28. blt r18,$Lend C E1
  29. $Loop: ldq r0,-8(r17) C E0
  30. ldq r1,-16(r17) C E1
  31. ldq r2,-24(r17) C E0
  32. ldq r3,-32(r17) C E1
  33. ldq r4,-40(r17) C E0
  34. ldq r5,-48(r17) C E1
  35. ldq r6,-56(r17) C E0
  36. ldq r7,-64(r17) C E1
  37. stq r0,-8(r16) C E0
  38. lda r17,-64(r17) C E1
  39. stq r1,-16(r16) C E0
  40. bis r31, r31, r31 C E1
  41. stq r2,-24(r16) C E0
  42. lda r18,-8(r18) C E1
  43. stq r3,-32(r16) C E0
  44. bis r31, r31, r31 C E1
  45. stq r4,-40(r16) C E0
  46. bis r31, r31, r31 C E1
  47. stq r5,-48(r16) C E0
  48. bis r31, r31, r31 C E1
  49. stq r6,-56(r16) C E0
  50. bis r31, r31, r31 C E1
  51. stq r7,-64(r16) C E0
  52. lda r16,-64(r16) C E1
  53. bge r18,$Loop C E1
  54. $Lend: lda r18,7(r18) C E0
  55. blt r18,$Lret C E1
  56. ldq r0,-8(r17) C E0
  57. beq r18,$Lend0 C E1
  58. $Loop0: stq r0,-8(r16) C E0
  59. lda r16,-8(r16) C E1
  60. ldq r0,-16(r17) C E0
  61. lda r18,-1(r18) C E1
  62. lda r17,-8(r17) C E0
  63. bgt r18,$Loop0 C E1
  64. $Lend0: stq r0,-8(r16) C E0
  65. $Lret: ret r31,(r26),1 C E1
  66. EPILOGUE(mpn_copyd)
  67. ASM_END()