asinl.S 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176
  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 "asinl.c"
  38. .text
  39. ..TXTST0:
  40. # -- Begin asinl
  41. .text
  42. .align 16,0x90
  43. .globl asinl
  44. asinl:
  45. # parameter 1: 8 + %ebp
  46. ..B1.1:
  47. ..L1:
  48. pushl %ebp
  49. movl %esp, %ebp
  50. andl $-16, %esp
  51. pushl %edi
  52. pushl %ebx
  53. subl $88, %esp
  54. ..B1.2:
  55. fnstcw 14(%esp)
  56. ..B1.3:
  57. movzbl 17(%ebp), %edx
  58. movzwl 16(%ebp), %eax
  59. andl $128, %edx
  60. andl $32767, %eax
  61. shrl $7, %edx
  62. movzwl 14(%esp), %ebx
  63. cmpl $16383, %eax
  64. call ..L2
  65. ..L2:
  66. popl %ecx
  67. lea _GLOBAL_OFFSET_TABLE_+[. - ..L2](%ecx), %ecx
  68. jge ..B1.59
  69. ..B1.4:
  70. cmpl $16382, %eax
  71. jge ..B1.49
  72. ..B1.5:
  73. cmpl $16376, %eax
  74. jge ..B1.39
  75. ..B1.6:
  76. cmpl $16371, %eax
  77. jge ..B1.32
  78. ..B1.7:
  79. cmpl $16365, %eax
  80. jge ..B1.25
  81. ..B1.8:
  82. cmpl $16308, %eax
  83. jge ..B1.18
  84. ..B1.9:
  85. movl %ebx, %edi
  86. andl $768, %edi
  87. cmpl $768, %edi
  88. je ..B1.79
  89. ..B1.10:
  90. orl $-64768, %ebx
  91. movw %bx, 12(%esp)
  92. ..B1.11:
  93. fldcw 12(%esp)
  94. ..B1.12:
  95. movzwl 16(%ebp), %eax
  96. movl $1, %ebx
  97. andl $32767, %eax
  98. ..B1.13:
  99. testl %eax, %eax
  100. jle ..B1.75
  101. ..B1.14:
  102. fldt 8(%ebp)
  103. fldl _TWO_75@GOTOFF(%ecx)
  104. fmul %st(1), %st
  105. faddp %st, %st(1)
  106. fmull 8+_TWO_75@GOTOFF(%ecx)
  107. fstpt (%esp)
  108. ..B1.15:
  109. testl %ebx, %ebx
  110. je ..B1.17
  111. ..B1.16:
  112. fldcw 14(%esp)
  113. ..B1.17:
  114. fldt (%esp)
  115. addl $88, %esp
  116. popl %ebx
  117. popl %edi
  118. movl %ebp, %esp
  119. popl %ebp
  120. ret
  121. ..B1.18:
  122. movl %ebx, %eax
  123. andl $768, %eax
  124. cmpl $768, %eax
  125. je ..B1.80
  126. ..B1.19:
  127. orl $-64768, %ebx
  128. movw %bx, 12(%esp)
  129. ..B1.20:
  130. fldcw 12(%esp)
  131. ..B1.21:
  132. movl $1, %eax
  133. ..B1.22:
  134. fldt 8(%ebp)
  135. testl %eax, %eax
  136. fldt _P4@GOTOFF(%ecx)
  137. fmul %st(1), %st
  138. fmul %st(1), %st
  139. fmul %st(1), %st
  140. faddp %st, %st(1)
  141. fstpt (%esp)
  142. je ..B1.24
  143. ..B1.23:
  144. fldcw 14(%esp)
  145. ..B1.24:
  146. fldt (%esp)
  147. addl $88, %esp
  148. popl %ebx
  149. popl %edi
  150. movl %ebp, %esp
  151. popl %ebp
  152. ret
  153. ..B1.25:
  154. movl %ebx, %eax
  155. andl $768, %eax
  156. cmpl $768, %eax
  157. je ..B1.81
  158. ..B1.26:
  159. orl $-64768, %ebx
  160. movw %bx, 12(%esp)
  161. ..B1.27:
  162. fldcw 12(%esp)
  163. ..B1.28:
  164. movl $1, %eax
  165. ..B1.29:
  166. fldt 8(%ebp)
  167. testl %eax, %eax
  168. fld %st(0)
  169. fmul %st(1), %st
  170. fldt 12+_P3@GOTOFF(%ecx)
  171. fmul %st(1), %st
  172. fldt _P3@GOTOFF(%ecx)
  173. faddp %st, %st(1)
  174. fmulp %st, %st(1)
  175. fmul %st(1), %st
  176. faddp %st, %st(1)
  177. fstpt (%esp)
  178. je ..B1.31
  179. ..B1.30:
  180. fldcw 14(%esp)
  181. ..B1.31:
  182. fldt (%esp)
  183. addl $88, %esp
  184. popl %ebx
  185. popl %edi
  186. movl %ebp, %esp
  187. popl %ebp
  188. ret
  189. ..B1.32:
  190. movl %ebx, %eax
  191. andl $768, %eax
  192. cmpl $768, %eax
  193. je ..B1.82
  194. ..B1.33:
  195. orl $-64768, %ebx
  196. movw %bx, 12(%esp)
  197. ..B1.34:
  198. fldcw 12(%esp)
  199. ..B1.35:
  200. movl $1, %eax
  201. ..B1.36:
  202. fldt 8(%ebp)
  203. testl %eax, %eax
  204. fld %st(0)
  205. fmul %st(1), %st
  206. fld %st(0)
  207. fmul %st(1), %st
  208. fldt 36+_P2@GOTOFF(%ecx)
  209. fmul %st(1), %st
  210. fldt 12+_P2@GOTOFF(%ecx)
  211. faddp %st, %st(1)
  212. fmul %st(1), %st
  213. fldt 24+_P2@GOTOFF(%ecx)
  214. fmulp %st, %st(2)
  215. fldt _P2@GOTOFF(%ecx)
  216. faddp %st, %st(2)
  217. fxch %st(2)
  218. fmulp %st, %st(1)
  219. faddp %st, %st(1)
  220. fmul %st(1), %st
  221. faddp %st, %st(1)
  222. fstpt (%esp)
  223. je ..B1.38
  224. ..B1.37:
  225. fldcw 14(%esp)
  226. ..B1.38:
  227. fldt (%esp)
  228. addl $88, %esp
  229. popl %ebx
  230. popl %edi
  231. movl %ebp, %esp
  232. popl %ebp
  233. ret
  234. ..B1.39:
  235. movl %ebx, %edx
  236. andl $768, %edx
  237. cmpl $768, %edx
  238. je ..B1.83
  239. ..B1.40:
  240. orl $-64768, %ebx
  241. movw %bx, 12(%esp)
  242. ..B1.41:
  243. fldcw 12(%esp)
  244. ..B1.42:
  245. movzwl 16(%ebp), %eax
  246. movl $1, %edx
  247. andl $32767, %eax
  248. ..B1.43:
  249. fldt 8(%ebp)
  250. cmpl $16381, %eax
  251. fld %st(0)
  252. fldl _TWO_52H@GOTOFF(%ecx)
  253. fmul %st, %st(1)
  254. fld %st(1)
  255. fadd %st(3), %st
  256. fsubp %st, %st(2)
  257. fld %st(1)
  258. fxch %st(1)
  259. fstpt 16(%esp)
  260. fld %st(1)
  261. fsubr %st(3), %st
  262. fld %st(0)
  263. fmul %st(4), %st
  264. fxch %st(1)
  265. fmul %st, %st(2)
  266. fxch %st(1)
  267. faddp %st, %st(2)
  268. fxch %st(1)
  269. fstpt (%esp)
  270. fldt (%esp)
  271. fxch %st(2)
  272. fstpt 64(%esp)
  273. fldt 64(%esp)
  274. fmul %st(0), %st
  275. fld %st(0)
  276. fadd %st(3), %st
  277. fstpt 48(%esp)
  278. fldt 48(%esp)
  279. fld %st(1)
  280. fmul %st(4), %st
  281. fxch %st(4)
  282. fmulp %st, %st(1)
  283. faddp %st, %st(3)
  284. fxch %st(2)
  285. fstpt 32(%esp)
  286. fldt 32(%esp)
  287. fld %st(2)
  288. fmul %st(3), %st
  289. fld %st(0)
  290. faddp %st, %st(2)
  291. jge ..B1.45
  292. ..B1.44:
  293. fstp %st(0)
  294. fldt 132+_P1@GOTOFF(%ecx)
  295. fmul %st(1), %st
  296. fldt 108+_P1@GOTOFF(%ecx)
  297. faddp %st, %st(1)
  298. fmul %st(1), %st
  299. fldt 84+_P1@GOTOFF(%ecx)
  300. faddp %st, %st(1)
  301. fmul %st(1), %st
  302. fldt 60+_P1@GOTOFF(%ecx)
  303. faddp %st, %st(1)
  304. fmul %st(1), %st
  305. fldt 36+_P1@GOTOFF(%ecx)
  306. faddp %st, %st(1)
  307. fmul %st(1), %st
  308. fldt 12+_P1@GOTOFF(%ecx)
  309. faddp %st, %st(1)
  310. fmul %st(1), %st
  311. fldt 72+_P1@GOTOFF(%ecx)
  312. fldt 120+_P1@GOTOFF(%ecx)
  313. fmul %st(3), %st
  314. fldt 96+_P1@GOTOFF(%ecx)
  315. faddp %st, %st(1)
  316. fmul %st(3), %st
  317. faddp %st, %st(1)
  318. fmul %st(2), %st
  319. fldt 48+_P1@GOTOFF(%ecx)
  320. faddp %st, %st(1)
  321. fmul %st(2), %st
  322. fldt 24+_P1@GOTOFF(%ecx)
  323. faddp %st, %st(1)
  324. fmulp %st, %st(2)
  325. fldt _P1@GOTOFF(%ecx)
  326. faddp %st, %st(2)
  327. fldt 48(%esp)
  328. fmulp %st, %st(2)
  329. faddp %st, %st(1)
  330. fldt (%esp)
  331. fldt 144+_P1@GOTOFF(%ecx)
  332. fmul %st, %st(1)
  333. fxch %st(1)
  334. faddp %st, %st(2)
  335. fmulp %st, %st(3)
  336. jmp ..B1.46
  337. ..B1.45:
  338. fldt 204+_P@GOTOFF(%ecx)
  339. fmul %st(2), %st
  340. fldt 180+_P@GOTOFF(%ecx)
  341. faddp %st, %st(1)
  342. fmul %st(2), %st
  343. fldt 156+_P@GOTOFF(%ecx)
  344. faddp %st, %st(1)
  345. fmul %st(2), %st
  346. fldt 132+_P@GOTOFF(%ecx)
  347. faddp %st, %st(1)
  348. fmul %st(2), %st
  349. fldt 108+_P@GOTOFF(%ecx)
  350. faddp %st, %st(1)
  351. fmul %st(2), %st
  352. fldt 84+_P@GOTOFF(%ecx)
  353. faddp %st, %st(1)
  354. fmul %st(2), %st
  355. fldt 60+_P@GOTOFF(%ecx)
  356. faddp %st, %st(1)
  357. fmul %st(2), %st
  358. fldt 36+_P@GOTOFF(%ecx)
  359. faddp %st, %st(1)
  360. fmul %st(2), %st
  361. fldt 12+_P@GOTOFF(%ecx)
  362. faddp %st, %st(1)
  363. fmul %st(2), %st
  364. fldt 192+_P@GOTOFF(%ecx)
  365. fmul %st(3), %st
  366. fldt 168+_P@GOTOFF(%ecx)
  367. faddp %st, %st(1)
  368. fmul %st(3), %st
  369. fldt 144+_P@GOTOFF(%ecx)
  370. faddp %st, %st(1)
  371. fmul %st(3), %st
  372. fldt 120+_P@GOTOFF(%ecx)
  373. faddp %st, %st(1)
  374. fmul %st(3), %st
  375. fldt 96+_P@GOTOFF(%ecx)
  376. faddp %st, %st(1)
  377. fmul %st(3), %st
  378. fldt 72+_P@GOTOFF(%ecx)
  379. faddp %st, %st(1)
  380. fmul %st(3), %st
  381. fldt 48+_P@GOTOFF(%ecx)
  382. faddp %st, %st(1)
  383. fmul %st(3), %st
  384. fldt 24+_P@GOTOFF(%ecx)
  385. faddp %st, %st(1)
  386. fmulp %st, %st(3)
  387. fldt _P@GOTOFF(%ecx)
  388. faddp %st, %st(3)
  389. fldt 48(%esp)
  390. fmulp %st, %st(3)
  391. faddp %st, %st(2)
  392. fldt 32(%esp)
  393. fldt (%esp)
  394. fldt 228+_P@GOTOFF(%ecx)
  395. fmul %st, %st(2)
  396. fxch %st(2)
  397. faddp %st, %st(4)
  398. fxch %st(1)
  399. fmulp %st, %st(2)
  400. fldt 216+_P@GOTOFF(%ecx)
  401. fmul %st, %st(5)
  402. fxch %st(5)
  403. faddp %st, %st(2)
  404. fld %st(1)
  405. fxch %st(5)
  406. fmulp %st, %st(1)
  407. faddp %st, %st(2)
  408. fldt 16(%esp)
  409. fmul %st(1), %st
  410. fadd %st, %st(4)
  411. fsubrp %st, %st(4)
  412. fsub %st(3), %st
  413. faddp %st, %st(1)
  414. ..B1.46:
  415. fldt 64(%esp)
  416. fld %st(2)
  417. fmul %st(4), %st
  418. testl %edx, %edx
  419. fxch %st(5)
  420. fmulp %st, %st(2)
  421. fxch %st(1)
  422. faddp %st, %st(4)
  423. fxch %st(3)
  424. faddp %st, %st(1)
  425. fxch %st(1)
  426. fmul %st(2), %st
  427. faddp %st, %st(2)
  428. faddp %st, %st(1)
  429. fstpt 64(%esp)
  430. je ..B1.48
  431. ..B1.47:
  432. fldcw 14(%esp)
  433. ..B1.48:
  434. fldt 64(%esp)
  435. addl $88, %esp
  436. popl %ebx
  437. popl %edi
  438. movl %ebp, %esp
  439. popl %ebp
  440. ret
  441. ..B1.49:
  442. movl %ebx, %eax
  443. andl $768, %eax
  444. cmpl $768, %eax
  445. je ..B1.84
  446. ..B1.50:
  447. orl $-64768, %ebx
  448. movw %bx, 12(%esp)
  449. ..B1.51:
  450. fldcw 12(%esp)
  451. ..B1.52:
  452. movl $1, %ebx
  453. ..B1.53:
  454. fldl _ones@GOTOFF(%ecx,%edx,8)
  455. fstl 80(%esp)
  456. fldt 8(%ebp)
  457. fmulp %st, %st(1)
  458. fldt .L_2il0floatpacket.0@GOTOFF(%ecx)
  459. fldl _TWO_32H@GOTOFF(%ecx)
  460. fldl _TWO_52H@GOTOFF(%ecx)
  461. fstpt 32(%esp)
  462. fldt 32(%esp)
  463. fxch %st(3)
  464. fsubrl _ones@GOTOFF(%ecx)
  465. fmul %st(2), %st
  466. fmul %st, %st(1)
  467. fld %st(0)
  468. fadd %st(2), %st
  469. fsubp %st, %st(2)
  470. fld %st(1)
  471. fxch %st(1)
  472. fsub %st(2), %st
  473. fadd %st, %st(1)
  474. fxch %st(1)
  475. fsqrt
  476. fmul %st, %st(4)
  477. fld %st(4)
  478. fadd %st(1), %st
  479. fsubp %st, %st(5)
  480. fld %st(4)
  481. fmul %st(5), %st
  482. fsubr %st, %st(3)
  483. fld %st(5)
  484. fxch %st(2)
  485. fsub %st(6), %st
  486. fmul %st, %st(2)
  487. fxch %st(2)
  488. fsubrp %st, %st(4)
  489. fxch %st(2)
  490. faddp %st, %st(3)
  491. fld %st(4)
  492. fadd %st(1), %st
  493. fdivrp %st, %st(3)
  494. faddp %st, %st(2)
  495. fxch %st(1)
  496. fmulp %st, %st(2)
  497. fld %st(1)
  498. fld %st(3)
  499. fadd %st(3), %st
  500. fmul %st, %st(1)
  501. fld %st(4)
  502. fmul %st(4), %st
  503. faddp %st, %st(2)
  504. fxch %st(1)
  505. fstpt 16(%esp)
  506. fldt 16(%esp)
  507. fld %st(2)
  508. fadd %st(1), %st
  509. fstpt 64(%esp)
  510. fldt 64(%esp)
  511. fld %st(3)
  512. fmul %st(2), %st
  513. fxch %st(2)
  514. fmulp %st, %st(1)
  515. faddp %st, %st(1)
  516. fstpt 48(%esp)
  517. fldt 48(%esp)
  518. fld %st(2)
  519. fmul %st(3), %st
  520. fld %st(0)
  521. faddp %st, %st(2)
  522. fxch %st(2)
  523. fstpt (%esp)
  524. fldt (%esp)
  525. fstpt 8(%ebp)
  526. fldt 8(%ebp)
  527. fldt .L_2il0floatpacket.1@GOTOFF(%ecx)
  528. fcompp
  529. fnstsw %ax
  530. sahf
  531. jbe ..B1.55
  532. ..B1.54:
  533. fstp %st(1)
  534. fldt 132+_P1@GOTOFF(%ecx)
  535. fmul %st(1), %st
  536. fldt 108+_P1@GOTOFF(%ecx)
  537. faddp %st, %st(1)
  538. fmul %st(1), %st
  539. fldt 84+_P1@GOTOFF(%ecx)
  540. faddp %st, %st(1)
  541. fmul %st(1), %st
  542. fldt 60+_P1@GOTOFF(%ecx)
  543. faddp %st, %st(1)
  544. fmul %st(1), %st
  545. fldt 36+_P1@GOTOFF(%ecx)
  546. faddp %st, %st(1)
  547. fmul %st(1), %st
  548. fldt 12+_P1@GOTOFF(%ecx)
  549. faddp %st, %st(1)
  550. fmul %st(1), %st
  551. fldt 72+_P1@GOTOFF(%ecx)
  552. fldt 120+_P1@GOTOFF(%ecx)
  553. fmul %st(3), %st
  554. fldt 96+_P1@GOTOFF(%ecx)
  555. faddp %st, %st(1)
  556. fmul %st(3), %st
  557. faddp %st, %st(1)
  558. fmul %st(2), %st
  559. fldt 48+_P1@GOTOFF(%ecx)
  560. faddp %st, %st(1)
  561. fmul %st(2), %st
  562. fldt 24+_P1@GOTOFF(%ecx)
  563. faddp %st, %st(1)
  564. fmulp %st, %st(2)
  565. fldt _P1@GOTOFF(%ecx)
  566. faddp %st, %st(2)
  567. fldt 64(%esp)
  568. fmulp %st, %st(2)
  569. faddp %st, %st(1)
  570. fldt 16(%esp)
  571. fldt 144+_P1@GOTOFF(%ecx)
  572. fmul %st, %st(1)
  573. fxch %st(1)
  574. faddp %st, %st(2)
  575. fmulp %st, %st(2)
  576. fxch %st(1)
  577. jmp ..B1.56
  578. ..B1.55:
  579. fldt 204+_P@GOTOFF(%ecx)
  580. fmul %st(1), %st
  581. fldt 180+_P@GOTOFF(%ecx)
  582. faddp %st, %st(1)
  583. fmul %st(1), %st
  584. fldt 156+_P@GOTOFF(%ecx)
  585. faddp %st, %st(1)
  586. fmul %st(1), %st
  587. fldt 132+_P@GOTOFF(%ecx)
  588. faddp %st, %st(1)
  589. fmul %st(1), %st
  590. fldt 108+_P@GOTOFF(%ecx)
  591. faddp %st, %st(1)
  592. fmul %st(1), %st
  593. fldt 84+_P@GOTOFF(%ecx)
  594. faddp %st, %st(1)
  595. fmul %st(1), %st
  596. fldt 60+_P@GOTOFF(%ecx)
  597. faddp %st, %st(1)
  598. fmul %st(1), %st
  599. fldt 36+_P@GOTOFF(%ecx)
  600. faddp %st, %st(1)
  601. fmul %st(1), %st
  602. fldt 12+_P@GOTOFF(%ecx)
  603. faddp %st, %st(1)
  604. fmul %st(1), %st
  605. fldt 192+_P@GOTOFF(%ecx)
  606. fmul %st(2), %st
  607. fldt 168+_P@GOTOFF(%ecx)
  608. faddp %st, %st(1)
  609. fmul %st(2), %st
  610. fldt 144+_P@GOTOFF(%ecx)
  611. faddp %st, %st(1)
  612. fmul %st(2), %st
  613. fldt 120+_P@GOTOFF(%ecx)
  614. faddp %st, %st(1)
  615. fmul %st(2), %st
  616. fldt 96+_P@GOTOFF(%ecx)
  617. faddp %st, %st(1)
  618. fmul %st(2), %st
  619. fldt 72+_P@GOTOFF(%ecx)
  620. faddp %st, %st(1)
  621. fmul %st(2), %st
  622. fldt 48+_P@GOTOFF(%ecx)
  623. faddp %st, %st(1)
  624. fmul %st(2), %st
  625. fldt 24+_P@GOTOFF(%ecx)
  626. faddp %st, %st(1)
  627. fmulp %st, %st(2)
  628. fldt _P@GOTOFF(%ecx)
  629. faddp %st, %st(2)
  630. fldt 64(%esp)
  631. fmulp %st, %st(2)
  632. faddp %st, %st(1)
  633. fldt 48(%esp)
  634. fldt 16(%esp)
  635. fldt 228+_P@GOTOFF(%ecx)
  636. fmul %st, %st(2)
  637. fxch %st(2)
  638. faddp %st, %st(3)
  639. fxch %st(1)
  640. fmulp %st, %st(3)
  641. fldt 216+_P@GOTOFF(%ecx)
  642. fmul %st, %st(1)
  643. fxch %st(1)
  644. faddp %st, %st(2)
  645. fmulp %st, %st(3)
  646. fxch %st(2)
  647. faddp %st, %st(1)
  648. fld %st(0)
  649. fldt 32(%esp)
  650. fmul %st(2), %st
  651. fadd %st, %st(1)
  652. fsubrp %st, %st(1)
  653. fsubr %st, %st(1)
  654. fxch %st(1)
  655. faddp %st, %st(2)
  656. ..B1.56:
  657. fldt (%esp)
  658. testl %ebx, %ebx
  659. fmulp %st, %st(2)
  660. fld %st(2)
  661. fmul %st(1), %st
  662. faddp %st, %st(2)
  663. fxch %st(1)
  664. faddp %st, %st(2)
  665. fmul %st(2), %st
  666. faddp %st, %st(2)
  667. fldt .L_2il0floatpacket.2@GOTOFF(%ecx)
  668. fmul %st, %st(1)
  669. fmulp %st, %st(2)
  670. fldt _pi_02@GOTOFF(%ecx)
  671. fld %st(0)
  672. fadd %st(3), %st
  673. fsub %st, %st(1)
  674. fxch %st(1)
  675. fsubrp %st, %st(3)
  676. fldt 12+_pi_02@GOTOFF(%ecx)
  677. faddp %st, %st(2)
  678. fxch %st(2)
  679. faddp %st, %st(1)
  680. faddp %st, %st(1)
  681. fmull 80(%esp)
  682. fstpt 16(%esp)
  683. je ..B1.58
  684. ..B1.57:
  685. fldcw 14(%esp)
  686. ..B1.58:
  687. fldt 16(%esp)
  688. addl $88, %esp
  689. popl %ebx
  690. popl %edi
  691. movl %ebp, %esp
  692. popl %ebp
  693. ret
  694. ..B1.59:
  695. movl %ebx, %edi
  696. andl $768, %edi
  697. cmpl $768, %edi
  698. je ..B1.85
  699. ..B1.60:
  700. orl $-64768, %ebx
  701. movw %bx, 12(%esp)
  702. ..B1.61:
  703. fldcw 12(%esp)
  704. ..B1.62:
  705. movzwl 16(%ebp), %eax
  706. movl $1, %ebx
  707. andl $32767, %eax
  708. ..B1.63:
  709. cmpl $32767, %eax
  710. jne ..B1.67
  711. ..B1.64:
  712. cmpl $-2147483648, 12(%ebp)
  713. jne ..B1.66
  714. ..B1.65:
  715. cmpl $0, 8(%ebp)
  716. je ..B1.71
  717. ..B1.66:
  718. fldt 8(%ebp)
  719. fmull _ones@GOTOFF(%ecx)
  720. fstpt (%esp)
  721. jmp ..B1.72
  722. ..B1.67:
  723. cmpl $16383, %eax
  724. jne ..B1.71
  725. ..B1.68:
  726. cmpl $-2147483648, 12(%ebp)
  727. jne ..B1.71
  728. ..B1.69:
  729. cmpl $0, 8(%ebp)
  730. jne ..B1.71
  731. ..B1.70:
  732. lea (,%edx,8), %eax
  733. lea (%eax,%edx,4), %edx
  734. fldt _pi_2l@GOTOFF(%edx,%ecx)
  735. fldt _small_value_80@GOTOFF(%edx,%ecx)
  736. faddp %st, %st(1)
  737. fstpt (%esp)
  738. jmp ..B1.72
  739. ..B1.71:
  740. fldl _infs@GOTOFF(%ecx)
  741. fmull _zeros@GOTOFF(%ecx)
  742. fstpt (%esp)
  743. ..B1.72:
  744. testl %ebx, %ebx
  745. je ..B1.74
  746. ..B1.73:
  747. fldcw 14(%esp)
  748. ..B1.74:
  749. fldt (%esp)
  750. addl $88, %esp
  751. popl %ebx
  752. popl %edi
  753. movl %ebp, %esp
  754. popl %ebp
  755. ret
  756. ..B1.75:
  757. cmpl $0, 12(%ebp)
  758. jne ..B1.77
  759. ..B1.76:
  760. cmpl $0, 8(%ebp)
  761. je ..B1.78
  762. ..B1.77:
  763. fldt 8(%ebp)
  764. lea (,%edx,8), %eax
  765. fldt _small_value_80@GOTOFF(%ecx)
  766. lea (%eax,%edx,4), %edx
  767. fldt _small_value_80@GOTOFF(%ecx,%edx)
  768. fmulp %st, %st(1)
  769. faddp %st, %st(1)
  770. fstpt (%esp)
  771. jmp ..B1.15
  772. ..B1.78:
  773. fldt 8(%ebp)
  774. fstpt (%esp)
  775. jmp ..B1.15
  776. ..B1.79:
  777. xorl %ebx, %ebx
  778. jmp ..B1.13
  779. ..B1.80:
  780. xorl %eax, %eax
  781. jmp ..B1.22
  782. ..B1.81:
  783. xorl %eax, %eax
  784. jmp ..B1.29
  785. ..B1.82:
  786. xorl %eax, %eax
  787. jmp ..B1.36
  788. ..B1.83:
  789. xorl %edx, %edx
  790. jmp ..B1.43
  791. ..B1.84:
  792. xorl %ebx, %ebx
  793. jmp ..B1.53
  794. ..B1.85:
  795. xorl %ebx, %ebx
  796. jmp ..B1.63
  797. .align 16,0x90
  798. .type asinl,@function
  799. .size asinl,.-asinl
  800. .data
  801. # -- End asinl
  802. .section .rodata, "a"
  803. .align 16
  804. .align 16
  805. .L_2il0floatpacket.0:
  806. .byte 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0xfe,0x3f,0x00,0x00
  807. .type .L_2il0floatpacket.0,@object
  808. .size .L_2il0floatpacket.0,12
  809. .space 4, 0x00 # pad
  810. .align 16
  811. .L_2il0floatpacket.1:
  812. .byte 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0xfd,0x3f,0x00,0x00
  813. .type .L_2il0floatpacket.1,@object
  814. .size .L_2il0floatpacket.1,12
  815. .space 4, 0x00 # pad
  816. .align 16
  817. .L_2il0floatpacket.2:
  818. .byte 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x00,0xc0,0x00,0x00
  819. .type .L_2il0floatpacket.2,@object
  820. .size .L_2il0floatpacket.2,12
  821. .align 4
  822. _TWO_75:
  823. .long 0
  824. .long 1151336448
  825. .long 0
  826. .long 994050048
  827. .type _TWO_75,@object
  828. .size _TWO_75,16
  829. .align 4
  830. _TWO_52H:
  831. .long 0
  832. .long 1127743488
  833. .type _TWO_52H,@object
  834. .size _TWO_52H,8
  835. .align 4
  836. _ones:
  837. .long 0
  838. .long 1072693248
  839. .long 0
  840. .long 3220176896
  841. .type _ones,@object
  842. .size _ones,16
  843. .align 4
  844. _TWO_32H:
  845. .long 0
  846. .long 1106771968
  847. .type _TWO_32H,@object
  848. .size _TWO_32H,8
  849. .align 4
  850. _infs:
  851. .long 0
  852. .long 2146435072
  853. .long 0
  854. .long 4293918720
  855. .type _infs,@object
  856. .size _infs,16
  857. .align 4
  858. _zeros:
  859. .long 0
  860. .long 0
  861. .long 0
  862. .long 2147483648
  863. .type _zeros,@object
  864. .size _zeros,16
  865. .align 2
  866. _P4:
  867. .word 43691
  868. .word 44938
  869. .word 43690
  870. .word 43690
  871. .word 16380
  872. .word 0
  873. .type _P4,@object
  874. .size _P4,12
  875. .align 2
  876. _P3:
  877. .word 36763
  878. .word 43690
  879. .word 43690
  880. .word 43690
  881. .word 16380
  882. .word 0
  883. .word 40704
  884. .word 58046
  885. .word 39460
  886. .word 39321
  887. .word 16379
  888. .word 0
  889. .type _P3,@object
  890. .size _P3,24
  891. .align 2
  892. _P2:
  893. .word 43688
  894. .word 43690
  895. .word 43690
  896. .word 43690
  897. .word 16380
  898. .word 0
  899. .word 20771
  900. .word 39331
  901. .word 39321
  902. .word 39321
  903. .word 16379
  904. .word 0
  905. .word 23807
  906. .word 53798
  907. .word 28073
  908. .word 46811
  909. .word 16378
  910. .word 0
  911. .word 35198
  912. .word 7516
  913. .word 54204
  914. .word 63722
  915. .word 16377
  916. .word 0
  917. .type _P2,@object
  918. .size _P2,48
  919. .align 2
  920. _P1:
  921. .word 43589
  922. .word 43690
  923. .word 43690
  924. .word 43690
  925. .word 16368
  926. .word 0
  927. .word 39364
  928. .word 39321
  929. .word 39321
  930. .word 39321
  931. .word 16379
  932. .word 0
  933. .word 17602
  934. .word 56173
  935. .word 28086
  936. .word 46811
  937. .word 16378
  938. .word 0
  939. .word 47501
  940. .word 58414
  941. .word 36408
  942. .word 63715
  943. .word 16377
  944. .word 0
  945. .word 27078
  946. .word 6583
  947. .word 53620
  948. .word 46917
  949. .word 16377
  950. .word 0
  951. .word 39781
  952. .word 21053
  953. .word 25224
  954. .word 36391
  955. .word 16377
  956. .word 0
  957. .word 46568
  958. .word 6235
  959. .word 50749
  960. .word 58572
  961. .word 16376
  962. .word 0
  963. .word 41318
  964. .word 51558
  965. .word 37628
  966. .word 48452
  967. .word 16376
  968. .word 0
  969. .word 55026
  970. .word 7893
  971. .word 43866
  972. .word 40925
  973. .word 16376
  974. .word 0
  975. .word 43387
  976. .word 19951
  977. .word 2911
  978. .word 35445
  979. .word 16376
  980. .word 0
  981. .word 32572
  982. .word 59281
  983. .word 11243
  984. .word 56666
  985. .word 16375
  986. .word 0
  987. .word 49800
  988. .word 50337
  989. .word 42707
  990. .word 39184
  991. .word 16376
  992. .word 0
  993. .word 0
  994. .word 0
  995. .word 0
  996. .word 43680
  997. .word 16380
  998. .word 0
  999. .type _P1,@object
  1000. .size _P1,156
  1001. .align 2
  1002. _P:
  1003. .word 42691
  1004. .word 43690
  1005. .word 43690
  1006. .word 43690
  1007. .word 16368
  1008. .word 0
  1009. .word 4317
  1010. .word 52400
  1011. .word 52428
  1012. .word 52428
  1013. .word 49134
  1014. .word 0
  1015. .word 26206
  1016. .word 56172
  1017. .word 28086
  1018. .word 46811
  1019. .word 16378
  1020. .word 0
  1021. .word 36130
  1022. .word 58514
  1023. .word 36408
  1024. .word 63715
  1025. .word 16377
  1026. .word 0
  1027. .word 21592
  1028. .word 8113
  1029. .word 53620
  1030. .word 46917
  1031. .word 16377
  1032. .word 0
  1033. .word 3093
  1034. .word 49950
  1035. .word 25215
  1036. .word 36391
  1037. .word 16377
  1038. .word 0
  1039. .word 21499
  1040. .word 24428
  1041. .word 51889
  1042. .word 58572
  1043. .word 16376
  1044. .word 0
  1045. .word 54828
  1046. .word 41264
  1047. .word 61120
  1048. .word 48451
  1049. .word 16376
  1050. .word 0
  1051. .word 10243
  1052. .word 1489
  1053. .word 39717
  1054. .word 40940
  1055. .word 16376
  1056. .word 0
  1057. .word 51433
  1058. .word 46039
  1059. .word 63564
  1060. .word 35220
  1061. .word 16376
  1062. .word 0
  1063. .word 60402
  1064. .word 39286
  1065. .word 25675
  1066. .word 60826
  1067. .word 16375
  1068. .word 0
  1069. .word 34219
  1070. .word 36833
  1071. .word 44839
  1072. .word 57547
  1073. .word 16375
  1074. .word 0
  1075. .word 13013
  1076. .word 26091
  1077. .word 19721
  1078. .word 60832
  1079. .word 16374
  1080. .word 0
  1081. .word 22353
  1082. .word 41544
  1083. .word 55443
  1084. .word 55735
  1085. .word 16376
  1086. .word 0
  1087. .word 14948
  1088. .word 7038
  1089. .word 38091
  1090. .word 38339
  1091. .word 49145
  1092. .word 0
  1093. .word 61727
  1094. .word 61480
  1095. .word 15906
  1096. .word 51927
  1097. .word 16378
  1098. .word 0
  1099. .word 13386
  1100. .word 23084
  1101. .word 64443
  1102. .word 55906
  1103. .word 49146
  1104. .word 0
  1105. .word 17499
  1106. .word 23573
  1107. .word 43947
  1108. .word 42761
  1109. .word 16378
  1110. .word 0
  1111. .word 0
  1112. .word 0
  1113. .word 0
  1114. .word 43680
  1115. .word 16380
  1116. .word 0
  1117. .word 0
  1118. .word 0
  1119. .word 0
  1120. .word 39328
  1121. .word 16379
  1122. .word 0
  1123. .type _P,@object
  1124. .size _P,240
  1125. .align 2
  1126. _pi_02:
  1127. .word 0
  1128. .word 0
  1129. .word 55970
  1130. .word 51471
  1131. .word 16383
  1132. .word 0
  1133. .word 35374
  1134. .word 4889
  1135. .word 2259
  1136. .word 34211
  1137. .word 16349
  1138. .word 0
  1139. .type _pi_02,@object
  1140. .size _pi_02,24
  1141. .align 2
  1142. _pi_2l:
  1143. .word 49717
  1144. .word 8552
  1145. .word 55970
  1146. .word 51471
  1147. .word 16383
  1148. .word 0
  1149. .word 49717
  1150. .word 8552
  1151. .word 55970
  1152. .word 51471
  1153. .word 49151
  1154. .word 0
  1155. .type _pi_2l,@object
  1156. .size _pi_2l,24
  1157. .align 2
  1158. _small_value_80:
  1159. .word 0
  1160. .word 0
  1161. .word 0
  1162. .word 32768
  1163. .word 6383
  1164. .word 0
  1165. .word 0
  1166. .word 0
  1167. .word 0
  1168. .word 32768
  1169. .word 39151
  1170. .word 0
  1171. .type _small_value_80,@object
  1172. .size _small_value_80,24
  1173. .data
  1174. .section .note.GNU-stack, ""
  1175. # End