brintos

brintos / llvm-project-archived public Read only

0
0
Text · 293 B · 19eeb7b Raw
26 lines · plain
1.text2 3.globl	foo4.type	foo, @function5foo:6  ret7	.size	foo, .-foo8 9.globl	main10.type	main, @function11main:12	.cfi_startproc13 14  movsd   8(%rdi), %xmm015  ucomisd 8(%rsi), %xmm016  jp      .Lend17  jne     .Lend18  jmp     foo19.Lend:20  xorl    %eax, %eax21  retq22 23	.cfi_endproc24	.size	main, .-main25 26