summaryrefslogtreecommitdiff
path: root/float/fl.x86_64-linux-ubuntu
diff options
context:
space:
mode:
Diffstat (limited to 'float/fl.x86_64-linux-ubuntu')
-rw-r--r--float/fl.x86_64-linux-ubuntu30
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