.section __TEXT,__text,regular,pure_instructions .globl _arith .align 4, 0x90 _arith: pushl %ebp movl %esp, %ebp movl 8(%ebp), %eax movl 12(%ebp), %ecx imull $48, %ecx, %edx addl %eax, %ecx addl 16(%ebp), %ecx leal 4(%eax,%edx), %eax imull %ecx, %eax popl %ebp ret .globl _arith2 .align 4, 0x90 _arith2: pushl %ebp movl %esp, %ebp movl 8(%ebp), %eax movl 12(%ebp), %ecx imull $48, %ecx, %edx addl %eax, %ecx addl 16(%ebp), %ecx leal 4(%eax,%edx), %eax imull %ecx, %eax popl %ebp ret .subsections_via_symbols