1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
|