.file "print_float.c" .text .section .rodata .LC1: .string "z = %.50f\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 $16, %rsp movss .LC0(%rip), %xmm0 movss %xmm0, -4(%rbp) pxor %xmm1, %xmm1 cvtss2sd -4(%rbp), %xmm1 movq %xmm1, %rax movq %rax, %xmm0 leaq .LC1(%rip), %rax movq %rax, %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 0x88000000 .ident "GCC: (Debian 12.2.0-14) 12.2.0" .section .note.GNU-stack,"",@progbits