1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848
|
Disassemble the entire function containing $pc
"-a" requires debug information to find which function contains $pc.
-data-disassemble -a $pc -- 2
^done,asm_insns=[
{address=\"0x00007ffff5c2279e\",func-name=\"rfft_\",offset=\"0\",opcodes=\"55\",inst=\"push %rbp\"},
{address=\"0x00007ffff5c2279f\",func-name=\"rfft_\",offset=\"1\",opcodes=\"48 89 e5\",inst=\"mov %rsp,%rbp\"},
{address=\"0x00007ffff5c227a2\",func-name=\"rfft_\",offset=\"4\",opcodes=\"41 54\",inst=\"push %r12\"},
{address=\"0x00007ffff5c227a4\",func-name=\"rfft_\",offset=\"6\",opcodes=\"53\",inst=\"push %rbx\"},
{address=\"0x00007ffff5c227a5\",func-name=\"rfft_\",offset=\"7\",opcodes=\"48 81 ec b0 00 00 00\",inst=\"sub $0xb0,%rsp\"},
{address=\"0x00007ffff5c227ac\",func-name=\"rfft_\",offset=\"14\",opcodes=\"48 89 bd 58 ff ff ff\",inst=\"mov %rdi,-0xa8(%rbp)\"},
{address=\"0x00007ffff5c227b3\",func-name=\"rfft_\",offset=\"21\",opcodes=\"48 89 b5 50 ff ff ff\",inst=\"mov %rsi,-0xb0(%rbp)\"},
{address=\"0x00007ffff5c227ba\",func-name=\"rfft_\",offset=\"28\",opcodes=\"48 89 95 48 ff ff ff\",inst=\"mov %rdx,-0xb8(%rbp)\"},
{address=\"0x00007ffff5c227c1\",func-name=\"rfft_\",offset=\"35\",opcodes=\"48 8b 85 50 ff ff ff\",inst=\"mov -0xb0(%rbp),%rax\"},
{address=\"0x00007ffff5c227c8\",func-name=\"rfft_\",offset=\"42\",opcodes=\"8b 00\",inst=\"mov (%rax),%eax\"},
{address=\"0x00007ffff5c227ca\",func-name=\"rfft_\",offset=\"44\",opcodes=\"89 c2\",inst=\"mov %eax,%edx\"},
{address=\"0x00007ffff5c227cc\",func-name=\"rfft_\",offset=\"46\",opcodes=\"c1 ea 1f\",inst=\"shr $0x1f,%edx\"},
{address=\"0x00007ffff5c227cf\",func-name=\"rfft_\",offset=\"49\",opcodes=\"01 d0\",inst=\"add %edx,%eax\"},
{address=\"0x00007ffff5c227d1\",func-name=\"rfft_\",offset=\"51\",opcodes=\"d1 f8\",inst=\"sar %eax\"},
{address=\"0x00007ffff5c227d3\",func-name=\"rfft_\",offset=\"53\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c227d5\",func-name=\"rfft_\",offset=\"55\",opcodes=\"48 89 45 d0\",inst=\"mov %rax,-0x30(%rbp)\"},
{address=\"0x00007ffff5c227d9\",func-name=\"rfft_\",offset=\"59\",opcodes=\"48 8b 45 d0\",inst=\"mov -0x30(%rbp),%rax\"},
{address=\"0x00007ffff5c227dd\",func-name=\"rfft_\",offset=\"63\",opcodes=\"ba 00 00 00 00\",inst=\"mov $0x0,%edx\"},
{address=\"0x00007ffff5c227e2\",func-name=\"rfft_\",offset=\"68\",opcodes=\"48 85 c0\",inst=\"test %rax,%rax\"},
{address=\"0x00007ffff5c227e5\",func-name=\"rfft_\",offset=\"71\",opcodes=\"48 89 d3\",inst=\"mov %rdx,%rbx\"},
{address=\"0x00007ffff5c227e8\",func-name=\"rfft_\",offset=\"74\",opcodes=\"48 0f 49 d8\",inst=\"cmovns %rax,%rbx\"},
{address=\"0x00007ffff5c227ec\",func-name=\"rfft_\",offset=\"78\",opcodes=\"48 8d 04 1b\",inst=\"lea (%rbx,%rbx,1),%rax\"},
{address=\"0x00007ffff5c227f0\",func-name=\"rfft_\",offset=\"82\",opcodes=\"ba 00 00 00 00\",inst=\"mov $0x0,%edx\"},
{address=\"0x00007ffff5c227f5\",func-name=\"rfft_\",offset=\"87\",opcodes=\"48 85 c0\",inst=\"test %rax,%rax\"},
{address=\"0x00007ffff5c227f8\",func-name=\"rfft_\",offset=\"90\",opcodes=\"48 0f 48 c2\",inst=\"cmovs %rdx,%rax\"},
{address=\"0x00007ffff5c227fc\",func-name=\"rfft_\",offset=\"94\",opcodes=\"49 89 c0\",inst=\"mov %rax,%r8\"},
{address=\"0x00007ffff5c227ff\",func-name=\"rfft_\",offset=\"97\",opcodes=\"41 b9 00 00 00 00\",inst=\"mov $0x0,%r9d\"},
{address=\"0x00007ffff5c22805\",func-name=\"rfft_\",offset=\"103\",opcodes=\"49 89 dc\",inst=\"mov %rbx,%r12\"},
{address=\"0x00007ffff5c22808\",func-name=\"rfft_\",offset=\"106\",opcodes=\"49 f7 d4\",inst=\"not %r12\"},
{address=\"0x00007ffff5c2280b\",func-name=\"rfft_\",offset=\"109\",opcodes=\"48 8b 85 48 ff ff ff\",inst=\"mov -0xb8(%rbp),%rax\"},
{address=\"0x00007ffff5c22812\",func-name=\"rfft_\",offset=\"116\",opcodes=\"8b 00\",inst=\"mov (%rax),%eax\"},
{address=\"0x00007ffff5c22814\",func-name=\"rfft_\",offset=\"118\",opcodes=\"83 f8 ff\",inst=\"cmp $0xffffffff,%eax\"},
{address=\"0x00007ffff5c22817\",func-name=\"rfft_\",offset=\"121\",opcodes=\"0f 95 c0\",inst=\"setne %al\"},
{address=\"0x00007ffff5c2281a\",func-name=\"rfft_\",offset=\"124\",opcodes=\"0f b6 d0\",inst=\"movzbl %al,%edx\"},
{address=\"0x00007ffff5c2281d\",func-name=\"rfft_\",offset=\"127\",opcodes=\"48 8b 85 48 ff ff ff\",inst=\"mov -0xb8(%rbp),%rax\"},
{address=\"0x00007ffff5c22824\",func-name=\"rfft_\",offset=\"134\",opcodes=\"8b 00\",inst=\"mov (%rax),%eax\"},
{address=\"0x00007ffff5c22826\",func-name=\"rfft_\",offset=\"136\",opcodes=\"83 f8 01\",inst=\"cmp $0x1,%eax\"},
{address=\"0x00007ffff5c22829\",func-name=\"rfft_\",offset=\"139\",opcodes=\"0f 95 c0\",inst=\"setne %al\"},
{address=\"0x00007ffff5c2282c\",func-name=\"rfft_\",offset=\"142\",opcodes=\"0f b6 c0\",inst=\"movzbl %al,%eax\"},
{address=\"0x00007ffff5c2282f\",func-name=\"rfft_\",offset=\"145\",opcodes=\"21 d0\",inst=\"and %edx,%eax\"},
{address=\"0x00007ffff5c22831\",func-name=\"rfft_\",offset=\"147\",opcodes=\"85 c0\",inst=\"test %eax,%eax\"},
{address=\"0x00007ffff5c22833\",func-name=\"rfft_\",offset=\"149\",opcodes=\"74 35\",inst=\"je 0x7ffff5c2286a <rfft_+204>\"},
{address=\"0x00007ffff5c22835\",func-name=\"rfft_\",offset=\"151\",opcodes=\"48 8d 85 70 ff ff ff\",inst=\"lea -0x90(%rbp),%rax\"},
{address=\"0x00007ffff5c2283c\",func-name=\"rfft_\",offset=\"158\",opcodes=\"41 b9 14 00 00 00\",inst=\"mov $0x14,%r9d\"},
{address=\"0x00007ffff5c22842\",func-name=\"rfft_\",offset=\"164\",opcodes=\"41 b8 04 00 00 00\",inst=\"mov $0x4,%r8d\"},
{address=\"0x00007ffff5c22848\",func-name=\"rfft_\",offset=\"170\",opcodes=\"48 8d 0d 01 4b 01 00\",inst=\"lea 0x14b01(%rip),%rcx # 0x7ffff5c37350\"},
{address=\"0x00007ffff5c2284f\",func-name=\"rfft_\",offset=\"177\",opcodes=\"48 8d 15 e0 4b 01 00\",inst=\"lea 0x14be0(%rip),%rdx # 0x7ffff5c37436\"},
{address=\"0x00007ffff5c22856\",func-name=\"rfft_\",offset=\"184\",opcodes=\"48 8d 35 ed 4b 01 00\",inst=\"lea 0x14bed(%rip),%rsi # 0x7ffff5c3744a\"},
{address=\"0x00007ffff5c2285d\",func-name=\"rfft_\",offset=\"191\",opcodes=\"48 89 c7\",inst=\"mov %rax,%rdi\"},
{address=\"0x00007ffff5c22860\",func-name=\"rfft_\",offset=\"194\",opcodes=\"e8 2b 46 fe ff\",inst=\"call 0x7ffff5c06e90 <verror_@plt>\"},
{address=\"0x00007ffff5c22865\",func-name=\"rfft_\",offset=\"199\",opcodes=\"e9 2e 0d 00 00\",inst=\"jmp 0x7ffff5c23598 <rfft_+3578>\"},
{address=\"0x00007ffff5c2286a\",func-name=\"rfft_\",offset=\"204\",opcodes=\"48 8b 85 50 ff ff ff\",inst=\"mov -0xb0(%rbp),%rax\"},
{address=\"0x00007ffff5c22871\",func-name=\"rfft_\",offset=\"211\",opcodes=\"8b 00\",inst=\"mov (%rax),%eax\"},
{address=\"0x00007ffff5c22873\",func-name=\"rfft_\",offset=\"213\",opcodes=\"3d ff 03 00 00\",inst=\"cmp $0x3ff,%eax\"},
{address=\"0x00007ffff5c22878\",func-name=\"rfft_\",offset=\"218\",opcodes=\"7e 18\",inst=\"jle 0x7ffff5c22892 <rfft_+244>\"},
{address=\"0x00007ffff5c2287a\",func-name=\"rfft_\",offset=\"220\",opcodes=\"48 8b 85 50 ff ff ff\",inst=\"mov -0xb0(%rbp),%rax\"},
{address=\"0x00007ffff5c22881\",func-name=\"rfft_\",offset=\"227\",opcodes=\"8b 00\",inst=\"mov (%rax),%eax\"},
{address=\"0x00007ffff5c22883\",func-name=\"rfft_\",offset=\"229\",opcodes=\"c1 e8 0a\",inst=\"shr $0xa,%eax\"},
{address=\"0x00007ffff5c22886\",func-name=\"rfft_\",offset=\"232\",opcodes=\"89 45 e8\",inst=\"mov %eax,-0x18(%rbp)\"},
{address=\"0x00007ffff5c22889\",func-name=\"rfft_\",offset=\"235\",opcodes=\"c7 45 e4 0a 00 00 00\",inst=\"movl $0xa,-0x1c(%rbp)\"},
{address=\"0x00007ffff5c22890\",func-name=\"rfft_\",offset=\"242\",opcodes=\"eb 13\",inst=\"jmp 0x7ffff5c228a5 <rfft_+263>\"},
{address=\"0x00007ffff5c22892\",func-name=\"rfft_\",offset=\"244\",opcodes=\"48 8b 85 50 ff ff ff\",inst=\"mov -0xb0(%rbp),%rax\"},
{address=\"0x00007ffff5c22899\",func-name=\"rfft_\",offset=\"251\",opcodes=\"8b 00\",inst=\"mov (%rax),%eax\"},
{address=\"0x00007ffff5c2289b\",func-name=\"rfft_\",offset=\"253\",opcodes=\"89 45 e8\",inst=\"mov %eax,-0x18(%rbp)\"},
{address=\"0x00007ffff5c2289e\",func-name=\"rfft_\",offset=\"256\",opcodes=\"c7 45 e4 00 00 00 00\",inst=\"movl $0x0,-0x1c(%rbp)\"},
{address=\"0x00007ffff5c228a5\",func-name=\"rfft_\",offset=\"263\",opcodes=\"83 7d e8 1f\",inst=\"cmpl $0x1f,-0x18(%rbp)\"},
{address=\"0x00007ffff5c228a9\",func-name=\"rfft_\",offset=\"267\",opcodes=\"7e 0f\",inst=\"jle 0x7ffff5c228ba <rfft_+284>\"},
{address=\"0x00007ffff5c228ab\",func-name=\"rfft_\",offset=\"269\",opcodes=\"83 45 e4 05\",inst=\"addl $0x5,-0x1c(%rbp)\"},
{address=\"0x00007ffff5c228af\",func-name=\"rfft_\",offset=\"273\",opcodes=\"8b 45 e8\",inst=\"mov -0x18(%rbp),%eax\"},
{address=\"0x00007ffff5c228b2\",func-name=\"rfft_\",offset=\"276\",opcodes=\"c1 e8 05\",inst=\"shr $0x5,%eax\"},
{address=\"0x00007ffff5c228b5\",func-name=\"rfft_\",offset=\"279\",opcodes=\"89 45 e8\",inst=\"mov %eax,-0x18(%rbp)\"},
{address=\"0x00007ffff5c228b8\",func-name=\"rfft_\",offset=\"282\",opcodes=\"eb eb\",inst=\"jmp 0x7ffff5c228a5 <rfft_+263>\"},
{address=\"0x00007ffff5c228ba\",func-name=\"rfft_\",offset=\"284\",opcodes=\"90\",inst=\"nop\"},
{address=\"0x00007ffff5c228bb\",func-name=\"rfft_\",offset=\"285\",opcodes=\"83 7d e8 07\",inst=\"cmpl $0x7,-0x18(%rbp)\"},
{address=\"0x00007ffff5c228bf\",func-name=\"rfft_\",offset=\"289\",opcodes=\"7e 0f\",inst=\"jle 0x7ffff5c228d0 <rfft_+306>\"},
{address=\"0x00007ffff5c228c1\",func-name=\"rfft_\",offset=\"291\",opcodes=\"83 45 e4 03\",inst=\"addl $0x3,-0x1c(%rbp)\"},
{address=\"0x00007ffff5c228c5\",func-name=\"rfft_\",offset=\"295\",opcodes=\"8b 45 e8\",inst=\"mov -0x18(%rbp),%eax\"},
{address=\"0x00007ffff5c228c8\",func-name=\"rfft_\",offset=\"298\",opcodes=\"c1 e8 03\",inst=\"shr $0x3,%eax\"},
{address=\"0x00007ffff5c228cb\",func-name=\"rfft_\",offset=\"301\",opcodes=\"89 45 e8\",inst=\"mov %eax,-0x18(%rbp)\"},
{address=\"0x00007ffff5c228ce\",func-name=\"rfft_\",offset=\"304\",opcodes=\"eb 01\",inst=\"jmp 0x7ffff5c228d1 <rfft_+307>\"},
{address=\"0x00007ffff5c228d0\",func-name=\"rfft_\",offset=\"306\",opcodes=\"90\",inst=\"nop\"},
{address=\"0x00007ffff5c228d1\",func-name=\"rfft_\",offset=\"307\",opcodes=\"83 7d e8 01\",inst=\"cmpl $0x1,-0x18(%rbp)\"},
{address=\"0x00007ffff5c228d5\",func-name=\"rfft_\",offset=\"311\",opcodes=\"7e 10\",inst=\"jle 0x7ffff5c228e7 <rfft_+329>\"},
{address=\"0x00007ffff5c228d7\",func-name=\"rfft_\",offset=\"313\",opcodes=\"83 7d e8 03\",inst=\"cmpl $0x3,-0x18(%rbp)\"},
{address=\"0x00007ffff5c228db\",func-name=\"rfft_\",offset=\"317\",opcodes=\"7e 06\",inst=\"jle 0x7ffff5c228e3 <rfft_+325>\"},
{address=\"0x00007ffff5c228dd\",func-name=\"rfft_\",offset=\"319\",opcodes=\"83 45 e4 02\",inst=\"addl $0x2,-0x1c(%rbp)\"},
{address=\"0x00007ffff5c228e1\",func-name=\"rfft_\",offset=\"323\",opcodes=\"eb 04\",inst=\"jmp 0x7ffff5c228e7 <rfft_+329>\"},
{address=\"0x00007ffff5c228e3\",func-name=\"rfft_\",offset=\"325\",opcodes=\"83 45 e4 01\",inst=\"addl $0x1,-0x1c(%rbp)\"},
{address=\"0x00007ffff5c228e7\",func-name=\"rfft_\",offset=\"329\",opcodes=\"8b 45 e4\",inst=\"mov -0x1c(%rbp),%eax\"},
{address=\"0x00007ffff5c228ea\",func-name=\"rfft_\",offset=\"332\",opcodes=\"89 c1\",inst=\"mov %eax,%ecx\"},
{address=\"0x00007ffff5c228ec\",func-name=\"rfft_\",offset=\"334\",opcodes=\"c1 f9 1f\",inst=\"sar $0x1f,%ecx\"},
{address=\"0x00007ffff5c228ef\",func-name=\"rfft_\",offset=\"337\",opcodes=\"89 ca\",inst=\"mov %ecx,%edx\"},
{address=\"0x00007ffff5c228f1\",func-name=\"rfft_\",offset=\"339\",opcodes=\"31 c2\",inst=\"xor %eax,%edx\"},
{address=\"0x00007ffff5c228f3\",func-name=\"rfft_\",offset=\"341\",opcodes=\"29 ca\",inst=\"sub %ecx,%edx\"},
{address=\"0x00007ffff5c228f5\",func-name=\"rfft_\",offset=\"343\",opcodes=\"83 fa 1f\",inst=\"cmp $0x1f,%edx\"},
{address=\"0x00007ffff5c228f8\",func-name=\"rfft_\",offset=\"346\",opcodes=\"7f 28\",inst=\"jg 0x7ffff5c22922 <rfft_+388>\"},
{address=\"0x00007ffff5c228fa\",func-name=\"rfft_\",offset=\"348\",opcodes=\"85 c0\",inst=\"test %eax,%eax\"},
{address=\"0x00007ffff5c228fc\",func-name=\"rfft_\",offset=\"350\",opcodes=\"78 12\",inst=\"js 0x7ffff5c22910 <rfft_+370>\"},
{address=\"0x00007ffff5c228fe\",func-name=\"rfft_\",offset=\"352\",opcodes=\"99\",inst=\"cltd \"},
{address=\"0x00007ffff5c228ff\",func-name=\"rfft_\",offset=\"353\",opcodes=\"31 d0\",inst=\"xor %edx,%eax\"},
{address=\"0x00007ffff5c22901\",func-name=\"rfft_\",offset=\"355\",opcodes=\"29 d0\",inst=\"sub %edx,%eax\"},
{address=\"0x00007ffff5c22903\",func-name=\"rfft_\",offset=\"357\",opcodes=\"ba 01 00 00 00\",inst=\"mov $0x1,%edx\"},
{address=\"0x00007ffff5c22908\",func-name=\"rfft_\",offset=\"362\",opcodes=\"89 c1\",inst=\"mov %eax,%ecx\"},
{address=\"0x00007ffff5c2290a\",func-name=\"rfft_\",offset=\"364\",opcodes=\"d3 e2\",inst=\"shl %cl,%edx\"},
{address=\"0x00007ffff5c2290c\",func-name=\"rfft_\",offset=\"366\",opcodes=\"89 d0\",inst=\"mov %edx,%eax\"},
{address=\"0x00007ffff5c2290e\",func-name=\"rfft_\",offset=\"368\",opcodes=\"eb 17\",inst=\"jmp 0x7ffff5c22927 <rfft_+393>\"},
{address=\"0x00007ffff5c22910\",func-name=\"rfft_\",offset=\"370\",opcodes=\"99\",inst=\"cltd \"},
{address=\"0x00007ffff5c22911\",func-name=\"rfft_\",offset=\"371\",opcodes=\"31 d0\",inst=\"xor %edx,%eax\"},
{address=\"0x00007ffff5c22913\",func-name=\"rfft_\",offset=\"373\",opcodes=\"29 d0\",inst=\"sub %edx,%eax\"},
{address=\"0x00007ffff5c22915\",func-name=\"rfft_\",offset=\"375\",opcodes=\"ba 01 00 00 00\",inst=\"mov $0x1,%edx\"},
{address=\"0x00007ffff5c2291a\",func-name=\"rfft_\",offset=\"380\",opcodes=\"89 c1\",inst=\"mov %eax,%ecx\"},
{address=\"0x00007ffff5c2291c\",func-name=\"rfft_\",offset=\"382\",opcodes=\"d3 ea\",inst=\"shr %cl,%edx\"},
{address=\"0x00007ffff5c2291e\",func-name=\"rfft_\",offset=\"384\",opcodes=\"89 d0\",inst=\"mov %edx,%eax\"},
{address=\"0x00007ffff5c22920\",func-name=\"rfft_\",offset=\"386\",opcodes=\"eb 05\",inst=\"jmp 0x7ffff5c22927 <rfft_+393>\"},
{address=\"0x00007ffff5c22922\",func-name=\"rfft_\",offset=\"388\",opcodes=\"b8 00 00 00 00\",inst=\"mov $0x0,%eax\"},
{address=\"0x00007ffff5c22927\",func-name=\"rfft_\",offset=\"393\",opcodes=\"48 8b 95 50 ff ff ff\",inst=\"mov -0xb0(%rbp),%rdx\"},
{address=\"0x00007ffff5c2292e\",func-name=\"rfft_\",offset=\"400\",opcodes=\"8b 12\",inst=\"mov (%rdx),%edx\"},
{address=\"0x00007ffff5c22930\",func-name=\"rfft_\",offset=\"402\",opcodes=\"39 d0\",inst=\"cmp %edx,%eax\"},
{address=\"0x00007ffff5c22932\",func-name=\"rfft_\",offset=\"404\",opcodes=\"74 3f\",inst=\"je 0x7ffff5c22973 <rfft_+469>\"},
{address=\"0x00007ffff5c22934\",func-name=\"rfft_\",offset=\"406\",opcodes=\"c7 85 70 ff ff ff 05 00 00 00\",inst=\"movl $0x5,-0x90(%rbp)\"},
{address=\"0x00007ffff5c2293e\",func-name=\"rfft_\",offset=\"416\",opcodes=\"48 8d 85 70 ff ff ff\",inst=\"lea -0x90(%rbp),%rax\"},
{address=\"0x00007ffff5c22945\",func-name=\"rfft_\",offset=\"423\",opcodes=\"41 b9 1a 00 00 00\",inst=\"mov $0x1a,%r9d\"},
{address=\"0x00007ffff5c2294b\",func-name=\"rfft_\",offset=\"429\",opcodes=\"41 b8 04 00 00 00\",inst=\"mov $0x4,%r8d\"},
{address=\"0x00007ffff5c22951\",func-name=\"rfft_\",offset=\"435\",opcodes=\"48 8d 0d f8 49 01 00\",inst=\"lea 0x149f8(%rip),%rcx # 0x7ffff5c37350\"},
{address=\"0x00007ffff5c22958\",func-name=\"rfft_\",offset=\"442\",opcodes=\"48 8d 15 ef 4a 01 00\",inst=\"lea 0x14aef(%rip),%rdx # 0x7ffff5c3744e\"},
{address=\"0x00007ffff5c2295f\",func-name=\"rfft_\",offset=\"449\",opcodes=\"48 8d 35 e4 4a 01 00\",inst=\"lea 0x14ae4(%rip),%rsi # 0x7ffff5c3744a\"},
{address=\"0x00007ffff5c22966\",func-name=\"rfft_\",offset=\"456\",opcodes=\"48 89 c7\",inst=\"mov %rax,%rdi\"},
{address=\"0x00007ffff5c22969\",func-name=\"rfft_\",offset=\"459\",opcodes=\"e8 22 45 fe ff\",inst=\"call 0x7ffff5c06e90 <verror_@plt>\"},
{address=\"0x00007ffff5c2296e\",func-name=\"rfft_\",offset=\"464\",opcodes=\"e9 25 0c 00 00\",inst=\"jmp 0x7ffff5c23598 <rfft_+3578>\"},
{address=\"0x00007ffff5c22973\",func-name=\"rfft_\",offset=\"469\",opcodes=\"48 8b 85 50 ff ff ff\",inst=\"mov -0xb0(%rbp),%rax\"},
{address=\"0x00007ffff5c2297a\",func-name=\"rfft_\",offset=\"476\",opcodes=\"8b 00\",inst=\"mov (%rax),%eax\"},
{address=\"0x00007ffff5c2297c\",func-name=\"rfft_\",offset=\"478\",opcodes=\"89 c2\",inst=\"mov %eax,%edx\"},
{address=\"0x00007ffff5c2297e\",func-name=\"rfft_\",offset=\"480\",opcodes=\"c1 ea 1f\",inst=\"shr $0x1f,%edx\"},
{address=\"0x00007ffff5c22981\",func-name=\"rfft_\",offset=\"483\",opcodes=\"01 d0\",inst=\"add %edx,%eax\"},
{address=\"0x00007ffff5c22983\",func-name=\"rfft_\",offset=\"485\",opcodes=\"d1 f8\",inst=\"sar %eax\"},
{address=\"0x00007ffff5c22985\",func-name=\"rfft_\",offset=\"487\",opcodes=\"89 85 6c ff ff ff\",inst=\"mov %eax,-0x94(%rbp)\"},
{address=\"0x00007ffff5c2298b\",func-name=\"rfft_\",offset=\"493\",opcodes=\"48 8b 85 50 ff ff ff\",inst=\"mov -0xb0(%rbp),%rax\"},
{address=\"0x00007ffff5c22992\",func-name=\"rfft_\",offset=\"500\",opcodes=\"8b 00\",inst=\"mov (%rax),%eax\"},
{address=\"0x00007ffff5c22994\",func-name=\"rfft_\",offset=\"502\",opcodes=\"83 c0 03\",inst=\"add $0x3,%eax\"},
{address=\"0x00007ffff5c22997\",func-name=\"rfft_\",offset=\"505\",opcodes=\"89 45 cc\",inst=\"mov %eax,-0x34(%rbp)\"},
{address=\"0x00007ffff5c2299a\",func-name=\"rfft_\",offset=\"508\",opcodes=\"f3 0f 10 05 fe 4c 01 00\",inst=\"movss 0x14cfe(%rip),%xmm0 # 0x7ffff5c376a0\"},
{address=\"0x00007ffff5c229a2\",func-name=\"rfft_\",offset=\"516\",opcodes=\"f3 0f 11 05 16 e1 23 00\",inst=\"movss %xmm0,0x23e116(%rip) # 0x7ffff5e60ac0 <wr.4461>\"},
{address=\"0x00007ffff5c229aa\",func-name=\"rfft_\",offset=\"524\",opcodes=\"66 0f ef c0\",inst=\"pxor %xmm0,%xmm0\"},
{address=\"0x00007ffff5c229ae\",func-name=\"rfft_\",offset=\"528\",opcodes=\"f3 0f 11 05 0a e1 24 00\",inst=\"movss %xmm0,0x24e10a(%rip) # 0x7ffff5e70ac0 <wi.4452>\"},
{address=\"0x00007ffff5c229b6\",func-name=\"rfft_\",offset=\"536\",opcodes=\"f3 0f 10 05 e2 4c 01 00\",inst=\"movss 0x14ce2(%rip),%xmm0 # 0x7ffff5c376a0\"},
{address=\"0x00007ffff5c229be\",func-name=\"rfft_\",offset=\"544\",opcodes=\"f3 0f 11 45 dc\",inst=\"movss %xmm0,-0x24(%rbp)\"},
{address=\"0x00007ffff5c229c3\",func-name=\"rfft_\",offset=\"549\",opcodes=\"66 0f ef c0\",inst=\"pxor %xmm0,%xmm0\"},
{address=\"0x00007ffff5c229c7\",func-name=\"rfft_\",offset=\"553\",opcodes=\"f3 0f 11 45 e0\",inst=\"movss %xmm0,-0x20(%rbp)\"},
{address=\"0x00007ffff5c229cc\",func-name=\"rfft_\",offset=\"558\",opcodes=\"8b 85 6c ff ff ff\",inst=\"mov -0x94(%rbp),%eax\"},
{address=\"0x00007ffff5c229d2\",func-name=\"rfft_\",offset=\"564\",opcodes=\"89 c2\",inst=\"mov %eax,%edx\"},
{address=\"0x00007ffff5c229d4\",func-name=\"rfft_\",offset=\"566\",opcodes=\"c1 ea 1f\",inst=\"shr $0x1f,%edx\"},
{address=\"0x00007ffff5c229d7\",func-name=\"rfft_\",offset=\"569\",opcodes=\"01 d0\",inst=\"add %edx,%eax\"},
{address=\"0x00007ffff5c229d9\",func-name=\"rfft_\",offset=\"571\",opcodes=\"d1 f8\",inst=\"sar %eax\"},
{address=\"0x00007ffff5c229db\",func-name=\"rfft_\",offset=\"573\",opcodes=\"83 c0 01\",inst=\"add $0x1,%eax\"},
{address=\"0x00007ffff5c229de\",func-name=\"rfft_\",offset=\"576\",opcodes=\"89 45 e8\",inst=\"mov %eax,-0x18(%rbp)\"},
{address=\"0x00007ffff5c229e1\",func-name=\"rfft_\",offset=\"579\",opcodes=\"81 7d e8 00 40 00 00\",inst=\"cmpl $0x4000,-0x18(%rbp)\"},
{address=\"0x00007ffff5c229e8\",func-name=\"rfft_\",offset=\"586\",opcodes=\"7e 3f\",inst=\"jle 0x7ffff5c22a29 <rfft_+651>\"},
{address=\"0x00007ffff5c229ea\",func-name=\"rfft_\",offset=\"588\",opcodes=\"c7 85 70 ff ff ff 05 00 00 00\",inst=\"movl $0x5,-0x90(%rbp)\"},
{address=\"0x00007ffff5c229f4\",func-name=\"rfft_\",offset=\"598\",opcodes=\"48 8d 85 70 ff ff ff\",inst=\"lea -0x90(%rbp),%rax\"},
{address=\"0x00007ffff5c229fb\",func-name=\"rfft_\",offset=\"605\",opcodes=\"41 b9 13 00 00 00\",inst=\"mov $0x13,%r9d\"},
{address=\"0x00007ffff5c22a01\",func-name=\"rfft_\",offset=\"611\",opcodes=\"41 b8 04 00 00 00\",inst=\"mov $0x4,%r8d\"},
{address=\"0x00007ffff5c22a07\",func-name=\"rfft_\",offset=\"617\",opcodes=\"48 8d 0d 42 49 01 00\",inst=\"lea 0x14942(%rip),%rcx # 0x7ffff5c37350\"},
{address=\"0x00007ffff5c22a0e\",func-name=\"rfft_\",offset=\"624\",opcodes=\"48 8d 15 53 4a 01 00\",inst=\"lea 0x14a53(%rip),%rdx # 0x7ffff5c37468\"},
{address=\"0x00007ffff5c22a15\",func-name=\"rfft_\",offset=\"631\",opcodes=\"48 8d 35 2e 4a 01 00\",inst=\"lea 0x14a2e(%rip),%rsi # 0x7ffff5c3744a\"},
{address=\"0x00007ffff5c22a1c\",func-name=\"rfft_\",offset=\"638\",opcodes=\"48 89 c7\",inst=\"mov %rax,%rdi\"},
{address=\"0x00007ffff5c22a1f\",func-name=\"rfft_\",offset=\"641\",opcodes=\"e8 6c 44 fe ff\",inst=\"call 0x7ffff5c06e90 <verror_@plt>\"},
{address=\"0x00007ffff5c22a24\",func-name=\"rfft_\",offset=\"646\",opcodes=\"e9 6f 0b 00 00\",inst=\"jmp 0x7ffff5c23598 <rfft_+3578>\"},
{address=\"0x00007ffff5c22a29\",func-name=\"rfft_\",offset=\"651\",opcodes=\"8b 45 e8\",inst=\"mov -0x18(%rbp),%eax\"},
{address=\"0x00007ffff5c22a2c\",func-name=\"rfft_\",offset=\"654\",opcodes=\"01 c0\",inst=\"add %eax,%eax\"},
{address=\"0x00007ffff5c22a2e\",func-name=\"rfft_\",offset=\"656\",opcodes=\"89 45 c8\",inst=\"mov %eax,-0x38(%rbp)\"},
{address=\"0x00007ffff5c22a31\",func-name=\"rfft_\",offset=\"659\",opcodes=\"48 8b 85 48 ff ff ff\",inst=\"mov -0xb8(%rbp),%rax\"},
{address=\"0x00007ffff5c22a38\",func-name=\"rfft_\",offset=\"666\",opcodes=\"8b 00\",inst=\"mov (%rax),%eax\"},
{address=\"0x00007ffff5c22a3a\",func-name=\"rfft_\",offset=\"668\",opcodes=\"83 f8 01\",inst=\"cmp $0x1,%eax\"},
{address=\"0x00007ffff5c22a3d\",func-name=\"rfft_\",offset=\"671\",opcodes=\"0f 85 ab 05 00 00\",inst=\"jne 0x7ffff5c22fee <rfft_+2128>\"},
{address=\"0x00007ffff5c22a43\",func-name=\"rfft_\",offset=\"677\",opcodes=\"48 8d 8d 6c ff ff ff\",inst=\"lea -0x94(%rbp),%rcx\"},
{address=\"0x00007ffff5c22a4a\",func-name=\"rfft_\",offset=\"684\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22a51\",func-name=\"rfft_\",offset=\"691\",opcodes=\"48 8d 15 f8 48 01 00\",inst=\"lea 0x148f8(%rip),%rdx # 0x7ffff5c37350\"},
{address=\"0x00007ffff5c22a58\",func-name=\"rfft_\",offset=\"698\",opcodes=\"48 89 ce\",inst=\"mov %rcx,%rsi\"},
{address=\"0x00007ffff5c22a5b\",func-name=\"rfft_\",offset=\"701\",opcodes=\"48 89 c7\",inst=\"mov %rax,%rdi\"},
{address=\"0x00007ffff5c22a5e\",func-name=\"rfft_\",offset=\"704\",opcodes=\"e8 2d 2d fe ff\",inst=\"call 0x7ffff5c05790 <cfft_@plt>\"},
{address=\"0x00007ffff5c22a63\",func-name=\"rfft_\",offset=\"709\",opcodes=\"8b 45 e4\",inst=\"mov -0x1c(%rbp),%eax\"},
{address=\"0x00007ffff5c22a66\",func-name=\"rfft_\",offset=\"712\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22a68\",func-name=\"rfft_\",offset=\"714\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c22a6c\",func-name=\"rfft_\",offset=\"718\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c22a74\",func-name=\"rfft_\",offset=\"726\",opcodes=\"48 8d 05 a5 d8 21 00\",inst=\"lea 0x21d8a5(%rip),%rax # 0x7ffff5e40320 <wprtab.4459>\"},
{address=\"0x00007ffff5c22a7b\",func-name=\"rfft_\",offset=\"733\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c22a80\",func-name=\"rfft_\",offset=\"738\",opcodes=\"f3 0f 11 45 c4\",inst=\"movss %xmm0,-0x3c(%rbp)\"},
{address=\"0x00007ffff5c22a85\",func-name=\"rfft_\",offset=\"743\",opcodes=\"8b 45 e4\",inst=\"mov -0x1c(%rbp),%eax\"},
{address=\"0x00007ffff5c22a88\",func-name=\"rfft_\",offset=\"746\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22a8a\",func-name=\"rfft_\",offset=\"748\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c22a8e\",func-name=\"rfft_\",offset=\"752\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c22a96\",func-name=\"rfft_\",offset=\"760\",opcodes=\"48 8d 05 e3 d8 21 00\",inst=\"lea 0x21d8e3(%rip),%rax # 0x7ffff5e40380 <wpitab.4456>\"},
{address=\"0x00007ffff5c22a9d\",func-name=\"rfft_\",offset=\"767\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c22aa2\",func-name=\"rfft_\",offset=\"772\",opcodes=\"f3 0f 10 0d 06 4c 01 00\",inst=\"movss 0x14c06(%rip),%xmm1 # 0x7ffff5c376b0\"},
{address=\"0x00007ffff5c22aaa\",func-name=\"rfft_\",offset=\"780\",opcodes=\"0f 57 c1\",inst=\"xorps %xmm1,%xmm0\"},
{address=\"0x00007ffff5c22aad\",func-name=\"rfft_\",offset=\"783\",opcodes=\"f3 0f 11 45 c0\",inst=\"movss %xmm0,-0x40(%rbp)\"},
{address=\"0x00007ffff5c22ab2\",func-name=\"rfft_\",offset=\"788\",opcodes=\"49 8d 04 1c\",inst=\"lea (%r12,%rbx,1),%rax\"},
{address=\"0x00007ffff5c22ab6\",func-name=\"rfft_\",offset=\"792\",opcodes=\"48 8d 50 01\",inst=\"lea 0x1(%rax),%rdx\"},
{address=\"0x00007ffff5c22aba\",func-name=\"rfft_\",offset=\"796\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22ac1\",func-name=\"rfft_\",offset=\"803\",opcodes=\"f3 0f 10 04 90\",inst=\"movss (%rax,%rdx,4),%xmm0\"},
{address=\"0x00007ffff5c22ac6\",func-name=\"rfft_\",offset=\"808\",opcodes=\"f3 0f 11 05 f2 df 25 00\",inst=\"movss %xmm0,0x25dff2(%rip) # 0x7ffff5e80ac0 <wt.4464>\"},
{address=\"0x00007ffff5c22ace\",func-name=\"rfft_\",offset=\"816\",opcodes=\"f3 0f 10 0d ea df 25 00\",inst=\"movss 0x25dfea(%rip),%xmm1 # 0x7ffff5e80ac0 <wt.4464>\"},
{address=\"0x00007ffff5c22ad6\",func-name=\"rfft_\",offset=\"824\",opcodes=\"49 8d 04 1c\",inst=\"lea (%r12,%rbx,1),%rax\"},
{address=\"0x00007ffff5c22ada\",func-name=\"rfft_\",offset=\"828\",opcodes=\"48 8d 50 02\",inst=\"lea 0x2(%rax),%rdx\"},
{address=\"0x00007ffff5c22ade\",func-name=\"rfft_\",offset=\"832\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22ae5\",func-name=\"rfft_\",offset=\"839\",opcodes=\"f3 0f 10 04 90\",inst=\"movss (%rax,%rdx,4),%xmm0\"},
{address=\"0x00007ffff5c22aea\",func-name=\"rfft_\",offset=\"844\",opcodes=\"f3 0f 58 c1\",inst=\"addss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c22aee\",func-name=\"rfft_\",offset=\"848\",opcodes=\"49 8d 04 1c\",inst=\"lea (%r12,%rbx,1),%rax\"},
{address=\"0x00007ffff5c22af2\",func-name=\"rfft_\",offset=\"852\",opcodes=\"48 8d 50 01\",inst=\"lea 0x1(%rax),%rdx\"},
{address=\"0x00007ffff5c22af6\",func-name=\"rfft_\",offset=\"856\",opcodes=\"f3 0f 58 c0\",inst=\"addss %xmm0,%xmm0\"},
{address=\"0x00007ffff5c22afa\",func-name=\"rfft_\",offset=\"860\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22b01\",func-name=\"rfft_\",offset=\"867\",opcodes=\"f3 0f 11 04 90\",inst=\"movss %xmm0,(%rax,%rdx,4)\"},
{address=\"0x00007ffff5c22b06\",func-name=\"rfft_\",offset=\"872\",opcodes=\"f3 0f 10 05 b2 df 25 00\",inst=\"movss 0x25dfb2(%rip),%xmm0 # 0x7ffff5e80ac0 <wt.4464>\"},
{address=\"0x00007ffff5c22b0e\",func-name=\"rfft_\",offset=\"880\",opcodes=\"49 8d 04 1c\",inst=\"lea (%r12,%rbx,1),%rax\"},
{address=\"0x00007ffff5c22b12\",func-name=\"rfft_\",offset=\"884\",opcodes=\"48 8d 50 02\",inst=\"lea 0x2(%rax),%rdx\"},
{address=\"0x00007ffff5c22b16\",func-name=\"rfft_\",offset=\"888\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22b1d\",func-name=\"rfft_\",offset=\"895\",opcodes=\"f3 0f 10 0c 90\",inst=\"movss (%rax,%rdx,4),%xmm1\"},
{address=\"0x00007ffff5c22b22\",func-name=\"rfft_\",offset=\"900\",opcodes=\"f3 0f 5c c1\",inst=\"subss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c22b26\",func-name=\"rfft_\",offset=\"904\",opcodes=\"49 8d 04 1c\",inst=\"lea (%r12,%rbx,1),%rax\"},
{address=\"0x00007ffff5c22b2a\",func-name=\"rfft_\",offset=\"908\",opcodes=\"48 8d 50 02\",inst=\"lea 0x2(%rax),%rdx\"},
{address=\"0x00007ffff5c22b2e\",func-name=\"rfft_\",offset=\"912\",opcodes=\"f3 0f 58 c0\",inst=\"addss %xmm0,%xmm0\"},
{address=\"0x00007ffff5c22b32\",func-name=\"rfft_\",offset=\"916\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22b39\",func-name=\"rfft_\",offset=\"923\",opcodes=\"f3 0f 11 04 90\",inst=\"movss %xmm0,(%rax,%rdx,4)\"},
{address=\"0x00007ffff5c22b3e\",func-name=\"rfft_\",offset=\"928\",opcodes=\"8b 45 e8\",inst=\"mov -0x18(%rbp),%eax\"},
{address=\"0x00007ffff5c22b41\",func-name=\"rfft_\",offset=\"931\",opcodes=\"c7 45 ec 02 00 00 00\",inst=\"movl $0x2,-0x14(%rbp)\"},
{address=\"0x00007ffff5c22b48\",func-name=\"rfft_\",offset=\"938\",opcodes=\"39 45 ec\",inst=\"cmp %eax,-0x14(%rbp)\"},
{address=\"0x00007ffff5c22b4b\",func-name=\"rfft_\",offset=\"941\",opcodes=\"0f 9f c2\",inst=\"setg %dl\"},
{address=\"0x00007ffff5c22b4e\",func-name=\"rfft_\",offset=\"944\",opcodes=\"0f b6 d2\",inst=\"movzbl %dl,%edx\"},
{address=\"0x00007ffff5c22b51\",func-name=\"rfft_\",offset=\"947\",opcodes=\"85 d2\",inst=\"test %edx,%edx\"},
{address=\"0x00007ffff5c22b53\",func-name=\"rfft_\",offset=\"949\",opcodes=\"0f 85 da 00 00 00\",inst=\"jne 0x7ffff5c22c33 <rfft_+1173>\"},
{address=\"0x00007ffff5c22b59\",func-name=\"rfft_\",offset=\"955\",opcodes=\"8b 55 ec\",inst=\"mov -0x14(%rbp),%edx\"},
{address=\"0x00007ffff5c22b5c\",func-name=\"rfft_\",offset=\"958\",opcodes=\"48 63 d2\",inst=\"movslq %edx,%rdx\"},
{address=\"0x00007ffff5c22b5f\",func-name=\"rfft_\",offset=\"961\",opcodes=\"48 83 ea 01\",inst=\"sub $0x1,%rdx\"},
{address=\"0x00007ffff5c22b63\",func-name=\"rfft_\",offset=\"965\",opcodes=\"48 8d 0c 95 00 00 00 00\",inst=\"lea 0x0(,%rdx,4),%rcx\"},
{address=\"0x00007ffff5c22b6b\",func-name=\"rfft_\",offset=\"973\",opcodes=\"48 8d 15 4e df 25 00\",inst=\"lea 0x25df4e(%rip),%rdx # 0x7ffff5e80ac0 <wt.4464>\"},
{address=\"0x00007ffff5c22b72\",func-name=\"rfft_\",offset=\"980\",opcodes=\"f3 0f 10 45 dc\",inst=\"movss -0x24(%rbp),%xmm0\"},
{address=\"0x00007ffff5c22b77\",func-name=\"rfft_\",offset=\"985\",opcodes=\"f3 0f 11 04 11\",inst=\"movss %xmm0,(%rcx,%rdx,1)\"},
{address=\"0x00007ffff5c22b7c\",func-name=\"rfft_\",offset=\"990\",opcodes=\"f3 0f 10 45 dc\",inst=\"movss -0x24(%rbp),%xmm0\"},
{address=\"0x00007ffff5c22b81\",func-name=\"rfft_\",offset=\"995\",opcodes=\"f3 0f 59 45 c4\",inst=\"mulss -0x3c(%rbp),%xmm0\"},
{address=\"0x00007ffff5c22b86\",func-name=\"rfft_\",offset=\"1000\",opcodes=\"f3 0f 10 4d e0\",inst=\"movss -0x20(%rbp),%xmm1\"},
{address=\"0x00007ffff5c22b8b\",func-name=\"rfft_\",offset=\"1005\",opcodes=\"f3 0f 59 4d c0\",inst=\"mulss -0x40(%rbp),%xmm1\"},
{address=\"0x00007ffff5c22b90\",func-name=\"rfft_\",offset=\"1010\",opcodes=\"f3 0f 5c c1\",inst=\"subss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c22b94\",func-name=\"rfft_\",offset=\"1014\",opcodes=\"f3 0f 10 4d dc\",inst=\"movss -0x24(%rbp),%xmm1\"},
{address=\"0x00007ffff5c22b99\",func-name=\"rfft_\",offset=\"1019\",opcodes=\"f3 0f 58 c1\",inst=\"addss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c22b9d\",func-name=\"rfft_\",offset=\"1023\",opcodes=\"f3 0f 11 45 dc\",inst=\"movss %xmm0,-0x24(%rbp)\"},
{address=\"0x00007ffff5c22ba2\",func-name=\"rfft_\",offset=\"1028\",opcodes=\"8b 55 ec\",inst=\"mov -0x14(%rbp),%edx\"},
{address=\"0x00007ffff5c22ba5\",func-name=\"rfft_\",offset=\"1031\",opcodes=\"48 63 d2\",inst=\"movslq %edx,%rdx\"},
{address=\"0x00007ffff5c22ba8\",func-name=\"rfft_\",offset=\"1034\",opcodes=\"48 83 ea 01\",inst=\"sub $0x1,%rdx\"},
{address=\"0x00007ffff5c22bac\",func-name=\"rfft_\",offset=\"1038\",opcodes=\"48 8d 0c 95 00 00 00 00\",inst=\"lea 0x0(,%rdx,4),%rcx\"},
{address=\"0x00007ffff5c22bb4\",func-name=\"rfft_\",offset=\"1046\",opcodes=\"48 8d 15 05 df 23 00\",inst=\"lea 0x23df05(%rip),%rdx # 0x7ffff5e60ac0 <wr.4461>\"},
{address=\"0x00007ffff5c22bbb\",func-name=\"rfft_\",offset=\"1053\",opcodes=\"f3 0f 10 45 dc\",inst=\"movss -0x24(%rbp),%xmm0\"},
{address=\"0x00007ffff5c22bc0\",func-name=\"rfft_\",offset=\"1058\",opcodes=\"f3 0f 11 04 11\",inst=\"movss %xmm0,(%rcx,%rdx,1)\"},
{address=\"0x00007ffff5c22bc5\",func-name=\"rfft_\",offset=\"1063\",opcodes=\"f3 0f 10 45 e0\",inst=\"movss -0x20(%rbp),%xmm0\"},
{address=\"0x00007ffff5c22bca\",func-name=\"rfft_\",offset=\"1068\",opcodes=\"0f 28 c8\",inst=\"movaps %xmm0,%xmm1\"},
{address=\"0x00007ffff5c22bcd\",func-name=\"rfft_\",offset=\"1071\",opcodes=\"f3 0f 59 4d c4\",inst=\"mulss -0x3c(%rbp),%xmm1\"},
{address=\"0x00007ffff5c22bd2\",func-name=\"rfft_\",offset=\"1076\",opcodes=\"8b 55 ec\",inst=\"mov -0x14(%rbp),%edx\"},
{address=\"0x00007ffff5c22bd5\",func-name=\"rfft_\",offset=\"1079\",opcodes=\"48 63 d2\",inst=\"movslq %edx,%rdx\"},
{address=\"0x00007ffff5c22bd8\",func-name=\"rfft_\",offset=\"1082\",opcodes=\"48 83 ea 01\",inst=\"sub $0x1,%rdx\"},
{address=\"0x00007ffff5c22bdc\",func-name=\"rfft_\",offset=\"1086\",opcodes=\"48 8d 0c 95 00 00 00 00\",inst=\"lea 0x0(,%rdx,4),%rcx\"},
{address=\"0x00007ffff5c22be4\",func-name=\"rfft_\",offset=\"1094\",opcodes=\"48 8d 15 d5 de 25 00\",inst=\"lea 0x25ded5(%rip),%rdx # 0x7ffff5e80ac0 <wt.4464>\"},
{address=\"0x00007ffff5c22beb\",func-name=\"rfft_\",offset=\"1101\",opcodes=\"f3 0f 10 04 11\",inst=\"movss (%rcx,%rdx,1),%xmm0\"},
{address=\"0x00007ffff5c22bf0\",func-name=\"rfft_\",offset=\"1106\",opcodes=\"f3 0f 59 45 c0\",inst=\"mulss -0x40(%rbp),%xmm0\"},
{address=\"0x00007ffff5c22bf5\",func-name=\"rfft_\",offset=\"1111\",opcodes=\"f3 0f 58 c1\",inst=\"addss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c22bf9\",func-name=\"rfft_\",offset=\"1115\",opcodes=\"f3 0f 10 4d e0\",inst=\"movss -0x20(%rbp),%xmm1\"},
{address=\"0x00007ffff5c22bfe\",func-name=\"rfft_\",offset=\"1120\",opcodes=\"f3 0f 58 c1\",inst=\"addss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c22c02\",func-name=\"rfft_\",offset=\"1124\",opcodes=\"f3 0f 11 45 e0\",inst=\"movss %xmm0,-0x20(%rbp)\"},
{address=\"0x00007ffff5c22c07\",func-name=\"rfft_\",offset=\"1129\",opcodes=\"8b 55 ec\",inst=\"mov -0x14(%rbp),%edx\"},
{address=\"0x00007ffff5c22c0a\",func-name=\"rfft_\",offset=\"1132\",opcodes=\"48 63 d2\",inst=\"movslq %edx,%rdx\"},
{address=\"0x00007ffff5c22c0d\",func-name=\"rfft_\",offset=\"1135\",opcodes=\"48 83 ea 01\",inst=\"sub $0x1,%rdx\"},
{address=\"0x00007ffff5c22c11\",func-name=\"rfft_\",offset=\"1139\",opcodes=\"48 8d 0c 95 00 00 00 00\",inst=\"lea 0x0(,%rdx,4),%rcx\"},
{address=\"0x00007ffff5c22c19\",func-name=\"rfft_\",offset=\"1147\",opcodes=\"48 8d 15 a0 de 24 00\",inst=\"lea 0x24dea0(%rip),%rdx # 0x7ffff5e70ac0 <wi.4452>\"},
{address=\"0x00007ffff5c22c20\",func-name=\"rfft_\",offset=\"1154\",opcodes=\"f3 0f 10 45 e0\",inst=\"movss -0x20(%rbp),%xmm0\"},
{address=\"0x00007ffff5c22c25\",func-name=\"rfft_\",offset=\"1159\",opcodes=\"f3 0f 11 04 11\",inst=\"movss %xmm0,(%rcx,%rdx,1)\"},
{address=\"0x00007ffff5c22c2a\",func-name=\"rfft_\",offset=\"1164\",opcodes=\"83 45 ec 01\",inst=\"addl $0x1,-0x14(%rbp)\"},
{address=\"0x00007ffff5c22c2e\",func-name=\"rfft_\",offset=\"1168\",opcodes=\"e9 15 ff ff ff\",inst=\"jmp 0x7ffff5c22b48 <rfft_+938>\"},
{address=\"0x00007ffff5c22c33\",func-name=\"rfft_\",offset=\"1173\",opcodes=\"90\",inst=\"nop\"},
{address=\"0x00007ffff5c22c34\",func-name=\"rfft_\",offset=\"1174\",opcodes=\"8b 45 e8\",inst=\"mov -0x18(%rbp),%eax\"},
{address=\"0x00007ffff5c22c37\",func-name=\"rfft_\",offset=\"1177\",opcodes=\"8d 48 ff\",inst=\"lea -0x1(%rax),%ecx\"},
{address=\"0x00007ffff5c22c3a\",func-name=\"rfft_\",offset=\"1180\",opcodes=\"c7 45 ec 02 00 00 00\",inst=\"movl $0x2,-0x14(%rbp)\"},
{address=\"0x00007ffff5c22c41\",func-name=\"rfft_\",offset=\"1187\",opcodes=\"39 4d ec\",inst=\"cmp %ecx,-0x14(%rbp)\"},
{address=\"0x00007ffff5c22c44\",func-name=\"rfft_\",offset=\"1190\",opcodes=\"0f 9f c0\",inst=\"setg %al\"},
{address=\"0x00007ffff5c22c47\",func-name=\"rfft_\",offset=\"1193\",opcodes=\"0f b6 c0\",inst=\"movzbl %al,%eax\"},
{address=\"0x00007ffff5c22c4a\",func-name=\"rfft_\",offset=\"1196\",opcodes=\"85 c0\",inst=\"test %eax,%eax\"},
{address=\"0x00007ffff5c22c4c\",func-name=\"rfft_\",offset=\"1198\",opcodes=\"0f 85 d8 02 00 00\",inst=\"jne 0x7ffff5c22f2a <rfft_+1932>\"},
{address=\"0x00007ffff5c22c52\",func-name=\"rfft_\",offset=\"1204\",opcodes=\"8b 45 ec\",inst=\"mov -0x14(%rbp),%eax\"},
{address=\"0x00007ffff5c22c55\",func-name=\"rfft_\",offset=\"1207\",opcodes=\"01 c0\",inst=\"add %eax,%eax\"},
{address=\"0x00007ffff5c22c57\",func-name=\"rfft_\",offset=\"1209\",opcodes=\"83 e8 01\",inst=\"sub $0x1,%eax\"},
{address=\"0x00007ffff5c22c5a\",func-name=\"rfft_\",offset=\"1212\",opcodes=\"89 45 bc\",inst=\"mov %eax,-0x44(%rbp)\"},
{address=\"0x00007ffff5c22c5d\",func-name=\"rfft_\",offset=\"1215\",opcodes=\"8b 45 bc\",inst=\"mov -0x44(%rbp),%eax\"},
{address=\"0x00007ffff5c22c60\",func-name=\"rfft_\",offset=\"1218\",opcodes=\"89 45 b8\",inst=\"mov %eax,-0x48(%rbp)\"},
{address=\"0x00007ffff5c22c63\",func-name=\"rfft_\",offset=\"1221\",opcodes=\"8b 45 bc\",inst=\"mov -0x44(%rbp),%eax\"},
{address=\"0x00007ffff5c22c66\",func-name=\"rfft_\",offset=\"1224\",opcodes=\"83 c0 01\",inst=\"add $0x1,%eax\"},
{address=\"0x00007ffff5c22c69\",func-name=\"rfft_\",offset=\"1227\",opcodes=\"89 45 b4\",inst=\"mov %eax,-0x4c(%rbp)\"},
{address=\"0x00007ffff5c22c6c\",func-name=\"rfft_\",offset=\"1230\",opcodes=\"8b 45 c8\",inst=\"mov -0x38(%rbp),%eax\"},
{address=\"0x00007ffff5c22c6f\",func-name=\"rfft_\",offset=\"1233\",opcodes=\"2b 45 bc\",inst=\"sub -0x44(%rbp),%eax\"},
{address=\"0x00007ffff5c22c72\",func-name=\"rfft_\",offset=\"1236\",opcodes=\"89 45 b0\",inst=\"mov %eax,-0x50(%rbp)\"},
{address=\"0x00007ffff5c22c75\",func-name=\"rfft_\",offset=\"1239\",opcodes=\"8b 45 c8\",inst=\"mov -0x38(%rbp),%eax\"},
{address=\"0x00007ffff5c22c78\",func-name=\"rfft_\",offset=\"1242\",opcodes=\"2b 45 bc\",inst=\"sub -0x44(%rbp),%eax\"},
{address=\"0x00007ffff5c22c7b\",func-name=\"rfft_\",offset=\"1245\",opcodes=\"83 c0 01\",inst=\"add $0x1,%eax\"},
{address=\"0x00007ffff5c22c7e\",func-name=\"rfft_\",offset=\"1248\",opcodes=\"89 45 ac\",inst=\"mov %eax,-0x54(%rbp)\"},
{address=\"0x00007ffff5c22c81\",func-name=\"rfft_\",offset=\"1251\",opcodes=\"49 8d 14 1c\",inst=\"lea (%r12,%rbx,1),%rdx\"},
{address=\"0x00007ffff5c22c85\",func-name=\"rfft_\",offset=\"1255\",opcodes=\"8b 45 b8\",inst=\"mov -0x48(%rbp),%eax\"},
{address=\"0x00007ffff5c22c88\",func-name=\"rfft_\",offset=\"1258\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22c8a\",func-name=\"rfft_\",offset=\"1260\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c22c8d\",func-name=\"rfft_\",offset=\"1263\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22c94\",func-name=\"rfft_\",offset=\"1270\",opcodes=\"f3 0f 10 0c 90\",inst=\"movss (%rax,%rdx,4),%xmm1\"},
{address=\"0x00007ffff5c22c99\",func-name=\"rfft_\",offset=\"1275\",opcodes=\"48 8d 04 1b\",inst=\"lea (%rbx,%rbx,1),%rax\"},
{address=\"0x00007ffff5c22c9d\",func-name=\"rfft_\",offset=\"1279\",opcodes=\"49 8d 14 04\",inst=\"lea (%r12,%rax,1),%rdx\"},
{address=\"0x00007ffff5c22ca1\",func-name=\"rfft_\",offset=\"1283\",opcodes=\"8b 45 b0\",inst=\"mov -0x50(%rbp),%eax\"},
{address=\"0x00007ffff5c22ca4\",func-name=\"rfft_\",offset=\"1286\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22ca6\",func-name=\"rfft_\",offset=\"1288\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c22ca9\",func-name=\"rfft_\",offset=\"1291\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22cb0\",func-name=\"rfft_\",offset=\"1298\",opcodes=\"f3 0f 10 04 90\",inst=\"movss (%rax,%rdx,4),%xmm0\"},
{address=\"0x00007ffff5c22cb5\",func-name=\"rfft_\",offset=\"1303\",opcodes=\"f3 0f 58 c1\",inst=\"addss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c22cb9\",func-name=\"rfft_\",offset=\"1307\",opcodes=\"f3 0f 11 45 a8\",inst=\"movss %xmm0,-0x58(%rbp)\"},
{address=\"0x00007ffff5c22cbe\",func-name=\"rfft_\",offset=\"1312\",opcodes=\"49 8d 14 1c\",inst=\"lea (%r12,%rbx,1),%rdx\"},
{address=\"0x00007ffff5c22cc2\",func-name=\"rfft_\",offset=\"1316\",opcodes=\"8b 45 b4\",inst=\"mov -0x4c(%rbp),%eax\"},
{address=\"0x00007ffff5c22cc5\",func-name=\"rfft_\",offset=\"1319\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22cc7\",func-name=\"rfft_\",offset=\"1321\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c22cca\",func-name=\"rfft_\",offset=\"1324\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22cd1\",func-name=\"rfft_\",offset=\"1331\",opcodes=\"f3 0f 10 04 90\",inst=\"movss (%rax,%rdx,4),%xmm0\"},
{address=\"0x00007ffff5c22cd6\",func-name=\"rfft_\",offset=\"1336\",opcodes=\"48 8d 04 1b\",inst=\"lea (%rbx,%rbx,1),%rax\"},
{address=\"0x00007ffff5c22cda\",func-name=\"rfft_\",offset=\"1340\",opcodes=\"49 8d 14 04\",inst=\"lea (%r12,%rax,1),%rdx\"},
{address=\"0x00007ffff5c22cde\",func-name=\"rfft_\",offset=\"1344\",opcodes=\"8b 45 ac\",inst=\"mov -0x54(%rbp),%eax\"},
{address=\"0x00007ffff5c22ce1\",func-name=\"rfft_\",offset=\"1347\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22ce3\",func-name=\"rfft_\",offset=\"1349\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c22ce6\",func-name=\"rfft_\",offset=\"1352\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22ced\",func-name=\"rfft_\",offset=\"1359\",opcodes=\"f3 0f 10 0c 90\",inst=\"movss (%rax,%rdx,4),%xmm1\"},
{address=\"0x00007ffff5c22cf2\",func-name=\"rfft_\",offset=\"1364\",opcodes=\"f3 0f 5c c1\",inst=\"subss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c22cf6\",func-name=\"rfft_\",offset=\"1368\",opcodes=\"f3 0f 11 45 a4\",inst=\"movss %xmm0,-0x5c(%rbp)\"},
{address=\"0x00007ffff5c22cfb\",func-name=\"rfft_\",offset=\"1373\",opcodes=\"49 8d 14 1c\",inst=\"lea (%r12,%rbx,1),%rdx\"},
{address=\"0x00007ffff5c22cff\",func-name=\"rfft_\",offset=\"1377\",opcodes=\"8b 45 b4\",inst=\"mov -0x4c(%rbp),%eax\"},
{address=\"0x00007ffff5c22d02\",func-name=\"rfft_\",offset=\"1380\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22d04\",func-name=\"rfft_\",offset=\"1382\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c22d07\",func-name=\"rfft_\",offset=\"1385\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22d0e\",func-name=\"rfft_\",offset=\"1392\",opcodes=\"f3 0f 10 0c 90\",inst=\"movss (%rax,%rdx,4),%xmm1\"},
{address=\"0x00007ffff5c22d13\",func-name=\"rfft_\",offset=\"1397\",opcodes=\"48 8d 04 1b\",inst=\"lea (%rbx,%rbx,1),%rax\"},
{address=\"0x00007ffff5c22d17\",func-name=\"rfft_\",offset=\"1401\",opcodes=\"49 8d 14 04\",inst=\"lea (%r12,%rax,1),%rdx\"},
{address=\"0x00007ffff5c22d1b\",func-name=\"rfft_\",offset=\"1405\",opcodes=\"8b 45 ac\",inst=\"mov -0x54(%rbp),%eax\"},
{address=\"0x00007ffff5c22d1e\",func-name=\"rfft_\",offset=\"1408\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22d20\",func-name=\"rfft_\",offset=\"1410\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c22d23\",func-name=\"rfft_\",offset=\"1413\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22d2a\",func-name=\"rfft_\",offset=\"1420\",opcodes=\"f3 0f 10 04 90\",inst=\"movss (%rax,%rdx,4),%xmm0\"},
{address=\"0x00007ffff5c22d2f\",func-name=\"rfft_\",offset=\"1425\",opcodes=\"f3 0f 58 c1\",inst=\"addss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c22d33\",func-name=\"rfft_\",offset=\"1429\",opcodes=\"f3 0f 11 45 a0\",inst=\"movss %xmm0,-0x60(%rbp)\"},
{address=\"0x00007ffff5c22d38\",func-name=\"rfft_\",offset=\"1434\",opcodes=\"48 8d 04 1b\",inst=\"lea (%rbx,%rbx,1),%rax\"},
{address=\"0x00007ffff5c22d3c\",func-name=\"rfft_\",offset=\"1438\",opcodes=\"49 8d 14 04\",inst=\"lea (%r12,%rax,1),%rdx\"},
{address=\"0x00007ffff5c22d40\",func-name=\"rfft_\",offset=\"1442\",opcodes=\"8b 45 b0\",inst=\"mov -0x50(%rbp),%eax\"},
{address=\"0x00007ffff5c22d43\",func-name=\"rfft_\",offset=\"1445\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22d45\",func-name=\"rfft_\",offset=\"1447\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c22d48\",func-name=\"rfft_\",offset=\"1450\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22d4f\",func-name=\"rfft_\",offset=\"1457\",opcodes=\"f3 0f 10 04 90\",inst=\"movss (%rax,%rdx,4),%xmm0\"},
{address=\"0x00007ffff5c22d54\",func-name=\"rfft_\",offset=\"1462\",opcodes=\"49 8d 14 1c\",inst=\"lea (%r12,%rbx,1),%rdx\"},
{address=\"0x00007ffff5c22d58\",func-name=\"rfft_\",offset=\"1466\",opcodes=\"8b 45 b8\",inst=\"mov -0x48(%rbp),%eax\"},
{address=\"0x00007ffff5c22d5b\",func-name=\"rfft_\",offset=\"1469\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22d5d\",func-name=\"rfft_\",offset=\"1471\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c22d60\",func-name=\"rfft_\",offset=\"1474\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22d67\",func-name=\"rfft_\",offset=\"1481\",opcodes=\"f3 0f 10 0c 90\",inst=\"movss (%rax,%rdx,4),%xmm1\"},
{address=\"0x00007ffff5c22d6c\",func-name=\"rfft_\",offset=\"1486\",opcodes=\"f3 0f 5c c1\",inst=\"subss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c22d70\",func-name=\"rfft_\",offset=\"1490\",opcodes=\"f3 0f 11 45 9c\",inst=\"movss %xmm0,-0x64(%rbp)\"},
{address=\"0x00007ffff5c22d75\",func-name=\"rfft_\",offset=\"1495\",opcodes=\"8b 45 ec\",inst=\"mov -0x14(%rbp),%eax\"},
{address=\"0x00007ffff5c22d78\",func-name=\"rfft_\",offset=\"1498\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22d7a\",func-name=\"rfft_\",offset=\"1500\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c22d7e\",func-name=\"rfft_\",offset=\"1504\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c22d86\",func-name=\"rfft_\",offset=\"1512\",opcodes=\"48 8d 05 33 dd 23 00\",inst=\"lea 0x23dd33(%rip),%rax # 0x7ffff5e60ac0 <wr.4461>\"},
{address=\"0x00007ffff5c22d8d\",func-name=\"rfft_\",offset=\"1519\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c22d92\",func-name=\"rfft_\",offset=\"1524\",opcodes=\"f3 0f 59 45 a0\",inst=\"mulss -0x60(%rbp),%xmm0\"},
{address=\"0x00007ffff5c22d97\",func-name=\"rfft_\",offset=\"1529\",opcodes=\"f3 0f 58 45 a8\",inst=\"addss -0x58(%rbp),%xmm0\"},
{address=\"0x00007ffff5c22d9c\",func-name=\"rfft_\",offset=\"1534\",opcodes=\"8b 45 ec\",inst=\"mov -0x14(%rbp),%eax\"},
{address=\"0x00007ffff5c22d9f\",func-name=\"rfft_\",offset=\"1537\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22da1\",func-name=\"rfft_\",offset=\"1539\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c22da5\",func-name=\"rfft_\",offset=\"1543\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c22dad\",func-name=\"rfft_\",offset=\"1551\",opcodes=\"48 8d 05 0c dd 24 00\",inst=\"lea 0x24dd0c(%rip),%rax # 0x7ffff5e70ac0 <wi.4452>\"},
{address=\"0x00007ffff5c22db4\",func-name=\"rfft_\",offset=\"1558\",opcodes=\"f3 0f 10 0c 02\",inst=\"movss (%rdx,%rax,1),%xmm1\"},
{address=\"0x00007ffff5c22db9\",func-name=\"rfft_\",offset=\"1563\",opcodes=\"f3 0f 59 4d 9c\",inst=\"mulss -0x64(%rbp),%xmm1\"},
{address=\"0x00007ffff5c22dbe\",func-name=\"rfft_\",offset=\"1568\",opcodes=\"49 8d 14 1c\",inst=\"lea (%r12,%rbx,1),%rdx\"},
{address=\"0x00007ffff5c22dc2\",func-name=\"rfft_\",offset=\"1572\",opcodes=\"8b 45 b8\",inst=\"mov -0x48(%rbp),%eax\"},
{address=\"0x00007ffff5c22dc5\",func-name=\"rfft_\",offset=\"1575\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22dc7\",func-name=\"rfft_\",offset=\"1577\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c22dca\",func-name=\"rfft_\",offset=\"1580\",opcodes=\"f3 0f 5c c1\",inst=\"subss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c22dce\",func-name=\"rfft_\",offset=\"1584\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22dd5\",func-name=\"rfft_\",offset=\"1591\",opcodes=\"f3 0f 11 04 90\",inst=\"movss %xmm0,(%rax,%rdx,4)\"},
{address=\"0x00007ffff5c22dda\",func-name=\"rfft_\",offset=\"1596\",opcodes=\"8b 45 ec\",inst=\"mov -0x14(%rbp),%eax\"},
{address=\"0x00007ffff5c22ddd\",func-name=\"rfft_\",offset=\"1599\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22ddf\",func-name=\"rfft_\",offset=\"1601\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c22de3\",func-name=\"rfft_\",offset=\"1605\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c22deb\",func-name=\"rfft_\",offset=\"1613\",opcodes=\"48 8d 05 ce dc 23 00\",inst=\"lea 0x23dcce(%rip),%rax # 0x7ffff5e60ac0 <wr.4461>\"},
{address=\"0x00007ffff5c22df2\",func-name=\"rfft_\",offset=\"1620\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c22df7\",func-name=\"rfft_\",offset=\"1625\",opcodes=\"f3 0f 59 45 9c\",inst=\"mulss -0x64(%rbp),%xmm0\"},
{address=\"0x00007ffff5c22dfc\",func-name=\"rfft_\",offset=\"1630\",opcodes=\"0f 28 c8\",inst=\"movaps %xmm0,%xmm1\"},
{address=\"0x00007ffff5c22dff\",func-name=\"rfft_\",offset=\"1633\",opcodes=\"f3 0f 58 4d a4\",inst=\"addss -0x5c(%rbp),%xmm1\"},
{address=\"0x00007ffff5c22e04\",func-name=\"rfft_\",offset=\"1638\",opcodes=\"8b 45 ec\",inst=\"mov -0x14(%rbp),%eax\"},
{address=\"0x00007ffff5c22e07\",func-name=\"rfft_\",offset=\"1641\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22e09\",func-name=\"rfft_\",offset=\"1643\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c22e0d\",func-name=\"rfft_\",offset=\"1647\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c22e15\",func-name=\"rfft_\",offset=\"1655\",opcodes=\"48 8d 05 a4 dc 24 00\",inst=\"lea 0x24dca4(%rip),%rax # 0x7ffff5e70ac0 <wi.4452>\"},
{address=\"0x00007ffff5c22e1c\",func-name=\"rfft_\",offset=\"1662\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c22e21\",func-name=\"rfft_\",offset=\"1667\",opcodes=\"f3 0f 59 45 a0\",inst=\"mulss -0x60(%rbp),%xmm0\"},
{address=\"0x00007ffff5c22e26\",func-name=\"rfft_\",offset=\"1672\",opcodes=\"49 8d 14 1c\",inst=\"lea (%r12,%rbx,1),%rdx\"},
{address=\"0x00007ffff5c22e2a\",func-name=\"rfft_\",offset=\"1676\",opcodes=\"8b 45 b4\",inst=\"mov -0x4c(%rbp),%eax\"},
{address=\"0x00007ffff5c22e2d\",func-name=\"rfft_\",offset=\"1679\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22e2f\",func-name=\"rfft_\",offset=\"1681\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c22e32\",func-name=\"rfft_\",offset=\"1684\",opcodes=\"f3 0f 58 c1\",inst=\"addss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c22e36\",func-name=\"rfft_\",offset=\"1688\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22e3d\",func-name=\"rfft_\",offset=\"1695\",opcodes=\"f3 0f 11 04 90\",inst=\"movss %xmm0,(%rax,%rdx,4)\"},
{address=\"0x00007ffff5c22e42\",func-name=\"rfft_\",offset=\"1700\",opcodes=\"8b 45 ec\",inst=\"mov -0x14(%rbp),%eax\"},
{address=\"0x00007ffff5c22e45\",func-name=\"rfft_\",offset=\"1703\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22e47\",func-name=\"rfft_\",offset=\"1705\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c22e4b\",func-name=\"rfft_\",offset=\"1709\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c22e53\",func-name=\"rfft_\",offset=\"1717\",opcodes=\"48 8d 05 66 dc 23 00\",inst=\"lea 0x23dc66(%rip),%rax # 0x7ffff5e60ac0 <wr.4461>\"},
{address=\"0x00007ffff5c22e5a\",func-name=\"rfft_\",offset=\"1724\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c22e5f\",func-name=\"rfft_\",offset=\"1729\",opcodes=\"0f 28 c8\",inst=\"movaps %xmm0,%xmm1\"},
{address=\"0x00007ffff5c22e62\",func-name=\"rfft_\",offset=\"1732\",opcodes=\"f3 0f 59 4d a0\",inst=\"mulss -0x60(%rbp),%xmm1\"},
{address=\"0x00007ffff5c22e67\",func-name=\"rfft_\",offset=\"1737\",opcodes=\"f3 0f 10 45 a8\",inst=\"movss -0x58(%rbp),%xmm0\"},
{address=\"0x00007ffff5c22e6c\",func-name=\"rfft_\",offset=\"1742\",opcodes=\"f3 0f 5c c1\",inst=\"subss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c22e70\",func-name=\"rfft_\",offset=\"1746\",opcodes=\"0f 28 c8\",inst=\"movaps %xmm0,%xmm1\"},
{address=\"0x00007ffff5c22e73\",func-name=\"rfft_\",offset=\"1749\",opcodes=\"8b 45 ec\",inst=\"mov -0x14(%rbp),%eax\"},
{address=\"0x00007ffff5c22e76\",func-name=\"rfft_\",offset=\"1752\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22e78\",func-name=\"rfft_\",offset=\"1754\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c22e7c\",func-name=\"rfft_\",offset=\"1758\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c22e84\",func-name=\"rfft_\",offset=\"1766\",opcodes=\"48 8d 05 35 dc 24 00\",inst=\"lea 0x24dc35(%rip),%rax # 0x7ffff5e70ac0 <wi.4452>\"},
{address=\"0x00007ffff5c22e8b\",func-name=\"rfft_\",offset=\"1773\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c22e90\",func-name=\"rfft_\",offset=\"1778\",opcodes=\"f3 0f 59 45 9c\",inst=\"mulss -0x64(%rbp),%xmm0\"},
{address=\"0x00007ffff5c22e95\",func-name=\"rfft_\",offset=\"1783\",opcodes=\"48 8d 04 1b\",inst=\"lea (%rbx,%rbx,1),%rax\"},
{address=\"0x00007ffff5c22e99\",func-name=\"rfft_\",offset=\"1787\",opcodes=\"49 8d 14 04\",inst=\"lea (%r12,%rax,1),%rdx\"},
{address=\"0x00007ffff5c22e9d\",func-name=\"rfft_\",offset=\"1791\",opcodes=\"8b 45 b0\",inst=\"mov -0x50(%rbp),%eax\"},
{address=\"0x00007ffff5c22ea0\",func-name=\"rfft_\",offset=\"1794\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22ea2\",func-name=\"rfft_\",offset=\"1796\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c22ea5\",func-name=\"rfft_\",offset=\"1799\",opcodes=\"f3 0f 58 c1\",inst=\"addss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c22ea9\",func-name=\"rfft_\",offset=\"1803\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22eb0\",func-name=\"rfft_\",offset=\"1810\",opcodes=\"f3 0f 11 04 90\",inst=\"movss %xmm0,(%rax,%rdx,4)\"},
{address=\"0x00007ffff5c22eb5\",func-name=\"rfft_\",offset=\"1815\",opcodes=\"8b 45 ec\",inst=\"mov -0x14(%rbp),%eax\"},
{address=\"0x00007ffff5c22eb8\",func-name=\"rfft_\",offset=\"1818\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22eba\",func-name=\"rfft_\",offset=\"1820\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c22ebe\",func-name=\"rfft_\",offset=\"1824\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c22ec6\",func-name=\"rfft_\",offset=\"1832\",opcodes=\"48 8d 05 f3 db 23 00\",inst=\"lea 0x23dbf3(%rip),%rax # 0x7ffff5e60ac0 <wr.4461>\"},
{address=\"0x00007ffff5c22ecd\",func-name=\"rfft_\",offset=\"1839\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c22ed2\",func-name=\"rfft_\",offset=\"1844\",opcodes=\"f3 0f 59 45 9c\",inst=\"mulss -0x64(%rbp),%xmm0\"},
{address=\"0x00007ffff5c22ed7\",func-name=\"rfft_\",offset=\"1849\",opcodes=\"0f 28 c8\",inst=\"movaps %xmm0,%xmm1\"},
{address=\"0x00007ffff5c22eda\",func-name=\"rfft_\",offset=\"1852\",opcodes=\"f3 0f 5c 4d a4\",inst=\"subss -0x5c(%rbp),%xmm1\"},
{address=\"0x00007ffff5c22edf\",func-name=\"rfft_\",offset=\"1857\",opcodes=\"8b 45 ec\",inst=\"mov -0x14(%rbp),%eax\"},
{address=\"0x00007ffff5c22ee2\",func-name=\"rfft_\",offset=\"1860\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22ee4\",func-name=\"rfft_\",offset=\"1862\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c22ee8\",func-name=\"rfft_\",offset=\"1866\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c22ef0\",func-name=\"rfft_\",offset=\"1874\",opcodes=\"48 8d 05 c9 db 24 00\",inst=\"lea 0x24dbc9(%rip),%rax # 0x7ffff5e70ac0 <wi.4452>\"},
{address=\"0x00007ffff5c22ef7\",func-name=\"rfft_\",offset=\"1881\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c22efc\",func-name=\"rfft_\",offset=\"1886\",opcodes=\"f3 0f 59 45 a0\",inst=\"mulss -0x60(%rbp),%xmm0\"},
{address=\"0x00007ffff5c22f01\",func-name=\"rfft_\",offset=\"1891\",opcodes=\"48 8d 04 1b\",inst=\"lea (%rbx,%rbx,1),%rax\"},
{address=\"0x00007ffff5c22f05\",func-name=\"rfft_\",offset=\"1895\",opcodes=\"49 8d 14 04\",inst=\"lea (%r12,%rax,1),%rdx\"},
{address=\"0x00007ffff5c22f09\",func-name=\"rfft_\",offset=\"1899\",opcodes=\"8b 45 ac\",inst=\"mov -0x54(%rbp),%eax\"},
{address=\"0x00007ffff5c22f0c\",func-name=\"rfft_\",offset=\"1902\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22f0e\",func-name=\"rfft_\",offset=\"1904\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c22f11\",func-name=\"rfft_\",offset=\"1907\",opcodes=\"f3 0f 58 c1\",inst=\"addss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c22f15\",func-name=\"rfft_\",offset=\"1911\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22f1c\",func-name=\"rfft_\",offset=\"1918\",opcodes=\"f3 0f 11 04 90\",inst=\"movss %xmm0,(%rax,%rdx,4)\"},
{address=\"0x00007ffff5c22f21\",func-name=\"rfft_\",offset=\"1923\",opcodes=\"83 45 ec 01\",inst=\"addl $0x1,-0x14(%rbp)\"},
{address=\"0x00007ffff5c22f25\",func-name=\"rfft_\",offset=\"1927\",opcodes=\"e9 17 fd ff ff\",inst=\"jmp 0x7ffff5c22c41 <rfft_+1187>\"},
{address=\"0x00007ffff5c22f2a\",func-name=\"rfft_\",offset=\"1932\",opcodes=\"90\",inst=\"nop\"},
{address=\"0x00007ffff5c22f2b\",func-name=\"rfft_\",offset=\"1933\",opcodes=\"48 8d 04 1b\",inst=\"lea (%rbx,%rbx,1),%rax\"},
{address=\"0x00007ffff5c22f2f\",func-name=\"rfft_\",offset=\"1937\",opcodes=\"4c 01 e0\",inst=\"add %r12,%rax\"},
{address=\"0x00007ffff5c22f32\",func-name=\"rfft_\",offset=\"1940\",opcodes=\"48 8d 50 01\",inst=\"lea 0x1(%rax),%rdx\"},
{address=\"0x00007ffff5c22f36\",func-name=\"rfft_\",offset=\"1944\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22f3d\",func-name=\"rfft_\",offset=\"1951\",opcodes=\"f3 0f 10 04 90\",inst=\"movss (%rax,%rdx,4),%xmm0\"},
{address=\"0x00007ffff5c22f42\",func-name=\"rfft_\",offset=\"1956\",opcodes=\"f3 0f 58 c0\",inst=\"addss %xmm0,%xmm0\"},
{address=\"0x00007ffff5c22f46\",func-name=\"rfft_\",offset=\"1960\",opcodes=\"f3 0f 11 45 a8\",inst=\"movss %xmm0,-0x58(%rbp)\"},
{address=\"0x00007ffff5c22f4b\",func-name=\"rfft_\",offset=\"1965\",opcodes=\"48 8d 04 1b\",inst=\"lea (%rbx,%rbx,1),%rax\"},
{address=\"0x00007ffff5c22f4f\",func-name=\"rfft_\",offset=\"1969\",opcodes=\"4c 01 e0\",inst=\"add %r12,%rax\"},
{address=\"0x00007ffff5c22f52\",func-name=\"rfft_\",offset=\"1972\",opcodes=\"48 8d 50 02\",inst=\"lea 0x2(%rax),%rdx\"},
{address=\"0x00007ffff5c22f56\",func-name=\"rfft_\",offset=\"1976\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22f5d\",func-name=\"rfft_\",offset=\"1983\",opcodes=\"f3 0f 10 04 90\",inst=\"movss (%rax,%rdx,4),%xmm0\"},
{address=\"0x00007ffff5c22f62\",func-name=\"rfft_\",offset=\"1988\",opcodes=\"f3 0f 58 c0\",inst=\"addss %xmm0,%xmm0\"},
{address=\"0x00007ffff5c22f66\",func-name=\"rfft_\",offset=\"1992\",opcodes=\"f3 0f 11 45 a0\",inst=\"movss %xmm0,-0x60(%rbp)\"},
{address=\"0x00007ffff5c22f6b\",func-name=\"rfft_\",offset=\"1997\",opcodes=\"8b 45 e8\",inst=\"mov -0x18(%rbp),%eax\"},
{address=\"0x00007ffff5c22f6e\",func-name=\"rfft_\",offset=\"2000\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22f70\",func-name=\"rfft_\",offset=\"2002\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c22f74\",func-name=\"rfft_\",offset=\"2006\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c22f7c\",func-name=\"rfft_\",offset=\"2014\",opcodes=\"48 8d 05 3d db 23 00\",inst=\"lea 0x23db3d(%rip),%rax # 0x7ffff5e60ac0 <wr.4461>\"},
{address=\"0x00007ffff5c22f83\",func-name=\"rfft_\",offset=\"2021\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c22f88\",func-name=\"rfft_\",offset=\"2026\",opcodes=\"0f 28 c8\",inst=\"movaps %xmm0,%xmm1\"},
{address=\"0x00007ffff5c22f8b\",func-name=\"rfft_\",offset=\"2029\",opcodes=\"f3 0f 59 4d a0\",inst=\"mulss -0x60(%rbp),%xmm1\"},
{address=\"0x00007ffff5c22f90\",func-name=\"rfft_\",offset=\"2034\",opcodes=\"48 8d 04 1b\",inst=\"lea (%rbx,%rbx,1),%rax\"},
{address=\"0x00007ffff5c22f94\",func-name=\"rfft_\",offset=\"2038\",opcodes=\"4c 01 e0\",inst=\"add %r12,%rax\"},
{address=\"0x00007ffff5c22f97\",func-name=\"rfft_\",offset=\"2041\",opcodes=\"48 8d 50 01\",inst=\"lea 0x1(%rax),%rdx\"},
{address=\"0x00007ffff5c22f9b\",func-name=\"rfft_\",offset=\"2045\",opcodes=\"f3 0f 10 45 a8\",inst=\"movss -0x58(%rbp),%xmm0\"},
{address=\"0x00007ffff5c22fa0\",func-name=\"rfft_\",offset=\"2050\",opcodes=\"f3 0f 5c c1\",inst=\"subss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c22fa4\",func-name=\"rfft_\",offset=\"2054\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22fab\",func-name=\"rfft_\",offset=\"2061\",opcodes=\"f3 0f 11 04 90\",inst=\"movss %xmm0,(%rax,%rdx,4)\"},
{address=\"0x00007ffff5c22fb0\",func-name=\"rfft_\",offset=\"2066\",opcodes=\"8b 45 e8\",inst=\"mov -0x18(%rbp),%eax\"},
{address=\"0x00007ffff5c22fb3\",func-name=\"rfft_\",offset=\"2069\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22fb5\",func-name=\"rfft_\",offset=\"2071\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c22fb9\",func-name=\"rfft_\",offset=\"2075\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c22fc1\",func-name=\"rfft_\",offset=\"2083\",opcodes=\"48 8d 05 f8 da 24 00\",inst=\"lea 0x24daf8(%rip),%rax # 0x7ffff5e70ac0 <wi.4452>\"},
{address=\"0x00007ffff5c22fc8\",func-name=\"rfft_\",offset=\"2090\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c22fcd\",func-name=\"rfft_\",offset=\"2095\",opcodes=\"48 8d 04 1b\",inst=\"lea (%rbx,%rbx,1),%rax\"},
{address=\"0x00007ffff5c22fd1\",func-name=\"rfft_\",offset=\"2099\",opcodes=\"4c 01 e0\",inst=\"add %r12,%rax\"},
{address=\"0x00007ffff5c22fd4\",func-name=\"rfft_\",offset=\"2102\",opcodes=\"48 8d 50 02\",inst=\"lea 0x2(%rax),%rdx\"},
{address=\"0x00007ffff5c22fd8\",func-name=\"rfft_\",offset=\"2106\",opcodes=\"f3 0f 59 45 a0\",inst=\"mulss -0x60(%rbp),%xmm0\"},
{address=\"0x00007ffff5c22fdd\",func-name=\"rfft_\",offset=\"2111\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c22fe4\",func-name=\"rfft_\",offset=\"2118\",opcodes=\"f3 0f 11 04 90\",inst=\"movss %xmm0,(%rax,%rdx,4)\"},
{address=\"0x00007ffff5c22fe9\",func-name=\"rfft_\",offset=\"2123\",opcodes=\"e9 a9 05 00 00\",inst=\"jmp 0x7ffff5c23597 <rfft_+3577>\"},
{address=\"0x00007ffff5c22fee\",func-name=\"rfft_\",offset=\"2128\",opcodes=\"8b 45 e4\",inst=\"mov -0x1c(%rbp),%eax\"},
{address=\"0x00007ffff5c22ff1\",func-name=\"rfft_\",offset=\"2131\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c22ff3\",func-name=\"rfft_\",offset=\"2133\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c22ff7\",func-name=\"rfft_\",offset=\"2137\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c22fff\",func-name=\"rfft_\",offset=\"2145\",opcodes=\"48 8d 05 1a d3 21 00\",inst=\"lea 0x21d31a(%rip),%rax # 0x7ffff5e40320 <wprtab.4459>\"},
{address=\"0x00007ffff5c23006\",func-name=\"rfft_\",offset=\"2152\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c2300b\",func-name=\"rfft_\",offset=\"2157\",opcodes=\"f3 0f 11 45 c4\",inst=\"movss %xmm0,-0x3c(%rbp)\"},
{address=\"0x00007ffff5c23010\",func-name=\"rfft_\",offset=\"2162\",opcodes=\"8b 45 e4\",inst=\"mov -0x1c(%rbp),%eax\"},
{address=\"0x00007ffff5c23013\",func-name=\"rfft_\",offset=\"2165\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c23015\",func-name=\"rfft_\",offset=\"2167\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c23019\",func-name=\"rfft_\",offset=\"2171\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c23021\",func-name=\"rfft_\",offset=\"2179\",opcodes=\"48 8d 05 58 d3 21 00\",inst=\"lea 0x21d358(%rip),%rax # 0x7ffff5e40380 <wpitab.4456>\"},
{address=\"0x00007ffff5c23028\",func-name=\"rfft_\",offset=\"2186\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c2302d\",func-name=\"rfft_\",offset=\"2191\",opcodes=\"f3 0f 11 45 c0\",inst=\"movss %xmm0,-0x40(%rbp)\"},
{address=\"0x00007ffff5c23032\",func-name=\"rfft_\",offset=\"2196\",opcodes=\"49 8d 04 1c\",inst=\"lea (%r12,%rbx,1),%rax\"},
{address=\"0x00007ffff5c23036\",func-name=\"rfft_\",offset=\"2200\",opcodes=\"48 8d 50 01\",inst=\"lea 0x1(%rax),%rdx\"},
{address=\"0x00007ffff5c2303a\",func-name=\"rfft_\",offset=\"2204\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c23041\",func-name=\"rfft_\",offset=\"2211\",opcodes=\"f3 0f 10 04 90\",inst=\"movss (%rax,%rdx,4),%xmm0\"},
{address=\"0x00007ffff5c23046\",func-name=\"rfft_\",offset=\"2216\",opcodes=\"f3 0f 11 05 72 da 25 00\",inst=\"movss %xmm0,0x25da72(%rip) # 0x7ffff5e80ac0 <wt.4464>\"},
{address=\"0x00007ffff5c2304e\",func-name=\"rfft_\",offset=\"2224\",opcodes=\"f3 0f 10 0d 6a da 25 00\",inst=\"movss 0x25da6a(%rip),%xmm1 # 0x7ffff5e80ac0 <wt.4464>\"},
{address=\"0x00007ffff5c23056\",func-name=\"rfft_\",offset=\"2232\",opcodes=\"49 8d 04 1c\",inst=\"lea (%r12,%rbx,1),%rax\"},
{address=\"0x00007ffff5c2305a\",func-name=\"rfft_\",offset=\"2236\",opcodes=\"48 8d 50 02\",inst=\"lea 0x2(%rax),%rdx\"},
{address=\"0x00007ffff5c2305e\",func-name=\"rfft_\",offset=\"2240\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c23065\",func-name=\"rfft_\",offset=\"2247\",opcodes=\"f3 0f 10 04 90\",inst=\"movss (%rax,%rdx,4),%xmm0\"},
{address=\"0x00007ffff5c2306a\",func-name=\"rfft_\",offset=\"2252\",opcodes=\"49 8d 04 1c\",inst=\"lea (%r12,%rbx,1),%rax\"},
{address=\"0x00007ffff5c2306e\",func-name=\"rfft_\",offset=\"2256\",opcodes=\"48 8d 50 01\",inst=\"lea 0x1(%rax),%rdx\"},
{address=\"0x00007ffff5c23072\",func-name=\"rfft_\",offset=\"2260\",opcodes=\"f3 0f 58 c1\",inst=\"addss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c23076\",func-name=\"rfft_\",offset=\"2264\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c2307d\",func-name=\"rfft_\",offset=\"2271\",opcodes=\"f3 0f 11 04 90\",inst=\"movss %xmm0,(%rax,%rdx,4)\"},
{address=\"0x00007ffff5c23082\",func-name=\"rfft_\",offset=\"2276\",opcodes=\"f3 0f 10 05 36 da 25 00\",inst=\"movss 0x25da36(%rip),%xmm0 # 0x7ffff5e80ac0 <wt.4464>\"},
{address=\"0x00007ffff5c2308a\",func-name=\"rfft_\",offset=\"2284\",opcodes=\"49 8d 04 1c\",inst=\"lea (%r12,%rbx,1),%rax\"},
{address=\"0x00007ffff5c2308e\",func-name=\"rfft_\",offset=\"2288\",opcodes=\"48 8d 50 02\",inst=\"lea 0x2(%rax),%rdx\"},
{address=\"0x00007ffff5c23092\",func-name=\"rfft_\",offset=\"2292\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c23099\",func-name=\"rfft_\",offset=\"2299\",opcodes=\"f3 0f 10 0c 90\",inst=\"movss (%rax,%rdx,4),%xmm1\"},
{address=\"0x00007ffff5c2309e\",func-name=\"rfft_\",offset=\"2304\",opcodes=\"49 8d 04 1c\",inst=\"lea (%r12,%rbx,1),%rax\"},
{address=\"0x00007ffff5c230a2\",func-name=\"rfft_\",offset=\"2308\",opcodes=\"48 8d 50 02\",inst=\"lea 0x2(%rax),%rdx\"},
{address=\"0x00007ffff5c230a6\",func-name=\"rfft_\",offset=\"2312\",opcodes=\"f3 0f 5c c1\",inst=\"subss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c230aa\",func-name=\"rfft_\",offset=\"2316\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c230b1\",func-name=\"rfft_\",offset=\"2323\",opcodes=\"f3 0f 11 04 90\",inst=\"movss %xmm0,(%rax,%rdx,4)\"},
{address=\"0x00007ffff5c230b6\",func-name=\"rfft_\",offset=\"2328\",opcodes=\"8b 45 e8\",inst=\"mov -0x18(%rbp),%eax\"},
{address=\"0x00007ffff5c230b9\",func-name=\"rfft_\",offset=\"2331\",opcodes=\"c7 45 ec 02 00 00 00\",inst=\"movl $0x2,-0x14(%rbp)\"},
{address=\"0x00007ffff5c230c0\",func-name=\"rfft_\",offset=\"2338\",opcodes=\"39 45 ec\",inst=\"cmp %eax,-0x14(%rbp)\"},
{address=\"0x00007ffff5c230c3\",func-name=\"rfft_\",offset=\"2341\",opcodes=\"0f 9f c2\",inst=\"setg %dl\"},
{address=\"0x00007ffff5c230c6\",func-name=\"rfft_\",offset=\"2344\",opcodes=\"0f b6 d2\",inst=\"movzbl %dl,%edx\"},
{address=\"0x00007ffff5c230c9\",func-name=\"rfft_\",offset=\"2347\",opcodes=\"85 d2\",inst=\"test %edx,%edx\"},
{address=\"0x00007ffff5c230cb\",func-name=\"rfft_\",offset=\"2349\",opcodes=\"0f 85 da 00 00 00\",inst=\"jne 0x7ffff5c231ab <rfft_+2573>\"},
{address=\"0x00007ffff5c230d1\",func-name=\"rfft_\",offset=\"2355\",opcodes=\"8b 55 ec\",inst=\"mov -0x14(%rbp),%edx\"},
{address=\"0x00007ffff5c230d4\",func-name=\"rfft_\",offset=\"2358\",opcodes=\"48 63 d2\",inst=\"movslq %edx,%rdx\"},
{address=\"0x00007ffff5c230d7\",func-name=\"rfft_\",offset=\"2361\",opcodes=\"48 83 ea 01\",inst=\"sub $0x1,%rdx\"},
{address=\"0x00007ffff5c230db\",func-name=\"rfft_\",offset=\"2365\",opcodes=\"48 8d 0c 95 00 00 00 00\",inst=\"lea 0x0(,%rdx,4),%rcx\"},
{address=\"0x00007ffff5c230e3\",func-name=\"rfft_\",offset=\"2373\",opcodes=\"48 8d 15 d6 d9 25 00\",inst=\"lea 0x25d9d6(%rip),%rdx # 0x7ffff5e80ac0 <wt.4464>\"},
{address=\"0x00007ffff5c230ea\",func-name=\"rfft_\",offset=\"2380\",opcodes=\"f3 0f 10 45 dc\",inst=\"movss -0x24(%rbp),%xmm0\"},
{address=\"0x00007ffff5c230ef\",func-name=\"rfft_\",offset=\"2385\",opcodes=\"f3 0f 11 04 11\",inst=\"movss %xmm0,(%rcx,%rdx,1)\"},
{address=\"0x00007ffff5c230f4\",func-name=\"rfft_\",offset=\"2390\",opcodes=\"f3 0f 10 45 dc\",inst=\"movss -0x24(%rbp),%xmm0\"},
{address=\"0x00007ffff5c230f9\",func-name=\"rfft_\",offset=\"2395\",opcodes=\"f3 0f 59 45 c4\",inst=\"mulss -0x3c(%rbp),%xmm0\"},
{address=\"0x00007ffff5c230fe\",func-name=\"rfft_\",offset=\"2400\",opcodes=\"f3 0f 10 4d e0\",inst=\"movss -0x20(%rbp),%xmm1\"},
{address=\"0x00007ffff5c23103\",func-name=\"rfft_\",offset=\"2405\",opcodes=\"f3 0f 59 4d c0\",inst=\"mulss -0x40(%rbp),%xmm1\"},
{address=\"0x00007ffff5c23108\",func-name=\"rfft_\",offset=\"2410\",opcodes=\"f3 0f 5c c1\",inst=\"subss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c2310c\",func-name=\"rfft_\",offset=\"2414\",opcodes=\"f3 0f 10 4d dc\",inst=\"movss -0x24(%rbp),%xmm1\"},
{address=\"0x00007ffff5c23111\",func-name=\"rfft_\",offset=\"2419\",opcodes=\"f3 0f 58 c1\",inst=\"addss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c23115\",func-name=\"rfft_\",offset=\"2423\",opcodes=\"f3 0f 11 45 dc\",inst=\"movss %xmm0,-0x24(%rbp)\"},
{address=\"0x00007ffff5c2311a\",func-name=\"rfft_\",offset=\"2428\",opcodes=\"8b 55 ec\",inst=\"mov -0x14(%rbp),%edx\"},
{address=\"0x00007ffff5c2311d\",func-name=\"rfft_\",offset=\"2431\",opcodes=\"48 63 d2\",inst=\"movslq %edx,%rdx\"},
{address=\"0x00007ffff5c23120\",func-name=\"rfft_\",offset=\"2434\",opcodes=\"48 83 ea 01\",inst=\"sub $0x1,%rdx\"},
{address=\"0x00007ffff5c23124\",func-name=\"rfft_\",offset=\"2438\",opcodes=\"48 8d 0c 95 00 00 00 00\",inst=\"lea 0x0(,%rdx,4),%rcx\"},
{address=\"0x00007ffff5c2312c\",func-name=\"rfft_\",offset=\"2446\",opcodes=\"48 8d 15 8d d9 23 00\",inst=\"lea 0x23d98d(%rip),%rdx # 0x7ffff5e60ac0 <wr.4461>\"},
{address=\"0x00007ffff5c23133\",func-name=\"rfft_\",offset=\"2453\",opcodes=\"f3 0f 10 45 dc\",inst=\"movss -0x24(%rbp),%xmm0\"},
{address=\"0x00007ffff5c23138\",func-name=\"rfft_\",offset=\"2458\",opcodes=\"f3 0f 11 04 11\",inst=\"movss %xmm0,(%rcx,%rdx,1)\"},
{address=\"0x00007ffff5c2313d\",func-name=\"rfft_\",offset=\"2463\",opcodes=\"f3 0f 10 45 e0\",inst=\"movss -0x20(%rbp),%xmm0\"},
{address=\"0x00007ffff5c23142\",func-name=\"rfft_\",offset=\"2468\",opcodes=\"0f 28 c8\",inst=\"movaps %xmm0,%xmm1\"},
{address=\"0x00007ffff5c23145\",func-name=\"rfft_\",offset=\"2471\",opcodes=\"f3 0f 59 4d c4\",inst=\"mulss -0x3c(%rbp),%xmm1\"},
{address=\"0x00007ffff5c2314a\",func-name=\"rfft_\",offset=\"2476\",opcodes=\"8b 55 ec\",inst=\"mov -0x14(%rbp),%edx\"},
{address=\"0x00007ffff5c2314d\",func-name=\"rfft_\",offset=\"2479\",opcodes=\"48 63 d2\",inst=\"movslq %edx,%rdx\"},
{address=\"0x00007ffff5c23150\",func-name=\"rfft_\",offset=\"2482\",opcodes=\"48 83 ea 01\",inst=\"sub $0x1,%rdx\"},
{address=\"0x00007ffff5c23154\",func-name=\"rfft_\",offset=\"2486\",opcodes=\"48 8d 0c 95 00 00 00 00\",inst=\"lea 0x0(,%rdx,4),%rcx\"},
{address=\"0x00007ffff5c2315c\",func-name=\"rfft_\",offset=\"2494\",opcodes=\"48 8d 15 5d d9 25 00\",inst=\"lea 0x25d95d(%rip),%rdx # 0x7ffff5e80ac0 <wt.4464>\"},
{address=\"0x00007ffff5c23163\",func-name=\"rfft_\",offset=\"2501\",opcodes=\"f3 0f 10 04 11\",inst=\"movss (%rcx,%rdx,1),%xmm0\"},
{address=\"0x00007ffff5c23168\",func-name=\"rfft_\",offset=\"2506\",opcodes=\"f3 0f 59 45 c0\",inst=\"mulss -0x40(%rbp),%xmm0\"},
{address=\"0x00007ffff5c2316d\",func-name=\"rfft_\",offset=\"2511\",opcodes=\"f3 0f 58 c1\",inst=\"addss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c23171\",func-name=\"rfft_\",offset=\"2515\",opcodes=\"f3 0f 10 4d e0\",inst=\"movss -0x20(%rbp),%xmm1\"},
{address=\"0x00007ffff5c23176\",func-name=\"rfft_\",offset=\"2520\",opcodes=\"f3 0f 58 c1\",inst=\"addss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c2317a\",func-name=\"rfft_\",offset=\"2524\",opcodes=\"f3 0f 11 45 e0\",inst=\"movss %xmm0,-0x20(%rbp)\"},
{address=\"0x00007ffff5c2317f\",func-name=\"rfft_\",offset=\"2529\",opcodes=\"8b 55 ec\",inst=\"mov -0x14(%rbp),%edx\"},
{address=\"0x00007ffff5c23182\",func-name=\"rfft_\",offset=\"2532\",opcodes=\"48 63 d2\",inst=\"movslq %edx,%rdx\"},
{address=\"0x00007ffff5c23185\",func-name=\"rfft_\",offset=\"2535\",opcodes=\"48 83 ea 01\",inst=\"sub $0x1,%rdx\"},
{address=\"0x00007ffff5c23189\",func-name=\"rfft_\",offset=\"2539\",opcodes=\"48 8d 0c 95 00 00 00 00\",inst=\"lea 0x0(,%rdx,4),%rcx\"},
{address=\"0x00007ffff5c23191\",func-name=\"rfft_\",offset=\"2547\",opcodes=\"48 8d 15 28 d9 24 00\",inst=\"lea 0x24d928(%rip),%rdx # 0x7ffff5e70ac0 <wi.4452>\"},
{address=\"0x00007ffff5c23198\",func-name=\"rfft_\",offset=\"2554\",opcodes=\"f3 0f 10 45 e0\",inst=\"movss -0x20(%rbp),%xmm0\"},
{address=\"0x00007ffff5c2319d\",func-name=\"rfft_\",offset=\"2559\",opcodes=\"f3 0f 11 04 11\",inst=\"movss %xmm0,(%rcx,%rdx,1)\"},
{address=\"0x00007ffff5c231a2\",func-name=\"rfft_\",offset=\"2564\",opcodes=\"83 45 ec 01\",inst=\"addl $0x1,-0x14(%rbp)\"},
{address=\"0x00007ffff5c231a6\",func-name=\"rfft_\",offset=\"2568\",opcodes=\"e9 15 ff ff ff\",inst=\"jmp 0x7ffff5c230c0 <rfft_+2338>\"},
{address=\"0x00007ffff5c231ab\",func-name=\"rfft_\",offset=\"2573\",opcodes=\"90\",inst=\"nop\"},
{address=\"0x00007ffff5c231ac\",func-name=\"rfft_\",offset=\"2574\",opcodes=\"8b 45 e8\",inst=\"mov -0x18(%rbp),%eax\"},
{address=\"0x00007ffff5c231af\",func-name=\"rfft_\",offset=\"2577\",opcodes=\"8d 48 ff\",inst=\"lea -0x1(%rax),%ecx\"},
{address=\"0x00007ffff5c231b2\",func-name=\"rfft_\",offset=\"2580\",opcodes=\"c7 45 ec 02 00 00 00\",inst=\"movl $0x2,-0x14(%rbp)\"},
{address=\"0x00007ffff5c231b9\",func-name=\"rfft_\",offset=\"2587\",opcodes=\"39 4d ec\",inst=\"cmp %ecx,-0x14(%rbp)\"},
{address=\"0x00007ffff5c231bc\",func-name=\"rfft_\",offset=\"2590\",opcodes=\"0f 9f c0\",inst=\"setg %al\"},
{address=\"0x00007ffff5c231bf\",func-name=\"rfft_\",offset=\"2593\",opcodes=\"0f b6 c0\",inst=\"movzbl %al,%eax\"},
{address=\"0x00007ffff5c231c2\",func-name=\"rfft_\",offset=\"2596\",opcodes=\"85 c0\",inst=\"test %eax,%eax\"},
{address=\"0x00007ffff5c231c4\",func-name=\"rfft_\",offset=\"2598\",opcodes=\"0f 85 e3 02 00 00\",inst=\"jne 0x7ffff5c234ad <rfft_+3343>\"},
{address=\"0x00007ffff5c231ca\",func-name=\"rfft_\",offset=\"2604\",opcodes=\"8b 45 ec\",inst=\"mov -0x14(%rbp),%eax\"},
{address=\"0x00007ffff5c231cd\",func-name=\"rfft_\",offset=\"2607\",opcodes=\"01 c0\",inst=\"add %eax,%eax\"},
{address=\"0x00007ffff5c231cf\",func-name=\"rfft_\",offset=\"2609\",opcodes=\"83 e8 01\",inst=\"sub $0x1,%eax\"},
{address=\"0x00007ffff5c231d2\",func-name=\"rfft_\",offset=\"2612\",opcodes=\"89 45 bc\",inst=\"mov %eax,-0x44(%rbp)\"},
{address=\"0x00007ffff5c231d5\",func-name=\"rfft_\",offset=\"2615\",opcodes=\"8b 45 bc\",inst=\"mov -0x44(%rbp),%eax\"},
{address=\"0x00007ffff5c231d8\",func-name=\"rfft_\",offset=\"2618\",opcodes=\"89 45 b8\",inst=\"mov %eax,-0x48(%rbp)\"},
{address=\"0x00007ffff5c231db\",func-name=\"rfft_\",offset=\"2621\",opcodes=\"8b 45 bc\",inst=\"mov -0x44(%rbp),%eax\"},
{address=\"0x00007ffff5c231de\",func-name=\"rfft_\",offset=\"2624\",opcodes=\"83 c0 01\",inst=\"add $0x1,%eax\"},
{address=\"0x00007ffff5c231e1\",func-name=\"rfft_\",offset=\"2627\",opcodes=\"89 45 b4\",inst=\"mov %eax,-0x4c(%rbp)\"},
{address=\"0x00007ffff5c231e4\",func-name=\"rfft_\",offset=\"2630\",opcodes=\"8b 45 c8\",inst=\"mov -0x38(%rbp),%eax\"},
{address=\"0x00007ffff5c231e7\",func-name=\"rfft_\",offset=\"2633\",opcodes=\"2b 45 bc\",inst=\"sub -0x44(%rbp),%eax\"},
{address=\"0x00007ffff5c231ea\",func-name=\"rfft_\",offset=\"2636\",opcodes=\"89 45 b0\",inst=\"mov %eax,-0x50(%rbp)\"},
{address=\"0x00007ffff5c231ed\",func-name=\"rfft_\",offset=\"2639\",opcodes=\"8b 45 c8\",inst=\"mov -0x38(%rbp),%eax\"},
{address=\"0x00007ffff5c231f0\",func-name=\"rfft_\",offset=\"2642\",opcodes=\"2b 45 bc\",inst=\"sub -0x44(%rbp),%eax\"},
{address=\"0x00007ffff5c231f3\",func-name=\"rfft_\",offset=\"2645\",opcodes=\"83 c0 01\",inst=\"add $0x1,%eax\"},
{address=\"0x00007ffff5c231f6\",func-name=\"rfft_\",offset=\"2648\",opcodes=\"89 45 ac\",inst=\"mov %eax,-0x54(%rbp)\"},
{address=\"0x00007ffff5c231f9\",func-name=\"rfft_\",offset=\"2651\",opcodes=\"49 8d 14 1c\",inst=\"lea (%r12,%rbx,1),%rdx\"},
{address=\"0x00007ffff5c231fd\",func-name=\"rfft_\",offset=\"2655\",opcodes=\"8b 45 b8\",inst=\"mov -0x48(%rbp),%eax\"},
{address=\"0x00007ffff5c23200\",func-name=\"rfft_\",offset=\"2658\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c23202\",func-name=\"rfft_\",offset=\"2660\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c23205\",func-name=\"rfft_\",offset=\"2663\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c2320c\",func-name=\"rfft_\",offset=\"2670\",opcodes=\"f3 0f 10 0c 90\",inst=\"movss (%rax,%rdx,4),%xmm1\"},
{address=\"0x00007ffff5c23211\",func-name=\"rfft_\",offset=\"2675\",opcodes=\"48 8d 04 1b\",inst=\"lea (%rbx,%rbx,1),%rax\"},
{address=\"0x00007ffff5c23215\",func-name=\"rfft_\",offset=\"2679\",opcodes=\"49 8d 14 04\",inst=\"lea (%r12,%rax,1),%rdx\"},
{address=\"0x00007ffff5c23219\",func-name=\"rfft_\",offset=\"2683\",opcodes=\"8b 45 b0\",inst=\"mov -0x50(%rbp),%eax\"},
{address=\"0x00007ffff5c2321c\",func-name=\"rfft_\",offset=\"2686\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c2321e\",func-name=\"rfft_\",offset=\"2688\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c23221\",func-name=\"rfft_\",offset=\"2691\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c23228\",func-name=\"rfft_\",offset=\"2698\",opcodes=\"f3 0f 10 04 90\",inst=\"movss (%rax,%rdx,4),%xmm0\"},
{address=\"0x00007ffff5c2322d\",func-name=\"rfft_\",offset=\"2703\",opcodes=\"f3 0f 58 c1\",inst=\"addss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c23231\",func-name=\"rfft_\",offset=\"2707\",opcodes=\"f3 0f 11 45 a8\",inst=\"movss %xmm0,-0x58(%rbp)\"},
{address=\"0x00007ffff5c23236\",func-name=\"rfft_\",offset=\"2712\",opcodes=\"49 8d 14 1c\",inst=\"lea (%r12,%rbx,1),%rdx\"},
{address=\"0x00007ffff5c2323a\",func-name=\"rfft_\",offset=\"2716\",opcodes=\"8b 45 b4\",inst=\"mov -0x4c(%rbp),%eax\"},
{address=\"0x00007ffff5c2323d\",func-name=\"rfft_\",offset=\"2719\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c2323f\",func-name=\"rfft_\",offset=\"2721\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c23242\",func-name=\"rfft_\",offset=\"2724\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c23249\",func-name=\"rfft_\",offset=\"2731\",opcodes=\"f3 0f 10 04 90\",inst=\"movss (%rax,%rdx,4),%xmm0\"},
{address=\"0x00007ffff5c2324e\",func-name=\"rfft_\",offset=\"2736\",opcodes=\"48 8d 04 1b\",inst=\"lea (%rbx,%rbx,1),%rax\"},
{address=\"0x00007ffff5c23252\",func-name=\"rfft_\",offset=\"2740\",opcodes=\"49 8d 14 04\",inst=\"lea (%r12,%rax,1),%rdx\"},
{address=\"0x00007ffff5c23256\",func-name=\"rfft_\",offset=\"2744\",opcodes=\"8b 45 ac\",inst=\"mov -0x54(%rbp),%eax\"},
{address=\"0x00007ffff5c23259\",func-name=\"rfft_\",offset=\"2747\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c2325b\",func-name=\"rfft_\",offset=\"2749\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c2325e\",func-name=\"rfft_\",offset=\"2752\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c23265\",func-name=\"rfft_\",offset=\"2759\",opcodes=\"f3 0f 10 0c 90\",inst=\"movss (%rax,%rdx,4),%xmm1\"},
{address=\"0x00007ffff5c2326a\",func-name=\"rfft_\",offset=\"2764\",opcodes=\"f3 0f 5c c1\",inst=\"subss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c2326e\",func-name=\"rfft_\",offset=\"2768\",opcodes=\"f3 0f 11 45 a4\",inst=\"movss %xmm0,-0x5c(%rbp)\"},
{address=\"0x00007ffff5c23273\",func-name=\"rfft_\",offset=\"2773\",opcodes=\"49 8d 14 1c\",inst=\"lea (%r12,%rbx,1),%rdx\"},
{address=\"0x00007ffff5c23277\",func-name=\"rfft_\",offset=\"2777\",opcodes=\"8b 45 b4\",inst=\"mov -0x4c(%rbp),%eax\"},
{address=\"0x00007ffff5c2327a\",func-name=\"rfft_\",offset=\"2780\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c2327c\",func-name=\"rfft_\",offset=\"2782\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c2327f\",func-name=\"rfft_\",offset=\"2785\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c23286\",func-name=\"rfft_\",offset=\"2792\",opcodes=\"f3 0f 10 04 90\",inst=\"movss (%rax,%rdx,4),%xmm0\"},
{address=\"0x00007ffff5c2328b\",func-name=\"rfft_\",offset=\"2797\",opcodes=\"f3 0f 10 0d 1d 44 01 00\",inst=\"movss 0x1441d(%rip),%xmm1 # 0x7ffff5c376b0\"},
{address=\"0x00007ffff5c23293\",func-name=\"rfft_\",offset=\"2805\",opcodes=\"0f 57 c1\",inst=\"xorps %xmm1,%xmm0\"},
{address=\"0x00007ffff5c23296\",func-name=\"rfft_\",offset=\"2808\",opcodes=\"48 8d 04 1b\",inst=\"lea (%rbx,%rbx,1),%rax\"},
{address=\"0x00007ffff5c2329a\",func-name=\"rfft_\",offset=\"2812\",opcodes=\"49 8d 14 04\",inst=\"lea (%r12,%rax,1),%rdx\"},
{address=\"0x00007ffff5c2329e\",func-name=\"rfft_\",offset=\"2816\",opcodes=\"8b 45 ac\",inst=\"mov -0x54(%rbp),%eax\"},
{address=\"0x00007ffff5c232a1\",func-name=\"rfft_\",offset=\"2819\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c232a3\",func-name=\"rfft_\",offset=\"2821\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c232a6\",func-name=\"rfft_\",offset=\"2824\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c232ad\",func-name=\"rfft_\",offset=\"2831\",opcodes=\"f3 0f 10 0c 90\",inst=\"movss (%rax,%rdx,4),%xmm1\"},
{address=\"0x00007ffff5c232b2\",func-name=\"rfft_\",offset=\"2836\",opcodes=\"f3 0f 5c c1\",inst=\"subss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c232b6\",func-name=\"rfft_\",offset=\"2840\",opcodes=\"f3 0f 11 45 a0\",inst=\"movss %xmm0,-0x60(%rbp)\"},
{address=\"0x00007ffff5c232bb\",func-name=\"rfft_\",offset=\"2845\",opcodes=\"49 8d 14 1c\",inst=\"lea (%r12,%rbx,1),%rdx\"},
{address=\"0x00007ffff5c232bf\",func-name=\"rfft_\",offset=\"2849\",opcodes=\"8b 45 b8\",inst=\"mov -0x48(%rbp),%eax\"},
{address=\"0x00007ffff5c232c2\",func-name=\"rfft_\",offset=\"2852\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c232c4\",func-name=\"rfft_\",offset=\"2854\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c232c7\",func-name=\"rfft_\",offset=\"2857\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c232ce\",func-name=\"rfft_\",offset=\"2864\",opcodes=\"f3 0f 10 04 90\",inst=\"movss (%rax,%rdx,4),%xmm0\"},
{address=\"0x00007ffff5c232d3\",func-name=\"rfft_\",offset=\"2869\",opcodes=\"48 8d 04 1b\",inst=\"lea (%rbx,%rbx,1),%rax\"},
{address=\"0x00007ffff5c232d7\",func-name=\"rfft_\",offset=\"2873\",opcodes=\"49 8d 14 04\",inst=\"lea (%r12,%rax,1),%rdx\"},
{address=\"0x00007ffff5c232db\",func-name=\"rfft_\",offset=\"2877\",opcodes=\"8b 45 b0\",inst=\"mov -0x50(%rbp),%eax\"},
{address=\"0x00007ffff5c232de\",func-name=\"rfft_\",offset=\"2880\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c232e0\",func-name=\"rfft_\",offset=\"2882\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c232e3\",func-name=\"rfft_\",offset=\"2885\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c232ea\",func-name=\"rfft_\",offset=\"2892\",opcodes=\"f3 0f 10 0c 90\",inst=\"movss (%rax,%rdx,4),%xmm1\"},
{address=\"0x00007ffff5c232ef\",func-name=\"rfft_\",offset=\"2897\",opcodes=\"f3 0f 5c c1\",inst=\"subss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c232f3\",func-name=\"rfft_\",offset=\"2901\",opcodes=\"f3 0f 11 45 9c\",inst=\"movss %xmm0,-0x64(%rbp)\"},
{address=\"0x00007ffff5c232f8\",func-name=\"rfft_\",offset=\"2906\",opcodes=\"8b 45 ec\",inst=\"mov -0x14(%rbp),%eax\"},
{address=\"0x00007ffff5c232fb\",func-name=\"rfft_\",offset=\"2909\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c232fd\",func-name=\"rfft_\",offset=\"2911\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c23301\",func-name=\"rfft_\",offset=\"2915\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c23309\",func-name=\"rfft_\",offset=\"2923\",opcodes=\"48 8d 05 b0 d7 23 00\",inst=\"lea 0x23d7b0(%rip),%rax # 0x7ffff5e60ac0 <wr.4461>\"},
{address=\"0x00007ffff5c23310\",func-name=\"rfft_\",offset=\"2930\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c23315\",func-name=\"rfft_\",offset=\"2935\",opcodes=\"f3 0f 59 45 a0\",inst=\"mulss -0x60(%rbp),%xmm0\"},
{address=\"0x00007ffff5c2331a\",func-name=\"rfft_\",offset=\"2940\",opcodes=\"f3 0f 58 45 a8\",inst=\"addss -0x58(%rbp),%xmm0\"},
{address=\"0x00007ffff5c2331f\",func-name=\"rfft_\",offset=\"2945\",opcodes=\"8b 45 ec\",inst=\"mov -0x14(%rbp),%eax\"},
{address=\"0x00007ffff5c23322\",func-name=\"rfft_\",offset=\"2948\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c23324\",func-name=\"rfft_\",offset=\"2950\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c23328\",func-name=\"rfft_\",offset=\"2954\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c23330\",func-name=\"rfft_\",offset=\"2962\",opcodes=\"48 8d 05 89 d7 24 00\",inst=\"lea 0x24d789(%rip),%rax # 0x7ffff5e70ac0 <wi.4452>\"},
{address=\"0x00007ffff5c23337\",func-name=\"rfft_\",offset=\"2969\",opcodes=\"f3 0f 10 0c 02\",inst=\"movss (%rdx,%rax,1),%xmm1\"},
{address=\"0x00007ffff5c2333c\",func-name=\"rfft_\",offset=\"2974\",opcodes=\"f3 0f 59 4d 9c\",inst=\"mulss -0x64(%rbp),%xmm1\"},
{address=\"0x00007ffff5c23341\",func-name=\"rfft_\",offset=\"2979\",opcodes=\"49 8d 14 1c\",inst=\"lea (%r12,%rbx,1),%rdx\"},
{address=\"0x00007ffff5c23345\",func-name=\"rfft_\",offset=\"2983\",opcodes=\"8b 45 b8\",inst=\"mov -0x48(%rbp),%eax\"},
{address=\"0x00007ffff5c23348\",func-name=\"rfft_\",offset=\"2986\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c2334a\",func-name=\"rfft_\",offset=\"2988\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c2334d\",func-name=\"rfft_\",offset=\"2991\",opcodes=\"f3 0f 5c c1\",inst=\"subss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c23351\",func-name=\"rfft_\",offset=\"2995\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c23358\",func-name=\"rfft_\",offset=\"3002\",opcodes=\"f3 0f 11 04 90\",inst=\"movss %xmm0,(%rax,%rdx,4)\"},
{address=\"0x00007ffff5c2335d\",func-name=\"rfft_\",offset=\"3007\",opcodes=\"8b 45 ec\",inst=\"mov -0x14(%rbp),%eax\"},
{address=\"0x00007ffff5c23360\",func-name=\"rfft_\",offset=\"3010\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c23362\",func-name=\"rfft_\",offset=\"3012\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c23366\",func-name=\"rfft_\",offset=\"3016\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c2336e\",func-name=\"rfft_\",offset=\"3024\",opcodes=\"48 8d 05 4b d7 23 00\",inst=\"lea 0x23d74b(%rip),%rax # 0x7ffff5e60ac0 <wr.4461>\"},
{address=\"0x00007ffff5c23375\",func-name=\"rfft_\",offset=\"3031\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c2337a\",func-name=\"rfft_\",offset=\"3036\",opcodes=\"f3 0f 59 45 9c\",inst=\"mulss -0x64(%rbp),%xmm0\"},
{address=\"0x00007ffff5c2337f\",func-name=\"rfft_\",offset=\"3041\",opcodes=\"0f 28 c8\",inst=\"movaps %xmm0,%xmm1\"},
{address=\"0x00007ffff5c23382\",func-name=\"rfft_\",offset=\"3044\",opcodes=\"f3 0f 58 4d a4\",inst=\"addss -0x5c(%rbp),%xmm1\"},
{address=\"0x00007ffff5c23387\",func-name=\"rfft_\",offset=\"3049\",opcodes=\"8b 45 ec\",inst=\"mov -0x14(%rbp),%eax\"},
{address=\"0x00007ffff5c2338a\",func-name=\"rfft_\",offset=\"3052\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c2338c\",func-name=\"rfft_\",offset=\"3054\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c23390\",func-name=\"rfft_\",offset=\"3058\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c23398\",func-name=\"rfft_\",offset=\"3066\",opcodes=\"48 8d 05 21 d7 24 00\",inst=\"lea 0x24d721(%rip),%rax # 0x7ffff5e70ac0 <wi.4452>\"},
{address=\"0x00007ffff5c2339f\",func-name=\"rfft_\",offset=\"3073\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c233a4\",func-name=\"rfft_\",offset=\"3078\",opcodes=\"f3 0f 59 45 a0\",inst=\"mulss -0x60(%rbp),%xmm0\"},
{address=\"0x00007ffff5c233a9\",func-name=\"rfft_\",offset=\"3083\",opcodes=\"49 8d 14 1c\",inst=\"lea (%r12,%rbx,1),%rdx\"},
{address=\"0x00007ffff5c233ad\",func-name=\"rfft_\",offset=\"3087\",opcodes=\"8b 45 b4\",inst=\"mov -0x4c(%rbp),%eax\"},
{address=\"0x00007ffff5c233b0\",func-name=\"rfft_\",offset=\"3090\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c233b2\",func-name=\"rfft_\",offset=\"3092\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c233b5\",func-name=\"rfft_\",offset=\"3095\",opcodes=\"f3 0f 58 c1\",inst=\"addss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c233b9\",func-name=\"rfft_\",offset=\"3099\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c233c0\",func-name=\"rfft_\",offset=\"3106\",opcodes=\"f3 0f 11 04 90\",inst=\"movss %xmm0,(%rax,%rdx,4)\"},
{address=\"0x00007ffff5c233c5\",func-name=\"rfft_\",offset=\"3111\",opcodes=\"8b 45 ec\",inst=\"mov -0x14(%rbp),%eax\"},
{address=\"0x00007ffff5c233c8\",func-name=\"rfft_\",offset=\"3114\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c233ca\",func-name=\"rfft_\",offset=\"3116\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c233ce\",func-name=\"rfft_\",offset=\"3120\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c233d6\",func-name=\"rfft_\",offset=\"3128\",opcodes=\"48 8d 05 e3 d6 23 00\",inst=\"lea 0x23d6e3(%rip),%rax # 0x7ffff5e60ac0 <wr.4461>\"},
{address=\"0x00007ffff5c233dd\",func-name=\"rfft_\",offset=\"3135\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c233e2\",func-name=\"rfft_\",offset=\"3140\",opcodes=\"0f 28 c8\",inst=\"movaps %xmm0,%xmm1\"},
{address=\"0x00007ffff5c233e5\",func-name=\"rfft_\",offset=\"3143\",opcodes=\"f3 0f 59 4d a0\",inst=\"mulss -0x60(%rbp),%xmm1\"},
{address=\"0x00007ffff5c233ea\",func-name=\"rfft_\",offset=\"3148\",opcodes=\"f3 0f 10 45 a8\",inst=\"movss -0x58(%rbp),%xmm0\"},
{address=\"0x00007ffff5c233ef\",func-name=\"rfft_\",offset=\"3153\",opcodes=\"f3 0f 5c c1\",inst=\"subss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c233f3\",func-name=\"rfft_\",offset=\"3157\",opcodes=\"0f 28 c8\",inst=\"movaps %xmm0,%xmm1\"},
{address=\"0x00007ffff5c233f6\",func-name=\"rfft_\",offset=\"3160\",opcodes=\"8b 45 ec\",inst=\"mov -0x14(%rbp),%eax\"},
{address=\"0x00007ffff5c233f9\",func-name=\"rfft_\",offset=\"3163\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c233fb\",func-name=\"rfft_\",offset=\"3165\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c233ff\",func-name=\"rfft_\",offset=\"3169\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c23407\",func-name=\"rfft_\",offset=\"3177\",opcodes=\"48 8d 05 b2 d6 24 00\",inst=\"lea 0x24d6b2(%rip),%rax # 0x7ffff5e70ac0 <wi.4452>\"},
{address=\"0x00007ffff5c2340e\",func-name=\"rfft_\",offset=\"3184\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c23413\",func-name=\"rfft_\",offset=\"3189\",opcodes=\"f3 0f 59 45 9c\",inst=\"mulss -0x64(%rbp),%xmm0\"},
{address=\"0x00007ffff5c23418\",func-name=\"rfft_\",offset=\"3194\",opcodes=\"48 8d 04 1b\",inst=\"lea (%rbx,%rbx,1),%rax\"},
{address=\"0x00007ffff5c2341c\",func-name=\"rfft_\",offset=\"3198\",opcodes=\"49 8d 14 04\",inst=\"lea (%r12,%rax,1),%rdx\"},
{address=\"0x00007ffff5c23420\",func-name=\"rfft_\",offset=\"3202\",opcodes=\"8b 45 b0\",inst=\"mov -0x50(%rbp),%eax\"},
{address=\"0x00007ffff5c23423\",func-name=\"rfft_\",offset=\"3205\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c23425\",func-name=\"rfft_\",offset=\"3207\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c23428\",func-name=\"rfft_\",offset=\"3210\",opcodes=\"f3 0f 58 c1\",inst=\"addss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c2342c\",func-name=\"rfft_\",offset=\"3214\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c23433\",func-name=\"rfft_\",offset=\"3221\",opcodes=\"f3 0f 11 04 90\",inst=\"movss %xmm0,(%rax,%rdx,4)\"},
{address=\"0x00007ffff5c23438\",func-name=\"rfft_\",offset=\"3226\",opcodes=\"8b 45 ec\",inst=\"mov -0x14(%rbp),%eax\"},
{address=\"0x00007ffff5c2343b\",func-name=\"rfft_\",offset=\"3229\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c2343d\",func-name=\"rfft_\",offset=\"3231\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c23441\",func-name=\"rfft_\",offset=\"3235\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c23449\",func-name=\"rfft_\",offset=\"3243\",opcodes=\"48 8d 05 70 d6 23 00\",inst=\"lea 0x23d670(%rip),%rax # 0x7ffff5e60ac0 <wr.4461>\"},
{address=\"0x00007ffff5c23450\",func-name=\"rfft_\",offset=\"3250\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c23455\",func-name=\"rfft_\",offset=\"3255\",opcodes=\"f3 0f 59 45 9c\",inst=\"mulss -0x64(%rbp),%xmm0\"},
{address=\"0x00007ffff5c2345a\",func-name=\"rfft_\",offset=\"3260\",opcodes=\"0f 28 c8\",inst=\"movaps %xmm0,%xmm1\"},
{address=\"0x00007ffff5c2345d\",func-name=\"rfft_\",offset=\"3263\",opcodes=\"f3 0f 5c 4d a4\",inst=\"subss -0x5c(%rbp),%xmm1\"},
{address=\"0x00007ffff5c23462\",func-name=\"rfft_\",offset=\"3268\",opcodes=\"8b 45 ec\",inst=\"mov -0x14(%rbp),%eax\"},
{address=\"0x00007ffff5c23465\",func-name=\"rfft_\",offset=\"3271\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c23467\",func-name=\"rfft_\",offset=\"3273\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c2346b\",func-name=\"rfft_\",offset=\"3277\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c23473\",func-name=\"rfft_\",offset=\"3285\",opcodes=\"48 8d 05 46 d6 24 00\",inst=\"lea 0x24d646(%rip),%rax # 0x7ffff5e70ac0 <wi.4452>\"},
{address=\"0x00007ffff5c2347a\",func-name=\"rfft_\",offset=\"3292\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c2347f\",func-name=\"rfft_\",offset=\"3297\",opcodes=\"f3 0f 59 45 a0\",inst=\"mulss -0x60(%rbp),%xmm0\"},
{address=\"0x00007ffff5c23484\",func-name=\"rfft_\",offset=\"3302\",opcodes=\"48 8d 04 1b\",inst=\"lea (%rbx,%rbx,1),%rax\"},
{address=\"0x00007ffff5c23488\",func-name=\"rfft_\",offset=\"3306\",opcodes=\"49 8d 14 04\",inst=\"lea (%r12,%rax,1),%rdx\"},
{address=\"0x00007ffff5c2348c\",func-name=\"rfft_\",offset=\"3310\",opcodes=\"8b 45 ac\",inst=\"mov -0x54(%rbp),%eax\"},
{address=\"0x00007ffff5c2348f\",func-name=\"rfft_\",offset=\"3313\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c23491\",func-name=\"rfft_\",offset=\"3315\",opcodes=\"48 01 c2\",inst=\"add %rax,%rdx\"},
{address=\"0x00007ffff5c23494\",func-name=\"rfft_\",offset=\"3318\",opcodes=\"f3 0f 58 c1\",inst=\"addss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c23498\",func-name=\"rfft_\",offset=\"3322\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c2349f\",func-name=\"rfft_\",offset=\"3329\",opcodes=\"f3 0f 11 04 90\",inst=\"movss %xmm0,(%rax,%rdx,4)\"},
{address=\"0x00007ffff5c234a4\",func-name=\"rfft_\",offset=\"3334\",opcodes=\"83 45 ec 01\",inst=\"addl $0x1,-0x14(%rbp)\"},
{address=\"0x00007ffff5c234a8\",func-name=\"rfft_\",offset=\"3338\",opcodes=\"e9 0c fd ff ff\",inst=\"jmp 0x7ffff5c231b9 <rfft_+2587>\"},
{address=\"0x00007ffff5c234ad\",func-name=\"rfft_\",offset=\"3343\",opcodes=\"90\",inst=\"nop\"},
{address=\"0x00007ffff5c234ae\",func-name=\"rfft_\",offset=\"3344\",opcodes=\"48 8d 04 1b\",inst=\"lea (%rbx,%rbx,1),%rax\"},
{address=\"0x00007ffff5c234b2\",func-name=\"rfft_\",offset=\"3348\",opcodes=\"4c 01 e0\",inst=\"add %r12,%rax\"},
{address=\"0x00007ffff5c234b5\",func-name=\"rfft_\",offset=\"3351\",opcodes=\"48 8d 50 01\",inst=\"lea 0x1(%rax),%rdx\"},
{address=\"0x00007ffff5c234b9\",func-name=\"rfft_\",offset=\"3355\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c234c0\",func-name=\"rfft_\",offset=\"3362\",opcodes=\"f3 0f 10 04 90\",inst=\"movss (%rax,%rdx,4),%xmm0\"},
{address=\"0x00007ffff5c234c5\",func-name=\"rfft_\",offset=\"3367\",opcodes=\"f3 0f 58 c0\",inst=\"addss %xmm0,%xmm0\"},
{address=\"0x00007ffff5c234c9\",func-name=\"rfft_\",offset=\"3371\",opcodes=\"f3 0f 11 45 a8\",inst=\"movss %xmm0,-0x58(%rbp)\"},
{address=\"0x00007ffff5c234ce\",func-name=\"rfft_\",offset=\"3376\",opcodes=\"48 8d 04 1b\",inst=\"lea (%rbx,%rbx,1),%rax\"},
{address=\"0x00007ffff5c234d2\",func-name=\"rfft_\",offset=\"3380\",opcodes=\"4c 01 e0\",inst=\"add %r12,%rax\"},
{address=\"0x00007ffff5c234d5\",func-name=\"rfft_\",offset=\"3383\",opcodes=\"48 8d 50 02\",inst=\"lea 0x2(%rax),%rdx\"},
{address=\"0x00007ffff5c234d9\",func-name=\"rfft_\",offset=\"3387\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c234e0\",func-name=\"rfft_\",offset=\"3394\",opcodes=\"f3 0f 10 04 90\",inst=\"movss (%rax,%rdx,4),%xmm0\"},
{address=\"0x00007ffff5c234e5\",func-name=\"rfft_\",offset=\"3399\",opcodes=\"f3 0f 58 c0\",inst=\"addss %xmm0,%xmm0\"},
{address=\"0x00007ffff5c234e9\",func-name=\"rfft_\",offset=\"3403\",opcodes=\"f3 0f 10 0d bf 41 01 00\",inst=\"movss 0x141bf(%rip),%xmm1 # 0x7ffff5c376b0\"},
{address=\"0x00007ffff5c234f1\",func-name=\"rfft_\",offset=\"3411\",opcodes=\"0f 57 c1\",inst=\"xorps %xmm1,%xmm0\"},
{address=\"0x00007ffff5c234f4\",func-name=\"rfft_\",offset=\"3414\",opcodes=\"f3 0f 11 45 a0\",inst=\"movss %xmm0,-0x60(%rbp)\"},
{address=\"0x00007ffff5c234f9\",func-name=\"rfft_\",offset=\"3419\",opcodes=\"8b 45 e8\",inst=\"mov -0x18(%rbp),%eax\"},
{address=\"0x00007ffff5c234fc\",func-name=\"rfft_\",offset=\"3422\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c234fe\",func-name=\"rfft_\",offset=\"3424\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c23502\",func-name=\"rfft_\",offset=\"3428\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c2350a\",func-name=\"rfft_\",offset=\"3436\",opcodes=\"48 8d 05 af d5 23 00\",inst=\"lea 0x23d5af(%rip),%rax # 0x7ffff5e60ac0 <wr.4461>\"},
{address=\"0x00007ffff5c23511\",func-name=\"rfft_\",offset=\"3443\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c23516\",func-name=\"rfft_\",offset=\"3448\",opcodes=\"0f 28 c8\",inst=\"movaps %xmm0,%xmm1\"},
{address=\"0x00007ffff5c23519\",func-name=\"rfft_\",offset=\"3451\",opcodes=\"f3 0f 59 4d a0\",inst=\"mulss -0x60(%rbp),%xmm1\"},
{address=\"0x00007ffff5c2351e\",func-name=\"rfft_\",offset=\"3456\",opcodes=\"48 8d 04 1b\",inst=\"lea (%rbx,%rbx,1),%rax\"},
{address=\"0x00007ffff5c23522\",func-name=\"rfft_\",offset=\"3460\",opcodes=\"4c 01 e0\",inst=\"add %r12,%rax\"},
{address=\"0x00007ffff5c23525\",func-name=\"rfft_\",offset=\"3463\",opcodes=\"48 8d 50 01\",inst=\"lea 0x1(%rax),%rdx\"},
{address=\"0x00007ffff5c23529\",func-name=\"rfft_\",offset=\"3467\",opcodes=\"f3 0f 10 45 a8\",inst=\"movss -0x58(%rbp),%xmm0\"},
{address=\"0x00007ffff5c2352e\",func-name=\"rfft_\",offset=\"3472\",opcodes=\"f3 0f 5c c1\",inst=\"subss %xmm1,%xmm0\"},
{address=\"0x00007ffff5c23532\",func-name=\"rfft_\",offset=\"3476\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c23539\",func-name=\"rfft_\",offset=\"3483\",opcodes=\"f3 0f 11 04 90\",inst=\"movss %xmm0,(%rax,%rdx,4)\"},
{address=\"0x00007ffff5c2353e\",func-name=\"rfft_\",offset=\"3488\",opcodes=\"8b 45 e8\",inst=\"mov -0x18(%rbp),%eax\"},
{address=\"0x00007ffff5c23541\",func-name=\"rfft_\",offset=\"3491\",opcodes=\"48 98\",inst=\"cltq \"},
{address=\"0x00007ffff5c23543\",func-name=\"rfft_\",offset=\"3493\",opcodes=\"48 83 e8 01\",inst=\"sub $0x1,%rax\"},
{address=\"0x00007ffff5c23547\",func-name=\"rfft_\",offset=\"3497\",opcodes=\"48 8d 14 85 00 00 00 00\",inst=\"lea 0x0(,%rax,4),%rdx\"},
{address=\"0x00007ffff5c2354f\",func-name=\"rfft_\",offset=\"3505\",opcodes=\"48 8d 05 6a d5 24 00\",inst=\"lea 0x24d56a(%rip),%rax # 0x7ffff5e70ac0 <wi.4452>\"},
{address=\"0x00007ffff5c23556\",func-name=\"rfft_\",offset=\"3512\",opcodes=\"f3 0f 10 04 02\",inst=\"movss (%rdx,%rax,1),%xmm0\"},
{address=\"0x00007ffff5c2355b\",func-name=\"rfft_\",offset=\"3517\",opcodes=\"48 8d 04 1b\",inst=\"lea (%rbx,%rbx,1),%rax\"},
{address=\"0x00007ffff5c2355f\",func-name=\"rfft_\",offset=\"3521\",opcodes=\"4c 01 e0\",inst=\"add %r12,%rax\"},
{address=\"0x00007ffff5c23562\",func-name=\"rfft_\",offset=\"3524\",opcodes=\"48 8d 50 02\",inst=\"lea 0x2(%rax),%rdx\"},
{address=\"0x00007ffff5c23566\",func-name=\"rfft_\",offset=\"3528\",opcodes=\"f3 0f 59 45 a0\",inst=\"mulss -0x60(%rbp),%xmm0\"},
{address=\"0x00007ffff5c2356b\",func-name=\"rfft_\",offset=\"3533\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c23572\",func-name=\"rfft_\",offset=\"3540\",opcodes=\"f3 0f 11 04 90\",inst=\"movss %xmm0,(%rax,%rdx,4)\"},
{address=\"0x00007ffff5c23577\",func-name=\"rfft_\",offset=\"3545\",opcodes=\"48 8d 8d 6c ff ff ff\",inst=\"lea -0x94(%rbp),%rcx\"},
{address=\"0x00007ffff5c2357e\",func-name=\"rfft_\",offset=\"3552\",opcodes=\"48 8b 85 58 ff ff ff\",inst=\"mov -0xa8(%rbp),%rax\"},
{address=\"0x00007ffff5c23585\",func-name=\"rfft_\",offset=\"3559\",opcodes=\"48 8d 15 f0 3e 01 00\",inst=\"lea 0x13ef0(%rip),%rdx # 0x7ffff5c3747c\"},
{address=\"0x00007ffff5c2358c\",func-name=\"rfft_\",offset=\"3566\",opcodes=\"48 89 ce\",inst=\"mov %rcx,%rsi\"},
{address=\"0x00007ffff5c2358f\",func-name=\"rfft_\",offset=\"3569\",opcodes=\"48 89 c7\",inst=\"mov %rax,%rdi\"},
{address=\"0x00007ffff5c23592\",func-name=\"rfft_\",offset=\"3572\",opcodes=\"e8 f9 21 fe ff\",inst=\"call 0x7ffff5c05790 <cfft_@plt>\"},
{address=\"0x00007ffff5c23597\",func-name=\"rfft_\",offset=\"3577\",opcodes=\"90\",inst=\"nop\"},
{address=\"0x00007ffff5c23598\",func-name=\"rfft_\",offset=\"3578\",opcodes=\"48 81 c4 b0 00 00 00\",inst=\"add $0xb0,%rsp\"},
{address=\"0x00007ffff5c2359f\",func-name=\"rfft_\",offset=\"3585\",opcodes=\"5b\",inst=\"pop %rbx\"},
{address=\"0x00007ffff5c235a0\",func-name=\"rfft_\",offset=\"3586\",opcodes=\"41 5c\",inst=\"pop %r12\"},
{address=\"0x00007ffff5c235a2\",func-name=\"rfft_\",offset=\"3588\",opcodes=\"5d\",inst=\"pop %rbp\"},
{address=\"0x00007ffff5c235a3\",func-name=\"rfft_\",offset=\"3589\",opcodes=\"c3\",inst=\"ret \"}
]
Some gdb settings.
set print asm-demangle off|on
set disassembly-flavor att|intel
|