fmod_wmt.S 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  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 "fmod_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 fmod
  59. .text
  60. .align 16,0x90
  61. .globl fmod
  62. fmod:
  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, 48(%esp)
  72. call static_func
  73. movl %eax, %ebx
  74. movsd 120(%esp), %xmm1
  75. movsd 112(%esp), %xmm0
  76. fldl 120(%esp)
  77. fldl 112(%esp)
  78. unpcklpd %xmm0, %xmm1
  79. movdqa (%ebx), %xmm2
  80. pshufd $212, %xmm1, %xmm1
  81. movdqa 16(%ebx), %xmm3
  82. pand %xmm2, %xmm1
  83. pcmpeqd %xmm1, %xmm3
  84. movmskps %xmm3, %eax
  85. cmpl $2, %eax
  86. jg .L_2TAG_PACKET_0.0.3
  87. .L_2TAG_PACKET_1.0.3:
  88. fprem
  89. fstsw %ax
  90. sahf
  91. jp .L_2TAG_PACKET_1.0.3
  92. fstp %st(1)
  93. jmp .L_2TAG_PACKET_2.0.3
  94. .L_2TAG_PACKET_0.0.3:
  95. movl %eax, %edx
  96. andl $3, %eax
  97. cmpl $3, %eax
  98. jne .L_2TAG_PACKET_3.0.3
  99. movl 112(%esp), %edx
  100. movl 116(%esp), %ecx
  101. xorl %eax, %eax
  102. andl $2147483647, %ecx
  103. subl %edx, %eax
  104. orl %edx, %eax
  105. shrl $31, %eax
  106. orl %eax, %ecx
  107. cmpl $2146435072, %ecx
  108. ja .L_2TAG_PACKET_4.0.3
  109. fstp %st(0)
  110. fstp %st(0)
  111. movl $2139095040, 8(%esp)
  112. fldz
  113. flds 8(%esp)
  114. fmulp
  115. fstpl (%esp)
  116. movl $121, %edx
  117. .L_2TAG_PACKET_5.0.3:
  118. movsd 112(%esp), %xmm0
  119. movsd 120(%esp), %xmm1
  120. subl $32, %esp
  121. lea 112(%esp), %eax
  122. movl %eax, (%esp)
  123. lea 120(%esp), %eax
  124. movl %eax, 4(%esp)
  125. lea 32(%esp), %eax
  126. movl %eax, 8(%esp)
  127. movl %edx, %eax
  128. movl %eax, 12(%esp)
  129. call __libm_error_support
  130. addl $32, %esp
  131. fldl (%esp)
  132. jmp .L_2TAG_PACKET_6.0.3
  133. .L_2TAG_PACKET_3.0.3:
  134. movl 112(%esp), %eax
  135. xorl %ecx, %ecx
  136. subl %eax, %ecx
  137. orl %ecx, %eax
  138. shrl $31, %eax
  139. movl 116(%esp), %ecx
  140. orl %ecx, %eax
  141. andl $2147483647, %eax
  142. movl 120(%esp), %edx
  143. xorl %ecx, %ecx
  144. subl %edx, %ecx
  145. orl %ecx, %edx
  146. shrl $31, %edx
  147. movl 124(%esp), %ecx
  148. orl %ecx, %edx
  149. andl $2147483647, %edx
  150. cmpl $2146435072, %eax
  151. ja .L_2TAG_PACKET_4.0.3
  152. cmpl $2146435072, %edx
  153. ja .L_2TAG_PACKET_4.0.3
  154. cmpl $2146435072, %eax
  155. je .L_2TAG_PACKET_7.0.3
  156. fstp %st(1)
  157. jmp .L_2TAG_PACKET_2.0.3
  158. .L_2TAG_PACKET_4.0.3:
  159. faddp
  160. jmp .L_2TAG_PACKET_2.0.3
  161. .L_2TAG_PACKET_7.0.3:
  162. fstp %st(1)
  163. fldz
  164. fmulp
  165. jmp .L_2TAG_PACKET_2.0.3
  166. .L_2TAG_PACKET_2.0.3:
  167. .L_2TAG_PACKET_6.0.3:
  168. movl 48(%esp), %ebx
  169. movl %ebp, %esp
  170. popl %ebp
  171. ret
  172. ..B2.3:
  173. .align 16,0x90
  174. .type fmod,@function
  175. .size fmod,.-fmod
  176. .data
  177. # -- End fmod
  178. .text
  179. # -- Begin __libm_error_support
  180. .text
  181. .align 16,0x90
  182. __libm_error_support:
  183. # parameter 1: 4 + %esp
  184. # parameter 2: 8 + %esp
  185. # parameter 3: 12 + %esp
  186. # parameter 4: 16 + %esp
  187. ..B3.1:
  188. ..L4:
  189. ret
  190. .align 16,0x90
  191. .type __libm_error_support,@function
  192. .size __libm_error_support,.-__libm_error_support
  193. .data
  194. # -- End __libm_error_support
  195. .section .rodata, "a"
  196. .align 16
  197. .align 16
  198. static_const_table:
  199. .long 4294967295
  200. .long 2147483647
  201. .long 2146435072
  202. .long 2146435072
  203. .long 0
  204. .long 0
  205. .long 2146435072
  206. .long 2146435072
  207. .type static_const_table,@object
  208. .size static_const_table,32
  209. .data
  210. .section .note.GNU-stack, ""
  211. # End