.file "printf2.c" .text .section .rodata .LC1: .string "2.0 = %f\n\n\n" .LC2: .string "2.0 = %d\n\n\n" .text .globl main .type main, @function main: .LFB0: .cfi_startproc pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 movq %rsp, %rbp .cfi_def_cfa_register 6 subq $32, %rsp movl %edi, -20(%rbp) movq %rsi, -32(%rbp) movss .LC0(%rip), %xmm0 movss %xmm0, -4(%rbp) cvtss2sd -4(%rbp), %xmm0 leaq .LC1(%rip), %rdi movl $1, %eax call printf@PLT cvtss2sd -4(%rbp), %xmm0 leaq .LC2(%rip), %rdi movl $1, %eax call printf@PLT movl $0, %eax leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .section .rodata .align 4 .LC0: .long 1073741824 .ident "GCC: (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0" .section .note.GNU-stack,"",@progbits