.file "store_uprod.c" .text .globl store_uprod .type store_uprod, @function store_uprod: .LFB0: .cfi_startproc movq %rsi, %rax mulq %rdx movq %rax, (%rdi) movq %rdx, 8(%rdi) ret .cfi_endproc .LFE0: .size store_uprod, .-store_uprod .globl main .type main, @function main: .LFB1: .cfi_startproc movl $0, %eax ret .cfi_endproc .LFE1: .size main, .-main .ident "GCC: (GNU) 12.3.0" .section .note.GNU-stack,"",@progbits