comparison paste/paste.2318 @ 4927:1cb5e0e36251

<fizzie> echo \'double f(double a, double b) { return a + b; }\' | gcc -mfpmath=387 -x c - -o - -S -O2 | paste
author HackBot
date Mon, 29 Sep 2014 08:52:37 +0000
parents
children
comparison
equal deleted inserted replaced
4926:8dbd7bc7edcb 4927:1cb5e0e36251
1 .file ""
2 .text
3 .p2align 4,,15
4 .globl f
5 .type f, @function
6 f:
7 .LFB0:
8 .cfi_startproc
9 movsd %xmm0, -8(%rsp)
10 fldl -8(%rsp)
11 movsd %xmm1, -8(%rsp)
12 fldl -8(%rsp)
13 faddp %st, %st(1)
14 fstpl -8(%rsp)
15 movsd -8(%rsp), %xmm0
16 ret
17 .cfi_endproc
18 .LFE0:
19 .size f, .-f
20 .ident "GCC: (Debian 4.7.2-5) 4.7.2"
21 .section .note.GNU-stack,"",@progbits