| OLD | NEW |
| 1 #if defined(__i386__) | 1 #if defined(__i386__) |
| 2 .file "vpaes-x86.S" | 2 .file "vpaes-x86.S" |
| 3 .text | 3 .text |
| 4 .align 6,0x90 | 4 .align 6,0x90 |
| 5 L_vpaes_consts: | 5 L_vpaes_consts: |
| 6 .long 218628480,235210255,168496130,67568393 | 6 .long 218628480,235210255,168496130,67568393 |
| 7 .long 252381056,17041926,33884169,51187212 | 7 .long 252381056,17041926,33884169,51187212 |
| 8 .long 252645135,252645135,252645135,252645135 | 8 .long 252645135,252645135,252645135,252645135 |
| 9 .long 1512730624,3266504856,1377990664,3401244816 | 9 .long 1512730624,3266504856,1377990664,3401244816 |
| 10 .long 830229760,1275146365,2969422977,3447763452 | 10 .long 830229760,1275146365,2969422977,3447763452 |
| (...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 L024cbc_done: | 627 L024cbc_done: |
| 628 movl 8(%esp),%ebx | 628 movl 8(%esp),%ebx |
| 629 movl 48(%esp),%esp | 629 movl 48(%esp),%esp |
| 630 movdqu %xmm1,(%ebx) | 630 movdqu %xmm1,(%ebx) |
| 631 L020cbc_abort: | 631 L020cbc_abort: |
| 632 popl %edi | 632 popl %edi |
| 633 popl %esi | 633 popl %esi |
| 634 popl %ebx | 634 popl %ebx |
| 635 popl %ebp | 635 popl %ebp |
| 636 ret | 636 ret |
| 637 #endif | 637 #endif |
| OLD | NEW |