diff options
author | midipix <writeonce@midipix.org> | 2015-04-05 20:56:22 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-04-05 20:56:22 -0400 |
commit | 0574ba64b852a4b63e5bc79c3eaed47d2a312ccb (patch) | |
tree | fb990f9ae57fd00167b232d756ed03e6228ca9fe /float/fl.x86_64-linux-ubuntu | |
parent | 251f26064f0ce721a635dd6e9358fd867181fcd5 (diff) | |
download | scrap-0574ba64b852a4b63e5bc79c3eaed47d2a312ccb.tar.bz2 scrap-0574ba64b852a4b63e5bc79c3eaed47d2a312ccb.tar.xz |
float, double, long double
Diffstat (limited to 'float/fl.x86_64-linux-ubuntu')
-rw-r--r-- | float/fl.x86_64-linux-ubuntu | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/float/fl.x86_64-linux-ubuntu b/float/fl.x86_64-linux-ubuntu new file mode 100644 index 0000000..cc1b332 --- /dev/null +++ b/float/fl.x86_64-linux-ubuntu @@ -0,0 +1,30 @@ + +fl.o: Dateiformat elf64-x86-64 + + +Disassembly of section .text: + +0000000000000000 <fl>: + 0: 8d 04 bd 00 00 00 00 lea 0x0(,%rdi,4),%eax + 7: b9 03 00 00 00 mov $0x3,%ecx + c: 99 cltd + d: f7 f9 idiv %ecx + f: f3 0f 2a c0 cvtsi2ss %eax,%xmm0 + 13: c3 retq + +0000000000000014 <dbl>: + 14: 8d 04 bd 00 00 00 00 lea 0x0(,%rdi,4),%eax + 1b: b9 03 00 00 00 mov $0x3,%ecx + 20: 99 cltd + 21: f7 f9 idiv %ecx + 23: f2 0f 2a c0 cvtsi2sd %eax,%xmm0 + 27: c3 retq + +0000000000000028 <ldbl>: + 28: 8d 04 bd 00 00 00 00 lea 0x0(,%rdi,4),%eax + 2f: b9 03 00 00 00 mov $0x3,%ecx + 34: 99 cltd + 35: f7 f9 idiv %ecx + 37: 89 44 24 f4 mov %eax,-0xc(%rsp) + 3b: db 44 24 f4 fildl -0xc(%rsp) + 3f: c3 retq |