.file "c.c" .text .align 2 .globl foo .type foo, @function foo: link.w %a6,#0 move.l 16(%a6),%d0 move.l 20(%a6),%d1 not.l %d1 not.l %d0 and.l 8(%a6),%d0 and.l 12(%a6),%d1 or.l %d1,%d0 seq %d0 extb.l %d0 addq.l #1,%d0 unlk %a6 rts .size foo, .-foo .align 2 .globl bar .type bar, @function bar: link.w %a6,#0 move.l 16(%a6),%d0 move.l 20(%a6),%d1 not.l %d1 not.l %d0 and.l 8(%a6),%d0 and.l 12(%a6),%d1 clr.l %d0 and.l #87612378,%d1 or.l %d1,%d0 seq %d0 extb.l %d0 addq.l #1,%d0 unlk %a6 rts .size bar, .-bar .ident "GCC: (GNU) 3.3.2"