cexpl.S 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649
  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 "cexpl.c"
  38. .text
  39. ..TXTST0:
  40. # -- Begin cexpl
  41. .text
  42. .align 16,0x90
  43. .globl cexpl
  44. cexpl:
  45. # parameter 1: 320 + %rsp
  46. ..B1.1:
  47. .cfi_startproc
  48. ..___tag_value_cexpl.1:
  49. ..L2:
  50. pushq %r14
  51. .cfi_def_cfa_offset 16
  52. .cfi_offset 14, -16
  53. pushq %r15
  54. .cfi_def_cfa_offset 24
  55. .cfi_offset 15, -24
  56. pushq %rbx
  57. .cfi_def_cfa_offset 32
  58. .cfi_offset 3, -32
  59. subq $288, %rsp
  60. .cfi_def_cfa_offset 320
  61. xorb %r15b, %r15b
  62. fldt .L_2il0floatpacket.7(%rip)
  63. movq %fs:40, %rax
  64. xorq %rsp, %rax
  65. movq %rax, 272(%rsp)
  66. fstpt 80(%rsp)
  67. fldt 80(%rsp)
  68. fstpt 240(%rsp)
  69. fldt 240(%rsp)
  70. fstpt 256(%rsp)
  71. ..B1.2:
  72. fnstcw 98(%rsp)
  73. ..B1.3:
  74. movzwl 98(%rsp), %edx
  75. movl %edx, %eax
  76. andl $768, %eax
  77. cmpl $768, %eax
  78. je ..B1.7
  79. ..B1.4:
  80. orl $-64768, %edx
  81. movw %dx, 96(%rsp)
  82. ..B1.5:
  83. fldcw 96(%rsp)
  84. ..B1.6:
  85. movb $1, %r15b
  86. ..B1.7:
  87. movzwl 328(%rsp), %edx
  88. andl $32767, %edx
  89. cmpl $32767, %edx
  90. jge ..B1.31
  91. ..B1.8:
  92. testl %edx, %edx
  93. jle ..B1.54
  94. ..B1.9:
  95. movzwl 344(%rsp), %eax
  96. andl $32767, %eax
  97. cmpl $32767, %eax
  98. jge ..B1.31
  99. ..B1.10:
  100. testl %eax, %eax
  101. jle ..B1.52
  102. ..B1.11:
  103. fldt 320(%rsp)
  104. lea 176(%rsp), %rdi
  105. fstpt 32(%rdi)
  106. lea 208(%rsp), %rsi
  107. fldt -128(%rsi)
  108. fstpt 16(%rsi)
  109. ..___tag_value_cexpl.10:
  110. call __libm_expl_k80@PLT
  111. ..___tag_value_cexpl.11:
  112. ..B1.62:
  113. fstpt 64(%rsp)
  114. ..B1.12:
  115. movzwl 184(%rsp), %eax
  116. andl $32767, %eax
  117. cmpl $32767, %eax
  118. je ..B1.51
  119. ..B1.13:
  120. testl %eax, %eax
  121. je ..B1.22
  122. ..B1.14:
  123. fldt 64(%rsp)
  124. lea 48+_CONSTANTS(%rip), %rax
  125. fldt 176(%rsp)
  126. fldt 192(%rsp)
  127. fldt .L_2il0floatpacket.8(%rip)
  128. fldt (%rax)
  129. faddp %st, %st(4)
  130. fxch %st(3)
  131. fstpt (%rsp)
  132. fld %st(1)
  133. movl (%rsp), %r14d
  134. fadd %st(1), %st
  135. fld %st(0)
  136. fmulp %st, %st(4)
  137. fld %st(3)
  138. fsub %st(1), %st
  139. fsubrp %st, %st(4)
  140. fxch %st(3)
  141. fstpt 32(%rsp)
  142. fldt 32(%rsp)
  143. addq $-16, %rsp
  144. .cfi_def_cfa_offset 336
  145. fxch %st(2)
  146. fsubr %st(3), %st
  147. fsubrp %st, %st(1)
  148. fxch %st(1)
  149. fsubrp %st, %st(2)
  150. faddp %st, %st(1)
  151. fldt 352(%rsp)
  152. fstpt (%rsp)
  153. lea 160(%rsp), %rdi
  154. fstpt -96(%rdi)
  155. ..___tag_value_cexpl.13:
  156. call __libm_cosl_k80@PLT
  157. ..___tag_value_cexpl.14:
  158. ..B1.63:
  159. fldt 64(%rsp)
  160. addq $16, %rsp
  161. .cfi_def_cfa_offset 320
  162. ..B1.15:
  163. fldt 144(%rsp)
  164. lea 16+_CONSTANTS(%rip), %rax
  165. fld %st(0)
  166. fldt 160(%rsp)
  167. movzwl 344(%rsp), %edx
  168. fadd %st, %st(1)
  169. andl $32767, %edx
  170. fxch %st(1)
  171. fsub %st, %st(2)
  172. cmpl $16183, %edx
  173. fxch %st(2)
  174. fsubrp %st, %st(1)
  175. fldt .L_2il0floatpacket.8(%rip)
  176. fldt (%rax)
  177. fxch %st(1)
  178. fmul %st(3), %st
  179. fld %st(0)
  180. fsub %st(4), %st
  181. fsubrp %st, %st(1)
  182. fsubr %st, %st(3)
  183. fxch %st(2)
  184. faddp %st, %st(3)
  185. fxch %st(1)
  186. fmul %st(4), %st
  187. faddp %st, %st(1)
  188. fxch %st(1)
  189. fmulp %st, %st(3)
  190. jge ..B1.17
  191. ..B1.16:
  192. fldt 336(%rsp)
  193. lea 32+_CONSTANTS(%rip), %rbx
  194. fldt 80(%rsp)
  195. fstpt 128(%rsp)
  196. fldt (%rbx)
  197. fmulp %st, %st(1)
  198. fstpt 112(%rsp)
  199. movzwl 120(%rsp), %eax
  200. movl %eax, %ebx
  201. andl $-32768, %eax
  202. andl $32767, %ebx
  203. orl $-49153, %eax
  204. addl $-16639, %ebx
  205. movw %ax, 120(%rsp)
  206. fldt 112(%rsp)
  207. jmp ..B1.19
  208. ..B1.17:
  209. addq $-16, %rsp
  210. .cfi_def_cfa_offset 336
  211. fldt 352(%rsp)
  212. lea 128(%rsp), %rdi
  213. fstpt (%rsp)
  214. fxch %st(2)
  215. fstpt 16(%rsp)
  216. fxch %st(1)
  217. fstpt -96(%rdi)
  218. fstpt -64(%rdi)
  219. ..___tag_value_cexpl.17:
  220. call __libm_sinl_k80@PLT
  221. ..___tag_value_cexpl.18:
  222. ..B1.64:
  223. fldt 64(%rsp)
  224. fldt 32(%rsp)
  225. fldt 16(%rsp)
  226. addq $16, %rsp
  227. .cfi_def_cfa_offset 320
  228. ..B1.18:
  229. fldt 112(%rsp)
  230. xorl %ebx, %ebx
  231. fmul %st(4), %st
  232. fstpt 112(%rsp)
  233. fldt 112(%rsp)
  234. fldt 128(%rsp)
  235. fmulp %st, %st(5)
  236. fxch %st(4)
  237. fstpt 80(%rsp)
  238. fldt 80(%rsp)
  239. fstpt 128(%rsp)
  240. fxch %st(3)
  241. ..B1.19:
  242. fldt 80(%rsp)
  243. fld %st(1)
  244. movl %r14d, %edi
  245. fadd %st(1), %st
  246. fsub %st, %st(2)
  247. fxch %st(2)
  248. fsubrp %st, %st(1)
  249. fldt 32(%rsp)
  250. fldt .L_2il0floatpacket.8(%rip)
  251. addq $-32, %rsp
  252. .cfi_def_cfa_offset 352
  253. fmul %st(3), %st
  254. fld %st(0)
  255. fsub %st(4), %st
  256. fsubrp %st, %st(1)
  257. fsubr %st, %st(3)
  258. fxch %st(2)
  259. faddp %st, %st(3)
  260. fld %st(4)
  261. fmul %st(6), %st
  262. fxch %st(1)
  263. fmul %st, %st(6)
  264. fxch %st(6)
  265. faddp %st, %st(1)
  266. fxch %st(3)
  267. fmul %st, %st(5)
  268. fxch %st(5)
  269. fstpt (%rsp)
  270. fxch %st(3)
  271. fmul %st, %st(4)
  272. fxch %st(4)
  273. faddp %st, %st(2)
  274. fxch %st(1)
  275. fstpt 16(%rsp)
  276. fstpt 32(%rsp)
  277. fstpt 48(%rsp)
  278. fstpt 80(%rsp)
  279. ..___tag_value_cexpl.21:
  280. call __libm_scalbl_k80@PLT
  281. ..___tag_value_cexpl.22:
  282. ..B1.65:
  283. fldt 80(%rsp)
  284. fldt 48(%rsp)
  285. fldt 32(%rsp)
  286. addq $32, %rsp
  287. .cfi_def_cfa_offset 320
  288. ..B1.20:
  289. fxch %st(3)
  290. fstpt 240(%rsp)
  291. fld %st(1)
  292. fmul %st(3), %st
  293. addl %ebx, %r14d
  294. fxch %st(1)
  295. fmul %st, %st(2)
  296. fldt 32(%rsp)
  297. addq $-32, %rsp
  298. .cfi_def_cfa_offset 352
  299. fld %st(0)
  300. movl %r14d, %edi
  301. fmulp %st, %st(2)
  302. fxch %st(1)
  303. fstpt (%rsp)
  304. fmulp %st, %st(3)
  305. faddp %st, %st(2)
  306. faddp %st, %st(1)
  307. fstpt 16(%rsp)
  308. ..___tag_value_cexpl.25:
  309. call __libm_scalbl_k80@PLT
  310. ..___tag_value_cexpl.26:
  311. ..B1.66:
  312. addq $32, %rsp
  313. .cfi_def_cfa_offset 320
  314. ..B1.21:
  315. fstpt 256(%rsp)
  316. jmp ..B1.44
  317. ..B1.22:
  318. lea 16+_CONSTANTS(%rip), %rax
  319. fldt (%rax)
  320. fmul %st(0), %st
  321. fstpt 16(%rsp)
  322. ..B1.23:
  323. fldt 16(%rsp)
  324. fstpt 176(%rsp)
  325. fldt 336(%rsp)
  326. fstpt (%rsp)
  327. fldt (%rsp)
  328. addq $-16, %rsp
  329. .cfi_def_cfa_offset 336
  330. fstpt (%rsp)
  331. call cosl@PLT
  332. ..B1.67:
  333. addq $16, %rsp
  334. .cfi_def_cfa_offset 320
  335. fldt 16(%rsp)
  336. fmulp %st, %st(1)
  337. movzwl 344(%rsp), %eax
  338. testl $32767, %eax
  339. fstpt 240(%rsp)
  340. jle ..B1.25
  341. ..B1.24:
  342. addq $-16, %rsp
  343. .cfi_def_cfa_offset 336
  344. fldt 16(%rsp)
  345. fstpt (%rsp)
  346. call sinl@PLT
  347. ..B1.68:
  348. addq $16, %rsp
  349. .cfi_def_cfa_offset 320
  350. fldt 16(%rsp)
  351. fmulp %st, %st(1)
  352. fstpt 256(%rsp)
  353. jmp ..B1.26
  354. ..B1.25:
  355. fldt (%rsp)
  356. fldt 16(%rsp)
  357. fmulp %st, %st(1)
  358. fstpt 256(%rsp)
  359. ..B1.26:
  360. testb %r15b, %r15b
  361. je ..B1.28
  362. ..B1.27:
  363. fldt 64(%rsp)
  364. fstpt (%rsp)
  365. ..B1.69:
  366. fldcw 98(%rsp)
  367. ..B1.28:
  368. movq 272(%rsp), %rax
  369. xorq %rsp, %rax
  370. cmpq %fs:40, %rax
  371. jne ..B1.50
  372. ..B1.29:
  373. fldt 240(%rsp)
  374. fldt 256(%rsp)
  375. movq 272(%rsp), %rax
  376. xorq %rsp, %rax
  377. cmpq %fs:40, %rax
  378. jne ..B1.49
  379. ..B1.30:
  380. addq $288, %rsp
  381. .cfi_def_cfa_offset 32
  382. .cfi_restore 3
  383. popq %rbx
  384. .cfi_def_cfa_offset 24
  385. .cfi_restore 15
  386. popq %r15
  387. .cfi_def_cfa_offset 16
  388. .cfi_restore 14
  389. popq %r14
  390. .cfi_def_cfa_offset 8
  391. fxch %st(1)
  392. ret
  393. .cfi_def_cfa_offset 320
  394. .cfi_offset 3, -32
  395. .cfi_offset 14, -16
  396. .cfi_offset 15, -24
  397. ..B1.31:
  398. cmpq $0, 336(%rsp)
  399. jne ..B1.33
  400. ..B1.32:
  401. addq $-16, %rsp
  402. .cfi_def_cfa_offset 336
  403. fldt 336(%rsp)
  404. fstpt (%rsp)
  405. call expl@PLT
  406. ..B1.70:
  407. addq $16, %rsp
  408. .cfi_def_cfa_offset 320
  409. fldt 336(%rsp)
  410. fstpt 256(%rsp)
  411. fstpt 240(%rsp)
  412. jmp ..B1.44
  413. ..B1.33:
  414. movzwl 344(%rsp), %ebx
  415. andl $32767, %ebx
  416. cmpl $32767, %ebx
  417. jge ..B1.36
  418. ..B1.34:
  419. fldt 320(%rsp)
  420. addq $-16, %rsp
  421. .cfi_def_cfa_offset 336
  422. fstpt (%rsp)
  423. call expl@PLT
  424. ..B1.72:
  425. fstpt 32(%rsp)
  426. addq $16, %rsp
  427. .cfi_def_cfa_offset 320
  428. fldt 336(%rsp)
  429. fstpt (%rsp)
  430. fldt (%rsp)
  431. addq $-16, %rsp
  432. .cfi_def_cfa_offset 336
  433. fstpt (%rsp)
  434. call cosl@PLT
  435. ..B1.71:
  436. addq $16, %rsp
  437. .cfi_def_cfa_offset 320
  438. fldt 16(%rsp)
  439. testl %ebx, %ebx
  440. fmulp %st, %st(1)
  441. fstpt 240(%rsp)
  442. jle ..B1.56
  443. ..B1.35:
  444. addq $-16, %rsp
  445. .cfi_def_cfa_offset 336
  446. fldt 16(%rsp)
  447. fstpt (%rsp)
  448. call sinl@PLT
  449. ..B1.73:
  450. addq $16, %rsp
  451. .cfi_def_cfa_offset 320
  452. fldt 16(%rsp)
  453. fmulp %st, %st(1)
  454. fstpt 256(%rsp)
  455. jmp ..B1.44
  456. ..B1.36:
  457. cmpl $32767, %edx
  458. jge ..B1.38
  459. ..B1.37:
  460. addq $-16, %rsp
  461. .cfi_def_cfa_offset 336
  462. fldt 352(%rsp)
  463. fstpt (%rsp)
  464. call sinl@PLT
  465. ..B1.74:
  466. addq $16, %rsp
  467. .cfi_def_cfa_offset 320
  468. fstpt 240(%rsp)
  469. fldt 240(%rsp)
  470. fstpt 256(%rsp)
  471. jmp ..B1.44
  472. ..B1.38:
  473. cmpl $-2147483648, 324(%rsp)
  474. jne ..B1.40
  475. ..B1.39:
  476. cmpl $0, 320(%rsp)
  477. je ..B1.41
  478. ..B1.40:
  479. fldt 320(%rsp)
  480. fmul %st(0), %st
  481. fstpt 240(%rsp)
  482. fldt 240(%rsp)
  483. fldt 336(%rsp)
  484. fmulp %st, %st(1)
  485. fstpt 256(%rsp)
  486. jmp ..B1.44
  487. ..B1.41:
  488. testb $-128, 329(%rsp)
  489. je ..B1.43
  490. ..B1.42:
  491. fldt 336(%rsp)
  492. fmul %st(0), %st
  493. fstpt 336(%rsp)
  494. fldt 80(%rsp)
  495. fstpt 240(%rsp)
  496. fldt 240(%rsp)
  497. fstpt 256(%rsp)
  498. jmp ..B1.44
  499. ..B1.43:
  500. addq $-16, %rsp
  501. .cfi_def_cfa_offset 336
  502. fldt 336(%rsp)
  503. fstpt (%rsp)
  504. call expl@PLT
  505. ..B1.76:
  506. addq $16, %rsp
  507. .cfi_def_cfa_offset 320
  508. fstpt 240(%rsp)
  509. addq $-16, %rsp
  510. .cfi_def_cfa_offset 336
  511. fldt 352(%rsp)
  512. fstpt (%rsp)
  513. call sinl@PLT
  514. ..B1.75:
  515. addq $16, %rsp
  516. .cfi_def_cfa_offset 320
  517. fstpt 256(%rsp)
  518. ..B1.44:
  519. testb %r15b, %r15b
  520. je ..B1.46
  521. ..B1.45:
  522. fldcw 98(%rsp)
  523. ..B1.46:
  524. movq 272(%rsp), %rax
  525. xorq %rsp, %rax
  526. cmpq %fs:40, %rax
  527. jne ..B1.50
  528. ..B1.47:
  529. fldt 240(%rsp)
  530. fldt 256(%rsp)
  531. movq 272(%rsp), %rax
  532. xorq %rsp, %rax
  533. cmpq %fs:40, %rax
  534. jne ..B1.49
  535. ..B1.48:
  536. addq $288, %rsp
  537. .cfi_def_cfa_offset 32
  538. .cfi_restore 3
  539. popq %rbx
  540. .cfi_def_cfa_offset 24
  541. .cfi_restore 15
  542. popq %r15
  543. .cfi_def_cfa_offset 16
  544. .cfi_restore 14
  545. popq %r14
  546. .cfi_def_cfa_offset 8
  547. fxch %st(1)
  548. ret
  549. .cfi_def_cfa_offset 320
  550. .cfi_offset 3, -32
  551. .cfi_offset 14, -16
  552. .cfi_offset 15, -24
  553. ..B1.49:
  554. fstp %st(1)
  555. fstp %st(0)
  556. call __stack_chk_fail@PLT
  557. ..B1.50:
  558. call __stack_chk_fail@PLT
  559. ..B1.51:
  560. lea _CONSTANTS(%rip), %rax
  561. fldt (%rax)
  562. fmul %st(0), %st
  563. fstpt 16(%rsp)
  564. jmp ..B1.23
  565. ..B1.52:
  566. cmpl $0, 340(%rsp)
  567. jne ..B1.11
  568. ..B1.53:
  569. cmpl $0, 336(%rsp)
  570. jne ..B1.11
  571. jmp ..B1.31
  572. ..B1.54:
  573. cmpl $0, 324(%rsp)
  574. jne ..B1.9
  575. ..B1.55:
  576. cmpl $0, 320(%rsp)
  577. jne ..B1.9
  578. jmp ..B1.31
  579. ..B1.56:
  580. cmpq $0, 320(%rsp)
  581. je ..B1.35
  582. ..B1.57:
  583. fldt (%rsp)
  584. fldt 16(%rsp)
  585. fmulp %st, %st(1)
  586. fstpt 256(%rsp)
  587. jmp ..B1.44
  588. .align 16,0x90
  589. .cfi_endproc
  590. .type cexpl,@function
  591. .size cexpl,.-cexpl
  592. .data
  593. # -- End cexpl
  594. .section .rodata, "a"
  595. .align 16
  596. .align 16
  597. .L_2il0floatpacket.7:
  598. .byte 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
  599. .type .L_2il0floatpacket.7,@object
  600. .size .L_2il0floatpacket.7,16
  601. .align 16
  602. .L_2il0floatpacket.8:
  603. .byte 0x00,0x00,0x00,0x40,0x00,0x00,0x00,0x80,0x20,0x40,0x00,0x00,0x00,0x00,0x00,0x00
  604. .type .L_2il0floatpacket.8,@object
  605. .size .L_2il0floatpacket.8,16
  606. .align 2
  607. _CONSTANTS:
  608. .word 0
  609. .word 0
  610. .word 0
  611. .word 32768
  612. .word 32766
  613. .word 0
  614. .word 0
  615. .word 0
  616. .word 0
  617. .word 0
  618. .word 0
  619. .word 32768
  620. .word 1
  621. .word 0
  622. .word 0
  623. .word 0
  624. .word 0
  625. .word 0
  626. .word 0
  627. .word 32768
  628. .word 16639
  629. .word 0
  630. .word 0
  631. .word 0
  632. .word 0
  633. .word 0
  634. .word 0
  635. .word 49152
  636. .word 16446
  637. .word 0
  638. .word 0
  639. .word 0
  640. .type _CONSTANTS,@object
  641. .size _CONSTANTS,64
  642. .data
  643. .section .note.GNU-stack, ""
  644. // -- Begin DWARF2 SEGMENT .eh_frame
  645. .section .eh_frame,"a",@progbits
  646. .eh_frame_seg:
  647. .align 1
  648. # End