- .file "gcd.c"
- .text
- .p2align 4,,15
- .globl foo
- .type foo, @function
- foo:
- .LFB1:
- .cfi_startproc
- movl $1080, %eax
- movl $1920, %edx
- .p2align 4,,10
- .p2align 3
- .L2:
- cmpl %eax, %edx
- jle .L3
- subl %eax, %edx
- cmpl %edx, %eax
- jne .L2
- rep ret
- .p2align 4,,10
- .p2align 3
- .L3:
- subl %edx, %eax
- cmpl %eax, %edx
- jne .L2
- rep ret
- .cfi_endproc
- .LFE1:
- .size foo, .-foo
- .ident "GCC: (GNU) 7.3.1 20180312"
- .section .note.GNU-stack,"",@progbits
Author: Not specified | Language: text |
Description: Not specified | Timestamp: 2018-04-15 11:15:47 +0000 |
View raw paste | Reply |
View raw paste | Reply |