nextafter_wmt.S 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. /*
  2. * Math library
  3. *
  4. * Copyright (C) 2016 Intel Corporation. All rights reserved.
  5. *
  6. * Redistribution and use in source and binary forms, with or without
  7. * modification, are permitted provided that the following conditions
  8. * are met:
  9. *
  10. * * Redistributions of source code must retain the above copyright
  11. * notice, this list of conditions and the following disclaimer.
  12. * * Redistributions in binary form must reproduce the above copyright
  13. * notice, this list of conditions and the following disclaimer in
  14. * the documentation and/or other materials provided with the
  15. * distribution.
  16. * * Neither the name of Intel Corporation nor the names of its
  17. * contributors may be used to endorse or promote products derived
  18. * from this software without specific prior written permission.
  19. *
  20. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  21. * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  22. * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  23. * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  24. * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  25. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  26. * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  27. * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  28. * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  29. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  30. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  31. *
  32. *
  33. * Author Name <jingwei.zhang@intel.com>
  34. * History:
  35. * 03-14-2016 Initial version. numerics svn rev. 12864
  36. */
  37. .file "nextafter_wmt.c"
  38. .text
  39. ..TXTST0:
  40. # -- Begin static_func
  41. .text
  42. .align 16,0x90
  43. static_func:
  44. ..B1.1:
  45. ..L1:
  46. call ..L2
  47. ..L2:
  48. popl %eax
  49. lea _GLOBAL_OFFSET_TABLE_+[. - ..L2](%eax), %eax
  50. lea static_const_table@GOTOFF(%eax), %eax
  51. ret
  52. .align 16,0x90
  53. .type static_func,@function
  54. .size static_func,.-static_func
  55. .data
  56. # -- End static_func
  57. .text
  58. # -- Begin nextafter
  59. .text
  60. .align 16,0x90
  61. .globl nextafter
  62. nextafter:
  63. # parameter 1: 8 + %ebp
  64. # parameter 2: 16 + %ebp
  65. ..B2.1:
  66. ..L3:
  67. ..B2.2:
  68. pushl %ebp
  69. movl %esp, %ebp
  70. subl $104, %esp
  71. movl %ebx, 40(%esp)
  72. call static_func
  73. movl %eax, %ebx
  74. movsd 112(%esp), %xmm0
  75. movsd 120(%esp), %xmm1
  76. ucomisd %xmm1, %xmm0
  77. jp .L_2TAG_PACKET_0.0.3
  78. je .L_2TAG_PACKET_1.0.3
  79. cmpltsd %xmm0, %xmm1
  80. comisd (%ebx), %xmm0
  81. je .L_2TAG_PACKET_2.0.3
  82. xorpd %xmm0, %xmm1
  83. paddq 48(%ebx), %xmm0
  84. psrlq $63, %xmm1
  85. psllq $1, %xmm1
  86. psubq %xmm1, %xmm0
  87. pextrw $3, %xmm0, %eax
  88. andl $32767, %eax
  89. subl $16, %eax
  90. cmpl $32736, %eax
  91. jae .L_2TAG_PACKET_3.0.3
  92. movsd %xmm0, (%esp)
  93. fldl (%esp)
  94. jmp .L_2TAG_PACKET_4.0.3
  95. .L_2TAG_PACKET_0.0.3:
  96. movsd %xmm1, (%esp)
  97. fldl (%esp)
  98. movsd %xmm0, (%esp)
  99. faddl (%esp)
  100. jmp .L_2TAG_PACKET_4.0.3
  101. .L_2TAG_PACKET_1.0.3:
  102. movsd %xmm1, (%esp)
  103. fldl (%esp)
  104. jmp .L_2TAG_PACKET_4.0.3
  105. .L_2TAG_PACKET_2.0.3:
  106. movsd 16(%ebx), %xmm0
  107. andpd 32(%ebx), %xmm1
  108. orpd %xmm1, %xmm0
  109. jmp .L_2TAG_PACKET_5.0.3
  110. .L_2TAG_PACKET_3.0.3:
  111. testl %eax, %eax
  112. jns .L_2TAG_PACKET_6.0.3
  113. .L_2TAG_PACKET_5.0.3:
  114. movsd 80(%ebx), %xmm1
  115. mulsd %xmm1, %xmm1
  116. movsd %xmm0, (%esp)
  117. subl $32, %esp
  118. lea 112(%esp), %eax
  119. movl %eax, (%esp)
  120. lea 120(%esp), %eax
  121. movl %eax, 4(%esp)
  122. lea 32(%esp), %eax
  123. movl %eax, 8(%esp)
  124. movl $268, %eax
  125. movl %eax, 12(%esp)
  126. call __libm_error_support
  127. addl $32, %esp
  128. fldl (%esp)
  129. jmp .L_2TAG_PACKET_4.0.3
  130. .L_2TAG_PACKET_6.0.3:
  131. movsd 64(%ebx), %xmm1
  132. mulsd %xmm1, %xmm1
  133. movsd %xmm0, (%esp)
  134. subl $32, %esp
  135. lea 112(%esp), %eax
  136. movl %eax, (%esp)
  137. lea 120(%esp), %eax
  138. movl %eax, 4(%esp)
  139. lea 32(%esp), %eax
  140. movl %eax, 8(%esp)
  141. movl $154, %eax
  142. movl %eax, 12(%esp)
  143. call __libm_error_support
  144. addl $32, %esp
  145. fldl (%esp)
  146. jmp .L_2TAG_PACKET_4.0.3
  147. .L_2TAG_PACKET_4.0.3:
  148. movl 40(%esp), %ebx
  149. movl %ebp, %esp
  150. popl %ebp
  151. ret
  152. ..B2.3:
  153. .align 16,0x90
  154. .type nextafter,@function
  155. .size nextafter,.-nextafter
  156. .data
  157. # -- End nextafter
  158. .text
  159. # -- Begin __libm_error_support
  160. .text
  161. .align 16,0x90
  162. __libm_error_support:
  163. # parameter 1: 4 + %esp
  164. # parameter 2: 8 + %esp
  165. # parameter 3: 12 + %esp
  166. # parameter 4: 16 + %esp
  167. ..B3.1:
  168. ..L4:
  169. ret
  170. .align 16,0x90
  171. .type __libm_error_support,@function
  172. .size __libm_error_support,.-__libm_error_support
  173. .data
  174. # -- End __libm_error_support
  175. .section .rodata, "a"
  176. .align 16
  177. .align 16
  178. static_const_table:
  179. .long 0
  180. .long 0
  181. .long 0
  182. .long 0
  183. .long 1
  184. .long 0
  185. .long 0
  186. .long 0
  187. .long 0
  188. .long 2147483648
  189. .long 0
  190. .long 2147483648
  191. .long 1
  192. .long 0
  193. .long 1
  194. .long 0
  195. .long 0
  196. .long 2121269248
  197. .long 1
  198. .long 0
  199. .long 0
  200. .long 24117248
  201. .long 1
  202. .long 0
  203. .type static_const_table,@object
  204. .size static_const_table,96
  205. .data
  206. .section .note.GNU-stack, ""
  207. # End