.file "alpha-cix-1.c" .text .align 2 .globl test_CIX .type test_CIX, @function test_CIX: link.w %a6,#-4 move.l %d2,-(%sp) move.l 8(%a6),%d2 move.l %d2,-(%sp) jbsr __builtin_alpha_cttz move.l %d0,-4(%a6) move.l %d2,-(%sp) jbsr __builtin_alpha_ctlz move.l %d0,-4(%a6) move.l %d2,-(%sp) jbsr __builtin_alpha_ctpop move.l %d0,-4(%a6) move.l -8(%a6),%d2 unlk %a6 rts .size test_CIX, .-test_CIX .align 2 .globl main .type main, @function main: link.w %a6,#0 clr.l %d0 unlk %a6 rts .size main, .-main .ident "GCC: (GNU) 3.3.2"