.file "gronk.c" .text .align 2 .globl test_opt .type test_opt, @function test_opt: link.w %a6,#0 move.l 8(%a6),%d1 divu.l 12(%a6),%d1 jbne .L2 moveq.l #1,%d1 .L2: move.l %d1,%d0 unlk %a6 rts .size test_opt, .-test_opt .ident "GCC: (GNU) 3.3.2"