asinl.S 29 KB

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