diff options
author | midipix <writeonce@midipix.org> | 2015-04-05 21:02:22 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-04-05 21:02:22 -0400 |
commit | 3f0305a58797f59d4e66b369af156a2016396d28 (patch) | |
tree | d6b34bdefcc72b309f10cc2b0e892ede8c59c277 /float | |
parent | 0574ba64b852a4b63e5bc79c3eaed47d2a312ccb (diff) | |
download | scrap-3f0305a58797f59d4e66b369af156a2016396d28.tar.bz2 scrap-3f0305a58797f59d4e66b369af156a2016396d28.tar.xz |
float: i686-unknown-linux, building *without* --with-fpmath=sse
Diffstat (limited to 'float')
-rw-r--r-- | float/fl.i686-unknown-linux-default-flags | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/float/fl.i686-unknown-linux-default-flags b/float/fl.i686-unknown-linux-default-flags new file mode 100644 index 0000000..7245f94 --- /dev/null +++ b/float/fl.i686-unknown-linux-default-flags @@ -0,0 +1,47 @@ + +fl.o: Dateiformat elf32-i386 + + +Disassembly of section .text: + +00000000 <fl>: + 0: 55 push %ebp + 1: b9 03 00 00 00 mov $0x3,%ecx + 6: 89 e5 mov %esp,%ebp + 8: 50 push %eax + 9: 8b 45 08 mov 0x8(%ebp),%eax + c: c1 e0 02 shl $0x2,%eax + f: 99 cltd + 10: f7 f9 idiv %ecx + 12: 89 45 fc mov %eax,-0x4(%ebp) + 15: db 45 fc fildl -0x4(%ebp) + 18: c9 leave + 19: c3 ret + +0000001a <dbl>: + 1a: 55 push %ebp + 1b: b9 03 00 00 00 mov $0x3,%ecx + 20: 89 e5 mov %esp,%ebp + 22: 83 ec 08 sub $0x8,%esp + 25: 8b 45 08 mov 0x8(%ebp),%eax + 28: c1 e0 02 shl $0x2,%eax + 2b: 99 cltd + 2c: f7 f9 idiv %ecx + 2e: 89 45 fc mov %eax,-0x4(%ebp) + 31: db 45 fc fildl -0x4(%ebp) + 34: c9 leave + 35: c3 ret + +00000036 <ldbl>: + 36: 55 push %ebp + 37: 89 e5 mov %esp,%ebp + 39: 51 push %ecx + 3a: 8b 45 08 mov 0x8(%ebp),%eax + 3d: b9 03 00 00 00 mov $0x3,%ecx + 42: c1 e0 02 shl $0x2,%eax + 45: 99 cltd + 46: f7 f9 idiv %ecx + 48: 89 45 fc mov %eax,-0x4(%ebp) + 4b: db 45 fc fildl -0x4(%ebp) + 4e: c9 leave + 4f: c3 ret |