fpfloo32.s
上传用户:nvosite88
上传日期:2007-01-17
资源大小:4983k
文件大小:2k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* fpfloo32.s - VxWorks conversion from Microtek tools to Sun native */
  2. /* Copyright 1984-1992 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01a,06aug92,jwt  converted.
  7. */
  8. /*
  9. ! ! ! ! !
  10. ! SPARClite Floating Point Library
  11. !
  12. ! Copyright (C) 1992 By
  13. ! United States Software Corporation
  14. ! 14215 N.W. Science Park Drive
  15. ! Portland, Oregon 97229
  16. !
  17. ! This software is furnished under a license and may be used
  18. ! and copied only in accordance with the terms of such license
  19. ! and with the inclusion of the above copyright notice.
  20. ! This software or any other copies thereof may not be provided
  21. ! or otherwise made available to any other person.  No title to
  22. ! and ownership of the software is hereby transferred.
  23. !
  24. ! The information in this software is subject to change without 
  25. ! notice and should not be construed as a commitment by United
  26. ! States Software Corporation.
  27. !
  28. ! First Release: V1.02 March 26 1992
  29. ! ! ! ! !
  30. .macro scan,p1,p2,p3
  31. .word 0x81602000 | (&p3<<25) | (&p1<<14) | p2
  32. .endm
  33. .macro umul,p1,p2,p3
  34. .word 0x80500000 | (&p3<<25) | (&p1<<14) | &p2
  35. .endm
  36. .macro divscc,p1,p2,p3
  37. .word 0x80e80000 | (&p3<<25) | (&p1<<14) | &p2
  38. .endm
  39. */
  40. #include "arch/sparc/ussSun4.h"
  41. .text
  42. .align 4
  43. .global _fpfloor
  44. _fpfloor:
  45. .global _floorf
  46. _floorf:
  47. save %sp,-96,%sp
  48. sethi   %hi(0x80000000),%i4
  49. and     %i4,%i0,%i1
  50. sll     %i0,1,%i3
  51. srl     %i3,24,%i3
  52. subcc   %i3,0xff,%g0
  53. be      Aspec    
  54. NOP
  55. or      %g0,0x96,%i4
  56. sub     %i4,%i3,%i3
  57. subcc   %i3,0x18,%g0
  58. bcs     i1             
  59. subcc   %i3,0,%i3
  60. bneg    Aret           
  61. sethi   %hi(0x80000000),%i4
  62. subcc   %i0,%i4,%g0
  63. bgu     Amin1    
  64. NOP
  65. ba,a    Azer     
  66. i1: subcc   %i1,0,%i1
  67. bne,a i2               
  68. sub     %g0,%i0,%i0
  69. i2: or      %g0,1,%i2
  70. sll     %i2,%i3,%i2
  71. sub     %g0,%i2,%i2
  72. and     %i0,%i2,%i0
  73. subcc   %i1,0,%i1
  74. bne,a Aret             
  75. sub     %g0,%i0,%i0
  76. Aret:
  77. A999: jmpl %i7+8,%g0
  78. restore %g0,0,%g0
  79. Aspec: sll     %i0,9,%i4
  80. subcc   %i4,0,%i4
  81. bne     Anan     
  82. NOP
  83. ba,a    A999     
  84. Amin1: ba      A999     
  85. sethi   %hi(0xbf800000),%i0
  86. Azer: ba      A999     
  87. or      %g0,%i1,%i0
  88. Anan: ba      A999     
  89. sethi   %hi(0xffc00000),%i0
  90. ! .end