From 0574ba64b852a4b63e5bc79c3eaed47d2a312ccb Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 5 Apr 2015 20:56:22 -0400 Subject: float, double, long double --- float/fl.x86_64-linux-ubuntu | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 float/fl.x86_64-linux-ubuntu (limited to 'float/fl.x86_64-linux-ubuntu') 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 : + 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 : + 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 : + 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 -- cgit v1.2.3